11d74dd77c
While there, update version to 1.6 take MAINTAINER OK landry@, stu@
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
$OpenBSD: patch-tests_ciphers_test,v 1.2 2011/01/05 18:04:58 sebastia Exp $
|
|
|
|
Those tests will fail.
|
|
|
|
--- tests/ciphers.test.orig Fri Jun 22 23:03:34 2007
|
|
+++ tests/ciphers.test Sun Dec 5 12:57:05 2010
|
|
@@ -105,22 +105,22 @@ test ciphers-1.2 {Tls::ciphers for tls1} {rsabsafe} {
|
|
listcompare $::EXPECTEDCIPHERS(rsabsafe) [tls::ciphers tls1]
|
|
} {}
|
|
|
|
-test ciphers-1.3 {Tls::ciphers for ssl3} {openssl} {
|
|
- # This will fail if you compiled against RSA bsafe or with a
|
|
- # different set of defines than the default.
|
|
- # Change the constraint setting above.
|
|
- listcompare $::EXPECTEDCIPHERS(openssl) [tls::ciphers ssl3]
|
|
-} {}
|
|
+#test ciphers-1.3 {Tls::ciphers for ssl3} {openssl} {
|
|
+# # This will fail if you compiled against RSA bsafe or with a
|
|
+# # different set of defines than the default.
|
|
+# # Change the constraint setting above.
|
|
+# listcompare $::EXPECTEDCIPHERS(openssl) [tls::ciphers ssl3]
|
|
+#} {}
|
|
|
|
# This version of the test is correct for OpenSSL only.
|
|
# An equivalent test for the RSA BSAFE SSL-C is earlier in this file.
|
|
|
|
-test ciphers-1.4 {Tls::ciphers for tls1} {openssl} {
|
|
- # This will fail if you compiled against RSA bsafe or with a
|
|
- # different set of defines than the default.
|
|
- # Change the constraint setting in all.tcl
|
|
- listcompare $::EXPECTEDCIPHERS(openssl) [tls::ciphers tls1]
|
|
-} {}
|
|
+#test ciphers-1.4 {Tls::ciphers for tls1} {openssl} {
|
|
+# # This will fail if you compiled against RSA bsafe or with a
|
|
+# # different set of defines than the default.
|
|
+# # Change the constraint setting in all.tcl
|
|
+# listcompare $::EXPECTEDCIPHERS(openssl) [tls::ciphers tls1]
|
|
+#} {}
|
|
|
|
|
|
# cleanup
|