aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/pkcs1/pkcs1.cnf
blob: ed0c7e8dd1592100f66eb94f0b9fbaeb36252ace (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
# pkcs1.cnf
# PKCS#1 conformation file

#.IMPORT ../x509af/x509af-exp.cnf

#.EXPORTS

RSAPublicKey
DigestInfo

#.NO_EMIT

#.TYPE_RENAME

#.FIELD_RENAME

#.REGISTER
DSA-Params B "1.2.840.10040.4.1" "id-dsa"
DomainParameters B "1.2.840.10046.2.1" "dhpublicnumber"
KEA-Params-Id B "2.16.840.1.101.2.1.1.22" "id-keyExchangeAlgorithm"
ECParameters B "1.2.840.10045.2.1" "id-ecPublicKey"
ECParameters B "1.3.132.1.12" "id-ecDH"
ECParameters B "1.2.840.10045.2.13" "id-ecMQV"
RSASSA-PSS-params B "1.2.840.113549.1.1.10" "id-RSASSA-PSS"
HashAlgorithm B "1.2.840.113549.1.1.8" "id-mgf1"

#.NO_EMIT
DSAPublicKey
DHPublicKey
ECPoint
DSA-Sig-Value
ECDSA-Sig-Value

#.TYPE_ATTR
RSAPublicKey/modulus TYPE = FT_BYTES  DISPLAY = BASE_NONE

#.END