xref: /netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/objects.txt (revision 1b9578b8c2c1f848eeb16dabbfd7d1f0d9fdefbd)
1# CCITT was renamed to ITU-T quite some time ago
20			: ITU-T			: itu-t
3!Alias ccitt itu-t
4
51			: ISO			: iso
6
72			: JOINT-ISO-ITU-T	: joint-iso-itu-t
8!Alias joint-iso-ccitt joint-iso-itu-t
9
10iso 2			: member-body		: ISO Member Body
11
12iso 3			: identified-organization
13
14# HMAC OIDs
15identified-organization 6 1 5 5 8 1 1	: HMAC-MD5	: hmac-md5
16identified-organization 6 1 5 5 8 1 2	: HMAC-SHA1	: hmac-sha1
17
18identified-organization 132	: certicom-arc
19
20joint-iso-itu-t 23	: international-organizations	: International Organizations
21
22international-organizations 43	: wap
23wap 1			: wap-wsg
24
25joint-iso-itu-t 5 1 5	: selected-attribute-types	: Selected Attribute Types
26
27selected-attribute-types 55	: clearance
28
29member-body 840		: ISO-US		: ISO US Member Body
30ISO-US 10040		: X9-57			: X9.57
31X9-57 4			: X9cm			: X9.57 CM ?
32
33!Cname dsa
34X9cm 1			: DSA			: dsaEncryption
35X9cm 3			: DSA-SHA1		: dsaWithSHA1
36
37
38ISO-US 10045		: ansi-X9-62		: ANSI X9.62
39!module X9-62
40!Alias id-fieldType ansi-X9-62 1
41X9-62_id-fieldType 1		: prime-field
42X9-62_id-fieldType 2		: characteristic-two-field
43X9-62_characteristic-two-field 3 : id-characteristic-two-basis
44X9-62_id-characteristic-two-basis 1 : onBasis
45X9-62_id-characteristic-two-basis 2 : tpBasis
46X9-62_id-characteristic-two-basis 3 : ppBasis
47!Alias id-publicKeyType ansi-X9-62 2
48X9-62_id-publicKeyType 1	: id-ecPublicKey
49!Alias ellipticCurve ansi-X9-62 3
50!Alias c-TwoCurve X9-62_ellipticCurve 0
51X9-62_c-TwoCurve 1		: c2pnb163v1
52X9-62_c-TwoCurve 2		: c2pnb163v2
53X9-62_c-TwoCurve 3		: c2pnb163v3
54X9-62_c-TwoCurve 4		: c2pnb176v1
55X9-62_c-TwoCurve 5		: c2tnb191v1
56X9-62_c-TwoCurve 6		: c2tnb191v2
57X9-62_c-TwoCurve 7		: c2tnb191v3
58X9-62_c-TwoCurve 8		: c2onb191v4
59X9-62_c-TwoCurve 9		: c2onb191v5
60X9-62_c-TwoCurve 10		: c2pnb208w1
61X9-62_c-TwoCurve 11		: c2tnb239v1
62X9-62_c-TwoCurve 12		: c2tnb239v2
63X9-62_c-TwoCurve 13		: c2tnb239v3
64X9-62_c-TwoCurve 14		: c2onb239v4
65X9-62_c-TwoCurve 15		: c2onb239v5
66X9-62_c-TwoCurve 16		: c2pnb272w1
67X9-62_c-TwoCurve 17		: c2pnb304w1
68X9-62_c-TwoCurve 18		: c2tnb359v1
69X9-62_c-TwoCurve 19		: c2pnb368w1
70X9-62_c-TwoCurve 20		: c2tnb431r1
71!Alias primeCurve X9-62_ellipticCurve 1
72X9-62_primeCurve 1	 	: prime192v1
73X9-62_primeCurve 2	 	: prime192v2
74X9-62_primeCurve 3	 	: prime192v3
75X9-62_primeCurve 4	 	: prime239v1
76X9-62_primeCurve 5	 	: prime239v2
77X9-62_primeCurve 6	 	: prime239v3
78X9-62_primeCurve 7	 	: prime256v1
79!Alias id-ecSigType ansi-X9-62 4
80!global
81X9-62_id-ecSigType 1		: ecdsa-with-SHA1
82X9-62_id-ecSigType 2		: ecdsa-with-Recommended
83X9-62_id-ecSigType 3		: ecdsa-with-Specified
84ecdsa-with-Specified 1		: ecdsa-with-SHA224
85ecdsa-with-Specified 2		: ecdsa-with-SHA256
86ecdsa-with-Specified 3		: ecdsa-with-SHA384
87ecdsa-with-Specified 4		: ecdsa-with-SHA512
88
89# SECG curve OIDs from "SEC 2: Recommended Elliptic Curve Domain Parameters"
90# (http://www.secg.org/)
91!Alias secg_ellipticCurve certicom-arc 0
92# SECG prime curves OIDs
93secg-ellipticCurve 6		: secp112r1
94secg-ellipticCurve 7		: secp112r2
95secg-ellipticCurve 28		: secp128r1
96secg-ellipticCurve 29		: secp128r2
97secg-ellipticCurve 9		: secp160k1
98secg-ellipticCurve 8		: secp160r1
99secg-ellipticCurve 30		: secp160r2
100secg-ellipticCurve 31		: secp192k1
101# NOTE: the curve secp192r1 is the same as prime192v1 defined above
102#       and is therefore omitted
103secg-ellipticCurve 32		: secp224k1
104secg-ellipticCurve 33		: secp224r1
105secg-ellipticCurve 10		: secp256k1
106# NOTE: the curve secp256r1 is the same as prime256v1 defined above
107#       and is therefore omitted
108secg-ellipticCurve 34		: secp384r1
109secg-ellipticCurve 35		: secp521r1
110# SECG characteristic two curves OIDs
111secg-ellipticCurve 4		: sect113r1
112secg-ellipticCurve 5		: sect113r2
113secg-ellipticCurve 22		: sect131r1
114secg-ellipticCurve 23		: sect131r2
115secg-ellipticCurve 1		: sect163k1
116secg-ellipticCurve 2		: sect163r1
117secg-ellipticCurve 15		: sect163r2
118secg-ellipticCurve 24		: sect193r1
119secg-ellipticCurve 25		: sect193r2
120secg-ellipticCurve 26		: sect233k1
121secg-ellipticCurve 27		: sect233r1
122secg-ellipticCurve 3		: sect239k1
123secg-ellipticCurve 16		: sect283k1
124secg-ellipticCurve 17		: sect283r1
125secg-ellipticCurve 36		: sect409k1
126secg-ellipticCurve 37		: sect409r1
127secg-ellipticCurve 38		: sect571k1
128secg-ellipticCurve 39		: sect571r1
129
130# WAP/TLS curve OIDs (http://www.wapforum.org/)
131!Alias wap-wsg-idm-ecid wap-wsg 4
132wap-wsg-idm-ecid 1	: wap-wsg-idm-ecid-wtls1
133wap-wsg-idm-ecid 3	: wap-wsg-idm-ecid-wtls3
134wap-wsg-idm-ecid 4	: wap-wsg-idm-ecid-wtls4
135wap-wsg-idm-ecid 5	: wap-wsg-idm-ecid-wtls5
136wap-wsg-idm-ecid 6	: wap-wsg-idm-ecid-wtls6
137wap-wsg-idm-ecid 7	: wap-wsg-idm-ecid-wtls7
138wap-wsg-idm-ecid 8	: wap-wsg-idm-ecid-wtls8
139wap-wsg-idm-ecid 9	: wap-wsg-idm-ecid-wtls9
140wap-wsg-idm-ecid 10	: wap-wsg-idm-ecid-wtls10
141wap-wsg-idm-ecid 11	: wap-wsg-idm-ecid-wtls11
142wap-wsg-idm-ecid 12	: wap-wsg-idm-ecid-wtls12
143
144
145ISO-US 113533 7 66 10	: CAST5-CBC		: cast5-cbc
146			: CAST5-ECB		: cast5-ecb
147!Cname cast5-cfb64
148			: CAST5-CFB		: cast5-cfb
149!Cname cast5-ofb64
150			: CAST5-OFB		: cast5-ofb
151!Cname pbeWithMD5AndCast5-CBC
152ISO-US 113533 7 66 12	:			: pbeWithMD5AndCast5CBC
153
154# Macs for CMP and CRMF
155ISO-US 113533 7 66 13	: id-PasswordBasedMAC	: password based MAC
156ISO-US 113533 7 66 30	: id-DHBasedMac		: Diffie-Hellman based MAC
157
158ISO-US 113549		: rsadsi		: RSA Data Security, Inc.
159
160rsadsi 1		: pkcs			: RSA Data Security, Inc. PKCS
161
162pkcs 1			: pkcs1
163pkcs1 1			:			: rsaEncryption
164pkcs1 2			: RSA-MD2		: md2WithRSAEncryption
165pkcs1 3			: RSA-MD4		: md4WithRSAEncryption
166pkcs1 4			: RSA-MD5		: md5WithRSAEncryption
167pkcs1 5			: RSA-SHA1		: sha1WithRSAEncryption
168# According to PKCS #1 version 2.1
169pkcs1 8			: MGF1			: mgf1
170pkcs1 10		: RSASSA-PSS		: rsassaPss
171
172pkcs1 11		: RSA-SHA256		: sha256WithRSAEncryption
173pkcs1 12		: RSA-SHA384		: sha384WithRSAEncryption
174pkcs1 13		: RSA-SHA512		: sha512WithRSAEncryption
175pkcs1 14		: RSA-SHA224		: sha224WithRSAEncryption
176
177pkcs 3			: pkcs3
178pkcs3 1			:			: dhKeyAgreement
179
180pkcs 5			: pkcs5
181pkcs5 1			: PBE-MD2-DES		: pbeWithMD2AndDES-CBC
182pkcs5 3			: PBE-MD5-DES		: pbeWithMD5AndDES-CBC
183pkcs5 4			: PBE-MD2-RC2-64	: pbeWithMD2AndRC2-CBC
184pkcs5 6			: PBE-MD5-RC2-64	: pbeWithMD5AndRC2-CBC
185pkcs5 10		: PBE-SHA1-DES		: pbeWithSHA1AndDES-CBC
186pkcs5 11		: PBE-SHA1-RC2-64	: pbeWithSHA1AndRC2-CBC
187!Cname id_pbkdf2
188pkcs5 12		:			: PBKDF2
189!Cname pbes2
190pkcs5 13		:			: PBES2
191!Cname pbmac1
192pkcs5 14		:			: PBMAC1
193
194pkcs 7			: pkcs7
195pkcs7 1			:			: pkcs7-data
196!Cname pkcs7-signed
197pkcs7 2			:			: pkcs7-signedData
198!Cname pkcs7-enveloped
199pkcs7 3			:			: pkcs7-envelopedData
200!Cname pkcs7-signedAndEnveloped
201pkcs7 4			:			: pkcs7-signedAndEnvelopedData
202!Cname pkcs7-digest
203pkcs7 5			:			: pkcs7-digestData
204!Cname pkcs7-encrypted
205pkcs7 6			:			: pkcs7-encryptedData
206
207pkcs 9			: pkcs9
208!module pkcs9
209pkcs9 1			: 			: emailAddress
210pkcs9 2			:			: unstructuredName
211pkcs9 3			:			: contentType
212pkcs9 4			:			: messageDigest
213pkcs9 5			:			: signingTime
214pkcs9 6			:			: countersignature
215pkcs9 7			:			: challengePassword
216pkcs9 8			:			: unstructuredAddress
217!Cname extCertAttributes
218pkcs9 9			:			: extendedCertificateAttributes
219!global
220
221!Cname ext-req
222pkcs9 14		: extReq		: Extension Request
223
224!Cname SMIMECapabilities
225pkcs9 15		: SMIME-CAPS		: S/MIME Capabilities
226
227# S/MIME
228!Cname SMIME
229pkcs9 16		: SMIME			: S/MIME
230SMIME 0			: id-smime-mod
231SMIME 1			: id-smime-ct
232SMIME 2			: id-smime-aa
233SMIME 3			: id-smime-alg
234SMIME 4			: id-smime-cd
235SMIME 5			: id-smime-spq
236SMIME 6			: id-smime-cti
237
238# S/MIME Modules
239id-smime-mod 1		: id-smime-mod-cms
240id-smime-mod 2		: id-smime-mod-ess
241id-smime-mod 3		: id-smime-mod-oid
242id-smime-mod 4		: id-smime-mod-msg-v3
243id-smime-mod 5		: id-smime-mod-ets-eSignature-88
244id-smime-mod 6		: id-smime-mod-ets-eSignature-97
245id-smime-mod 7		: id-smime-mod-ets-eSigPolicy-88
246id-smime-mod 8		: id-smime-mod-ets-eSigPolicy-97
247
248# S/MIME Content Types
249id-smime-ct 1		: id-smime-ct-receipt
250id-smime-ct 2		: id-smime-ct-authData
251id-smime-ct 3		: id-smime-ct-publishCert
252id-smime-ct 4		: id-smime-ct-TSTInfo
253id-smime-ct 5		: id-smime-ct-TDTInfo
254id-smime-ct 6		: id-smime-ct-contentInfo
255id-smime-ct 7		: id-smime-ct-DVCSRequestData
256id-smime-ct 8		: id-smime-ct-DVCSResponseData
257id-smime-ct 9		: id-smime-ct-compressedData
258id-smime-ct 27		: id-ct-asciiTextWithCRLF
259
260# S/MIME Attributes
261id-smime-aa 1		: id-smime-aa-receiptRequest
262id-smime-aa 2		: id-smime-aa-securityLabel
263id-smime-aa 3		: id-smime-aa-mlExpandHistory
264id-smime-aa 4		: id-smime-aa-contentHint
265id-smime-aa 5		: id-smime-aa-msgSigDigest
266# obsolete
267id-smime-aa 6		: id-smime-aa-encapContentType
268id-smime-aa 7		: id-smime-aa-contentIdentifier
269# obsolete
270id-smime-aa 8		: id-smime-aa-macValue
271id-smime-aa 9		: id-smime-aa-equivalentLabels
272id-smime-aa 10		: id-smime-aa-contentReference
273id-smime-aa 11		: id-smime-aa-encrypKeyPref
274id-smime-aa 12		: id-smime-aa-signingCertificate
275id-smime-aa 13		: id-smime-aa-smimeEncryptCerts
276id-smime-aa 14		: id-smime-aa-timeStampToken
277id-smime-aa 15		: id-smime-aa-ets-sigPolicyId
278id-smime-aa 16		: id-smime-aa-ets-commitmentType
279id-smime-aa 17		: id-smime-aa-ets-signerLocation
280id-smime-aa 18		: id-smime-aa-ets-signerAttr
281id-smime-aa 19		: id-smime-aa-ets-otherSigCert
282id-smime-aa 20		: id-smime-aa-ets-contentTimestamp
283id-smime-aa 21		: id-smime-aa-ets-CertificateRefs
284id-smime-aa 22		: id-smime-aa-ets-RevocationRefs
285id-smime-aa 23		: id-smime-aa-ets-certValues
286id-smime-aa 24		: id-smime-aa-ets-revocationValues
287id-smime-aa 25		: id-smime-aa-ets-escTimeStamp
288id-smime-aa 26		: id-smime-aa-ets-certCRLTimestamp
289id-smime-aa 27		: id-smime-aa-ets-archiveTimeStamp
290id-smime-aa 28		: id-smime-aa-signatureType
291id-smime-aa 29		: id-smime-aa-dvcs-dvc
292
293# S/MIME Algorithm Identifiers
294# obsolete
295id-smime-alg 1		: id-smime-alg-ESDHwith3DES
296# obsolete
297id-smime-alg 2		: id-smime-alg-ESDHwithRC2
298# obsolete
299id-smime-alg 3		: id-smime-alg-3DESwrap
300# obsolete
301id-smime-alg 4		: id-smime-alg-RC2wrap
302id-smime-alg 5		: id-smime-alg-ESDH
303id-smime-alg 6		: id-smime-alg-CMS3DESwrap
304id-smime-alg 7		: id-smime-alg-CMSRC2wrap
305id-smime-alg 9		: id-alg-PWRI-KEK
306
307# S/MIME Certificate Distribution
308id-smime-cd 1		: id-smime-cd-ldap
309
310# S/MIME Signature Policy Qualifier
311id-smime-spq 1		: id-smime-spq-ets-sqt-uri
312id-smime-spq 2		: id-smime-spq-ets-sqt-unotice
313
314# S/MIME Commitment Type Identifier
315id-smime-cti 1		: id-smime-cti-ets-proofOfOrigin
316id-smime-cti 2		: id-smime-cti-ets-proofOfReceipt
317id-smime-cti 3		: id-smime-cti-ets-proofOfDelivery
318id-smime-cti 4		: id-smime-cti-ets-proofOfSender
319id-smime-cti 5		: id-smime-cti-ets-proofOfApproval
320id-smime-cti 6		: id-smime-cti-ets-proofOfCreation
321
322pkcs9 20		:			: friendlyName
323pkcs9 21		:			: localKeyID
324!Cname ms-csp-name
3251 3 6 1 4 1 311 17 1	: CSPName		: Microsoft CSP Name
3261 3 6 1 4 1 311 17 2	: LocalKeySet		: Microsoft Local Key set
327!Alias certTypes pkcs9 22
328certTypes 1		:			: x509Certificate
329certTypes 2		:			: sdsiCertificate
330!Alias crlTypes pkcs9 23
331crlTypes 1		:			: x509Crl
332
333!Alias pkcs12 pkcs 12
334!Alias pkcs12-pbeids pkcs12 1
335
336!Cname pbe-WithSHA1And128BitRC4
337pkcs12-pbeids 1		: PBE-SHA1-RC4-128	: pbeWithSHA1And128BitRC4
338!Cname pbe-WithSHA1And40BitRC4
339pkcs12-pbeids 2		: PBE-SHA1-RC4-40	: pbeWithSHA1And40BitRC4
340!Cname pbe-WithSHA1And3_Key_TripleDES-CBC
341pkcs12-pbeids 3		: PBE-SHA1-3DES		: pbeWithSHA1And3-KeyTripleDES-CBC
342!Cname pbe-WithSHA1And2_Key_TripleDES-CBC
343pkcs12-pbeids 4		: PBE-SHA1-2DES		: pbeWithSHA1And2-KeyTripleDES-CBC
344!Cname pbe-WithSHA1And128BitRC2-CBC
345pkcs12-pbeids 5		: PBE-SHA1-RC2-128	: pbeWithSHA1And128BitRC2-CBC
346!Cname pbe-WithSHA1And40BitRC2-CBC
347pkcs12-pbeids 6		: PBE-SHA1-RC2-40	: pbeWithSHA1And40BitRC2-CBC
348
349!Alias pkcs12-Version1 pkcs12 10
350!Alias pkcs12-BagIds pkcs12-Version1 1
351pkcs12-BagIds 1		:			: keyBag
352pkcs12-BagIds 2		:			: pkcs8ShroudedKeyBag
353pkcs12-BagIds 3		:			: certBag
354pkcs12-BagIds 4		:			: crlBag
355pkcs12-BagIds 5		:			: secretBag
356pkcs12-BagIds 6		:			: safeContentsBag
357
358rsadsi 2 2		: MD2			: md2
359rsadsi 2 4		: MD4			: md4
360rsadsi 2 5		: MD5			: md5
361			: MD5-SHA1		: md5-sha1
362rsadsi 2 6		:			: hmacWithMD5
363rsadsi 2 7		:			: hmacWithSHA1
364
365# From RFC4231
366rsadsi 2 8		:			: hmacWithSHA224
367rsadsi 2 9		:			: hmacWithSHA256
368rsadsi 2 10		:			: hmacWithSHA384
369rsadsi 2 11		:			: hmacWithSHA512
370
371rsadsi 3 2		: RC2-CBC		: rc2-cbc
372			: RC2-ECB		: rc2-ecb
373!Cname rc2-cfb64
374			: RC2-CFB		: rc2-cfb
375!Cname rc2-ofb64
376			: RC2-OFB		: rc2-ofb
377			: RC2-40-CBC		: rc2-40-cbc
378			: RC2-64-CBC		: rc2-64-cbc
379rsadsi 3 4		: RC4			: rc4
380			: RC4-40		: rc4-40
381rsadsi 3 7		: DES-EDE3-CBC		: des-ede3-cbc
382rsadsi 3 8		: RC5-CBC		: rc5-cbc
383			: RC5-ECB		: rc5-ecb
384!Cname rc5-cfb64
385			: RC5-CFB		: rc5-cfb
386!Cname rc5-ofb64
387			: RC5-OFB		: rc5-ofb
388
389!Cname ms-ext-req
3901 3 6 1 4 1 311 2 1 14	: msExtReq		: Microsoft Extension Request
391!Cname ms-code-ind
3921 3 6 1 4 1 311 2 1 21	: msCodeInd		: Microsoft Individual Code Signing
393!Cname ms-code-com
3941 3 6 1 4 1 311 2 1 22	: msCodeCom		: Microsoft Commercial Code Signing
395!Cname ms-ctl-sign
3961 3 6 1 4 1 311 10 3 1	: msCTLSign		: Microsoft Trust List Signing
397!Cname ms-sgc
3981 3 6 1 4 1 311 10 3 3	: msSGC			: Microsoft Server Gated Crypto
399!Cname ms-efs
4001 3 6 1 4 1 311 10 3 4	: msEFS			: Microsoft Encrypted File System
401!Cname ms-smartcard-login
4021 3 6 1 4 1 311 20 2 2	: msSmartcardLogin	: Microsoft Smartcardlogin
403!Cname ms-upn
4041 3 6 1 4 1 311 20 2 3	: msUPN			: Microsoft Universal Principal Name
405
4061 3 6 1 4 1 188 7 1 1 2	: IDEA-CBC		: idea-cbc
407			: IDEA-ECB		: idea-ecb
408!Cname idea-cfb64
409			: IDEA-CFB		: idea-cfb
410!Cname idea-ofb64
411			: IDEA-OFB		: idea-ofb
412
4131 3 6 1 4 1 3029 1 2	: BF-CBC		: bf-cbc
414			: BF-ECB		: bf-ecb
415!Cname bf-cfb64
416			: BF-CFB		: bf-cfb
417!Cname bf-ofb64
418			: BF-OFB		: bf-ofb
419
420!Cname id-pkix
4211 3 6 1 5 5 7		: PKIX
422
423# PKIX Arcs
424id-pkix 0		: id-pkix-mod
425id-pkix 1		: id-pe
426id-pkix 2		: id-qt
427id-pkix 3		: id-kp
428id-pkix 4		: id-it
429id-pkix 5		: id-pkip
430id-pkix 6		: id-alg
431id-pkix 7		: id-cmc
432id-pkix 8		: id-on
433id-pkix 9		: id-pda
434id-pkix 10		: id-aca
435id-pkix 11		: id-qcs
436id-pkix 12		: id-cct
437id-pkix 21		: id-ppl
438id-pkix 48		: id-ad
439
440# PKIX Modules
441id-pkix-mod 1		: id-pkix1-explicit-88
442id-pkix-mod 2		: id-pkix1-implicit-88
443id-pkix-mod 3		: id-pkix1-explicit-93
444id-pkix-mod 4		: id-pkix1-implicit-93
445id-pkix-mod 5		: id-mod-crmf
446id-pkix-mod 6		: id-mod-cmc
447id-pkix-mod 7		: id-mod-kea-profile-88
448id-pkix-mod 8		: id-mod-kea-profile-93
449id-pkix-mod 9		: id-mod-cmp
450id-pkix-mod 10		: id-mod-qualified-cert-88
451id-pkix-mod 11		: id-mod-qualified-cert-93
452id-pkix-mod 12		: id-mod-attribute-cert
453id-pkix-mod 13		: id-mod-timestamp-protocol
454id-pkix-mod 14		: id-mod-ocsp
455id-pkix-mod 15		: id-mod-dvcs
456id-pkix-mod 16		: id-mod-cmp2000
457
458# PKIX Private Extensions
459!Cname info-access
460id-pe 1			: authorityInfoAccess	: Authority Information Access
461id-pe 2			: biometricInfo		: Biometric Info
462id-pe 3			: qcStatements
463id-pe 4			: ac-auditEntity
464id-pe 5			: ac-targeting
465id-pe 6			: aaControls
466id-pe 7			: sbgp-ipAddrBlock
467id-pe 8			: sbgp-autonomousSysNum
468id-pe 9			: sbgp-routerIdentifier
469id-pe 10		: ac-proxying
470!Cname sinfo-access
471id-pe 11		: subjectInfoAccess	: Subject Information Access
472id-pe 14		: proxyCertInfo		: Proxy Certificate Information
473
474# PKIX policyQualifiers for Internet policy qualifiers
475id-qt 1			: id-qt-cps		: Policy Qualifier CPS
476id-qt 2			: id-qt-unotice		: Policy Qualifier User Notice
477id-qt 3			: textNotice
478
479# PKIX key purpose identifiers
480!Cname server-auth
481id-kp 1			: serverAuth		: TLS Web Server Authentication
482!Cname client-auth
483id-kp 2			: clientAuth		: TLS Web Client Authentication
484!Cname code-sign
485id-kp 3			: codeSigning		: Code Signing
486!Cname email-protect
487id-kp 4			: emailProtection	: E-mail Protection
488id-kp 5			: ipsecEndSystem	: IPSec End System
489id-kp 6			: ipsecTunnel		: IPSec Tunnel
490id-kp 7			: ipsecUser		: IPSec User
491!Cname time-stamp
492id-kp 8			: timeStamping		: Time Stamping
493# From OCSP spec RFC2560
494!Cname OCSP-sign
495id-kp 9			: OCSPSigning		: OCSP Signing
496id-kp 10		: DVCS			: dvcs
497
498# CMP information types
499id-it 1			: id-it-caProtEncCert
500id-it 2			: id-it-signKeyPairTypes
501id-it 3			: id-it-encKeyPairTypes
502id-it 4			: id-it-preferredSymmAlg
503id-it 5			: id-it-caKeyUpdateInfo
504id-it 6			: id-it-currentCRL
505id-it 7			: id-it-unsupportedOIDs
506# obsolete
507id-it 8			: id-it-subscriptionRequest
508# obsolete
509id-it 9			: id-it-subscriptionResponse
510id-it 10		: id-it-keyPairParamReq
511id-it 11		: id-it-keyPairParamRep
512id-it 12		: id-it-revPassphrase
513id-it 13		: id-it-implicitConfirm
514id-it 14		: id-it-confirmWaitTime
515id-it 15		: id-it-origPKIMessage
516id-it 16		: id-it-suppLangTags
517
518# CRMF registration
519id-pkip 1		: id-regCtrl
520id-pkip 2		: id-regInfo
521
522# CRMF registration controls
523id-regCtrl 1		: id-regCtrl-regToken
524id-regCtrl 2		: id-regCtrl-authenticator
525id-regCtrl 3		: id-regCtrl-pkiPublicationInfo
526id-regCtrl 4		: id-regCtrl-pkiArchiveOptions
527id-regCtrl 5		: id-regCtrl-oldCertID
528id-regCtrl 6		: id-regCtrl-protocolEncrKey
529
530# CRMF registration information
531id-regInfo 1		: id-regInfo-utf8Pairs
532id-regInfo 2		: id-regInfo-certReq
533
534# algorithms
535id-alg 1		: id-alg-des40
536id-alg 2		: id-alg-noSignature
537id-alg 3		: id-alg-dh-sig-hmac-sha1
538id-alg 4		: id-alg-dh-pop
539
540# CMC controls
541id-cmc 1		: id-cmc-statusInfo
542id-cmc 2		: id-cmc-identification
543id-cmc 3		: id-cmc-identityProof
544id-cmc 4		: id-cmc-dataReturn
545id-cmc 5		: id-cmc-transactionId
546id-cmc 6		: id-cmc-senderNonce
547id-cmc 7		: id-cmc-recipientNonce
548id-cmc 8		: id-cmc-addExtensions
549id-cmc 9		: id-cmc-encryptedPOP
550id-cmc 10		: id-cmc-decryptedPOP
551id-cmc 11		: id-cmc-lraPOPWitness
552id-cmc 15		: id-cmc-getCert
553id-cmc 16		: id-cmc-getCRL
554id-cmc 17		: id-cmc-revokeRequest
555id-cmc 18		: id-cmc-regInfo
556id-cmc 19		: id-cmc-responseInfo
557id-cmc 21		: id-cmc-queryPending
558id-cmc 22		: id-cmc-popLinkRandom
559id-cmc 23		: id-cmc-popLinkWitness
560id-cmc 24		: id-cmc-confirmCertAcceptance
561
562# other names
563id-on 1			: id-on-personalData
564id-on 3			: id-on-permanentIdentifier : Permanent Identifier
565
566# personal data attributes
567id-pda 1		: id-pda-dateOfBirth
568id-pda 2		: id-pda-placeOfBirth
569id-pda 3		: id-pda-gender
570id-pda 4		: id-pda-countryOfCitizenship
571id-pda 5		: id-pda-countryOfResidence
572
573# attribute certificate attributes
574id-aca 1		: id-aca-authenticationInfo
575id-aca 2		: id-aca-accessIdentity
576id-aca 3		: id-aca-chargingIdentity
577id-aca 4		: id-aca-group
578# attention : the following seems to be obsolete, replace by 'role'
579id-aca 5		: id-aca-role
580id-aca 6		: id-aca-encAttrs
581
582# qualified certificate statements
583id-qcs 1		: id-qcs-pkixQCSyntax-v1
584
585# CMC content types
586id-cct 1		: id-cct-crs
587id-cct 2		: id-cct-PKIData
588id-cct 3		: id-cct-PKIResponse
589
590# Predefined Proxy Certificate policy languages
591id-ppl 0		: id-ppl-anyLanguage	: Any language
592id-ppl 1		: id-ppl-inheritAll	: Inherit all
593id-ppl 2		: id-ppl-independent	: Independent
594
595# access descriptors for authority info access extension
596!Cname ad-OCSP
597id-ad 1			: OCSP			: OCSP
598!Cname ad-ca-issuers
599id-ad 2			: caIssuers		: CA Issuers
600!Cname ad-timeStamping
601id-ad 3			: ad_timestamping	: AD Time Stamping
602!Cname ad-dvcs
603id-ad 4			: AD_DVCS		: ad dvcs
604id-ad 5			: caRepository		: CA Repository
605
606
607!Alias id-pkix-OCSP ad-OCSP
608!module id-pkix-OCSP
609!Cname basic
610id-pkix-OCSP 1		: basicOCSPResponse	: Basic OCSP Response
611id-pkix-OCSP 2		: Nonce			: OCSP Nonce
612id-pkix-OCSP 3		: CrlID			: OCSP CRL ID
613id-pkix-OCSP 4		: acceptableResponses	: Acceptable OCSP Responses
614id-pkix-OCSP 5		: noCheck		: OCSP No Check
615id-pkix-OCSP 6		: archiveCutoff		: OCSP Archive Cutoff
616id-pkix-OCSP 7		: serviceLocator	: OCSP Service Locator
617id-pkix-OCSP 8		: extendedStatus	: Extended OCSP Status
618id-pkix-OCSP 9		: valid
619id-pkix-OCSP 10		: path
620id-pkix-OCSP 11		: trustRoot		: Trust Root
621!global
622
6231 3 14 3 2		: algorithm		: algorithm
624algorithm 3		: RSA-NP-MD5		: md5WithRSA
625algorithm 6		: DES-ECB		: des-ecb
626algorithm 7		: DES-CBC		: des-cbc
627!Cname des-ofb64
628algorithm 8		: DES-OFB		: des-ofb
629!Cname des-cfb64
630algorithm 9		: DES-CFB		: des-cfb
631algorithm 11		: rsaSignature
632!Cname dsa-2
633algorithm 12		: DSA-old		: dsaEncryption-old
634algorithm 13		: DSA-SHA		: dsaWithSHA
635algorithm 15		: RSA-SHA		: shaWithRSAEncryption
636!Cname des-ede-ecb
637algorithm 17		: DES-EDE		: des-ede
638!Cname des-ede3-ecb
639			: DES-EDE3		: des-ede3
640			: DES-EDE-CBC		: des-ede-cbc
641!Cname des-ede-cfb64
642			: DES-EDE-CFB		: des-ede-cfb
643!Cname des-ede3-cfb64
644			: DES-EDE3-CFB		: des-ede3-cfb
645!Cname des-ede-ofb64
646			: DES-EDE-OFB		: des-ede-ofb
647!Cname des-ede3-ofb64
648			: DES-EDE3-OFB		: des-ede3-ofb
649			: DESX-CBC		: desx-cbc
650algorithm 18		: SHA			: sha
651algorithm 26		: SHA1			: sha1
652!Cname dsaWithSHA1-2
653algorithm 27		: DSA-SHA1-old		: dsaWithSHA1-old
654algorithm 29		: RSA-SHA1-2		: sha1WithRSA
655
6561 3 36 3 2 1		: RIPEMD160		: ripemd160
6571 3 36 3 3 1 2		: RSA-RIPEMD160		: ripemd160WithRSA
658
659!Cname sxnet
6601 3 101 1 4 1		: SXNetID		: Strong Extranet ID
661
6622 5			: X500			: directory services (X.500)
663
664X500 4			: X509
665X509 3			: CN			: commonName
666X509 4			: SN			: surname
667X509 5			: 			: serialNumber
668X509 6			: C			: countryName
669X509 7			: L			: localityName
670X509 8			: ST			: stateOrProvinceName
671X509 9			: street		: streetAddress
672X509 10			: O			: organizationName
673X509 11			: OU			: organizationalUnitName
674X509 12			: title			: title
675X509 13			: 			: description
676X509 14			: 			: searchGuide
677X509 15			: 			: businessCategory
678X509 16			: 			: postalAddress
679X509 17			: 			: postalCode
680X509 18			: 			: postOfficeBox
681X509 19			: 			: physicalDeliveryOfficeName
682X509 20			: 			: telephoneNumber
683X509 21			: 			: telexNumber
684X509 22			: 			: teletexTerminalIdentifier
685X509 23			: 			: facsimileTelephoneNumber
686X509 24			: 			: x121Address
687X509 25			: 			: internationaliSDNNumber
688X509 26			: 			: registeredAddress
689X509 27			: 			: destinationIndicator
690X509 28			: 			: preferredDeliveryMethod
691X509 29			: 			: presentationAddress
692X509 30			: 			: supportedApplicationContext
693X509 31			: member		:
694X509 32			: owner			:
695X509 33			: 			: roleOccupant
696X509 34			: seeAlso		:
697X509 35			: 			: userPassword
698X509 36			: 			: userCertificate
699X509 37			: 			: cACertificate
700X509 38			: 			: authorityRevocationList
701X509 39			: 			: certificateRevocationList
702X509 40			: 			: crossCertificatePair
703X509 41			: name			: name
704X509 42			: GN			: givenName
705X509 43			: initials		: initials
706X509 44			: 			: generationQualifier
707X509 45			: 			: x500UniqueIdentifier
708X509 46			: dnQualifier		: dnQualifier
709X509 47			: 			: enhancedSearchGuide
710X509 48			: 			: protocolInformation
711X509 49			: 			: distinguishedName
712X509 50			: 			: uniqueMember
713X509 51			: 			: houseIdentifier
714X509 52			: 			: supportedAlgorithms
715X509 53			: 			: deltaRevocationList
716X509 54			: dmdName		:
717X509 65			:			: pseudonym
718X509 72			: role			: role
719
720X500 8			: X500algorithms	: directory services - algorithms
721X500algorithms 1 1	: RSA			: rsa
722X500algorithms 3 100	: RSA-MDC2		: mdc2WithRSA
723X500algorithms 3 101	: MDC2			: mdc2
724
725X500 29			: id-ce
726!Cname subject-directory-attributes
727id-ce 9			: subjectDirectoryAttributes : X509v3 Subject Directory Attributes
728!Cname subject-key-identifier
729id-ce 14		: subjectKeyIdentifier	: X509v3 Subject Key Identifier
730!Cname key-usage
731id-ce 15		: keyUsage		: X509v3 Key Usage
732!Cname private-key-usage-period
733id-ce 16		: privateKeyUsagePeriod	: X509v3 Private Key Usage Period
734!Cname subject-alt-name
735id-ce 17		: subjectAltName	: X509v3 Subject Alternative Name
736!Cname issuer-alt-name
737id-ce 18		: issuerAltName		: X509v3 Issuer Alternative Name
738!Cname basic-constraints
739id-ce 19		: basicConstraints	: X509v3 Basic Constraints
740!Cname crl-number
741id-ce 20		: crlNumber		: X509v3 CRL Number
742!Cname crl-reason
743id-ce 21		: CRLReason		: X509v3 CRL Reason Code
744!Cname invalidity-date
745id-ce 24		: invalidityDate	: Invalidity Date
746!Cname delta-crl
747id-ce 27		: deltaCRL		: X509v3 Delta CRL Indicator
748!Cname issuing-distribution-point
749id-ce 28		: issuingDistributionPoint : X509v3 Issuing Distrubution Point
750!Cname certificate-issuer
751id-ce 29		: certificateIssuer	: X509v3 Certificate Issuer
752!Cname name-constraints
753id-ce 30		: nameConstraints	: X509v3 Name Constraints
754!Cname crl-distribution-points
755id-ce 31		: crlDistributionPoints	: X509v3 CRL Distribution Points
756!Cname certificate-policies
757id-ce 32		: certificatePolicies	: X509v3 Certificate Policies
758!Cname any-policy
759certificate-policies 0	: anyPolicy		: X509v3 Any Policy
760!Cname policy-mappings
761id-ce 33		: policyMappings	: X509v3 Policy Mappings
762!Cname authority-key-identifier
763id-ce 35		: authorityKeyIdentifier : X509v3 Authority Key Identifier
764!Cname policy-constraints
765id-ce 36		: policyConstraints	: X509v3 Policy Constraints
766!Cname ext-key-usage
767id-ce 37		: extendedKeyUsage	: X509v3 Extended Key Usage
768!Cname freshest-crl
769id-ce 46		: freshestCRL		: X509v3 Freshest CRL
770!Cname inhibit-any-policy
771id-ce 54		: inhibitAnyPolicy	: X509v3 Inhibit Any Policy
772!Cname target-information
773id-ce 55		: targetInformation	: X509v3 AC Targeting
774!Cname no-rev-avail
775id-ce 56		: noRevAvail		: X509v3 No Revocation Available
776
777# From RFC5280
778ext-key-usage 0		: anyExtendedKeyUsage	: Any Extended Key Usage
779
780
781!Cname netscape
7822 16 840 1 113730	: Netscape		: Netscape Communications Corp.
783!Cname netscape-cert-extension
784netscape 1		: nsCertExt		: Netscape Certificate Extension
785!Cname netscape-data-type
786netscape 2		: nsDataType		: Netscape Data Type
787!Cname netscape-cert-type
788netscape-cert-extension 1 : nsCertType		: Netscape Cert Type
789!Cname netscape-base-url
790netscape-cert-extension 2 : nsBaseUrl		: Netscape Base Url
791!Cname netscape-revocation-url
792netscape-cert-extension 3 : nsRevocationUrl	: Netscape Revocation Url
793!Cname netscape-ca-revocation-url
794netscape-cert-extension 4 : nsCaRevocationUrl	: Netscape CA Revocation Url
795!Cname netscape-renewal-url
796netscape-cert-extension 7 : nsRenewalUrl	: Netscape Renewal Url
797!Cname netscape-ca-policy-url
798netscape-cert-extension 8 : nsCaPolicyUrl	: Netscape CA Policy Url
799!Cname netscape-ssl-server-name
800netscape-cert-extension 12 : nsSslServerName	: Netscape SSL Server Name
801!Cname netscape-comment
802netscape-cert-extension 13 : nsComment		: Netscape Comment
803!Cname netscape-cert-sequence
804netscape-data-type 5	: nsCertSequence	: Netscape Certificate Sequence
805!Cname ns-sgc
806netscape 4 1		: nsSGC			: Netscape Server Gated Crypto
807
808# iso(1)
809iso 3			: ORG			: org
810org 6			: DOD			: dod
811dod 1			: IANA			: iana
812!Alias internet iana
813
814internet 1		: directory		: Directory
815internet 2		: mgmt			: Management
816internet 3		: experimental		: Experimental
817internet 4		: private		: Private
818internet 5		: security		: Security
819internet 6		: snmpv2		: SNMPv2
820# Documents refer to "internet 7" as "mail". This however leads to ambiguities
821# with RFC2798, Section 9.1.3, where "mail" is defined as the short name for
822# rfc822Mailbox. The short name is therefore here left out for a reason.
823# Subclasses of "mail", e.g. "MIME MHS" don't consitute a problem, as
824# references are realized via long name "Mail" (with capital M).
825internet 7		:			: Mail
826
827Private 1		: enterprises		: Enterprises
828
829# RFC 2247
830Enterprises 1466 344	: dcobject		: dcObject
831
832# RFC 1495
833Mail 1			: mime-mhs		: MIME MHS
834mime-mhs 1		: mime-mhs-headings	: mime-mhs-headings
835mime-mhs 2		: mime-mhs-bodies	: mime-mhs-bodies
836mime-mhs-headings 1	: id-hex-partial-message : id-hex-partial-message
837mime-mhs-headings 2	: id-hex-multipart-message : id-hex-multipart-message
838
839# What the hell are these OIDs, really?
840!Cname rle-compression
8411 1 1 1 666 1		: RLE			: run length compression
842!Cname zlib-compression
843id-smime-alg 8		: ZLIB			: zlib compression
844
845# AES aka Rijndael
846
847!Alias csor 2 16 840 1 101 3
848!Alias nistAlgorithms csor 4
849!Alias aes nistAlgorithms 1
850
851aes 1			: AES-128-ECB		: aes-128-ecb
852aes 2			: AES-128-CBC		: aes-128-cbc
853!Cname aes-128-ofb128
854aes 3			: AES-128-OFB		: aes-128-ofb
855!Cname aes-128-cfb128
856aes 4			: AES-128-CFB		: aes-128-cfb
857aes 5			: id-aes128-wrap
858aes 6			: id-aes128-GCM		: aes-128-gcm
859aes 7			: id-aes128-CCM		: aes-128-ccm
860aes 8			: id-aes128-wrap-pad
861
862aes 21			: AES-192-ECB		: aes-192-ecb
863aes 22			: AES-192-CBC		: aes-192-cbc
864!Cname aes-192-ofb128
865aes 23			: AES-192-OFB		: aes-192-ofb
866!Cname aes-192-cfb128
867aes 24			: AES-192-CFB		: aes-192-cfb
868aes 25			: id-aes192-wrap
869aes 26			: id-aes192-GCM		: aes-192-gcm
870aes 27			: id-aes192-CCM		: aes-192-ccm
871aes 28			: id-aes192-wrap-pad
872
873aes 41			: AES-256-ECB		: aes-256-ecb
874aes 42			: AES-256-CBC		: aes-256-cbc
875!Cname aes-256-ofb128
876aes 43			: AES-256-OFB		: aes-256-ofb
877!Cname aes-256-cfb128
878aes 44			: AES-256-CFB		: aes-256-cfb
879aes 45			: id-aes256-wrap
880aes 46			: id-aes256-GCM		: aes-256-gcm
881aes 47			: id-aes256-CCM		: aes-256-ccm
882aes 48			: id-aes256-wrap-pad
883
884# There are no OIDs for these modes...
885
886			: AES-128-CFB1		: aes-128-cfb1
887			: AES-192-CFB1		: aes-192-cfb1
888			: AES-256-CFB1		: aes-256-cfb1
889			: AES-128-CFB8		: aes-128-cfb8
890			: AES-192-CFB8		: aes-192-cfb8
891			: AES-256-CFB8		: aes-256-cfb8
892			: AES-128-CTR		: aes-128-ctr
893			: AES-192-CTR		: aes-192-ctr
894			: AES-256-CTR		: aes-256-ctr
895			: DES-CFB1		: des-cfb1
896			: DES-CFB8		: des-cfb8
897			: DES-EDE3-CFB1		: des-ede3-cfb1
898			: DES-EDE3-CFB8		: des-ede3-cfb8
899
900# OIDs for SHA224, SHA256, SHA385 and SHA512, according to x9.84.
901!Alias nist_hashalgs nistAlgorithms 2
902nist_hashalgs 1		: SHA256		: sha256
903nist_hashalgs 2		: SHA384		: sha384
904nist_hashalgs 3		: SHA512		: sha512
905nist_hashalgs 4		: SHA224		: sha224
906
907# OIDs for dsa-with-sha224 and dsa-with-sha256
908!Alias dsa_with_sha2 nistAlgorithms 3
909dsa_with_sha2 1		: dsa_with_SHA224
910dsa_with_sha2 2		: dsa_with_SHA256
911
912# Hold instruction CRL entry extension
913!Cname hold-instruction-code
914id-ce 23		: holdInstructionCode	: Hold Instruction Code
915!Alias holdInstruction	X9-57 2
916!Cname hold-instruction-none
917holdInstruction 1	: holdInstructionNone	: Hold Instruction None
918!Cname hold-instruction-call-issuer
919holdInstruction 2	: holdInstructionCallIssuer : Hold Instruction Call Issuer
920!Cname hold-instruction-reject
921holdInstruction 3	: holdInstructionReject	: Hold Instruction Reject
922
923# OID's from ITU-T.  Most of this is defined in RFC 1274.  A couple of
924# them are also mentioned in RFC 2247
925itu-t 9			: data
926data 2342		: pss
927pss 19200300		: ucl
928ucl 100			: pilot
929pilot 1			:			: pilotAttributeType
930pilot 3			:			: pilotAttributeSyntax
931pilot 4			:			: pilotObjectClass
932pilot 10		:			: pilotGroups
933pilotAttributeSyntax 4	:			: iA5StringSyntax
934pilotAttributeSyntax 5	:			: caseIgnoreIA5StringSyntax
935pilotObjectClass 3	:			: pilotObject
936pilotObjectClass 4	:			: pilotPerson
937pilotObjectClass 5	: account
938pilotObjectClass 6	: document
939pilotObjectClass 7	: room
940pilotObjectClass 9	:			: documentSeries
941pilotObjectClass 13	: domain		: Domain
942pilotObjectClass 14	:			: rFC822localPart
943pilotObjectClass 15	:			: dNSDomain
944pilotObjectClass 17	:			: domainRelatedObject
945pilotObjectClass 18	:			: friendlyCountry
946pilotObjectClass 19	:			: simpleSecurityObject
947pilotObjectClass 20	:			: pilotOrganization
948pilotObjectClass 21	:			: pilotDSA
949pilotObjectClass 22	:			: qualityLabelledData
950pilotAttributeType 1	: UID			: userId
951pilotAttributeType 2	:			: textEncodedORAddress
952pilotAttributeType 3	: mail			: rfc822Mailbox
953pilotAttributeType 4	: info
954pilotAttributeType 5	:			: favouriteDrink
955pilotAttributeType 6	:			: roomNumber
956pilotAttributeType 7	: photo
957pilotAttributeType 8	:			: userClass
958pilotAttributeType 9	: host
959pilotAttributeType 10	: manager
960pilotAttributeType 11	:			: documentIdentifier
961pilotAttributeType 12	:			: documentTitle
962pilotAttributeType 13	:			: documentVersion
963pilotAttributeType 14	:			: documentAuthor
964pilotAttributeType 15	:			: documentLocation
965pilotAttributeType 20	:			: homeTelephoneNumber
966pilotAttributeType 21	: secretary
967pilotAttributeType 22	:			: otherMailbox
968pilotAttributeType 23	:			: lastModifiedTime
969pilotAttributeType 24	:			: lastModifiedBy
970pilotAttributeType 25	: DC			: domainComponent
971pilotAttributeType 26	:			: aRecord
972pilotAttributeType 27	:			: pilotAttributeType27
973pilotAttributeType 28	:			: mXRecord
974pilotAttributeType 29	:			: nSRecord
975pilotAttributeType 30	:			: sOARecord
976pilotAttributeType 31	:			: cNAMERecord
977pilotAttributeType 37	:			: associatedDomain
978pilotAttributeType 38	:			: associatedName
979pilotAttributeType 39	:			: homePostalAddress
980pilotAttributeType 40	:			: personalTitle
981pilotAttributeType 41	:			: mobileTelephoneNumber
982pilotAttributeType 42	:			: pagerTelephoneNumber
983pilotAttributeType 43	:			: friendlyCountryName
984# The following clashes with 2.5.4.45, so commented away
985#pilotAttributeType 44	: uid			: uniqueIdentifier
986pilotAttributeType 45	:			: organizationalStatus
987pilotAttributeType 46	:			: janetMailbox
988pilotAttributeType 47	:			: mailPreferenceOption
989pilotAttributeType 48	:			: buildingName
990pilotAttributeType 49	:			: dSAQuality
991pilotAttributeType 50	:			: singleLevelQuality
992pilotAttributeType 51	:			: subtreeMinimumQuality
993pilotAttributeType 52	:			: subtreeMaximumQuality
994pilotAttributeType 53	:			: personalSignature
995pilotAttributeType 54	:			: dITRedirect
996pilotAttributeType 55	: audio
997pilotAttributeType 56	:			: documentPublisher
998
999international-organizations 42	: id-set	: Secure Electronic Transactions
1000
1001id-set 0		: set-ctype		: content types
1002id-set 1		: set-msgExt		: message extensions
1003id-set 3		: set-attr
1004id-set 5		: set-policy
1005id-set 7		: set-certExt		: certificate extensions
1006id-set 8		: set-brand
1007
1008set-ctype 0		: setct-PANData
1009set-ctype 1		: setct-PANToken
1010set-ctype 2		: setct-PANOnly
1011set-ctype 3		: setct-OIData
1012set-ctype 4		: setct-PI
1013set-ctype 5		: setct-PIData
1014set-ctype 6		: setct-PIDataUnsigned
1015set-ctype 7		: setct-HODInput
1016set-ctype 8		: setct-AuthResBaggage
1017set-ctype 9		: setct-AuthRevReqBaggage
1018set-ctype 10		: setct-AuthRevResBaggage
1019set-ctype 11		: setct-CapTokenSeq
1020set-ctype 12		: setct-PInitResData
1021set-ctype 13		: setct-PI-TBS
1022set-ctype 14		: setct-PResData
1023set-ctype 16		: setct-AuthReqTBS
1024set-ctype 17		: setct-AuthResTBS
1025set-ctype 18		: setct-AuthResTBSX
1026set-ctype 19		: setct-AuthTokenTBS
1027set-ctype 20		: setct-CapTokenData
1028set-ctype 21		: setct-CapTokenTBS
1029set-ctype 22		: setct-AcqCardCodeMsg
1030set-ctype 23		: setct-AuthRevReqTBS
1031set-ctype 24		: setct-AuthRevResData
1032set-ctype 25		: setct-AuthRevResTBS
1033set-ctype 26		: setct-CapReqTBS
1034set-ctype 27		: setct-CapReqTBSX
1035set-ctype 28		: setct-CapResData
1036set-ctype 29		: setct-CapRevReqTBS
1037set-ctype 30		: setct-CapRevReqTBSX
1038set-ctype 31		: setct-CapRevResData
1039set-ctype 32		: setct-CredReqTBS
1040set-ctype 33		: setct-CredReqTBSX
1041set-ctype 34		: setct-CredResData
1042set-ctype 35		: setct-CredRevReqTBS
1043set-ctype 36		: setct-CredRevReqTBSX
1044set-ctype 37		: setct-CredRevResData
1045set-ctype 38		: setct-PCertReqData
1046set-ctype 39		: setct-PCertResTBS
1047set-ctype 40		: setct-BatchAdminReqData
1048set-ctype 41		: setct-BatchAdminResData
1049set-ctype 42		: setct-CardCInitResTBS
1050set-ctype 43		: setct-MeAqCInitResTBS
1051set-ctype 44		: setct-RegFormResTBS
1052set-ctype 45		: setct-CertReqData
1053set-ctype 46		: setct-CertReqTBS
1054set-ctype 47		: setct-CertResData
1055set-ctype 48		: setct-CertInqReqTBS
1056set-ctype 49		: setct-ErrorTBS
1057set-ctype 50		: setct-PIDualSignedTBE
1058set-ctype 51		: setct-PIUnsignedTBE
1059set-ctype 52		: setct-AuthReqTBE
1060set-ctype 53		: setct-AuthResTBE
1061set-ctype 54		: setct-AuthResTBEX
1062set-ctype 55		: setct-AuthTokenTBE
1063set-ctype 56		: setct-CapTokenTBE
1064set-ctype 57		: setct-CapTokenTBEX
1065set-ctype 58		: setct-AcqCardCodeMsgTBE
1066set-ctype 59		: setct-AuthRevReqTBE
1067set-ctype 60		: setct-AuthRevResTBE
1068set-ctype 61		: setct-AuthRevResTBEB
1069set-ctype 62		: setct-CapReqTBE
1070set-ctype 63		: setct-CapReqTBEX
1071set-ctype 64		: setct-CapResTBE
1072set-ctype 65		: setct-CapRevReqTBE
1073set-ctype 66		: setct-CapRevReqTBEX
1074set-ctype 67		: setct-CapRevResTBE
1075set-ctype 68		: setct-CredReqTBE
1076set-ctype 69		: setct-CredReqTBEX
1077set-ctype 70		: setct-CredResTBE
1078set-ctype 71		: setct-CredRevReqTBE
1079set-ctype 72		: setct-CredRevReqTBEX
1080set-ctype 73		: setct-CredRevResTBE
1081set-ctype 74		: setct-BatchAdminReqTBE
1082set-ctype 75		: setct-BatchAdminResTBE
1083set-ctype 76		: setct-RegFormReqTBE
1084set-ctype 77		: setct-CertReqTBE
1085set-ctype 78		: setct-CertReqTBEX
1086set-ctype 79		: setct-CertResTBE
1087set-ctype 80		: setct-CRLNotificationTBS
1088set-ctype 81		: setct-CRLNotificationResTBS
1089set-ctype 82		: setct-BCIDistributionTBS
1090
1091set-msgExt 1		: setext-genCrypt	: generic cryptogram
1092set-msgExt 3		: setext-miAuth		: merchant initiated auth
1093set-msgExt 4		: setext-pinSecure
1094set-msgExt 5		: setext-pinAny
1095set-msgExt 7		: setext-track2
1096set-msgExt 8		: setext-cv		: additional verification
1097
1098set-policy 0		: set-policy-root
1099
1100set-certExt 0		: setCext-hashedRoot
1101set-certExt 1		: setCext-certType
1102set-certExt 2		: setCext-merchData
1103set-certExt 3		: setCext-cCertRequired
1104set-certExt 4		: setCext-tunneling
1105set-certExt 5		: setCext-setExt
1106set-certExt 6		: setCext-setQualf
1107set-certExt 7		: setCext-PGWYcapabilities
1108set-certExt 8		: setCext-TokenIdentifier
1109set-certExt 9		: setCext-Track2Data
1110set-certExt 10		: setCext-TokenType
1111set-certExt 11		: setCext-IssuerCapabilities
1112
1113set-attr 0		: setAttr-Cert
1114set-attr 1		: setAttr-PGWYcap	: payment gateway capabilities
1115set-attr 2		: setAttr-TokenType
1116set-attr 3		: setAttr-IssCap	: issuer capabilities
1117
1118setAttr-Cert 0		: set-rootKeyThumb
1119setAttr-Cert 1		: set-addPolicy
1120
1121setAttr-TokenType 1	: setAttr-Token-EMV
1122setAttr-TokenType 2	: setAttr-Token-B0Prime
1123
1124setAttr-IssCap 3	: setAttr-IssCap-CVM
1125setAttr-IssCap 4	: setAttr-IssCap-T2
1126setAttr-IssCap 5	: setAttr-IssCap-Sig
1127
1128setAttr-IssCap-CVM 1	: setAttr-GenCryptgrm	: generate cryptogram
1129setAttr-IssCap-T2 1	: setAttr-T2Enc		: encrypted track 2
1130setAttr-IssCap-T2 2	: setAttr-T2cleartxt	: cleartext track 2
1131
1132setAttr-IssCap-Sig 1	: setAttr-TokICCsig	: ICC or token signature
1133setAttr-IssCap-Sig 2	: setAttr-SecDevSig	: secure device signature
1134
1135set-brand 1		: set-brand-IATA-ATA
1136set-brand 30		: set-brand-Diners
1137set-brand 34		: set-brand-AmericanExpress
1138set-brand 35		: set-brand-JCB
1139set-brand 4		: set-brand-Visa
1140set-brand 5		: set-brand-MasterCard
1141set-brand 6011		: set-brand-Novus
1142
1143rsadsi 3 10		: DES-CDMF		: des-cdmf
1144rsadsi 1 1 6		: rsaOAEPEncryptionSET
1145
1146			: Oakley-EC2N-3		: ipsec3
1147			: Oakley-EC2N-4		: ipsec4
1148
1149iso 0 10118 3 0 55	: whirlpool
1150
1151# GOST OIDs
1152
1153member-body 643 2 2	: cryptopro
1154member-body 643 2 9	: cryptocom
1155
1156cryptopro 3		: id-GostR3411-94-with-GostR3410-2001 : GOST R 34.11-94 with GOST R 34.10-2001
1157cryptopro 4		: id-GostR3411-94-with-GostR3410-94 : GOST R 34.11-94 with GOST R 34.10-94
1158!Cname id-GostR3411-94
1159cryptopro 9		: md_gost94		: GOST R 34.11-94
1160cryptopro 10		: id-HMACGostR3411-94	: HMAC GOST 34.11-94
1161!Cname id-GostR3410-2001
1162cryptopro 19		: gost2001	: GOST R 34.10-2001
1163!Cname id-GostR3410-94
1164cryptopro 20		: gost94	: GOST R 34.10-94
1165!Cname id-Gost28147-89
1166cryptopro 21		: gost89 		: GOST 28147-89
1167			: gost89-cnt
1168!Cname id-Gost28147-89-MAC
1169cryptopro 22		: gost-mac	: GOST 28147-89 MAC
1170!Cname id-GostR3411-94-prf
1171cryptopro 23		: prf-gostr3411-94	: GOST R 34.11-94 PRF
1172cryptopro 98		: id-GostR3410-2001DH	: GOST R 34.10-2001 DH
1173cryptopro 99		: id-GostR3410-94DH	: GOST R 34.10-94 DH
1174
1175cryptopro 14 1		: id-Gost28147-89-CryptoPro-KeyMeshing
1176cryptopro 14 0		: id-Gost28147-89-None-KeyMeshing
1177
1178# GOST parameter set OIDs
1179
1180cryptopro 30 0		: id-GostR3411-94-TestParamSet
1181cryptopro 30 1		: id-GostR3411-94-CryptoProParamSet
1182
1183cryptopro 31 0		: id-Gost28147-89-TestParamSet
1184cryptopro 31 1		: id-Gost28147-89-CryptoPro-A-ParamSet
1185cryptopro 31 2		: id-Gost28147-89-CryptoPro-B-ParamSet
1186cryptopro 31 3		: id-Gost28147-89-CryptoPro-C-ParamSet
1187cryptopro 31 4		: id-Gost28147-89-CryptoPro-D-ParamSet
1188cryptopro 31 5		: id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet
1189cryptopro 31 6		: id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet
1190cryptopro 31 7		: id-Gost28147-89-CryptoPro-RIC-1-ParamSet
1191
1192cryptopro 32 0		: id-GostR3410-94-TestParamSet
1193cryptopro 32 2		: id-GostR3410-94-CryptoPro-A-ParamSet
1194cryptopro 32 3		: id-GostR3410-94-CryptoPro-B-ParamSet
1195cryptopro 32 4		: id-GostR3410-94-CryptoPro-C-ParamSet
1196cryptopro 32 5		: id-GostR3410-94-CryptoPro-D-ParamSet
1197
1198cryptopro 33 1		: id-GostR3410-94-CryptoPro-XchA-ParamSet
1199cryptopro 33 2		: id-GostR3410-94-CryptoPro-XchB-ParamSet
1200cryptopro 33 3		: id-GostR3410-94-CryptoPro-XchC-ParamSet
1201
1202cryptopro 35 0		: id-GostR3410-2001-TestParamSet
1203cryptopro 35 1		: id-GostR3410-2001-CryptoPro-A-ParamSet
1204cryptopro 35 2		: id-GostR3410-2001-CryptoPro-B-ParamSet
1205cryptopro 35 3		: id-GostR3410-2001-CryptoPro-C-ParamSet
1206
1207cryptopro 36 0		: id-GostR3410-2001-CryptoPro-XchA-ParamSet
1208cryptopro 36 1		: id-GostR3410-2001-CryptoPro-XchB-ParamSet
1209
1210id-GostR3410-94 1	: id-GostR3410-94-a
1211id-GostR3410-94 2	: id-GostR3410-94-aBis
1212id-GostR3410-94 3	: id-GostR3410-94-b
1213id-GostR3410-94 4	: id-GostR3410-94-bBis
1214
1215# Cryptocom LTD GOST OIDs
1216
1217cryptocom 1 6 1		: id-Gost28147-89-cc	: GOST 28147-89 Cryptocom ParamSet
1218!Cname id-GostR3410-94-cc
1219cryptocom 1 5 3		: gost94cc	: GOST 34.10-94 Cryptocom
1220!Cname id-GostR3410-2001-cc
1221cryptocom 1 5 4		: gost2001cc	: GOST 34.10-2001 Cryptocom
1222
1223cryptocom 1 3 3		: id-GostR3411-94-with-GostR3410-94-cc : GOST R 34.11-94 with GOST R 34.10-94 Cryptocom
1224cryptocom 1 3 4		: id-GostR3411-94-with-GostR3410-2001-cc : GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom
1225
1226cryptocom 1 8 1		: id-GostR3410-2001-ParamSet-cc : GOST R 3410-2001 Parameter Set Cryptocom
1227
1228# Definitions for Camellia cipher - CBC MODE
1229
12301 2 392 200011 61 1 1 1 2 : CAMELLIA-128-CBC		: camellia-128-cbc
12311 2 392 200011 61 1 1 1 3 : CAMELLIA-192-CBC		: camellia-192-cbc
12321 2 392 200011 61 1 1 1 4 : CAMELLIA-256-CBC		: camellia-256-cbc
12331 2 392 200011 61 1 1 3 2 : id-camellia128-wrap
12341 2 392 200011 61 1 1 3 3 : id-camellia192-wrap
12351 2 392 200011 61 1 1 3 4 : id-camellia256-wrap
1236
1237# Definitions for Camellia cipher - ECB, CFB, OFB MODE
1238
1239!Alias ntt-ds 0 3 4401 5
1240!Alias camellia ntt-ds 3 1 9
1241
1242camellia 1		: CAMELLIA-128-ECB		: camellia-128-ecb
1243!Cname camellia-128-ofb128
1244camellia 3		: CAMELLIA-128-OFB		: camellia-128-ofb
1245!Cname camellia-128-cfb128
1246camellia 4		: CAMELLIA-128-CFB		: camellia-128-cfb
1247
1248camellia 21		: CAMELLIA-192-ECB		: camellia-192-ecb
1249!Cname camellia-192-ofb128
1250camellia 23		: CAMELLIA-192-OFB		: camellia-192-ofb
1251!Cname camellia-192-cfb128
1252camellia 24		: CAMELLIA-192-CFB		: camellia-192-cfb
1253
1254camellia 41		: CAMELLIA-256-ECB		: camellia-256-ecb
1255!Cname camellia-256-ofb128
1256camellia 43		: CAMELLIA-256-OFB		: camellia-256-ofb
1257!Cname camellia-256-cfb128
1258camellia 44		: CAMELLIA-256-CFB		: camellia-256-cfb
1259
1260# There are no OIDs for these modes...
1261
1262			: CAMELLIA-128-CFB1		: camellia-128-cfb1
1263			: CAMELLIA-192-CFB1		: camellia-192-cfb1
1264			: CAMELLIA-256-CFB1		: camellia-256-cfb1
1265			: CAMELLIA-128-CFB8		: camellia-128-cfb8
1266			: CAMELLIA-192-CFB8		: camellia-192-cfb8
1267			: CAMELLIA-256-CFB8		: camellia-256-cfb8
1268
1269# Definitions for SEED cipher - ECB, CBC, OFB mode
1270
1271member-body 410 200004  : KISA          : kisa
1272kisa 1 3                : SEED-ECB      : seed-ecb
1273kisa 1 4                : SEED-CBC      : seed-cbc
1274!Cname seed-cfb128
1275kisa 1 5                : SEED-CFB      : seed-cfb
1276!Cname seed-ofb128
1277kisa 1 6                : SEED-OFB      : seed-ofb
1278
1279# There is no OID that just denotes "HMAC" oddly enough...
1280
1281			: HMAC				: hmac
1282# Nor CMAC either
1283			: CMAC				: cmac
1284