~jelmer/wireshark/daily-ppa

« back to all changes in this revision

Viewing changes to asn1/pkixcmp/cmp.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Balint Reczey
  • Date: 2010-11-20 18:41:41 UTC
  • mfrom: (1.1.28 upstream) (42.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20101120184141-19e4sxq2kfsdnc9i
Tags: 1.4.2-1
* New upstream release 1.4.2
  - release notes:
    http://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
  - security fixes
     - Nephi Johnson of BreakingPoint discovered that the LDSS dissector
       could overflow a buffer. (No assigned CVE number.)
     - The ZigBee ZCL dissector could go into an infinite loop.
       (No assigned CVE number.)
* drop 05_fix-display-filter-update-when-changing-profile.patch
  patch since it has been integrated upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# CMP.cnf
2
 
# CMP conformation file
3
 
 
4
 
# $Id: cmp.cnf 24935 2008-04-12 14:53:48Z stig $
5
 
 
6
 
#.MODULE_IMPORT
7
 
PKIX1Explicit88 pkix1explicit
8
 
PKIX1Implicit88 pkix1implicit
9
 
PKIXCRMF-2005   crmf
10
 
                
11
 
#.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
12
 
#.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
13
 
#.IMPORT ../pkixcrmf/crmf-exp.cnf
14
 
 
15
 
#.EXPORTS
16
 
CAKeyUpdAnnContent
17
 
CMPCertificate
18
 
CRLAnnContent
19
 
CertAnnContent
20
 
CertConfirmContent
21
 
CertOrEncCert
22
 
CertRepMessage
23
 
CertResponse
24
 
CertStatus
25
 
CertifiedKeyPair
26
 
Challenge
27
 
DHBMParameter
28
 
ErrorMsgContent
29
 
GenMsgContent
30
 
InfoTypeAndValue
31
 
KeyRecRepContent
32
 
NestedMessageContent
33
 
OOBCert
34
 
OOBCertHash
35
 
PBMParameter
36
 
PKIBody
37
 
PKIConfirmContent
38
 
PKIFailureInfo
39
 
PKIFreeText
40
 
PKIHeader
41
 
PKIMessage
42
 
PKIMessages
43
 
PKIProtection
44
 
PKIStatus
45
 
PKIStatusInfo
46
 
POPODecKeyRespContent
47
 
PollRepContent
48
 
PollReqContent
49
 
ProtectedPart
50
 
RevAnnContent
51
 
RevDetails
52
 
RevRepContent
53
 
RevReqContent
54
 
 
55
 
#.REGISTER
56
 
PBMParameter           B "1.2.840.113533.7.66.13" "id-PasswordBasedMac"
57
 
DHBMParameter          B "1.2.640.113533.7.66.30" "id-DHBasedMac"
58
 
CAProtEncCertValue     B "1.3.6.1.5.5.7.4.1"      "id-it-caProtEncCert"
59
 
SignKeyPairTypesValue  B "1.3.6.1.5.5.7.4.2"      "id-it-signKeyPairTypes"
60
 
EncKeyPairTypesValue   B "1.3.6.1.5.5.7.4.3"      "id-it-encKeyPairTypes"
61
 
PreferredSymmAlgValue  B "1.3.6.1.5.5.7.4.4"      "id-it-preferredSymmAlg"
62
 
CAKeyUpdateInfoValue   B "1.3.6.1.5.5.7.4.5"      "id-it-caKeyUpdateInfo"
63
 
CurrentCRLValue        B "1.3.6.1.5.5.7.4.6"      "id-it-currentCRL"
64
 
UnsupportedOIDsValue   B "1.3.6.1.5.5.7.4.7"      "id-it-unsupportedOIDs"
65
 
KeyPairParamReqValue   B "1.3.6.1.5.5.7.4.10"     "id-it-keyPairParamReq"
66
 
KeyPairParamRepValue   B "1.3.6.1.5.5.7.4.11"     "id-it-keyPairParamRep"
67
 
RevPassphraseValue     B "1.3.6.1.5.5.7.4.12"     "id-it-revPassphrase"
68
 
ImplicitConfirmValue   B "1.3.6.1.5.5.7.4.13"     "id-it-implicitConfirm"
69
 
ConfirmWaitTimeValue   B "1.3.6.1.5.5.7.4.14"     "id-it-confirmWaitTime"
70
 
OrigPKIMessageValue    B "1.3.6.1.5.5.7.4.15"     "id-it-origPKIMessage"
71
 
SuppLangTagsValue      B "1.3.6.1.5.5.7.4.16"     "id-it-suppLangTags"
72
 
 
73
 
 
74
 
#.NO_EMIT
75
 
 
76
 
#.TYPE_RENAME
77
 
 
78
 
#.FIELD_RENAME
79
 
RevRepContent/status    rvrpcnt_status
80
 
CertResponse/status     pkistatusinf
81
 
KeyRecRepContent/status pkistatusinf
82
 
PKIStatusInfo/status pkistatus
83
 
RevAnnContent/status pkistatus
84
 
 
85
 
 
86
 
#.FN_PARS InfoTypeAndValue/infoType
87
 
  FN_VARIANT = _str  HF_INDEX = hf_cmp_type_oid  VAL_PTR = &object_identifier_id
88
 
 
89
 
#.FN_BODY InfoTypeAndValue/infoValue
90
 
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree);
91
 
 
92
 
#.FN_PARS PKIBody
93
 
  VAL_PTR = &branch_taken
94
 
 
95
 
#.FN_BODY PKIBody
96
 
  gint branch_taken;
97
 
 
98
 
  %(DEFAULT_BODY)s
99
 
 
100
 
  if (check_col(actx->pinfo->cinfo, COL_INFO)) {
101
 
        col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Body=%%s", val_to_str(branch_taken, cmp_PKIBody_vals, "unknown"));
102
 
  }
103
 
 
104
 
#.FN_PARS PKIStatus
105
 
  VAL_PTR = &value
106
 
 
107
 
#.FN_BODY PKIStatus
108
 
  guint32 value;
109
 
 
110
 
  %(DEFAULT_BODY)s
111
 
 
112
 
  if (check_col(actx->pinfo->cinfo, COL_INFO)) {
113
 
        col_append_fstr(actx->pinfo->cinfo, COL_INFO, " Status=%%s", val_to_str(value, cmp_PKIStatus_vals, "unknown"));
114
 
  }
115
 
 
116
 
#.END_OF_CNF