summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-137-43/+43
* openssl: don't use OpenSSL's ERR_PACK.Adam Langley2016-12-071-2/+2
* cyassl: fixed typo introduced in 4f8b1774Dan Fandrich2016-11-301-1/+0
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-265-2/+13
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-257-11/+28
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-244-8/+14
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-245-7/+7
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-248-26/+27
* openssl: remove dead codeDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-246-85/+103
* darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg2016-11-241-151/+153
* gtls: fix indent to silence compiler warningDaniel Stenberg2016-11-241-1/+1
* mbedtls: Fix compile errorsThomas Glanzmann2016-11-241-22/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-2413-525/+953
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-242-3/+3
* vtls: fix build warningsMarcel Raad2016-11-192-3/+3
* darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert2016-11-151-9/+45
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-143-83/+14
* openssl: make sure to fail in the unlikely event that PRNG seeding failsDaniel Stenberg2016-11-111-21/+25
* openssl: avoid unnecessary seeding if already doneDaniel Stenberg2016-11-111-2/+2
* openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg2016-11-111-18/+4
* openssl: raise the max_version to 1.3 if asked forDaniel Stenberg2016-11-101-0/+1
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-099-30/+81
* nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka2016-11-071-0/+5
* openssl: initial TLS 1.3 adaptionsDaniel Stenberg2016-11-071-0/+20
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-076-0/+32
* nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka2016-11-071-1/+13
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg2016-11-041-1/+5
* gskit, nss: do not include strequal.hKamil Dudka2016-10-312-2/+2
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-315-5/+4
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-315-18/+18
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* mbedtls: stop using deprecated include fileDaniel Stenberg2016-10-261-1/+1
* nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl2016-10-251-1/+4
* polarssl: indented code, removed unused variablesDaniel Stenberg2016-10-181-30/+21
* polarssl: reduce #ifdef madness with a macroDaniel Stenberg2016-10-181-17/+6
* polarssl: fix unaligned SSL session-id lockDaniel Stenberg2016-10-181-1/+2
* Curl_polarsslthreadlock_thread_setup: clear array at initDaniel Stenberg2016-10-181-2/+2
* select: switch to macros in uppercaseDaniel Stenberg2016-10-189-23/+26
* 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