summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormozilla.BenB%bucksch.org <devnull@localhost>2002-08-29 00:01:42 +0000
committermozilla.BenB%bucksch.org <devnull@localhost>2002-08-29 00:01:42 +0000
commitf32a7abf6481d9737baf6f5f74fc05ebafb36b15 (patch)
tree9c4381a422b9568aa1828396e8c05b5174cc4372
parentfab9f14d5f787090e143130e9e5cad8b28fcbfdf (diff)
downloadnss-hg-f32a7abf6481d9737baf6f5f74fc05ebafb36b15.tar.gz
Adding Beonex Communicator 0.8.1 (based on Mozilla 1.0.1) to BEONEX_0_8_BRANCH (branched from MOZILLA_1_0_BRANCH).
Finally, we can use CVS! Yeah! :-) Hopefully, I won't change anything for the main Mozilla source
-rw-r--r--security/nss/cmd/modutil/specification.html20
-rw-r--r--security/nss/lib/softoken/pkcs11.c2
2 files changed, 11 insertions, 11 deletions
diff --git a/security/nss/cmd/modutil/specification.html b/security/nss/cmd/modutil/specification.html
index 48a1ab7cd..77f4718cb 100644
--- a/security/nss/cmd/modutil/specification.html
+++ b/security/nss/cmd/modutil/specification.html
@@ -139,7 +139,7 @@ If a password file is given, the password will be read from that file;
otherwise, the password will be obtained interactively.
<b>Storing passwords in a file is much less secure than supplying them
interactively.</b>
-<p>The password on the Netscape internal module cannot be changed if
+<p>The password on the NSS internal module cannot be changed if
the <code>-nocertdb</code> option is specified.
</td>
</tr>
@@ -240,7 +240,7 @@ Using database directory /u/nicolson/.netscape...
Listing of PKCS #11 Modules
-----------------------------------------------------------
- 1. Netscape Internal PKCS #11 Module
+ 1. NSS Internal PKCS #11 Module
slots: 2 slots attached
status: loaded
@@ -256,13 +256,13 @@ Listing of PKCS #11 Modules
and its slots and tokens.
<blockquote>
<pre>
-% <b>modutil -list "Netscape Internal PKCS #11 Module"</b>
+% <b>modutil -list "NSS Internal PKCS #11 Module"</b>
Using database directory /u/nicolson/.netscape...
-----------------------------------------------------------
-Name: Netscape Internal PKCS #11 Module
+Name: NSS Internal PKCS #11 Module
Library file: **Internal ONLY module**
-Manufacturer: Netscape Communications Corp
+Manufacturer: mozilla.org
Description: Communicator Internal Crypto Svc
PKCS #11 Version 2.0
Library Version: 4.0
@@ -270,13 +270,13 @@ Cipher Enable Flags: None
Default Mechanism Flags: RSA:DSA:RC2:RC4:DES:SHA1:MD5:MD2
Slot: Communicator Internal Cryptographic Services Version 4.0
- Manufacturer: Netscape Communications Corp
+ Manufacturer: mozilla.org
Type: Software
Version Number: 4.1
Firmware Version: 0.0
Status: Enabled
Token Name: Communicator Generic Crypto Svcs
- Token Manufacturer: Netscape Communications Corp
+ Token Manufacturer: mozilla.org
Token Model: Libsec 4.0
Token Serial Number: 0000000000000000
Token Version: 4.0
@@ -286,13 +286,13 @@ Default Mechanism Flags: RSA:DSA:RC2:RC4:DES:SHA1:MD5:MD2
User Pin: NOT Initialized
Slot: Communicator User Private Key and Certificate Services
- Manufacturer: Netscape Communications Corp
+ Manufacturer: mozilla.org
Type: Software
Version Number: 3.0
Firmware Version: 0.0
Status: Enabled
Token Name: Communicator Certificate DB
- Token Manufacturer: Netscape Communications Corp
+ Token Manufacturer: mozilla.org
Token Model: Libsec 4.0
Token Serial Number: 0000000000000000
Token Version: 7.0
@@ -340,7 +340,7 @@ no default, and this option must be used.</td>
With the <code>-create</code> command, this means that only a secmod.db file
will be created; cert7.db and key3.db will not be created. With the
<code>-jar</code> command, signatures on the JAR file will not be checked.
-With the <code>-changepw</code> command, the password on the Netscape internal
+With the <code>-changepw</code> command, the password on the NSS internal
module cannot be set or changed, since this password is stored in key3.db.
</td>
</tr>
diff --git a/security/nss/lib/softoken/pkcs11.c b/security/nss/lib/softoken/pkcs11.c
index 2a6a43a85..8fa2dd735 100644
--- a/security/nss/lib/softoken/pkcs11.c
+++ b/security/nss/lib/softoken/pkcs11.c
@@ -2046,7 +2046,7 @@ pk11_getDefSlotName(CK_SLOT_ID slotID)
"NSS User Private Key and Certificate Services ";
case FIPS_SLOT_ID:
return
- "Netscape FIPS-140-1 User Private Key Services ";
+ "NSS FIPS-140-1 User Private Key Services ";
default:
break;
}