aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-21 11:06:26 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-21 11:06:26 +0000
commitb04a6da7294daa2def02e0fa6c8ba871e9b54857 (patch)
tree3a01b5578c1649d0bc68c85b4faf8d2ef628747b /asn1
parentd383561572a3c1ac127b732a815e6ac69d0903da (diff)
Update the Netscape Certificate Type extension bit-string.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31599 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ns_cert_exts/NETSCAPE-CERT-EXTS.asn11
1 files changed, 8 insertions, 3 deletions
diff --git a/asn1/ns_cert_exts/NETSCAPE-CERT-EXTS.asn b/asn1/ns_cert_exts/NETSCAPE-CERT-EXTS.asn
index c541bdef14..9441ca7e87 100644
--- a/asn1/ns_cert_exts/NETSCAPE-CERT-EXTS.asn
+++ b/asn1/ns_cert_exts/NETSCAPE-CERT-EXTS.asn
@@ -1,5 +1,6 @@
-- NetScape Certificate Extensions
-- based on information from http://wp.netscape.com/eng/security/cert-exts.html
+-- $Id$
NS-CERT-EXTS { 2 16 840 1 113730 1 } DEFINITIONS EXPLICIT TAGS ::=
BEGIN
@@ -19,9 +20,13 @@ SslServerName ::= IA5String
CertRenewalUrl ::= IA5String
CertType ::= BIT STRING {
- client(0),
- server(1),
- ca(5)
+ ssl-client(0),
+ ssl-server(1),
+ smime(2),
+ object-signing(3),
+ ssl-ca(5),
+ smime-ca(6),
+ object-signing-ca(7)
}
END -- of NS-CERT-EXTS