]> granicus.if.org Git - curl/commit
mbedtls: Fix session resume
authorJay Satiro <raysatiro@yahoo.com>
Thu, 28 Apr 2016 06:57:12 +0000 (02:57 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 28 Apr 2016 06:57:38 +0000 (02:57 -0400)
commit9f498de9a28e4a4a3f73108756fb7e50af9ec014
treefa8eba981e9d8a5cd603fd1c378af99ddfd9c6ef
parentba06adc4c5aa25849b9024c21cc4c826c5bf9506
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
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3
lib/getinfo.c
lib/urldata.h
lib/vtls/mbedtls.c
lib/vtls/polarssl.c