diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-04-28 02:57:12 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-04-28 02:57:38 -0400 |
commit | 9f498de9a28e4a4a3f73108756fb7e50af9ec014 (patch) | |
tree | fa8eba981e9d8a5cd603fd1c378af99ddfd9c6ef /docs | |
parent | ba06adc4c5aa25849b9024c21cc4c826c5bf9506 (diff) |
mbedtls: Fix session resume
This also fixes PolarSSL session resume.
Prior to this change the TLS session information wasn't properly
saved and restored for PolarSSL and mbedTLS.
Bug: https://curl.haxx.se/mail/lib-2016-01/0070.html
Reported-by: Thomas Glanzmann
Bug: https://curl.haxx.se/mail/lib-2016-04/0095.html
Reported-by: Moti Avrahami
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 b/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 index b82faecc9..5e58f6f81 100644 --- a/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 +++ b/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 @@ -80,9 +80,9 @@ as well: .IP axTLS SSL * .IP mbedTLS -mbedtls_ssl_session * +mbedtls_ssl_context * .IP PolarSSL -ssl_session * +ssl_context * .IP "Secure Channel (WinSSL)" CtxtHandle * .IP "Secure Transport (DarwinSSL)" |