aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-19vtls: fix build warningsMarcel Raad
2016-11-15darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-11-11openssl: make sure to fail in the unlikely event that PRNG seeding failsDaniel Stenberg
2016-11-11openssl: avoid unnecessary seeding if already doneDaniel Stenberg
2016-11-11openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg
2016-11-10openssl: raise the max_version to 1.3 if asked forDaniel Stenberg
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-07nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka
2016-11-07openssl: initial TLS 1.3 adaptionsDaniel Stenberg
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-11-07nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka
2016-11-07s/cURL/curlDaniel Stenberg
2016-11-04mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-26mbedtls: stop using deprecated include fileDaniel Stenberg
2016-10-25nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl
2016-10-18polarssl: indented code, removed unused variablesDaniel Stenberg
2016-10-18polarssl: reduce #ifdef madness with a macroDaniel Stenberg
2016-10-18polarssl: fix unaligned SSL session-id lockDaniel Stenberg
2016-10-18Curl_polarsslthreadlock_thread_setup: clear array at initDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-10-13vtls: only re-use session-ids using the same schemeDaniel Stenberg
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