-
- Downloads
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
Showing
- docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 2 additions, 2 deletionsdocs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3
- lib/getinfo.c 2 additions, 2 deletionslib/getinfo.c
- lib/urldata.h 0 additions, 2 deletionslib/urldata.h
- lib/vtls/mbedtls.c 29 additions, 36 deletionslib/vtls/mbedtls.c
- lib/vtls/polarssl.c 29 additions, 32 deletionslib/vtls/polarssl.c
Loading
Please register or sign in to comment