]> granicus.if.org Git - curl/commit
SSL: Added unsupported cipher version check for OpenSSL
authorSteve Holme <steve_holme@hotmail.com>
Wed, 16 Oct 2013 19:48:24 +0000 (20:48 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 16 Oct 2013 19:48:24 +0000 (20:48 +0100)
commit6a1363128f1107330fb16a8095c41991e32753bd
tree2120962e8af42af66e0ed82bbd76988b6aaf552a
parent75b9b26465d5f01b52564293c2d553649f801f70
SSL: Added unsupported cipher version check for OpenSSL

...with the use of CURL_SSLVERSION_TLSv1_1 and CURL_SSLVERSION_TLSv1_2
being conditional on OpenSSL v1.0.1 as the appropriate flags are not
supported under earlier versions.
lib/ssluse.c