summaryrefslogtreecommitdiff
path: root/security/nss/tests/ssl/sslcov.txt
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/tests/ssl/sslcov.txt')
-rw-r--r--security/nss/tests/ssl/sslcov.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/security/nss/tests/ssl/sslcov.txt b/security/nss/tests/ssl/sslcov.txt
new file mode 100644
index 000000000..e60e06d28
--- /dev/null
+++ b/security/nss/tests/ssl/sslcov.txt
@@ -0,0 +1,44 @@
+#
+# This file enables test coverage of the various SSL ciphers
+#
+# NOTE: SSL2 ciphers are independent of whether TLS is enabled or not. We
+# mix up the enable functions so we can tests boths paths.
+#
+# Enable Cipher Test Name
+# TLS
+#
+ noTLS A SSL2 RC4 128 WITH MD5
+ TLS B SSL2 RC4 128 EXPORT40 WITH MD5
+ TLS C SSL2 RC2 128 CBC WITH MD5
+ noTLS D SSL2 RC2 128 CBC EXPORT40 WITH MD5
+ TLS E SSL2 DES 64 CBC WITH MD5
+ noTLS F SSL2 DES 192 EDE3 CBC WITH MD5
+ noTLS c SSL3 RSA WITH RC4 128 MD5
+ noTLS d SSL3 RSA WITH 3DES EDE CBC SHA
+ noTLS e SSL3 RSA WITH DES CBC SHA
+ noTLS f SSL3 RSA EXPORT WITH RC4 40 MD5
+ noTLS g SSL3 RSA EXPORT WITH RC2 CBC 40 MD5
+ noTLS j SSL3 RSA FIPS WITH 3DES EDE CBC SHA
+ noTLS k SSL3 RSA FIPS WITH DES CBC SHA
+ noTLS l SSL3 RSA EXPORT WITH DES CBC SHA (new)
+ noTLS m SSL3 RSA EXPORT WITH RC4 56 SHA (new)
+ TLS c TLS RSA WITH RC4 128 MD5
+ TLS d TLS RSA WITH 3DES EDE CBC SHA
+ TLS e TLS RSA WITH DES CBC SHA
+ TLS f TLS RSA EXPORT WITH RC4 40 MD5
+ TLS g TLS RSA EXPORT WITH RC2 CBC 40 MD5
+ TLS j TLS RSA FIPS WITH 3DES EDE CBC SHA
+ TLS k TLS RSA FIPS WITH DES CBC SHA
+ TLS l TLS RSA EXPORT WITH DES CBC SHA (new)
+ TLS m TLS RSA EXPORT WITH RC4 56 SHA (new)
+# The NULL ciphers have to be last because we need to restart selfserve
+# (NULL is not enabled by default)
+ TLS i TLS RSA WITH NULL MD5
+ noTLS i SSL3 RSA WITH NULL MD5
+# added on nelson's request
+ TLS n TLS RSA WITH RC4 128 SHA
+ noTLS n SSL3 RSA WITH RC4 128 SHA
+ TLS v TLS RSA WITH AES 128 CBC SHA
+ noTLS v SSL3 RSA WITH AES 128 CBC SHA
+ TLS y TLS RSA WITH AES 256 CBC SHA
+ noTLS y SSL3 RSA WITH AES 256 CBC SHA