Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / pkcs10 / pkcs10.cnf
blob04685fe5fe86e7869a4f86d61898e13e593698f0
1 # pkcs10.cnf
2 # PKCS10 conformation file
4 #.MODULE_IMPORT
5 PKIX1Explicit88 pkix1explicit
7 #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
9 #.EXPORTS
10 CertificationRequest
12 #.REGISTER
13 # From PKCS 9 / RFC 2985
14 Attributes B "1.2.840.113549.1.9.9"  "pkcs-9-at-extendedCertificateAttributes"
16 #.PDU
17 CertificationRequest
19 #.NO_EMIT
21 #.TYPE_RENAME
23 #.FIELD_RENAME
25 #.FN_PARS Attribute/type
26   FN_VARIANT = _str  HF_INDEX = hf_pkcs10_type  VAL_PTR = &actx->external.direct_reference
28 #.FN_BODY Attribute/values/_item
29     offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL);
31 #.END_OF_CNF