Index: tests/badssl.test ================================================================== --- tests/badssl.test +++ tests/badssl.test @@ -27,11 +27,11 @@ badssl 10000-sans.badssl.com } -result {handshake failed: excessive message size} -returnCodes {1} test BadSSL-1.3 {3des} -body { badssl 3des.badssl.com - } -result {handshake failed: sslv3 alert handshake failure} -returnCodes {1} + } -result {handshake failed: ssl/tls alert handshake failure} -returnCodes {1} test BadSSL-1.4 {captive-portal} -constraints {old_api} -body { badssl captive-portal.badssl.com } -result {handshake failed: certificate verify failed due to "Hostname mismatch"} -returnCodes {1} @@ -151,11 +151,11 @@ badssl no-subject.badssl.com } -result {handshake failed: certificate verify failed due to "certificate has expired"} -returnCodes {1} test BadSSL-1.34 {null} -body { badssl null.badssl.com - } -result {handshake failed: sslv3 alert handshake failure} -returnCodes {1} + } -result {handshake failed: ssl/tls alert handshake failure} -returnCodes {1} test BadSSL-1.35 {pinning-test} -body { badssl pinning-test.badssl.com } @@ -167,15 +167,15 @@ badssl preloaded-hsts.badssl.com } test BadSSL-1.38 {rc4-md5} -body { badssl rc4-md5.badssl.com - } -result {handshake failed: sslv3 alert handshake failure} -returnCodes {1} + } -result {handshake failed: ssl/tls alert handshake failure} -returnCodes {1} test BadSSL-1.39 {rc4} -body { badssl rc4.badssl.com - } -result {handshake failed: sslv3 alert handshake failure} -returnCodes {1} + } -result {handshake failed: ssl/tls alert handshake failure} -returnCodes {1} test BadSSL-1.40 {revoked} -body { badssl revoked.badssl.com } -result {handshake failed: certificate verify failed due to "certificate has expired"} -returnCodes {1}