summaryrefslogtreecommitdiff
path: root/security/nss/tests/tools/tools.sh
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2009-03-22 01:51:38 +0000
committernelson%bolyard.com <devnull@localhost>2009-03-22 01:51:38 +0000
commitf684afafc09792c43dbea7165a9e7ecb81cd1177 (patch)
treebefe1ae64c6ffe41c035503c87bcd219cd73cbeb /security/nss/tests/tools/tools.sh
parent2e8a0b3f887568f177787858e5216668b9c4e10a (diff)
downloadnss-hg-f684afafc09792c43dbea7165a9e7ecb81cd1177.tar.gz
Bug 483113: Fix more algorithm name strings.
Diffstat (limited to 'security/nss/tests/tools/tools.sh')
-rw-r--r--security/nss/tests/tools/tools.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nss/tests/tools/tools.sh b/security/nss/tests/tools/tools.sh
index 56168c028..545b742bb 100644
--- a/security/nss/tests/tools/tools.sh
+++ b/security/nss/tests/tools/tools.sh
@@ -56,19 +56,19 @@
########################################################################
export pkcs12v2pbeWithSha1And128BitRc4=\
-"PKCS #12 V2 PBE With Sha1 and 128 Bit RC4"
+"PKCS #12 V2 PBE With SHA-1 and 128 Bit RC4"
export pkcs12v2pbeWithSha1And40BitRc4=\
-"PKCS #12 V2 PBE With Sha1 and 40 Bit RC4"
+"PKCS #12 V2 PBE With SHA-1 and 40 Bit RC4"
export pkcs12v2pbeWithSha1AndTripleDESCBC=\
-"PKCS #12 V2 PBE With Sha1 and Triple DES-CBC"
+"PKCS #12 V2 PBE With SHA-1 and Triple DES-CBC"
export pkcs12v2pbeWithSha1And128BitRc2Cbc=\
-"PKCS #12 V2 PBE With Sha1 and 128 Bit RC2 CBC"
+"PKCS #12 V2 PBE With SHA-1 and 128 Bit RC2 CBC"
export pkcs12v2pbeWithSha1And40BitRc2Cbc=\
-"PKCS #12 V2 PBE With Sha1 and 40 Bit RC2 CBC"
+"PKCS #12 V2 PBE With SHA-1 and 40 Bit RC2 CBC"
export pkcs12v2pbeWithMd2AndDESCBC=\
"PKCS #5 Password Based Encryption with MD2 and DES-CBC"