summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* wolfssl: update copyright year rangeDaniel Stenberg2021-01-051-1/+1
* wolfssl: Support wolfSSL builds missing TLS 1.1Jay Satiro2021-01-041-1/+6
* schannel: fix "empty expression statement has no effect"Daniel Stenberg2020-12-291-8/+6
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-11/+15
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-254-9/+9
* openssl: make the OCSP verification verify the certificate idDaniel Stenberg2020-12-071-29/+54
* openssl: use OPENSSL_init_ssl() with >= 1.1.0Daniel Stenberg2020-12-031-4/+15
* openssl: free mem_buf in error pathDaniel Stenberg2020-12-011-9/+9
* openssl: remove #if 0 leftoverDaniel Stenberg2020-11-301-4/+0
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* openssl: guard against OOM on context creationDaniel Gustafsson2020-11-191-2/+6
* copyright: fix year rangesDaniel Stenberg2020-11-059-10/+10
* curl.se: new homeDaniel Stenberg2020-11-0427-27/+27
* gnutls: fix memory leaks (certfields memory wasn't released)Harry Sintonen2020-11-021-1/+6
* openssl: acknowledge SRP disabling in configure properlyDaniel Stenberg2020-10-161-4/+12
* checksrc: warn on empty line before open braceDaniel Stenberg2020-10-151-1/+0
* windows: fix comparison of mismatched types warningViktor Szakats2020-10-121-1/+1
* mbedtls: add missing header when defining MBEDTLS_DEBUGFrederik Wedel-Heinen2020-10-071-3/+9