summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthayes%netscape.com <devnull@localhost>2002-06-04 21:46:05 +0000
committerthayes%netscape.com <devnull@localhost>2002-06-04 21:46:05 +0000
commit46172e39d9bd64523b24c511430b400b773e4dfd (patch)
treef854e49e409651942b1bdd6b0771ed83f9563e36
parent4792086584757cd4ee0795a4a75364e3daeb0e59 (diff)
downloadnss-hg-46172e39d9bd64523b24c511430b400b773e4dfd.tar.gz
Reserve OID (netscape_name_components 2) - see 605437
-rw-r--r--security/nss/lib/util/secoid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/util/secoid.c b/security/nss/lib/util/secoid.c
index 1ad0aa197..3339d1e86 100644
--- a/security/nss/lib/util/secoid.c
+++ b/security/nss/lib/util/secoid.c
@@ -271,6 +271,8 @@ CONST_OID nsKeyUsageGovtApproved[] = { NETSCAPE_POLICY, 0x01 };
/* Netscape other name types */
CONST_OID netscapeNickname[] = { NETSCAPE_NAME_COMPONENTS, 0x01};
+/* Reserved Netscape REF605437
+ (2 16 840 1 113730 7 2) = { NETSCAPE_NAME_COMPONENTS, 0x02 }; */
/* OIDs needed for cert server */
CONST_OID netscapeRecoveryRequest[] = { NETSCAPE_CERT_SERVER_CRMF, 0x01 };