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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/nss/tests/ssl/sslcov.txt b/security/nss/tests/ssl/sslcov.txt
index 8df8f4f2c..e60e06d28 100644
--- a/security/nss/tests/ssl/sslcov.txt
+++ b/security/nss/tests/ssl/sslcov.txt
@@ -35,3 +35,10 @@
# (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