summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-014-104/+36
* sectransp: make it build with --disable-proxyDaniel Stenberg2020-09-301-2/+14
* schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted rootDaniel Stenberg2020-09-281-0/+4
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-149-32/+36
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-082-2/+3
* openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verificationDaniel Stenberg2020-09-071-1/+2
* openssl: avoid error conditions when importing native CADaniel Stenberg2020-09-021-2/+2
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-022-7/+7
* schannel: make it 'struct Curl_schannel*'Daniel Stenberg2020-09-022-13/+13
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-4/+4
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-302-0/+19
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-282-13/+13
* openssl: Fix wincrypt symbols conflict with BoringSSLJay Satiro2020-08-261-0/+7
* schannel: fix memory leak when using get_cert_locationfullincome2020-08-261-4/+6
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-194-30/+20
* ftp: don't do ssl_shutdown instead of ssl_closeDaniel Stenberg2020-08-101-0/+1