summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* sectransp: allow cipher name to be specifiedMichael Kolechkin2021-04-211-693/+852
* NSS: add ciphers to mapMichael Kolechkin2021-04-211-0/+25
* openssl: fix build error with OpenSSL < 1.0.2Georeth Zhou2021-04-201-2/+2
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-196-144/+18
* rustls: only return CURLE_AGAIN when TLS session is fully drainedJavier Blazquez2021-04-151-5/+8
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-027-8/+8
* openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEYGilles Vollant2021-03-311-52/+56
* vtls: fix addsessionid for non-proxy buildsDaniel Stenberg2021-03-291-3/+0
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-2810-44/+103
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+2
* openssl: ensure to check SSL_CTX_set_alpn_protos return valuesJean-Philippe Menil2021-03-251-1/+4
* openssl: set the transfer pointer for logging earlyDaniel Stenberg2021-03-251-0/+1
* rustls: Handle close_notify.Jacob Hoffman-Andrews2021-03-211-2/+6
* rustls: allocate a buffer for TLS data.Jacob Hoffman-Andrews2021-03-161-9/+15
* rustls: support CURLOPT_SSL_VERIFYPEERJacob Hoffman-Andrews2021-03-121-42/+97
* openssl: adapt to v3's new const for a few API callsDaniel Stenberg2021-03-091-3/+9
* schannel: Evaluate CURLOPT_SSL_OPTIONS via SSL_SET_OPTION macroJay Satiro2021-03-063-4/+4
* openssl: remove get_ssl_version_txt in favor of SSL_get_versionJean-Philippe Menil2021-02-261-30/+1
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-198-13/+14
* gnutls: assume nettle crypto supportDaniel Stenberg2021-02-181-39/+0
* wolfssl: don't store a NULL sessionidDaniel Stenberg2021-02-171-21/+21
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-3/+2
* openssl: remove conn->data useDaniel Stenberg2021-02-151-13/+21
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-128-10/+10
* lib: remove redundant codeMarcel Raad2021-02-101-1/+0
* lib: reduce variable scopesMarcel Raad2021-02-101-6/+3
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-094-0/+534
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-0811-13/+29
* gskit: correct the gskit_send() prototypeJon Rumsey2021-02-051-1/+1
* vtls: remove md5sumDaniel Stenberg2021-02-0212-148/+0
* openssl: lowercase the hostname before using it for SNIDaniel Stenberg2021-01-291-4/+15
* vtls: reduce conn->data usePatrick Monnerat2021-01-1914-545/+573
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-1710-149/+196
* schannel_verify: fix safefree call typoDaniel Stenberg2021-01-151-5/+5
* schannel: plug a memory-leakGisle Vanem2021-01-141-1/+1
* vtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-26/+26
* bearssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-31/+31
* mbedtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-32/+32
* wolfssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-30/+30
* nss: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-44/+44
* gnutls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-49/+49
* openssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-65/+65
* nss: get the run-time version instead of build-timeDaniel Stenberg2021-01-131-2/+2
* misc: fix typosFabian Keil2021-01-111-1/+1
* wolfssl: add SECURE_RENEGOTIATION supportHimanshu Gupta2021-01-051-0/+7