mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
parent
b150a63d5c
commit
f927f38f1e
1 changed files with 7 additions and 0 deletions
|
|
@ -505,6 +505,13 @@ wolfssl_connect_step1(struct connectdata *conn,
|
|||
}
|
||||
#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! */
|
||||
if(SSL_SET_OPTION(primary.sessionid)) {
|
||||
void *ssl_sessionid = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue