summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-131/+102
* sectransp: fix 7f4a9a9b2a49 commit about missing commaKoichi Shiraishi2021-05-241-1/+1
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-2412-49/+168
* schannel: don't use static to store selected ciphersDaniel Stenberg2021-05-242-4/+8
* NSS: make colons, commas and spaces valid separators in cipher listSergey Markelov2021-05-231-1/+1
* wolfssl: remove SSLv3 support leftoversDaniel Stenberg2021-05-181-4/+0
* schannel: Ensure the security context request flags are always setJoel Depooter2021-05-131-6/+9
* openssl: remove unneeded cast for CertOpenSystemStore()Cameron Cawley2021-05-091-2/+1
* GnuTLS: don't allow TLS 1.3 for versions that don't support itDaniel Stenberg2021-05-061-8/+26
* gnutls: make setting only the MAX TLS allowed version workDaniel Stenberg2021-05-051-19/+13
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-056-137/+306
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-032-2/+16
* rustls: use ALPNJacob Hoffman-Andrews2021-04-301-0/+47
* gskit: fix CURL_DISABLE_PROXY buildMAntoniak2021-04-301-0/+23
* gskit: fix undefined reference to 'conn'MAntoniak2021-04-291-1/+3
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-298-56/+51
* wolfssl: handle SSL_write() returns 0 for errorDaniel Stenberg2021-04-261-1/+1
* nss_set_blocking: avoid static for sock_optHarry Sintonen2021-04-261-1/+1
* vtls: reset ssl use flag upon negotiation failurePatrick Monnerat2021-04-231-1/+5
* schannel: Support strong crypto optionMorten Minde Neergaard2021-04-221-0/+9
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-221-5/+14
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-2211-102/+26
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-227-40/+40