diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-15 21:28:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-16 10:15:20 +0000 |
commit | fc96d1e87f4a25db713996b2ae2daf8a0e62575d (patch) | |
tree | fc1a260226c07c0b892575e566b0cd54959213bf /test/runtest | |
parent | 138f757fe5341e5a66ed02c52807ffb387adb156 (diff) |
Testsuite: OpenSSL version changes
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 97a32cb7f..f4e6bc7a5 100755 --- a/test/runtest +++ b/test/runtest @@ -857,6 +857,8 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^SSL info: unknown state/; next if /^SSL info: SSLv2\/v3 write client hello A/; next if /^SSL info: SSLv3 read server key exchange A/; + next if /SSL verify error: depth=0 error=certificate not trusted/; + s/SSL3_READ_BYTES/ssl3_read_bytes/; } # ======== stderr ======== |