openssl: show the cipher selection to use
This commit is contained in:
@@ -1955,6 +1955,7 @@ static CURLcode ossl_connect_step1(struct connectdata *conn, int sockindex)
|
|||||||
failf(data, "failed setting cipher list: %s", ciphers);
|
failf(data, "failed setting cipher list: %s", ciphers);
|
||||||
return CURLE_SSL_CIPHER;
|
return CURLE_SSL_CIPHER;
|
||||||
}
|
}
|
||||||
|
infof(data, "Cipher selection: %s\n", ciphers);
|
||||||
|
|
||||||
#ifdef USE_TLS_SRP
|
#ifdef USE_TLS_SRP
|
||||||
if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) {
|
if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) {
|
||||||
|
|||||||
Reference in New Issue
Block a user