1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00
curl/lib/vtls
Daniel Stenberg 6d946ad9fe
openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification
If the error reason from the lib is
SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED, libcurl will return
CURLE_PEER_FAILED_VERIFICATION and not CURLE_SSL_CONNECT_ERROR.

This unifies the libcurl return code and makes libressl run test 313
(CRL testing) fine.

Closes #5934
2020-09-07 17:26:27 +02:00
..
bearssl.c bearssl: fix build with disabled proxy support 2020-07-12 16:22:38 +02:00
bearssl.h TLS: add BearSSL vtls implementation 2019-11-26 08:32:23 +01:00
gskit.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
gskit.h copyrights: fix copyright year range 2019-11-08 14:51:42 +01:00
gtls.c TLS: fix SRP detection by using the proper #ifdefs 2020-08-28 14:13:05 +02:00
gtls.h vtls: fold the backend ID into the Curl_ssl structure 2017-08-28 14:56:58 +02:00
keylog.c vtls: Extract and simplify key log file handling from OpenSSL 2020-05-27 21:19:51 +02:00
keylog.h vtls: Extract and simplify key log file handling from OpenSSL 2020-05-27 21:19:51 +02:00
mbedtls_threadlock.c polarssl: removed 2020-01-16 11:55:56 +01:00
mbedtls_threadlock.h polarssl: removed 2020-01-16 11:55:56 +01:00
mbedtls.c mbedtls: fix build with disabled proxy support 2020-06-26 14:20:20 +02:00
mbedtls.h copyrights: fix copyright year range 2019-11-08 14:51:42 +01:00
mesalink.c tls: provide the CApath verbose log on its own line 2020-08-19 15:55:50 +02:00
mesalink.h vtls: add a MesaLink vtls backend 2018-09-13 08:26:37 +02:00
nss.c llist: make it "struct Curl_llist" 2020-09-02 22:41:58 +02:00
nssg.h vtls: fold the backend ID into the Curl_ssl structure 2017-08-28 14:56:58 +02:00
openssl.c openssl: consider ALERT_CERTIFICATE_EXPIRED a failed verification 2020-09-07 17:26:27 +02:00
openssl.h vtls: fold the backend ID into the Curl_ssl structure 2017-08-28 14:56:58 +02:00
schannel_verify.c win32: Add Curl_verify_windows_version() to curlx 2020-08-02 17:58:44 +02:00
schannel.c schannel: make it 'struct Curl_schannel*' 2020-09-02 22:41:59 +02:00
schannel.h schannel: make it 'struct Curl_schannel*' 2020-09-02 22:41:59 +02:00
sectransp.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
sectransp.h Secure Transport: no more "darwinssl" 2019-02-28 08:42:59 +01:00
vtls.c vtls: make it 'struct Curl_ssl_session' 2020-09-02 22:41:59 +02:00
vtls.h vtls: make it 'struct Curl_ssl_session' 2020-09-02 22:41:59 +02:00
wolfssl.c tls: provide the CApath verbose log on its own line 2020-08-19 15:55:50 +02:00
wolfssl.h wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00