aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-06 08:39:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-06 08:39:14 +0000
commit343025b91ff92968c3e6e306eb500396670b1e37 (patch)
tree2f8f28a396c541a4a8fb086ea7697925a2d59389 /asn1/x509ce
parent20166124967c8adb5dbb72c62b3a4c834e054700 (diff)
downloadwireshark-343025b91ff92968c3e6e306eb500396670b1e37.tar.gz
wireshark-343025b91ff92968c3e6e306eb500396670b1e37.tar.bz2
wireshark-343025b91ff92968c3e6e306eb500396670b1e37.zip
Update to X509 Certificate Extensions. Make it also decode
GeneralName.directoryName (since we already implemented the Name type from X509IF already long time ago) svn path=/trunk/; revision=11909
Diffstat (limited to 'asn1/x509ce')
-rw-r--r--asn1/x509ce/CertificateExtensions.asn2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509ce/CertificateExtensions.asn b/asn1/x509ce/CertificateExtensions.asn
index cb5558245f..06f8bb6b05 100644
--- a/asn1/x509ce/CertificateExtensions.asn
+++ b/asn1/x509ce/CertificateExtensions.asn
@@ -149,7 +149,7 @@ GeneralName ::= CHOICE {
rfc822Name [1] IMPLICIT IA5String,
dNSName [2] IMPLICIT IA5String,
-- x400Address [3] IMPLICIT ORAddress,
--- directoryName [4] IMPLICIT Name,
+ directoryName [4] IMPLICIT Name,
-- ediPartyName [5] IMPLICIT EDIPartyName,
uniformResourceIdentifier [6] IMPLICIT IA5String,
iPAddress [7] IMPLICIT OCTET STRING,