]> granicus.if.org Git - curl/commit
openssl: LibreSSL and BoringSSL do not use TLS_client_method
authorJay Satiro <raysatiro@yahoo.com>
Tue, 9 Jun 2015 03:42:11 +0000 (23:42 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 9 Jun 2015 03:45:26 +0000 (23:45 -0400)
commitcbf2920d02b6d8feff7b8a36b174fef162bbcf1d
treedb29baa88a34d5f44b2a067ae6ed659814d137b6
parent0fcfe4d7acd3abf5b969c9aa4c28ff7f362b0e39
openssl: LibreSSL and BoringSSL do not use TLS_client_method

Although OpenSSL 1.1.0+ deprecated SSLv23_client_method in favor of
TLS_client_method LibreSSL and BoringSSL didn't and still use
SSLv23_client_method.

Bug: https://github.com/bagder/curl/commit/49a6642#commitcomment-11578009
Reported-by: asavah@users.noreply.github.com
lib/vtls/openssl.c