aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixcmp/cmp.cnf
blob: b6360cea6a0bc1f51d08b5568a65722f6a4c40d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# CMP.cnf
# CMP conformation file

# $Id$

#.MODULE_IMPORT
PKIX1Explicit88	pkix1explicit
PKIX1Implicit88	pkix1implicit
PKIXCRMF	crmf
		
#.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
#.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
#.INCLUDE ../pkixcrmf/crmf-exp.cnf

#.EXPORTS
CAKeyUpdAnnContent
CertAnnContent
CertifiedKeyPair
CertOrEncCert
CertRepMessage
CertResponse
Challenge
CRLAnnContent
DHBasedMac
DHBMParameter
ErrorMsgContent
GenMsgContent
GenRepContent
InfoTypeAndValue
KeyRecRepContent
NestedMessageContent
OOBCert
OOBCertHash
PasswordBasedMac
PBMParameter
PKIBody
PKIConfirmContent
PKIFailureInfo
PKIFreeText
PKIHeader
PKIMessage
PKIProtection
PKIStatus
PKIStatusInfo
POPODecKeyChallContent
POPODecKeyRespContent
ProtectedPart
RevAnnContent
RevDetails
RevRepContent
RevReqContent

#.REGISTER

#.NO_EMIT

#.TYPE_RENAME

#.FIELD_RENAME


#.FN_BODY InfoTypeAndValue/infoType
  offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
                                         hf_cmp_type_oid, object_identifier_id);

#.FN_BODY InfoTypeAndValue/infoValue
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);

#.END