diff options
author | Han Han <hhan@thousandeyes.com> | 2018-08-22 11:13:32 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 08:27:15 +0200 |
commit | 3f3b26d6feb0667714902e836af608094235fca2 (patch) | |
tree | 40233ba07978511da7e8a0d958261d3fda65169b /tests/data | |
parent | 0029aabc5620563a840ea13b313f29ea2a9b395e (diff) | |
download | curl-3f3b26d6feb0667714902e836af608094235fca2.tar.gz |
ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
Long live CURLE_PEER_FAILED_VERIFICATION
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1538 | 4 | ||||
-rw-r--r-- | tests/data/test311 | 2 | ||||
-rw-r--r-- | tests/data/test312 | 2 | ||||
-rw-r--r-- | tests/data/test630 | 2 | ||||
-rw-r--r-- | tests/data/test631 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test1538 b/tests/data/test1538 index b084dac6d..98d6731e9 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -83,7 +83,7 @@ e47: Number of redirects hit maximum amount e48: An unknown option was passed in to libcurl e49: Malformed telnet option e50: Unknown error -e51: SSL peer certificate or SSH remote key was not OK +e51: Unknown error e52: Server returned nothing (no headers, no data) e53: SSL crypto engine not found e54: Can not set SSL crypto engine as default @@ -92,7 +92,7 @@ e56: Failure when receiving data from the peer e57: Unknown error e58: Problem with the local SSL certificate e59: Couldn't use specified SSL cipher -e60: Peer certificate cannot be authenticated with given CA certificates +e60: SSL peer certificate or SSH remote key was not OK e61: Unrecognized or bad HTTP Content or Transfer-Encoding e62: Invalid LDAP URL e63: Maximum file size exceeded diff --git a/tests/data/test311 b/tests/data/test311 index 0465ed1d3..87f4dddce 100644 --- a/tests/data/test311 +++ b/tests/data/test311 @@ -37,7 +37,7 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0 # Verify data after the test has been "shot" <verify> <errorcode> -51 +60 </errorcode> </verify> </testcase> diff --git a/tests/data/test312 b/tests/data/test312 index af4422f43..6a79f59a7 100644 --- a/tests/data/test312 +++ b/tests/data/test312 @@ -37,7 +37,7 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0 # Verify data after the test has been "shot" <verify> <errorcode> -51 +60 </errorcode> </verify> </testcase> diff --git a/tests/data/test630 b/tests/data/test630 index bb19590be..ffde8ea54 100644 --- a/tests/data/test630 +++ b/tests/data/test630 @@ -25,7 +25,7 @@ SFTP incorrect host key # Verify data after the test has been "shot" <verify> <errorcode> -51 +60 </errorcode> <valgrind> disable diff --git a/tests/data/test631 b/tests/data/test631 index 649fb70ac..ddb7d280d 100644 --- a/tests/data/test631 +++ b/tests/data/test631 @@ -25,7 +25,7 @@ SCP incorrect host key # Verify data after the test has been "shot" <verify> <errorcode> -51 +60 </errorcode> <valgrind> disable |