summaryrefslogtreecommitdiff
path: root/security/nss/cmd/SSLsample/server.c
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2005-04-06 19:43:19 +0000
committernelsonb%netscape.com <devnull@localhost>2005-04-06 19:43:19 +0000
commitbacf6dd62bff2253687c3a993cbce138cb39a7d1 (patch)
tree3597dd003ebc3d90d4c0c5c096d9f341d28d5d02 /security/nss/cmd/SSLsample/server.c
parent26544f3a28a76ed1a2561a4ddb4aaf805f409f4a (diff)
parent8047a8767235d27070be6c2dab297c6260d107bd (diff)
downloadnss-hg-bacf6dd62bff2253687c3a993cbce138cb39a7d1.tar.gz
Remove fortezza support from libSSL and related commands. Bug 239960.
ON PERFORMANCE_HACKS_BRANCH. r=rrelyea.
Diffstat (limited to 'security/nss/cmd/SSLsample/server.c')
-rw-r--r--security/nss/cmd/SSLsample/server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/nss/cmd/SSLsample/server.c b/security/nss/cmd/SSLsample/server.c
index ced32d287..5965d4723 100644
--- a/security/nss/cmd/SSLsample/server.c
+++ b/security/nss/cmd/SSLsample/server.c
@@ -102,14 +102,11 @@ Usage(const char *progName)
"E SSL2 DES 64 CBC WITH MD5\n"
"F SSL2 DES 192 EDE3 CBC WITH MD5\n"
"\n"
-"a SSL3 FORTEZZA DMS WITH FORTEZZA CBC SHA\n"
-"b SSL3 FORTEZZA DMS WITH RC4 128 SHA\n"
"c SSL3 RSA WITH RC4 128 MD5\n"
"d SSL3 RSA WITH 3DES EDE CBC SHA\n"
"e SSL3 RSA WITH DES CBC SHA\n"
"f SSL3 RSA EXPORT WITH RC4 40 MD5\n"
"g SSL3 RSA EXPORT WITH RC2 CBC 40 MD5\n"
-"h SSL3 FORTEZZA DMS WITH NULL SHA\n"
"i SSL3 RSA WITH NULL MD5\n"
"j SSL3 RSA FIPS WITH 3DES EDE CBC SHA\n"
"k SSL3 RSA FIPS WITH DES CBC SHA\n"