mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
TLS: only reuse connections with the same client cert
CVE-2016-5420 Bug: https://curl.haxx.se/docs/adv_20160803B.html
This commit is contained in:
parent
247d890da8
commit
11ec5ad435
@ -99,6 +99,7 @@ Curl_ssl_config_matches(struct ssl_config_data* data,
|
||||
(data->verifyhost == needle->verifyhost) &&
|
||||
safe_strequal(data->CApath, needle->CApath) &&
|
||||
safe_strequal(data->CAfile, needle->CAfile) &&
|
||||
safe_strequal(data->clientcert, needle->clientcert) &&
|
||||
safe_strequal(data->random_file, needle->random_file) &&
|
||||
safe_strequal(data->egdsocket, needle->egdsocket) &&
|
||||
safe_strequal(data->cipher_list, needle->cipher_list))
|
||||
|
Loading…
x
Reference in New Issue
Block a user