mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
openssl: show the cipher selection to use
This commit is contained in:
parent
a5d994941c
commit
1d3f1a80d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue