Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | getinfo: Add support for mbedTLS TLS session info | Jay Satiro | |
.. and preprocessor check TLS session info is defined for all backends. | |||
2016-02-23 | getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION | Jay Satiro | |
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-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-09-22 | CURLINFO_TLS_SESSION: always return backend info | Daniel Stenberg | |
... even for those that don't support providing anything in the 'internals' struct member since it offers a convenient way for applications to figure this out. | |||
2015-09-12 | opts: 19 more CURLINFO_* options made into stand-alone man pages | Daniel Stenberg | |