1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vtls
Daniel Stenberg 45b9b62de4 openssl: SSL_SESSION->ssl_version no longer exist
The struct went private in 1.0.2 so we cannot read the version number
from there anymore. Use SSL_version() instead!

Reported-by: Gisle Vanem
Bug: http://curl.haxx.se/mail/lib-2015-02/0034.html
2015-02-05 11:57:33 +01:00
..
axtls.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
axtls.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
curl_darwinssl.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
curl_darwinssl.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
curl_schannel.c schannel: Prefer 'CURLcode result' for curl result codes 2015-02-04 00:07:16 +00:00
curl_schannel.h vtls: Separate the SSL backend definition from the API setup 2015-01-17 15:38:22 +00:00
cyassl.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
cyassl.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
gskit.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
gskit.h gskit.h: Code policing of function pointer arguments 2015-01-17 17:02:01 +00:00
gtls.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
gtls.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
nss.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
nssg.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
openssl.c openssl: SSL_SESSION->ssl_version no longer exist 2015-02-05 11:57:33 +01:00
openssl.h openssl: add support for the Certificate Status Request TLS extension 2015-01-22 23:25:23 +01:00
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
polarssl.h vtls: Removed unimplemented overrides of curlssl_close_all() 2015-01-17 16:41:03 +00:00
vtls.c url: add CURLOPT_SSL_VERIFYSTATUS option 2015-01-16 23:23:29 +01:00
vtls.h vtls: Separate the SSL backend definition from the API setup 2015-01-17 15:38:22 +00:00