aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2016-09-22nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka
2016-09-22nss: add cipher suites using SHA384 if supported by NSSKamil Dudka
2016-09-22nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka
2016-09-19darwinssl: Fix typo in commentDaniel Gustafsson
2016-09-19libressl: fix version outputBernard Spil
2016-09-19openssl: don't call ERR_remote_thread_state on >= 1.1.0Daniel Stenberg
2016-09-19openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg
2016-09-18darwinssl: disable RC4 cipher-suite supportNick Zitzmann
2016-09-14openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2Daniel Stenberg
2016-09-09openssl: fix bad memory free (regression)Daniel Stenberg
2016-09-06openssl: fix CURLINFO_SSL_VERIFYRESULTGaurav Malhotra
2016-09-06darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)Daniel Gustafsson
2016-09-05openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000LMarcel Raad
2016-08-26schannel: Disable ALPN for Wine since it is causing problemsJay Satiro
2016-08-26nss: work around race condition in PK11_FindSlotByName()Peter Wang
2016-08-26nss: refuse previously loaded certificate from fileKamil Dudka
2016-08-26TLS: random file/egd doesn't have to match for conn reuseDaniel Stenberg
2016-08-25openssl: make build with 1.1.0 againDaniel Stenberg
2016-08-17nss: make the global variables staticDaniel Stenberg
2016-08-16openssl: use regular malloc instead of OPENSSL_mallocDaniel Stenberg
2016-08-13openssl: accept subjectAltName iPAddress if no dNSName matchJay Satiro
2016-08-05mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is definedThomas Glanzmann
2016-08-03TLS: only reuse connections with the same client certDaniel Stenberg
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