diff options
author | nelson%bolyard.com <devnull@localhost> | 2007-04-26 00:20:12 +0000 |
---|---|---|
committer | nelson%bolyard.com <devnull@localhost> | 2007-04-26 00:20:12 +0000 |
commit | 68e59dd476287546f2730689d6298011266ef9a8 (patch) | |
tree | e1c980fd85a272008fc310f35808fa6a946f3085 /security/nss | |
parent | e87b1351a900e2ab2fc2b7f8e823067b3cdd5917 (diff) | |
download | nss-hg-68e59dd476287546f2730689d6298011266ef9a8.tar.gz |
Add missing TLS_RSA_WITH_NULL_SHA cipher suite. Bug 370957. r=slavo,julien
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/cmd/strsclnt/strsclnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/cmd/strsclnt/strsclnt.c b/security/nss/cmd/strsclnt/strsclnt.c index bc6f04afa..94a8b9ba6 100644 --- a/security/nss/cmd/strsclnt/strsclnt.c +++ b/security/nss/cmd/strsclnt/strsclnt.c @@ -115,6 +115,7 @@ int ssl3CipherSuites[] = { TLS_DHE_DSS_WITH_AES_256_CBC_SHA, /* w */ TLS_DHE_RSA_WITH_AES_256_CBC_SHA, /* x */ TLS_RSA_WITH_AES_256_CBC_SHA, /* y */ + SSL_RSA_WITH_NULL_SHA, /* z */ 0 }; |