Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / cmp / cmp.cnf
blobfd135d672137068a4321e57b9ccc72a5096cdc9c
1 # CMP.cnf
2 # CMP conformation file
4 #.MODULE_IMPORT
5 PKIX1Explicit88 pkix1explicit
6 PKIX1Implicit88 pkix1implicit
7 PKCS-10 pkcs10
9 #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
10 #.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
11 #.INCLUDE ../crmf/crmf-exp.cnf
13 #.EXPORTS
14 PKIMessage
15 ProtectedPart
16 OOBCert
17 OOBCertHash
19 #.REGISTER
20 PBMParameter           B "1.2.840.113533.7.66.13" "id-PasswordBasedMac"
21 DHBMParameter          B "1.2.640.113533.7.66.30" "id-DHBasedMac"
22 CAProtEncCertValue     B "1.3.6.1.5.5.7.4.1"      "id-it-caProtEncCert"
23 SignKeyPairTypesValue  B "1.3.6.1.5.5.7.4.2"      "id-it-signKeyPairTypes"
24 EncKeyPairTypesValue   B "1.3.6.1.5.5.7.4.3"      "id-it-encKeyPairTypes"
25 PreferredSymmAlgValue  B "1.3.6.1.5.5.7.4.4"      "id-it-preferredSymmAlg"
26 CAKeyUpdateInfoValue   B "1.3.6.1.5.5.7.4.5"      "id-it-caKeyUpdateInfo"
27 CurrentCRLValue        B "1.3.6.1.5.5.7.4.6"      "id-it-currentCRL"
28 UnsupportedOIDsValue   B "1.3.6.1.5.5.7.4.7"      "id-it-unsupportedOIDs"
29 KeyPairParamReqValue   B "1.3.6.1.5.5.7.4.10"     "id-it-keyPairParamReq"
30 KeyPairParamRepValue   B "1.3.6.1.5.5.7.4.11"     "id-it-keyPairParamRep"
31 RevPassphraseValue     B "1.3.6.1.5.5.7.4.12"     "id-it-revPassphrase"
32 ImplicitConfirmValue   B "1.3.6.1.5.5.7.4.13"     "id-it-implicitConfirm"
33 ConfirmWaitTimeValue   B "1.3.6.1.5.5.7.4.14"     "id-it-confirmWaitTime"
34 OrigPKIMessageValue    B "1.3.6.1.5.5.7.4.15"     "id-it-origPKIMessage"
35 SuppLangTagsValue      B "1.3.6.1.5.5.7.4.16"     "id-it-suppLangTags"
37 #.NO_EMIT
39 #.TYPE_RENAME
41 #.FIELD_RENAME
42 RevRepContent/status    rvrpcnt_status
43 CertResponse/status     pkistatusinf
44 KeyRecRepContent/status pkistatusinf
45 PKIStatusInfo/status pkistatus
46 RevAnnContent/status pkistatus
47 #.FIELD_ATTR
48 PKIStatusInfo/status    ABBREV=pkistatus
49 RevRepContent/status    ABBREV=rvrpcnt_status
52 #.FN_PARS InfoTypeAndValue/infoType
53   FN_VARIANT = _str  HF_INDEX = hf_cmp_type_oid  VAL_PTR = &actx->external.direct_reference
55 #.FN_BODY InfoTypeAndValue/infoValue
56   offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL);
58 #.FN_PARS PKIBody
59   VAL_PTR = &branch_taken
61 #.FN_BODY PKIBody
62   int branch_taken;
64   %(DEFAULT_BODY)s
66   col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Body=%%s", val_to_str_const(branch_taken, cmp_PKIBody_vals, "unknown"));
68 #.FN_PARS PKIStatus
69   VAL_PTR = &value
71 #.FN_BODY PKIStatus
72   uint32_t value;
74   %(DEFAULT_BODY)s
76   col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Status=%%s", val_to_str_const(value, cmp_PKIStatus_vals, "unknown"));
78 #.END_OF_CNF