summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* Fix "schannel: shutting down SSL/TLS..."schannel-mem-leakGisle Vanem2021-10-251-6/+6
* Remove old dead linkGisle Vanem2021-10-191-2/+0
* SChannel: plug mem-leaks Gisle Vanem2021-10-191-2/+7
* openssl: with OpenSSL 1.1.0+ a failed RAND_status means goawayDaniel Stenberg2021-10-141-12/+23
* wolfssl: allow setting of groups/curvesAnthony Hu2021-09-301-1/+70
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-292-24/+20
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-2410-16/+36
* schannel: fix typoJoel Depooter2021-09-241-2/+2
* rustls: add strerror.h includeDaniel Stenberg2021-09-101-1/+1
* lib: don't use strerror()Daniel Stenberg2021-09-093-10/+29
* mbedtls: avoid using a large buffer on the stackMAntoniak2021-09-061-13/+17
* openssl: annotate SSL3_MT_SUPPLEMENTAL_DATAGisle Vanem2021-09-011-0/+4
* wolfssl: clean up wolfcrypt error queueEhren Bendler2021-08-211-2/+13
* schannel: Work around typo in classic mingw macroJay Satiro2021-08-211-7/+7
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-171-44/+79
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-161-1/+1
* build: fix compiler warningsMAntoniak2021-08-142-1/+3
* vtls: fix typo in schannel_verify.cIkko Ashimine2021-08-131-1/+1
* mbedTLS: initial 3.0.0 supportBenau2021-08-091-0/+58
* mbedtls_threadlock: fix unused variable warningmodbw2021-08-081-18/+7
* bearssl: support CURLOPT_CAINFO_BLOBAleksandr Krotov2021-07-281-16/+66
* openssl: fix grammarJosh Soref2021-07-251-36/+36
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-204-21/+37
* sectransp: check for client certs by name first, then fileDaniel Stenberg2021-07-201-14/+19
* [SChannel] Use '_tcsncmp()' insteadGisle Vanem2021-07-161-18/+8
* [PellesC] missing '_tcsnccmp'Gisle Vanem2021-07-161-0/+10
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-0713-311/+307
* wolfssl: failing to set a session id is not reason to error outDaniel Stenberg2021-07-071-8/+4
* lib: more %u for port and int for %*s fixesDaniel Stenberg2021-07-011-1/+1
* lib: fix type of len passed to *printf's %*sDaniel Stenberg2021-06-301-1/+1
* version: turn version number functions into returning voidDaniel Stenberg2021-06-303-5/+5
* vtls: use free() not curl_free()Daniel Stenberg2021-06-301-2/+2
* openssl: avoid static variable for seed flagDaniel Stenberg2021-06-291-5/+4
* vtls: fix warning due to function prototype mismatchJay Satiro2021-06-212-2/+2
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-192-3/+4
* gnutls: set the preferred TLS versions in correct orderDaniel Stenberg2021-06-181-18/+13
* TLS: prevent shutdown loops to get stuckDaniel Stenberg2021-06-173-3/+6
* rustls: remove native_roots fallbackJacob Hoffman-Andrews2021-06-141-9/+0
* openssl: don't remove session id entry in disassociateDaniel Stenberg2021-06-112-13/+7
* schannel: move code out of SChannel_connect_step1Ebe Janchivdorj2021-06-041-322/+338
* mbedtls: make mbedtls_strerror always workDaniel Stenberg2021-06-011-30/+6
* vtls: exit addsessionid if no cache is initedDaniel Stenberg2021-06-011-2/+7
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-015-1/+28
* mbedtls: add support for cert and key blob optionsLaurent Dufresne2021-06-011-12/+50
* Curl_ssl_getsessionid: fail if no session cache existsDaniel Stenberg2021-05-311-2/+3
* schannel: set ALPN length correctly for HTTP/2Joel Depooter2021-05-271-0/+1
* bearssl: explicitly initialize all fields of Curl_sslMichael Forney2021-05-261-21/+23
* bearssl: remove incorrect const on variable that is modifiedMichael Forney2021-05-261-1/+1
* sectransp: fix EXC_BAD_ACCESS caused by uninitialized bufferejanchivdorj2021-05-251-2/+4