summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-022-13/+13
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-272-2/+3
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35
* bearssl: fix build with disabled proxy supportBaruch Siach2020-07-121-2/+9
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-0/+42
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-282-4/+4
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez2020-06-251-4/+5
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-13/+9
* openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro2020-06-221-1/+1
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-161-6/+0
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-012-0/+16
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-304-28/+108
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-309-28/+20
* wolfssl: add SSLKEYLOGFILE supportPeter Wu2020-05-271-0/+144
* vtls: Extract and simplify key log file handling from OpenSSLPeter Wu2020-05-273-118/+239