aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2016-08-03TLS: switch off SSL session id when client cert is usedDaniel Stenberg
2016-08-01mbedtls: Fix debug function nameThomas Glanzmann
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-19openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg
2016-06-16openssl: fix cert check with non-DNS name fields presentDaniel Stenberg
2016-06-16axtls: Use Curl_wait_ms instead of the less-portable usleepDan Fandrich
2016-06-16axtls: Fixed compile after compile 31c521b0Dan Fandrich
2016-06-06schannel: Disable ALPN on Windows < 8.1Steve Holme
2016-06-04win32: Used centralised verify windows version functionSteve Holme
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-06-01schannel: add CURLOPT_CERTINFO supportAndrew Kurushin
2016-05-31openssl: rename the private SSL_strerrorDaniel Stenberg
2016-05-31openssl: Use correct buffer sizes for error messagesMichael Kaufmann
2016-05-30mbedtls: removed unused variablesRenaud Lehoux
2016-05-30openssl: fix build with OPENSSL_NO_COMPMarcel Raad
2016-05-24mbedtls: fix includes so snprintf() worksDaniel Stenberg
2016-05-20openssl: cleanup must free compression methodsJay Satiro
2016-05-19openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg
2016-05-18schannel: fix compile break with MSVC XP toolsetMarcel Raad
2016-05-17mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg
2016-05-17openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg
2016-05-17openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg
2016-05-13darwinssl.c: fix OS X codename typo in commentViktor Szakats
2016-05-12darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg
2016-05-12openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka
2016-05-11openssl: stricter connection check functionJay Satiro
2016-05-11TLS: SSL_peek is not a const operationAnders Bakken
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-05-01tls: make setting pinnedkey option fail if not supportedDaniel Stenberg
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-04-26openssl: avoid BN_print a NULL bignumDaniel Stenberg
2016-04-26mbedtls.c: silly spellfix of a commentDaniel Stenberg
2016-04-24PolarSSL: Implement public key pinningmoparisthebest
2016-04-21openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg
2016-04-19vtls.h: remove a space before semicolonDaniel Stenberg
2016-04-19darwinssl: removed commented out codeDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-07mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau
2016-04-07mbedtls: implement and provide *_data_pending()Daniel Stenberg
2016-04-07mbedtls: follow-up for the previous commitDaniel Stenberg
2016-04-07mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg
2016-04-07mbedtls.c: changed private prefix to mbed_Daniel Stenberg
2016-04-07mbedtls.h: fix compiler warningsDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-30openssl: Fix compilation warningsMarcel Raad
2016-03-29wolfssl: Use ECC supported curves extensionJay Satiro
2016-03-28wolfssl: Add ALPN supportJay Satiro
2016-03-26schannel: Fixed compilation warning from commit f8d88a4913Steve Holme
2016-03-24schannel: Add ALPN supportJDepooter