aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixcrmf/crmf.cnf
blob: 3ceb9cadae2006f06d283f5c6760384640d5e2c7 (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
# CRMF.cnf
# CRMF conformation file

# $Id$

#.MODULE_IMPORT
CryptographicMessageSyntax cms
PKIX1Explicit88	pkix1explicit
PKIX1Implicit88	pkix1implicit
		
#.INCLUDE ../cms/cms-exp.cnf
#.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
#.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf

#.EXPORTS
Authenticator
AttributeTypeAndValue
CertId
CertReq
CertReqMessages
CertReqMsg
CertRequest
CertTemplate
Controls
EncryptedKey
EncryptedValue
KeyGenParameters
OldCertId
OptionalValidity
PBMParameter
PKIArchiveOptions
PKIPublicationInfo
PKMACValue
POPOPrivKey
POPOSigningKey
POPOSigningKeyInput
ProofOfPossession
ProtocolEncrKey
RegToken
SinglePubInfo
SubsequentMessage
UTF8Pairs

#.REGISTER
PBMParameter         B "1.2.840.113533.7.66.13" "PasswordBasedMac"

#.NO_EMIT

#.TYPE_RENAME

#.FIELD_RENAME
CertTemplate/issuer		template_issuer
POPOSigningKey/signature	sk_signature
PKMACValue/value		pkmac_value

#.FN_BODY AttributeTypeAndValue/type
  offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
                                         hf_crmf_type_oid, object_identifier_id);

#.FN_BODY AttributeTypeAndValue/value
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, tree);

#.END