mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
parent
b150a63d5c
commit
f927f38f1e
@ -505,6 +505,13 @@ wolfssl_connect_step1(struct connectdata *conn,
|
|||||||
}
|
}
|
||||||
#endif /* OPENSSL_EXTRA */
|
#endif /* OPENSSL_EXTRA */
|
||||||
|
|
||||||
|
#ifdef HAVE_SECURE_RENEGOTIATION
|
||||||
|
if(wolfSSL_UseSecureRenegotiation(backend->handle) != SSL_SUCCESS) {
|
||||||
|
failf(data, "SSL: failed setting secure renegotiation");
|
||||||
|
return CURLE_SSL_CONNECT_ERROR;
|
||||||
|
}
|
||||||
|
#endif /* HAVE_SECURE_RENEGOTIATION */
|
||||||
|
|
||||||
/* Check if there's a cached ID we can/should use here! */
|
/* Check if there's a cached ID we can/should use here! */
|
||||||
if(SSL_SET_OPTION(primary.sessionid)) {
|
if(SSL_SET_OPTION(primary.sessionid)) {
|
||||||
void *ssl_sessionid = NULL;
|
void *ssl_sessionid = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user