1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/lib/vtls
Jay Satiro b999d35c71 openssl: fall back on SSL_ERROR_* string when no error detail
- If SSL_get_error is called but no extended error detail is available
  then show that SSL_ERROR_* as a string.

Prior to this change there was some inconsistency in that case: the
SSL_ERROR_* code may or may not have been shown, or may have been shown
as unknown even if it was known.

Ref: https://github.com/curl/curl/issues/1300

Closes https://github.com/curl/curl/pull/1348
2017-03-23 16:48:29 -04:00
..
axtls.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
axtls.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
cyassl.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
cyassl.h cyassl: fix typo 2017-02-21 22:24:39 -05:00
darwinssl.c darwinssl: fix typo in variable name 2017-03-18 12:52:37 -04:00
darwinssl.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
gskit.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
gskit.h curl_version_info: add CURL_VERSION_HTTPS_PROXY 2016-11-26 17:28:53 +01:00
gtls.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
gtls.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
mbedtls.c mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION 2017-03-21 23:51:44 -04:00
mbedtls.h mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION 2017-03-21 23:51:44 -04:00
nss.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
nssg.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
openssl.c openssl: fall back on SSL_ERROR_* string when no error detail 2017-03-23 16:48:29 -04:00
openssl.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
polarssl_threadlock.c Curl_polarsslthreadlock_thread_setup: clear array at init 2016-10-18 13:05:43 +02:00
polarssl_threadlock.h URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
polarssl.c polarssl: fixed compile errors introduced in 6448f98c 2017-03-09 09:07:53 +01:00
polarssl.h polarssl: fix hangs 2017-01-28 19:47:08 +01:00
schannel.c vtls: add options to specify range of enabled TLS versions 2017-03-08 15:54:07 +01:00
schannel.h rand: make it work without TLS backing 2017-01-12 17:44:21 +01:00
vtls.c Improve code readbility 2017-03-13 23:11:45 +01:00
vtls.h checksrc: code style: use 'char *name' style 2016-11-24 23:58:22 +01:00