summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* vtls: only re-use session-ids using the same schemeDaniel Stenberg2016-10-131-0/+2
* nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka2016-09-221-0/+9
* nss: add cipher suites using SHA384 if supported by NSSKamil Dudka2016-09-221-0/+10
* nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka2016-09-221-1/+1
* darwinssl: Fix typo in commentDaniel Gustafsson2016-09-191-1/+1
* libressl: fix version outputBernard Spil2016-09-191-0/+7
* openssl: don't call ERR_remote_thread_state on >= 1.1.0Daniel Stenberg2016-09-191-0/+1
* openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg2016-09-191-5/+0
* darwinssl: disable RC4 cipher-suite supportNick Zitzmann2016-09-181-0/+10
* openssl: fix per-thread memory leak usiong 1.0.1 or 1.0.2Daniel Stenberg2016-09-141-0/+8
* openssl: fix bad memory free (regression)Daniel Stenberg2016-09-091-3/+3
* openssl: fix CURLINFO_SSL_VERIFYRESULTGaurav Malhotra2016-09-061-0/+1
* darwinssl: test for errSecSuccess in PKCS12 import rather than noErr (#993)Daniel Gustafsson2016-09-061-1/+1
* openssl: Fix compilation with OPENSSL_API_COMPAT=0x10100000LMarcel Raad2016-09-051-14/+20
* schannel: Disable ALPN for Wine since it is causing problemsJay Satiro2016-08-261-11/+23
* nss: work around race condition in PK11_FindSlotByName()Peter Wang2016-08-261-3/+19
* nss: refuse previously loaded certificate from fileKamil Dudka2016-08-261-1/+7
* TLS: random file/egd doesn't have to match for conn reuseDaniel Stenberg2016-08-261-2/+0
* openssl: make build with 1.1.0 againDaniel Stenberg2016-08-251-5/+12
* nss: make the global variables staticDaniel Stenberg2016-08-171-8/+6
* openssl: use regular malloc instead of OPENSSL_mallocDaniel Stenberg2016-08-161-5/+5
* openssl: accept subjectAltName iPAddress if no dNSName matchJay Satiro2016-08-131-8/+5
* mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is definedThomas Glanzmann2016-08-051-0/+8
* TLS: only reuse connections with the same client certDaniel Stenberg2016-08-031-0/+1
* TLS: switch off SSL session id when client cert is usedDaniel Stenberg2016-08-031-0/+10
* mbedtls: Fix debug function nameThomas Glanzmann2016-08-011-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-2218-147/+147
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-229-243/+283
* openssl: use more 'const' to fix build warnings with 1.1.0 branchDaniel Stenberg2016-06-191-18/+21
* openssl: fix cert check with non-DNS name fields presentDaniel Stenberg2016-06-161-7/+20
* axtls: Use Curl_wait_ms instead of the less-portable usleepDan Fandrich2016-06-161-1/+1
* axtls: Fixed compile after compile 31c521b0Dan Fandrich2016-06-161-2/+2
* schannel: Disable ALPN on Windows < 8.1Steve Holme2016-06-061-4/+13
* win32: Used centralised verify windows version functionSteve Holme2016-06-041-34/+5
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-0110-52/+117
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-012-1/+30
* openssl: rename the private SSL_strerrorDaniel Stenberg2016-05-311-6/+6
* openssl: Use correct buffer sizes for error messagesMichael Kaufmann2016-05-311-8/+8
* mbedtls: removed unused variablesRenaud Lehoux2016-05-301-8/+0
* openssl: fix build with OPENSSL_NO_COMPMarcel Raad2016-05-301-2/+7
* mbedtls: fix includes so snprintf() worksDaniel Stenberg2016-05-241-3/+2
* openssl: cleanup must free compression methodsJay Satiro2016-05-201-0/+5
* openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg2016-05-191-4/+4
* schannel: fix compile break with MSVC XP toolsetMarcel Raad2016-05-181-1/+1
* mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg2016-05-172-14/+12
* openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* darwinssl.c: fix OS X codename typo in commentViktor Szakats2016-05-131-1/+1
* darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg2016-05-121-4/+11
* openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka2016-05-121-1/+1