1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/include/curl
Jay Satiro 332414a30e getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
The two options are almost the same, except in the case of OpenSSL:

CURLINFO_TLS_SESSION OpenSSL session internals is SSL_CTX *.

CURLINFO_TLS_SSL_PTR OpenSSL session internals is SSL *.

For backwards compatibility we couldn't modify CURLINFO_TLS_SESSION to
return an SSL pointer for OpenSSL.

Also, add support for the 'internals' member to point to SSL object for
the other backends axTLS, PolarSSL, Secure Channel, Secure Transport and
wolfSSL.

Bug: https://github.com/curl/curl/issues/234
Reported-by: dkjjr89@users.noreply.github.com

Bug: https://curl.haxx.se/mail/lib-2015-09/0127.html
Reported-by: Michael König
2016-02-23 19:03:03 -05:00
..
.gitignore gitignore: Sort for readability 2015-08-18 01:03:05 -04:00
curl.h getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION 2016-02-23 19:03:03 -05:00
curlbuild.h.cmake URLs: Change more haxx.se URLs from http: to https: 2016-02-03 01:45:21 +01:00
curlbuild.h.dist URLs: Change more haxx.se URLs from http: to https: 2016-02-03 01:45:21 +01:00
curlbuild.h.in URLs: Change more haxx.se URLs from http: to https: 2016-02-03 01:45:21 +01:00
curlrules.h URLs: Change more haxx.se URLs from http: to https: 2016-02-03 01:45:21 +01:00
curlver.h bump: work toward the next release 2016-02-08 10:47:44 +01:00
easy.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
Makefile.am URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
mprintf.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
multi.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
stdcheaders.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
typecheck-gcc.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00