aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/x509ce.cnf
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-25 17:10:07 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-25 17:10:07 +0000
commitcf619d44af3a548bdf715fdf439f2766390cb90a (patch)
tree4cdfff99eb974c6f0e86fbd99c68dd789ca6f41b /asn1/x509ce/x509ce.cnf
parentaa4cc696f3854af30b15efcc5efcfa9fa18d9402 (diff)
Support for otherName and x400address in a GeneralName
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17728 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/x509ce/x509ce.cnf')
-rw-r--r--asn1/x509ce/x509ce.cnf8
1 files changed, 8 insertions, 0 deletions
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index edce713b94..45242c4f1f 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -7,10 +7,12 @@
InformationFramework x509if
AuthenticationFramework x509af
SelectedAttributeTypes x509sat
+MTSAbstractService x411
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509af/x509af-exp.cnf
#.INCLUDE ../x509sat/x509sat-exp.cnf
+#.INCLUDE ../x411/x411-exp.cnf
#.EXPORTS
AltNameType
@@ -114,6 +116,12 @@ CertificatePairExactAssertion/issuedByThisCAAssertion cpea_issuedByThisCAAsserti
proto_tree_add_item(tree, hf_x509ce_IPAddress, tvb, offset, 4, FALSE);
offset+=4;
+#.FN_PARS OtherNameType
+ FN_VARIANT = _str VAL_PTR = &object_identifier_id
+
+#.FN_BODY OtherNameValue
+ offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);
+
#.END