Skip to content

Commit

Permalink
Reserved Netscape extension (NETSCAPE 1 18)
Browse files Browse the repository at this point in the history
  • Loading branch information
thayes%netscape.com committed Apr 23, 2002
1 parent 2cd988f commit f1ec269
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion security/nss/lib/util/secoid.c
Expand Up @@ -61,7 +61,7 @@
#define NETSCAPE_OID 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42
#define NETSCAPE_CERT_EXT NETSCAPE_OID, 0x01
#define NETSCAPE_DATA_TYPE NETSCAPE_OID, 0x02
/* netscape directory oid - owned by Tim Howes(howes@netscape.com) */
/* netscape directory oid - owned by Mark Smith (mcs@netscape.com) */
#define NETSCAPE_DIRECTORY NETSCAPE_OID, 0x03
#define NETSCAPE_POLICY NETSCAPE_OID, 0x04
#define NETSCAPE_CERT_SERVER NETSCAPE_OID, 0x05
Expand Down Expand Up @@ -264,6 +264,9 @@ CONST_OID nsExtCertRenewalTime[] = { NETSCAPE_CERT_EXT, 0x0f };

CONST_OID nsExtAIACertRenewal[] = { NETSCAPE_CERT_EXT_AIA, 0x01 };
CONST_OID nsExtCertScopeOfUse[] = { NETSCAPE_CERT_EXT, 0x11 };
/* Reserved Netscape (2 16 840 1 113730 1 18) = { NETSCAPE_CERT_EXT, 0x12 }; */

/* Netscape policy values */
CONST_OID nsKeyUsageGovtApproved[] = { NETSCAPE_POLICY, 0x01 };

/* Netscape other name types */
Expand Down

0 comments on commit f1ec269

Please sign in to comment.