Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / crmf / crmf.cnf
blobe10b14388f31bda69755f8757b6b2dee505f9c4b
1 # CRMF.cnf
2 # CRMF conformation file
4 #.MODULE_IMPORT
5 PKIX1Explicit88 pkix1explicit
6 PKIX1Implicit88 pkix1implicit
7 CryptographicMessageSyntax2004 cms
9 #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
10 #.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
12 #.EXPORTS
13 AttributeTypeAndValue
14 CertId
15 CertReqMessages
16 CertTemplate
17 EncryptedValue
18 PKIPublicationInfo
20 #.REGISTER
21 EncKeyWithID         B "1.2.840.113549.1.9.16.1.21" "id-ct-encKeyWithID"
22 PBMParameter         B "1.2.840.113533.7.66.13"     "PasswordBasedMac"
23 RegToken             B "1.3.6.1.5.5.7.5.1.1"        "id-regCtrl-regToken"
24 Authenticator        B "1.3.6.1.5.5.7.5.1.2"        "id-regCtrl-authenticator"
25 PKIPublicationInfo   B "1.3.6.1.5.5.7.5.1.3"        "id-regCtrl-pkiPublicationInfo"
26 PKIArchiveOptions    B "1.3.6.1.5.5.7.5.1.4"        "id-regCtrl-pkiArchiveOptions"
27 OldCertId            B "1.3.6.1.5.5.7.5.1.5"        "id-regCtrl-oldCertID"
28 ProtocolEncrKey      B "1.3.6.1.5.5.7.5.1.6"        "id-regCtrl-protocolEncrKey"
29 UTF8Pairs            B "1.3.6.1.5.5.7.5.2.1"        "id-regInfo-utf8Pairs"
30 CertReq              B "1.3.6.1.5.5.7.5.2.2"        "id-regInfo-certReq"
32 #.NO_EMIT
34 #.TYPE_RENAME
36 #.FIELD_RENAME
37 CertTemplate/issuer             template_issuer
38 POPOSigningKey/signature        sk_signature
39 PKMACValue/value                pkmac_value
40 PrivateKeyInfo/version          privkey_version
41 EncKeyWithID/privateKey         enckeywid_privkey
43 #.FN_PARS AttributeTypeAndValue/type
44   FN_VARIANT = _str  HF_INDEX = hf_crmf_type_oid  VAL_PTR = &actx->external.direct_reference
46 #.FN_BODY AttributeTypeAndValue/value
47   offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL);
49 #.END