summaryrefslogtreecommitdiff
path: root/asn1/x509af
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-16 08:32:52 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-09-16 08:32:52 +0000
commit07334139701fbb30c463d36b036bf32782f4f20d (patch)
tree47d46fd665bbab6afa6057cb098615a02b54db49 /asn1/x509af
parent4cb62f797de426a114666e27ff0996da8b42365c (diff)
downloadwireshark-07334139701fbb30c463d36b036bf32782f4f20d.tar.gz
update to X509AF to prepare for PKINIT
svn path=/trunk/; revision=12010
Diffstat (limited to 'asn1/x509af')
-rw-r--r--asn1/x509af/x509af.cnf1
-rw-r--r--asn1/x509af/x509af_exp.cnf2
2 files changed, 3 insertions, 0 deletions
diff --git a/asn1/x509af/x509af.cnf b/asn1/x509af/x509af.cnf
index b55639b10b..cdcd199a92 100644
--- a/asn1/x509af/x509af.cnf
+++ b/asn1/x509af/x509af.cnf
@@ -22,6 +22,7 @@ Certificates
CertificateList
CertificateSerialNumber
CertificationPath
+SubjectPublicKeyInfo
#.PDU
AttributeCertificate
diff --git a/asn1/x509af/x509af_exp.cnf b/asn1/x509af/x509af_exp.cnf
index f9e5226c06..0368d58dc3 100644
--- a/asn1/x509af/x509af_exp.cnf
+++ b/asn1/x509af/x509af_exp.cnf
@@ -9,6 +9,7 @@ CertificateSerialNumber BER_CLASS_UNI BER_UNI_TAG_INTEGER
Certificates BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
CertificationPath BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
CertificateList BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
+SubjectPublicKeyInfo BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
#.END
#.TYPE_ATTR
@@ -20,4 +21,5 @@ CertificateList TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL
AttributeCertificationPath TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
AttributeCertificate TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
AttributeCertificateAssertion TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
+SubjectPublicKeyInfo TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
#.END