xref: /netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/objects.txt (revision 7863ba460b0a05b553c754e5dbc29247dddec322)
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 7			: RSAES-OAEP		: rsaesOaep
170pkcs1 8			: MGF1			: mgf1
171pkcs1 9			: PSPECIFIED		: pSpecified
172pkcs1 10		: RSASSA-PSS		: rsassaPss
173
174pkcs1 11		: RSA-SHA256		: sha256WithRSAEncryption
175pkcs1 12		: RSA-SHA384		: sha384WithRSAEncryption
176pkcs1 13		: RSA-SHA512		: sha512WithRSAEncryption
177pkcs1 14		: RSA-SHA224		: sha224WithRSAEncryption
178
179pkcs 3			: pkcs3
180pkcs3 1			:			: dhKeyAgreement
181
182pkcs 5			: pkcs5
183pkcs5 1			: PBE-MD2-DES		: pbeWithMD2AndDES-CBC
184pkcs5 3			: PBE-MD5-DES		: pbeWithMD5AndDES-CBC
185pkcs5 4			: PBE-MD2-RC2-64	: pbeWithMD2AndRC2-CBC
186pkcs5 6			: PBE-MD5-RC2-64	: pbeWithMD5AndRC2-CBC
187pkcs5 10		: PBE-SHA1-DES		: pbeWithSHA1AndDES-CBC
188pkcs5 11		: PBE-SHA1-RC2-64	: pbeWithSHA1AndRC2-CBC
189!Cname id_pbkdf2
190pkcs5 12		:			: PBKDF2
191!Cname pbes2
192pkcs5 13		:			: PBES2
193!Cname pbmac1
194pkcs5 14		:			: PBMAC1
195
196pkcs 7			: pkcs7
197pkcs7 1			:			: pkcs7-data
198!Cname pkcs7-signed
199pkcs7 2			:			: pkcs7-signedData
200!Cname pkcs7-enveloped
201pkcs7 3			:			: pkcs7-envelopedData
202!Cname pkcs7-signedAndEnveloped
203pkcs7 4			:			: pkcs7-signedAndEnvelopedData
204!Cname pkcs7-digest
205pkcs7 5			:			: pkcs7-digestData
206!Cname pkcs7-encrypted
207pkcs7 6			:			: pkcs7-encryptedData
208
209pkcs 9			: pkcs9
210!module pkcs9
211pkcs9 1			: 			: emailAddress
212pkcs9 2			:			: unstructuredName
213pkcs9 3			:			: contentType
214pkcs9 4			:			: messageDigest
215pkcs9 5			:			: signingTime
216pkcs9 6			:			: countersignature
217pkcs9 7			:			: challengePassword
218pkcs9 8			:			: unstructuredAddress
219!Cname extCertAttributes
220pkcs9 9			:			: extendedCertificateAttributes
221!global
222
223!Cname ext-req
224pkcs9 14		: extReq		: Extension Request
225
226!Cname SMIMECapabilities
227pkcs9 15		: SMIME-CAPS		: S/MIME Capabilities
228
229# S/MIME
230!Cname SMIME
231pkcs9 16		: SMIME			: S/MIME
232SMIME 0			: id-smime-mod
233SMIME 1			: id-smime-ct
234SMIME 2			: id-smime-aa
235SMIME 3			: id-smime-alg
236SMIME 4			: id-smime-cd
237SMIME 5			: id-smime-spq
238SMIME 6			: id-smime-cti
239
240# S/MIME Modules
241id-smime-mod 1		: id-smime-mod-cms
242id-smime-mod 2		: id-smime-mod-ess
243id-smime-mod 3		: id-smime-mod-oid
244id-smime-mod 4		: id-smime-mod-msg-v3
245id-smime-mod 5		: id-smime-mod-ets-eSignature-88
246id-smime-mod 6		: id-smime-mod-ets-eSignature-97
247id-smime-mod 7		: id-smime-mod-ets-eSigPolicy-88
248id-smime-mod 8		: id-smime-mod-ets-eSigPolicy-97
249
250# S/MIME Content Types
251id-smime-ct 1		: id-smime-ct-receipt
252id-smime-ct 2		: id-smime-ct-authData
253id-smime-ct 3		: id-smime-ct-publishCert
254id-smime-ct 4		: id-smime-ct-TSTInfo
255id-smime-ct 5		: id-smime-ct-TDTInfo
256id-smime-ct 6		: id-smime-ct-contentInfo
257id-smime-ct 7		: id-smime-ct-DVCSRequestData
258id-smime-ct 8		: id-smime-ct-DVCSResponseData
259id-smime-ct 9		: id-smime-ct-compressedData
260id-smime-ct 19		: id-smime-ct-contentCollection
261id-smime-ct 23		: id-smime-ct-authEnvelopedData
262id-smime-ct 27		: id-ct-asciiTextWithCRLF
263id-smime-ct 28		: id-ct-xml
264
265# S/MIME Attributes
266id-smime-aa 1		: id-smime-aa-receiptRequest
267id-smime-aa 2		: id-smime-aa-securityLabel
268id-smime-aa 3		: id-smime-aa-mlExpandHistory
269id-smime-aa 4		: id-smime-aa-contentHint
270id-smime-aa 5		: id-smime-aa-msgSigDigest
271# obsolete
272id-smime-aa 6		: id-smime-aa-encapContentType
273id-smime-aa 7		: id-smime-aa-contentIdentifier
274# obsolete
275id-smime-aa 8		: id-smime-aa-macValue
276id-smime-aa 9		: id-smime-aa-equivalentLabels
277id-smime-aa 10		: id-smime-aa-contentReference
278id-smime-aa 11		: id-smime-aa-encrypKeyPref
279id-smime-aa 12		: id-smime-aa-signingCertificate
280id-smime-aa 13		: id-smime-aa-smimeEncryptCerts
281id-smime-aa 14		: id-smime-aa-timeStampToken
282id-smime-aa 15		: id-smime-aa-ets-sigPolicyId
283id-smime-aa 16		: id-smime-aa-ets-commitmentType
284id-smime-aa 17		: id-smime-aa-ets-signerLocation
285id-smime-aa 18		: id-smime-aa-ets-signerAttr
286id-smime-aa 19		: id-smime-aa-ets-otherSigCert
287id-smime-aa 20		: id-smime-aa-ets-contentTimestamp
288id-smime-aa 21		: id-smime-aa-ets-CertificateRefs
289id-smime-aa 22		: id-smime-aa-ets-RevocationRefs
290id-smime-aa 23		: id-smime-aa-ets-certValues
291id-smime-aa 24		: id-smime-aa-ets-revocationValues
292id-smime-aa 25		: id-smime-aa-ets-escTimeStamp
293id-smime-aa 26		: id-smime-aa-ets-certCRLTimestamp
294id-smime-aa 27		: id-smime-aa-ets-archiveTimeStamp
295id-smime-aa 28		: id-smime-aa-signatureType
296id-smime-aa 29		: id-smime-aa-dvcs-dvc
297
298# S/MIME Algorithm Identifiers
299# obsolete
300id-smime-alg 1		: id-smime-alg-ESDHwith3DES
301# obsolete
302id-smime-alg 2		: id-smime-alg-ESDHwithRC2
303# obsolete
304id-smime-alg 3		: id-smime-alg-3DESwrap
305# obsolete
306id-smime-alg 4		: id-smime-alg-RC2wrap
307id-smime-alg 5		: id-smime-alg-ESDH
308id-smime-alg 6		: id-smime-alg-CMS3DESwrap
309id-smime-alg 7		: id-smime-alg-CMSRC2wrap
310id-smime-alg 9		: id-alg-PWRI-KEK
311
312# S/MIME Certificate Distribution
313id-smime-cd 1		: id-smime-cd-ldap
314
315# S/MIME Signature Policy Qualifier
316id-smime-spq 1		: id-smime-spq-ets-sqt-uri
317id-smime-spq 2		: id-smime-spq-ets-sqt-unotice
318
319# S/MIME Commitment Type Identifier
320id-smime-cti 1		: id-smime-cti-ets-proofOfOrigin
321id-smime-cti 2		: id-smime-cti-ets-proofOfReceipt
322id-smime-cti 3		: id-smime-cti-ets-proofOfDelivery
323id-smime-cti 4		: id-smime-cti-ets-proofOfSender
324id-smime-cti 5		: id-smime-cti-ets-proofOfApproval
325id-smime-cti 6		: id-smime-cti-ets-proofOfCreation
326
327pkcs9 20		:			: friendlyName
328pkcs9 21		:			: localKeyID
329!Cname ms-csp-name
3301 3 6 1 4 1 311 17 1	: CSPName		: Microsoft CSP Name
3311 3 6 1 4 1 311 17 2	: LocalKeySet		: Microsoft Local Key set
332!Alias certTypes pkcs9 22
333certTypes 1		:			: x509Certificate
334certTypes 2		:			: sdsiCertificate
335!Alias crlTypes pkcs9 23
336crlTypes 1		:			: x509Crl
337
338!Alias pkcs12 pkcs 12
339!Alias pkcs12-pbeids pkcs12 1
340
341!Cname pbe-WithSHA1And128BitRC4
342pkcs12-pbeids 1		: PBE-SHA1-RC4-128	: pbeWithSHA1And128BitRC4
343!Cname pbe-WithSHA1And40BitRC4
344pkcs12-pbeids 2		: PBE-SHA1-RC4-40	: pbeWithSHA1And40BitRC4
345!Cname pbe-WithSHA1And3_Key_TripleDES-CBC
346pkcs12-pbeids 3		: PBE-SHA1-3DES		: pbeWithSHA1And3-KeyTripleDES-CBC
347!Cname pbe-WithSHA1And2_Key_TripleDES-CBC
348pkcs12-pbeids 4		: PBE-SHA1-2DES		: pbeWithSHA1And2-KeyTripleDES-CBC
349!Cname pbe-WithSHA1And128BitRC2-CBC
350pkcs12-pbeids 5		: PBE-SHA1-RC2-128	: pbeWithSHA1And128BitRC2-CBC
351!Cname pbe-WithSHA1And40BitRC2-CBC
352pkcs12-pbeids 6		: PBE-SHA1-RC2-40	: pbeWithSHA1And40BitRC2-CBC
353
354!Alias pkcs12-Version1 pkcs12 10
355!Alias pkcs12-BagIds pkcs12-Version1 1
356pkcs12-BagIds 1		:			: keyBag
357pkcs12-BagIds 2		:			: pkcs8ShroudedKeyBag
358pkcs12-BagIds 3		:			: certBag
359pkcs12-BagIds 4		:			: crlBag
360pkcs12-BagIds 5		:			: secretBag
361pkcs12-BagIds 6		:			: safeContentsBag
362
363rsadsi 2 2		: MD2			: md2
364rsadsi 2 4		: MD4			: md4
365rsadsi 2 5		: MD5			: md5
366			: MD5-SHA1		: md5-sha1
367rsadsi 2 6		:			: hmacWithMD5
368rsadsi 2 7		:			: hmacWithSHA1
369
370# From RFC4231
371rsadsi 2 8		:			: hmacWithSHA224
372rsadsi 2 9		:			: hmacWithSHA256
373rsadsi 2 10		:			: hmacWithSHA384
374rsadsi 2 11		:			: hmacWithSHA512
375
376rsadsi 3 2		: RC2-CBC		: rc2-cbc
377			: RC2-ECB		: rc2-ecb
378!Cname rc2-cfb64
379			: RC2-CFB		: rc2-cfb
380!Cname rc2-ofb64
381			: RC2-OFB		: rc2-ofb
382			: RC2-40-CBC		: rc2-40-cbc
383			: RC2-64-CBC		: rc2-64-cbc
384rsadsi 3 4		: RC4			: rc4
385			: RC4-40		: rc4-40
386rsadsi 3 7		: DES-EDE3-CBC		: des-ede3-cbc
387rsadsi 3 8		: RC5-CBC		: rc5-cbc
388			: RC5-ECB		: rc5-ecb
389!Cname rc5-cfb64
390			: RC5-CFB		: rc5-cfb
391!Cname rc5-ofb64
392			: RC5-OFB		: rc5-ofb
393
394!Cname ms-ext-req
3951 3 6 1 4 1 311 2 1 14	: msExtReq		: Microsoft Extension Request
396!Cname ms-code-ind
3971 3 6 1 4 1 311 2 1 21	: msCodeInd		: Microsoft Individual Code Signing
398!Cname ms-code-com
3991 3 6 1 4 1 311 2 1 22	: msCodeCom		: Microsoft Commercial Code Signing
400!Cname ms-ctl-sign
4011 3 6 1 4 1 311 10 3 1	: msCTLSign		: Microsoft Trust List Signing
402!Cname ms-sgc
4031 3 6 1 4 1 311 10 3 3	: msSGC			: Microsoft Server Gated Crypto
404!Cname ms-efs
4051 3 6 1 4 1 311 10 3 4	: msEFS			: Microsoft Encrypted File System
406!Cname ms-smartcard-login
4071 3 6 1 4 1 311 20 2 2	: msSmartcardLogin	: Microsoft Smartcardlogin
408!Cname ms-upn
4091 3 6 1 4 1 311 20 2 3	: msUPN			: Microsoft Universal Principal Name
410
4111 3 6 1 4 1 188 7 1 1 2	: IDEA-CBC		: idea-cbc
412			: IDEA-ECB		: idea-ecb
413!Cname idea-cfb64
414			: IDEA-CFB		: idea-cfb
415!Cname idea-ofb64
416			: IDEA-OFB		: idea-ofb
417
4181 3 6 1 4 1 3029 1 2	: BF-CBC		: bf-cbc
419			: BF-ECB		: bf-ecb
420!Cname bf-cfb64
421			: BF-CFB		: bf-cfb
422!Cname bf-ofb64
423			: BF-OFB		: bf-ofb
424
425!Cname id-pkix
4261 3 6 1 5 5 7		: PKIX
427
428# PKIX Arcs
429id-pkix 0		: id-pkix-mod
430id-pkix 1		: id-pe
431id-pkix 2		: id-qt
432id-pkix 3		: id-kp
433id-pkix 4		: id-it
434id-pkix 5		: id-pkip
435id-pkix 6		: id-alg
436id-pkix 7		: id-cmc
437id-pkix 8		: id-on
438id-pkix 9		: id-pda
439id-pkix 10		: id-aca
440id-pkix 11		: id-qcs
441id-pkix 12		: id-cct
442id-pkix 21		: id-ppl
443id-pkix 48		: id-ad
444
445# PKIX Modules
446id-pkix-mod 1		: id-pkix1-explicit-88
447id-pkix-mod 2		: id-pkix1-implicit-88
448id-pkix-mod 3		: id-pkix1-explicit-93
449id-pkix-mod 4		: id-pkix1-implicit-93
450id-pkix-mod 5		: id-mod-crmf
451id-pkix-mod 6		: id-mod-cmc
452id-pkix-mod 7		: id-mod-kea-profile-88
453id-pkix-mod 8		: id-mod-kea-profile-93
454id-pkix-mod 9		: id-mod-cmp
455id-pkix-mod 10		: id-mod-qualified-cert-88
456id-pkix-mod 11		: id-mod-qualified-cert-93
457id-pkix-mod 12		: id-mod-attribute-cert
458id-pkix-mod 13		: id-mod-timestamp-protocol
459id-pkix-mod 14		: id-mod-ocsp
460id-pkix-mod 15		: id-mod-dvcs
461id-pkix-mod 16		: id-mod-cmp2000
462
463# PKIX Private Extensions
464!Cname info-access
465id-pe 1			: authorityInfoAccess	: Authority Information Access
466id-pe 2			: biometricInfo		: Biometric Info
467id-pe 3			: qcStatements
468id-pe 4			: ac-auditEntity
469id-pe 5			: ac-targeting
470id-pe 6			: aaControls
471id-pe 7			: sbgp-ipAddrBlock
472id-pe 8			: sbgp-autonomousSysNum
473id-pe 9			: sbgp-routerIdentifier
474id-pe 10		: ac-proxying
475!Cname sinfo-access
476id-pe 11		: subjectInfoAccess	: Subject Information Access
477id-pe 14		: proxyCertInfo		: Proxy Certificate Information
478id-pe 24		: tlsfeature		: TLS Feature
479
480# PKIX policyQualifiers for Internet policy qualifiers
481id-qt 1			: id-qt-cps		: Policy Qualifier CPS
482id-qt 2			: id-qt-unotice		: Policy Qualifier User Notice
483id-qt 3			: textNotice
484
485# PKIX key purpose identifiers
486!Cname server-auth
487id-kp 1			: serverAuth		: TLS Web Server Authentication
488!Cname client-auth
489id-kp 2			: clientAuth		: TLS Web Client Authentication
490!Cname code-sign
491id-kp 3			: codeSigning		: Code Signing
492!Cname email-protect
493id-kp 4			: emailProtection	: E-mail Protection
494id-kp 5			: ipsecEndSystem	: IPSec End System
495id-kp 6			: ipsecTunnel		: IPSec Tunnel
496id-kp 7			: ipsecUser		: IPSec User
497!Cname time-stamp
498id-kp 8			: timeStamping		: Time Stamping
499# From OCSP spec RFC2560
500!Cname OCSP-sign
501id-kp 9			: OCSPSigning		: OCSP Signing
502id-kp 10		: DVCS			: dvcs
503!Cname ipsec-IKE
504id-kp 17                : ipsecIKE              : ipsec Internet Key Exchange
505id-kp 18                : capwapAC              : Ctrl/provision WAP Access
506id-kp 19                : capwapWTP             : Ctrl/Provision WAP Termination
507!Cname sshClient
508id-kp 21                : secureShellClient     : SSH Client
509!Cname sshServer
510id-kp 22                : secureShellServer     : SSH Server
511id-kp 23                : sendRouter            : Send Router
512id-kp 24                : sendProxiedRouter     : Send Proxied Router
513id-kp 25                : sendOwner             : Send Owner
514id-kp 26                : sendProxiedOwner      : Send Proxied Owner
515
516# CMP information types
517id-it 1			: id-it-caProtEncCert
518id-it 2			: id-it-signKeyPairTypes
519id-it 3			: id-it-encKeyPairTypes
520id-it 4			: id-it-preferredSymmAlg
521id-it 5			: id-it-caKeyUpdateInfo
522id-it 6			: id-it-currentCRL
523id-it 7			: id-it-unsupportedOIDs
524# obsolete
525id-it 8			: id-it-subscriptionRequest
526# obsolete
527id-it 9			: id-it-subscriptionResponse
528id-it 10		: id-it-keyPairParamReq
529id-it 11		: id-it-keyPairParamRep
530id-it 12		: id-it-revPassphrase
531id-it 13		: id-it-implicitConfirm
532id-it 14		: id-it-confirmWaitTime
533id-it 15		: id-it-origPKIMessage
534id-it 16		: id-it-suppLangTags
535
536# CRMF registration
537id-pkip 1		: id-regCtrl
538id-pkip 2		: id-regInfo
539
540# CRMF registration controls
541id-regCtrl 1		: id-regCtrl-regToken
542id-regCtrl 2		: id-regCtrl-authenticator
543id-regCtrl 3		: id-regCtrl-pkiPublicationInfo
544id-regCtrl 4		: id-regCtrl-pkiArchiveOptions
545id-regCtrl 5		: id-regCtrl-oldCertID
546id-regCtrl 6		: id-regCtrl-protocolEncrKey
547
548# CRMF registration information
549id-regInfo 1		: id-regInfo-utf8Pairs
550id-regInfo 2		: id-regInfo-certReq
551
552# algorithms
553id-alg 1		: id-alg-des40
554id-alg 2		: id-alg-noSignature
555id-alg 3		: id-alg-dh-sig-hmac-sha1
556id-alg 4		: id-alg-dh-pop
557
558# CMC controls
559id-cmc 1		: id-cmc-statusInfo
560id-cmc 2		: id-cmc-identification
561id-cmc 3		: id-cmc-identityProof
562id-cmc 4		: id-cmc-dataReturn
563id-cmc 5		: id-cmc-transactionId
564id-cmc 6		: id-cmc-senderNonce
565id-cmc 7		: id-cmc-recipientNonce
566id-cmc 8		: id-cmc-addExtensions
567id-cmc 9		: id-cmc-encryptedPOP
568id-cmc 10		: id-cmc-decryptedPOP
569id-cmc 11		: id-cmc-lraPOPWitness
570id-cmc 15		: id-cmc-getCert
571id-cmc 16		: id-cmc-getCRL
572id-cmc 17		: id-cmc-revokeRequest
573id-cmc 18		: id-cmc-regInfo
574id-cmc 19		: id-cmc-responseInfo
575id-cmc 21		: id-cmc-queryPending
576id-cmc 22		: id-cmc-popLinkRandom
577id-cmc 23		: id-cmc-popLinkWitness
578id-cmc 24		: id-cmc-confirmCertAcceptance
579
580# other names
581id-on 1			: id-on-personalData
582id-on 3			: id-on-permanentIdentifier : Permanent Identifier
583
584# personal data attributes
585id-pda 1		: id-pda-dateOfBirth
586id-pda 2		: id-pda-placeOfBirth
587id-pda 3		: id-pda-gender
588id-pda 4		: id-pda-countryOfCitizenship
589id-pda 5		: id-pda-countryOfResidence
590
591# attribute certificate attributes
592id-aca 1		: id-aca-authenticationInfo
593id-aca 2		: id-aca-accessIdentity
594id-aca 3		: id-aca-chargingIdentity
595id-aca 4		: id-aca-group
596# attention : the following seems to be obsolete, replace by 'role'
597id-aca 5		: id-aca-role
598id-aca 6		: id-aca-encAttrs
599
600# qualified certificate statements
601id-qcs 1		: id-qcs-pkixQCSyntax-v1
602
603# CMC content types
604id-cct 1		: id-cct-crs
605id-cct 2		: id-cct-PKIData
606id-cct 3		: id-cct-PKIResponse
607
608# Predefined Proxy Certificate policy languages
609id-ppl 0		: id-ppl-anyLanguage	: Any language
610id-ppl 1		: id-ppl-inheritAll	: Inherit all
611id-ppl 2		: id-ppl-independent	: Independent
612
613# access descriptors for authority info access extension
614!Cname ad-OCSP
615id-ad 1			: OCSP			: OCSP
616!Cname ad-ca-issuers
617id-ad 2			: caIssuers		: CA Issuers
618!Cname ad-timeStamping
619id-ad 3			: ad_timestamping	: AD Time Stamping
620!Cname ad-dvcs
621id-ad 4			: AD_DVCS		: ad dvcs
622id-ad 5			: caRepository		: CA Repository
623
624
625!Alias id-pkix-OCSP ad-OCSP
626!module id-pkix-OCSP
627!Cname basic
628id-pkix-OCSP 1		: basicOCSPResponse	: Basic OCSP Response
629id-pkix-OCSP 2		: Nonce			: OCSP Nonce
630id-pkix-OCSP 3		: CrlID			: OCSP CRL ID
631id-pkix-OCSP 4		: acceptableResponses	: Acceptable OCSP Responses
632id-pkix-OCSP 5		: noCheck		: OCSP No Check
633id-pkix-OCSP 6		: archiveCutoff		: OCSP Archive Cutoff
634id-pkix-OCSP 7		: serviceLocator	: OCSP Service Locator
635id-pkix-OCSP 8		: extendedStatus	: Extended OCSP Status
636id-pkix-OCSP 9		: valid
637id-pkix-OCSP 10		: path
638id-pkix-OCSP 11		: trustRoot		: Trust Root
639!global
640
6411 3 14 3 2		: algorithm		: algorithm
642algorithm 3		: RSA-NP-MD5		: md5WithRSA
643algorithm 6		: DES-ECB		: des-ecb
644algorithm 7		: DES-CBC		: des-cbc
645!Cname des-ofb64
646algorithm 8		: DES-OFB		: des-ofb
647!Cname des-cfb64
648algorithm 9		: DES-CFB		: des-cfb
649algorithm 11		: rsaSignature
650!Cname dsa-2
651algorithm 12		: DSA-old		: dsaEncryption-old
652algorithm 13		: DSA-SHA		: dsaWithSHA
653algorithm 15		: RSA-SHA		: shaWithRSAEncryption
654!Cname des-ede-ecb
655algorithm 17		: DES-EDE		: des-ede
656!Cname des-ede3-ecb
657			: DES-EDE3		: des-ede3
658			: DES-EDE-CBC		: des-ede-cbc
659!Cname des-ede-cfb64
660			: DES-EDE-CFB		: des-ede-cfb
661!Cname des-ede3-cfb64
662			: DES-EDE3-CFB		: des-ede3-cfb
663!Cname des-ede-ofb64
664			: DES-EDE-OFB		: des-ede-ofb
665!Cname des-ede3-ofb64
666			: DES-EDE3-OFB		: des-ede3-ofb
667			: DESX-CBC		: desx-cbc
668algorithm 18		: SHA			: sha
669algorithm 26		: SHA1			: sha1
670!Cname dsaWithSHA1-2
671algorithm 27		: DSA-SHA1-old		: dsaWithSHA1-old
672algorithm 29		: RSA-SHA1-2		: sha1WithRSA
673
6741 3 36 3 2 1		: RIPEMD160		: ripemd160
6751 3 36 3 3 1 2		: RSA-RIPEMD160		: ripemd160WithRSA
676
6771 3 6 1 4 1 1722 12 2 1 16 : BLAKE2b512        : blake2b512
6781 3 6 1 4 1 1722 12 2 2 8  : BLAKE2s256        : blake2s256
679
680!Cname sxnet
6811 3 101 1 4 1		: SXNetID		: Strong Extranet ID
682
6832 5			: X500			: directory services (X.500)
684
685X500 4			: X509
686X509 3			: CN			: commonName
687X509 4			: SN			: surname
688X509 5			: 			: serialNumber
689X509 6			: C			: countryName
690X509 7			: L			: localityName
691X509 8			: ST			: stateOrProvinceName
692X509 9			: street		: streetAddress
693X509 10			: O			: organizationName
694X509 11			: OU			: organizationalUnitName
695X509 12			: title			: title
696X509 13			: 			: description
697X509 14			: 			: searchGuide
698X509 15			: 			: businessCategory
699X509 16			: 			: postalAddress
700X509 17			: 			: postalCode
701X509 18			: 			: postOfficeBox
702X509 19			: 			: physicalDeliveryOfficeName
703X509 20			: 			: telephoneNumber
704X509 21			: 			: telexNumber
705X509 22			: 			: teletexTerminalIdentifier
706X509 23			: 			: facsimileTelephoneNumber
707X509 24			: 			: x121Address
708X509 25			: 			: internationaliSDNNumber
709X509 26			: 			: registeredAddress
710X509 27			: 			: destinationIndicator
711X509 28			: 			: preferredDeliveryMethod
712X509 29			: 			: presentationAddress
713X509 30			: 			: supportedApplicationContext
714X509 31			: member		:
715X509 32			: owner			:
716X509 33			: 			: roleOccupant
717X509 34			: seeAlso		:
718X509 35			: 			: userPassword
719X509 36			: 			: userCertificate
720X509 37			: 			: cACertificate
721X509 38			: 			: authorityRevocationList
722X509 39			: 			: certificateRevocationList
723X509 40			: 			: crossCertificatePair
724X509 41			: name			: name
725X509 42			: GN			: givenName
726X509 43			: initials		: initials
727X509 44			: 			: generationQualifier
728X509 45			: 			: x500UniqueIdentifier
729X509 46			: dnQualifier		: dnQualifier
730X509 47			: 			: enhancedSearchGuide
731X509 48			: 			: protocolInformation
732X509 49			: 			: distinguishedName
733X509 50			: 			: uniqueMember
734X509 51			: 			: houseIdentifier
735X509 52			: 			: supportedAlgorithms
736X509 53			: 			: deltaRevocationList
737X509 54			: dmdName		:
738X509 65			:			: pseudonym
739X509 72			: role			: role
740
741X500 8			: X500algorithms	: directory services - algorithms
742X500algorithms 1 1	: RSA			: rsa
743X500algorithms 3 100	: RSA-MDC2		: mdc2WithRSA
744X500algorithms 3 101	: MDC2			: mdc2
745
746X500 29			: id-ce
747!Cname subject-directory-attributes
748id-ce 9			: subjectDirectoryAttributes : X509v3 Subject Directory Attributes
749!Cname subject-key-identifier
750id-ce 14		: subjectKeyIdentifier	: X509v3 Subject Key Identifier
751!Cname key-usage
752id-ce 15		: keyUsage		: X509v3 Key Usage
753!Cname private-key-usage-period
754id-ce 16		: privateKeyUsagePeriod	: X509v3 Private Key Usage Period
755!Cname subject-alt-name
756id-ce 17		: subjectAltName	: X509v3 Subject Alternative Name
757!Cname issuer-alt-name
758id-ce 18		: issuerAltName		: X509v3 Issuer Alternative Name
759!Cname basic-constraints
760id-ce 19		: basicConstraints	: X509v3 Basic Constraints
761!Cname crl-number
762id-ce 20		: crlNumber		: X509v3 CRL Number
763!Cname crl-reason
764id-ce 21		: CRLReason		: X509v3 CRL Reason Code
765!Cname invalidity-date
766id-ce 24		: invalidityDate	: Invalidity Date
767!Cname delta-crl
768id-ce 27		: deltaCRL		: X509v3 Delta CRL Indicator
769!Cname issuing-distribution-point
770id-ce 28		: issuingDistributionPoint : X509v3 Issuing Distribution Point
771!Cname certificate-issuer
772id-ce 29		: certificateIssuer	: X509v3 Certificate Issuer
773!Cname name-constraints
774id-ce 30		: nameConstraints	: X509v3 Name Constraints
775!Cname crl-distribution-points
776id-ce 31		: crlDistributionPoints	: X509v3 CRL Distribution Points
777!Cname certificate-policies
778id-ce 32		: certificatePolicies	: X509v3 Certificate Policies
779!Cname any-policy
780certificate-policies 0	: anyPolicy		: X509v3 Any Policy
781!Cname policy-mappings
782id-ce 33		: policyMappings	: X509v3 Policy Mappings
783!Cname authority-key-identifier
784id-ce 35		: authorityKeyIdentifier : X509v3 Authority Key Identifier
785!Cname policy-constraints
786id-ce 36		: policyConstraints	: X509v3 Policy Constraints
787!Cname ext-key-usage
788id-ce 37		: extendedKeyUsage	: X509v3 Extended Key Usage
789!Cname freshest-crl
790id-ce 46		: freshestCRL		: X509v3 Freshest CRL
791!Cname inhibit-any-policy
792id-ce 54		: inhibitAnyPolicy	: X509v3 Inhibit Any Policy
793!Cname target-information
794id-ce 55		: targetInformation	: X509v3 AC Targeting
795!Cname no-rev-avail
796id-ce 56		: noRevAvail		: X509v3 No Revocation Available
797
798# From RFC5280
799ext-key-usage 0		: anyExtendedKeyUsage	: Any Extended Key Usage
800
801
802!Cname netscape
8032 16 840 1 113730	: Netscape		: Netscape Communications Corp.
804!Cname netscape-cert-extension
805netscape 1		: nsCertExt		: Netscape Certificate Extension
806!Cname netscape-data-type
807netscape 2		: nsDataType		: Netscape Data Type
808!Cname netscape-cert-type
809netscape-cert-extension 1 : nsCertType		: Netscape Cert Type
810!Cname netscape-base-url
811netscape-cert-extension 2 : nsBaseUrl		: Netscape Base Url
812!Cname netscape-revocation-url
813netscape-cert-extension 3 : nsRevocationUrl	: Netscape Revocation Url
814!Cname netscape-ca-revocation-url
815netscape-cert-extension 4 : nsCaRevocationUrl	: Netscape CA Revocation Url
816!Cname netscape-renewal-url
817netscape-cert-extension 7 : nsRenewalUrl	: Netscape Renewal Url
818!Cname netscape-ca-policy-url
819netscape-cert-extension 8 : nsCaPolicyUrl	: Netscape CA Policy Url
820!Cname netscape-ssl-server-name
821netscape-cert-extension 12 : nsSslServerName	: Netscape SSL Server Name
822!Cname netscape-comment
823netscape-cert-extension 13 : nsComment		: Netscape Comment
824!Cname netscape-cert-sequence
825netscape-data-type 5	: nsCertSequence	: Netscape Certificate Sequence
826!Cname ns-sgc
827netscape 4 1		: nsSGC			: Netscape Server Gated Crypto
828
829# iso(1)
830iso 3			: ORG			: org
831org 6			: DOD			: dod
832dod 1			: IANA			: iana
833!Alias internet iana
834
835internet 1		: directory		: Directory
836internet 2		: mgmt			: Management
837internet 3		: experimental		: Experimental
838internet 4		: private		: Private
839internet 5		: security		: Security
840internet 6		: snmpv2		: SNMPv2
841# Documents refer to "internet 7" as "mail". This however leads to ambiguities
842# with RFC2798, Section 9.1.3, where "mail" is defined as the short name for
843# rfc822Mailbox. The short name is therefore here left out for a reason.
844# Subclasses of "mail", e.g. "MIME MHS" don't consitute a problem, as
845# references are realized via long name "Mail" (with capital M).
846internet 7		:			: Mail
847
848Private 1		: enterprises		: Enterprises
849
850# RFC 2247
851Enterprises 1466 344	: dcobject		: dcObject
852
853# RFC 1495
854Mail 1			: mime-mhs		: MIME MHS
855mime-mhs 1		: mime-mhs-headings	: mime-mhs-headings
856mime-mhs 2		: mime-mhs-bodies	: mime-mhs-bodies
857mime-mhs-headings 1	: id-hex-partial-message : id-hex-partial-message
858mime-mhs-headings 2	: id-hex-multipart-message : id-hex-multipart-message
859
860# RFC 3274
861!Cname zlib-compression
862id-smime-alg 8		: ZLIB			: zlib compression
863
864# AES aka Rijndael
865
866!Alias csor 2 16 840 1 101 3
867!Alias nistAlgorithms csor 4
868!Alias aes nistAlgorithms 1
869
870aes 1			: AES-128-ECB		: aes-128-ecb
871aes 2			: AES-128-CBC		: aes-128-cbc
872!Cname aes-128-ofb128
873aes 3			: AES-128-OFB		: aes-128-ofb
874!Cname aes-128-cfb128
875aes 4			: AES-128-CFB		: aes-128-cfb
876aes 5			: id-aes128-wrap
877aes 6			: id-aes128-GCM		: aes-128-gcm
878aes 7			: id-aes128-CCM		: aes-128-ccm
879aes 8			: id-aes128-wrap-pad
880
881aes 21			: AES-192-ECB		: aes-192-ecb
882aes 22			: AES-192-CBC		: aes-192-cbc
883!Cname aes-192-ofb128
884aes 23			: AES-192-OFB		: aes-192-ofb
885!Cname aes-192-cfb128
886aes 24			: AES-192-CFB		: aes-192-cfb
887aes 25			: id-aes192-wrap
888aes 26			: id-aes192-GCM		: aes-192-gcm
889aes 27			: id-aes192-CCM		: aes-192-ccm
890aes 28			: id-aes192-wrap-pad
891
892aes 41			: AES-256-ECB		: aes-256-ecb
893aes 42			: AES-256-CBC		: aes-256-cbc
894!Cname aes-256-ofb128
895aes 43			: AES-256-OFB		: aes-256-ofb
896!Cname aes-256-cfb128
897aes 44			: AES-256-CFB		: aes-256-cfb
898aes 45			: id-aes256-wrap
899aes 46			: id-aes256-GCM		: aes-256-gcm
900aes 47			: id-aes256-CCM		: aes-256-ccm
901aes 48			: id-aes256-wrap-pad
902
903# There are no OIDs for these modes...
904
905			: AES-128-CFB1		: aes-128-cfb1
906			: AES-192-CFB1		: aes-192-cfb1
907			: AES-256-CFB1		: aes-256-cfb1
908			: AES-128-CFB8		: aes-128-cfb8
909			: AES-192-CFB8		: aes-192-cfb8
910			: AES-256-CFB8		: aes-256-cfb8
911			: AES-128-CTR		: aes-128-ctr
912			: AES-192-CTR		: aes-192-ctr
913			: AES-256-CTR		: aes-256-ctr
914			: AES-128-OCB		: aes-128-ocb
915			: AES-192-OCB		: aes-192-ocb
916			: AES-256-OCB		: aes-256-ocb
917			: AES-128-XTS		: aes-128-xts
918			: AES-256-XTS		: aes-256-xts
919			: DES-CFB1		: des-cfb1
920			: DES-CFB8		: des-cfb8
921			: DES-EDE3-CFB1		: des-ede3-cfb1
922			: DES-EDE3-CFB8		: des-ede3-cfb8
923
924# OIDs for SHA224, SHA256, SHA385 and SHA512, according to x9.84.
925!Alias nist_hashalgs nistAlgorithms 2
926nist_hashalgs 1		: SHA256		: sha256
927nist_hashalgs 2		: SHA384		: sha384
928nist_hashalgs 3		: SHA512		: sha512
929nist_hashalgs 4		: SHA224		: sha224
930
931# OIDs for dsa-with-sha224 and dsa-with-sha256
932!Alias dsa_with_sha2 nistAlgorithms 3
933dsa_with_sha2 1		: dsa_with_SHA224
934dsa_with_sha2 2		: dsa_with_SHA256
935
936# Hold instruction CRL entry extension
937!Cname hold-instruction-code
938id-ce 23		: holdInstructionCode	: Hold Instruction Code
939!Alias holdInstruction	X9-57 2
940!Cname hold-instruction-none
941holdInstruction 1	: holdInstructionNone	: Hold Instruction None
942!Cname hold-instruction-call-issuer
943holdInstruction 2	: holdInstructionCallIssuer : Hold Instruction Call Issuer
944!Cname hold-instruction-reject
945holdInstruction 3	: holdInstructionReject	: Hold Instruction Reject
946
947# OID's from ITU-T.  Most of this is defined in RFC 1274.  A couple of
948# them are also mentioned in RFC 2247
949itu-t 9			: data
950data 2342		: pss
951pss 19200300		: ucl
952ucl 100			: pilot
953pilot 1			:			: pilotAttributeType
954pilot 3			:			: pilotAttributeSyntax
955pilot 4			:			: pilotObjectClass
956pilot 10		:			: pilotGroups
957pilotAttributeSyntax 4	:			: iA5StringSyntax
958pilotAttributeSyntax 5	:			: caseIgnoreIA5StringSyntax
959pilotObjectClass 3	:			: pilotObject
960pilotObjectClass 4	:			: pilotPerson
961pilotObjectClass 5	: account
962pilotObjectClass 6	: document
963pilotObjectClass 7	: room
964pilotObjectClass 9	:			: documentSeries
965pilotObjectClass 13	: domain		: Domain
966pilotObjectClass 14	:			: rFC822localPart
967pilotObjectClass 15	:			: dNSDomain
968pilotObjectClass 17	:			: domainRelatedObject
969pilotObjectClass 18	:			: friendlyCountry
970pilotObjectClass 19	:			: simpleSecurityObject
971pilotObjectClass 20	:			: pilotOrganization
972pilotObjectClass 21	:			: pilotDSA
973pilotObjectClass 22	:			: qualityLabelledData
974pilotAttributeType 1	: UID			: userId
975pilotAttributeType 2	:			: textEncodedORAddress
976pilotAttributeType 3	: mail			: rfc822Mailbox
977pilotAttributeType 4	: info
978pilotAttributeType 5	:			: favouriteDrink
979pilotAttributeType 6	:			: roomNumber
980pilotAttributeType 7	: photo
981pilotAttributeType 8	:			: userClass
982pilotAttributeType 9	: host
983pilotAttributeType 10	: manager
984pilotAttributeType 11	:			: documentIdentifier
985pilotAttributeType 12	:			: documentTitle
986pilotAttributeType 13	:			: documentVersion
987pilotAttributeType 14	:			: documentAuthor
988pilotAttributeType 15	:			: documentLocation
989pilotAttributeType 20	:			: homeTelephoneNumber
990pilotAttributeType 21	: secretary
991pilotAttributeType 22	:			: otherMailbox
992pilotAttributeType 23	:			: lastModifiedTime
993pilotAttributeType 24	:			: lastModifiedBy
994pilotAttributeType 25	: DC			: domainComponent
995pilotAttributeType 26	:			: aRecord
996pilotAttributeType 27	:			: pilotAttributeType27
997pilotAttributeType 28	:			: mXRecord
998pilotAttributeType 29	:			: nSRecord
999pilotAttributeType 30	:			: sOARecord
1000pilotAttributeType 31	:			: cNAMERecord
1001pilotAttributeType 37	:			: associatedDomain
1002pilotAttributeType 38	:			: associatedName
1003pilotAttributeType 39	:			: homePostalAddress
1004pilotAttributeType 40	:			: personalTitle
1005pilotAttributeType 41	:			: mobileTelephoneNumber
1006pilotAttributeType 42	:			: pagerTelephoneNumber
1007pilotAttributeType 43	:			: friendlyCountryName
1008pilotAttributeType 44	: uid			: uniqueIdentifier
1009pilotAttributeType 45	:			: organizationalStatus
1010pilotAttributeType 46	:			: janetMailbox
1011pilotAttributeType 47	:			: mailPreferenceOption
1012pilotAttributeType 48	:			: buildingName
1013pilotAttributeType 49	:			: dSAQuality
1014pilotAttributeType 50	:			: singleLevelQuality
1015pilotAttributeType 51	:			: subtreeMinimumQuality
1016pilotAttributeType 52	:			: subtreeMaximumQuality
1017pilotAttributeType 53	:			: personalSignature
1018pilotAttributeType 54	:			: dITRedirect
1019pilotAttributeType 55	: audio
1020pilotAttributeType 56	:			: documentPublisher
1021
1022international-organizations 42	: id-set	: Secure Electronic Transactions
1023
1024id-set 0		: set-ctype		: content types
1025id-set 1		: set-msgExt		: message extensions
1026id-set 3		: set-attr
1027id-set 5		: set-policy
1028id-set 7		: set-certExt		: certificate extensions
1029id-set 8		: set-brand
1030
1031set-ctype 0		: setct-PANData
1032set-ctype 1		: setct-PANToken
1033set-ctype 2		: setct-PANOnly
1034set-ctype 3		: setct-OIData
1035set-ctype 4		: setct-PI
1036set-ctype 5		: setct-PIData
1037set-ctype 6		: setct-PIDataUnsigned
1038set-ctype 7		: setct-HODInput
1039set-ctype 8		: setct-AuthResBaggage
1040set-ctype 9		: setct-AuthRevReqBaggage
1041set-ctype 10		: setct-AuthRevResBaggage
1042set-ctype 11		: setct-CapTokenSeq
1043set-ctype 12		: setct-PInitResData
1044set-ctype 13		: setct-PI-TBS
1045set-ctype 14		: setct-PResData
1046set-ctype 16		: setct-AuthReqTBS
1047set-ctype 17		: setct-AuthResTBS
1048set-ctype 18		: setct-AuthResTBSX
1049set-ctype 19		: setct-AuthTokenTBS
1050set-ctype 20		: setct-CapTokenData
1051set-ctype 21		: setct-CapTokenTBS
1052set-ctype 22		: setct-AcqCardCodeMsg
1053set-ctype 23		: setct-AuthRevReqTBS
1054set-ctype 24		: setct-AuthRevResData
1055set-ctype 25		: setct-AuthRevResTBS
1056set-ctype 26		: setct-CapReqTBS
1057set-ctype 27		: setct-CapReqTBSX
1058set-ctype 28		: setct-CapResData
1059set-ctype 29		: setct-CapRevReqTBS
1060set-ctype 30		: setct-CapRevReqTBSX
1061set-ctype 31		: setct-CapRevResData
1062set-ctype 32		: setct-CredReqTBS
1063set-ctype 33		: setct-CredReqTBSX
1064set-ctype 34		: setct-CredResData
1065set-ctype 35		: setct-CredRevReqTBS
1066set-ctype 36		: setct-CredRevReqTBSX
1067set-ctype 37		: setct-CredRevResData
1068set-ctype 38		: setct-PCertReqData
1069set-ctype 39		: setct-PCertResTBS
1070set-ctype 40		: setct-BatchAdminReqData
1071set-ctype 41		: setct-BatchAdminResData
1072set-ctype 42		: setct-CardCInitResTBS
1073set-ctype 43		: setct-MeAqCInitResTBS
1074set-ctype 44		: setct-RegFormResTBS
1075set-ctype 45		: setct-CertReqData
1076set-ctype 46		: setct-CertReqTBS
1077set-ctype 47		: setct-CertResData
1078set-ctype 48		: setct-CertInqReqTBS
1079set-ctype 49		: setct-ErrorTBS
1080set-ctype 50		: setct-PIDualSignedTBE
1081set-ctype 51		: setct-PIUnsignedTBE
1082set-ctype 52		: setct-AuthReqTBE
1083set-ctype 53		: setct-AuthResTBE
1084set-ctype 54		: setct-AuthResTBEX
1085set-ctype 55		: setct-AuthTokenTBE
1086set-ctype 56		: setct-CapTokenTBE
1087set-ctype 57		: setct-CapTokenTBEX
1088set-ctype 58		: setct-AcqCardCodeMsgTBE
1089set-ctype 59		: setct-AuthRevReqTBE
1090set-ctype 60		: setct-AuthRevResTBE
1091set-ctype 61		: setct-AuthRevResTBEB
1092set-ctype 62		: setct-CapReqTBE
1093set-ctype 63		: setct-CapReqTBEX
1094set-ctype 64		: setct-CapResTBE
1095set-ctype 65		: setct-CapRevReqTBE
1096set-ctype 66		: setct-CapRevReqTBEX
1097set-ctype 67		: setct-CapRevResTBE
1098set-ctype 68		: setct-CredReqTBE
1099set-ctype 69		: setct-CredReqTBEX
1100set-ctype 70		: setct-CredResTBE
1101set-ctype 71		: setct-CredRevReqTBE
1102set-ctype 72		: setct-CredRevReqTBEX
1103set-ctype 73		: setct-CredRevResTBE
1104set-ctype 74		: setct-BatchAdminReqTBE
1105set-ctype 75		: setct-BatchAdminResTBE
1106set-ctype 76		: setct-RegFormReqTBE
1107set-ctype 77		: setct-CertReqTBE
1108set-ctype 78		: setct-CertReqTBEX
1109set-ctype 79		: setct-CertResTBE
1110set-ctype 80		: setct-CRLNotificationTBS
1111set-ctype 81		: setct-CRLNotificationResTBS
1112set-ctype 82		: setct-BCIDistributionTBS
1113
1114set-msgExt 1		: setext-genCrypt	: generic cryptogram
1115set-msgExt 3		: setext-miAuth		: merchant initiated auth
1116set-msgExt 4		: setext-pinSecure
1117set-msgExt 5		: setext-pinAny
1118set-msgExt 7		: setext-track2
1119set-msgExt 8		: setext-cv		: additional verification
1120
1121set-policy 0		: set-policy-root
1122
1123set-certExt 0		: setCext-hashedRoot
1124set-certExt 1		: setCext-certType
1125set-certExt 2		: setCext-merchData
1126set-certExt 3		: setCext-cCertRequired
1127set-certExt 4		: setCext-tunneling
1128set-certExt 5		: setCext-setExt
1129set-certExt 6		: setCext-setQualf
1130set-certExt 7		: setCext-PGWYcapabilities
1131set-certExt 8		: setCext-TokenIdentifier
1132set-certExt 9		: setCext-Track2Data
1133set-certExt 10		: setCext-TokenType
1134set-certExt 11		: setCext-IssuerCapabilities
1135
1136set-attr 0		: setAttr-Cert
1137set-attr 1		: setAttr-PGWYcap	: payment gateway capabilities
1138set-attr 2		: setAttr-TokenType
1139set-attr 3		: setAttr-IssCap	: issuer capabilities
1140
1141setAttr-Cert 0		: set-rootKeyThumb
1142setAttr-Cert 1		: set-addPolicy
1143
1144setAttr-TokenType 1	: setAttr-Token-EMV
1145setAttr-TokenType 2	: setAttr-Token-B0Prime
1146
1147setAttr-IssCap 3	: setAttr-IssCap-CVM
1148setAttr-IssCap 4	: setAttr-IssCap-T2
1149setAttr-IssCap 5	: setAttr-IssCap-Sig
1150
1151setAttr-IssCap-CVM 1	: setAttr-GenCryptgrm	: generate cryptogram
1152setAttr-IssCap-T2 1	: setAttr-T2Enc		: encrypted track 2
1153setAttr-IssCap-T2 2	: setAttr-T2cleartxt	: cleartext track 2
1154
1155setAttr-IssCap-Sig 1	: setAttr-TokICCsig	: ICC or token signature
1156setAttr-IssCap-Sig 2	: setAttr-SecDevSig	: secure device signature
1157
1158set-brand 1		: set-brand-IATA-ATA
1159set-brand 30		: set-brand-Diners
1160set-brand 34		: set-brand-AmericanExpress
1161set-brand 35		: set-brand-JCB
1162set-brand 4		: set-brand-Visa
1163set-brand 5		: set-brand-MasterCard
1164set-brand 6011		: set-brand-Novus
1165
1166rsadsi 3 10		: DES-CDMF		: des-cdmf
1167rsadsi 1 1 6		: rsaOAEPEncryptionSET
1168
1169			: Oakley-EC2N-3		: ipsec3
1170			: Oakley-EC2N-4		: ipsec4
1171
1172iso 0 10118 3 0 55	: whirlpool
1173
1174# GOST OIDs
1175
1176member-body 643 2 2	: cryptopro
1177member-body 643 2 9	: cryptocom
1178member-body 643 7 1	: id-tc26
1179
1180cryptopro 3		: id-GostR3411-94-with-GostR3410-2001 : GOST R 34.11-94 with GOST R 34.10-2001
1181cryptopro 4		: id-GostR3411-94-with-GostR3410-94 : GOST R 34.11-94 with GOST R 34.10-94
1182!Cname id-GostR3411-94
1183cryptopro 9		: md_gost94		: GOST R 34.11-94
1184cryptopro 10		: id-HMACGostR3411-94	: HMAC GOST 34.11-94
1185!Cname id-GostR3410-2001
1186cryptopro 19		: gost2001	: GOST R 34.10-2001
1187!Cname id-GostR3410-94
1188cryptopro 20		: gost94	: GOST R 34.10-94
1189!Cname id-Gost28147-89
1190cryptopro 21		: gost89 		: GOST 28147-89
1191			: gost89-cnt
1192			: gost89-cnt-12
1193			: gost89-cbc
1194			: gost89-ecb
1195			: gost89-ctr
1196!Cname id-Gost28147-89-MAC
1197cryptopro 22		: gost-mac	: GOST 28147-89 MAC
1198			: gost-mac-12
1199!Cname id-GostR3411-94-prf
1200cryptopro 23		: prf-gostr3411-94	: GOST R 34.11-94 PRF
1201cryptopro 98		: id-GostR3410-2001DH	: GOST R 34.10-2001 DH
1202cryptopro 99		: id-GostR3410-94DH	: GOST R 34.10-94 DH
1203
1204cryptopro 14 1		: id-Gost28147-89-CryptoPro-KeyMeshing
1205cryptopro 14 0		: id-Gost28147-89-None-KeyMeshing
1206
1207# GOST parameter set OIDs
1208
1209cryptopro 30 0		: id-GostR3411-94-TestParamSet
1210cryptopro 30 1		: id-GostR3411-94-CryptoProParamSet
1211
1212cryptopro 31 0		: id-Gost28147-89-TestParamSet
1213cryptopro 31 1		: id-Gost28147-89-CryptoPro-A-ParamSet
1214cryptopro 31 2		: id-Gost28147-89-CryptoPro-B-ParamSet
1215cryptopro 31 3		: id-Gost28147-89-CryptoPro-C-ParamSet
1216cryptopro 31 4		: id-Gost28147-89-CryptoPro-D-ParamSet
1217cryptopro 31 5		: id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet
1218cryptopro 31 6		: id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet
1219cryptopro 31 7		: id-Gost28147-89-CryptoPro-RIC-1-ParamSet
1220
1221cryptopro 32 0		: id-GostR3410-94-TestParamSet
1222cryptopro 32 2		: id-GostR3410-94-CryptoPro-A-ParamSet
1223cryptopro 32 3		: id-GostR3410-94-CryptoPro-B-ParamSet
1224cryptopro 32 4		: id-GostR3410-94-CryptoPro-C-ParamSet
1225cryptopro 32 5		: id-GostR3410-94-CryptoPro-D-ParamSet
1226
1227cryptopro 33 1		: id-GostR3410-94-CryptoPro-XchA-ParamSet
1228cryptopro 33 2		: id-GostR3410-94-CryptoPro-XchB-ParamSet
1229cryptopro 33 3		: id-GostR3410-94-CryptoPro-XchC-ParamSet
1230
1231cryptopro 35 0		: id-GostR3410-2001-TestParamSet
1232cryptopro 35 1		: id-GostR3410-2001-CryptoPro-A-ParamSet
1233cryptopro 35 2		: id-GostR3410-2001-CryptoPro-B-ParamSet
1234cryptopro 35 3		: id-GostR3410-2001-CryptoPro-C-ParamSet
1235
1236cryptopro 36 0		: id-GostR3410-2001-CryptoPro-XchA-ParamSet
1237cryptopro 36 1		: id-GostR3410-2001-CryptoPro-XchB-ParamSet
1238
1239id-GostR3410-94 1	: id-GostR3410-94-a
1240id-GostR3410-94 2	: id-GostR3410-94-aBis
1241id-GostR3410-94 3	: id-GostR3410-94-b
1242id-GostR3410-94 4	: id-GostR3410-94-bBis
1243
1244# Cryptocom LTD GOST OIDs
1245
1246cryptocom 1 6 1		: id-Gost28147-89-cc	: GOST 28147-89 Cryptocom ParamSet
1247!Cname id-GostR3410-94-cc
1248cryptocom 1 5 3		: gost94cc	: GOST 34.10-94 Cryptocom
1249!Cname id-GostR3410-2001-cc
1250cryptocom 1 5 4		: gost2001cc	: GOST 34.10-2001 Cryptocom
1251
1252cryptocom 1 3 3		: id-GostR3411-94-with-GostR3410-94-cc : GOST R 34.11-94 with GOST R 34.10-94 Cryptocom
1253cryptocom 1 3 4		: id-GostR3411-94-with-GostR3410-2001-cc : GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom
1254
1255cryptocom 1 8 1		: id-GostR3410-2001-ParamSet-cc : GOST R 3410-2001 Parameter Set Cryptocom
1256
1257# TC26 GOST OIDs
1258
1259id-tc26 1 		: id-tc26-algorithms
1260id-tc26-algorithms 1	: id-tc26-sign
1261!Cname id-GostR3410-2012-256
1262id-tc26-sign 1		: gost2012_256: GOST R 34.10-2012 with 256 bit modulus
1263!Cname id-GostR3410-2012-512
1264id-tc26-sign 2		: gost2012_512: GOST R 34.10-2012 with 512 bit modulus
1265
1266id-tc26-algorithms 2	: id-tc26-digest
1267!Cname id-GostR3411-2012-256
1268id-tc26-digest 2	: md_gost12_256: GOST R 34.11-2012 with 256 bit hash
1269!Cname id-GostR3411-2012-512
1270id-tc26-digest 3	: md_gost12_512: GOST R 34.11-2012 with 512 bit hash
1271
1272id-tc26-algorithms 3	: id-tc26-signwithdigest
1273id-tc26-signwithdigest 2: id-tc26-signwithdigest-gost3410-2012-256: GOST R 34.10-2012 with GOST R 34.11-2012 (256 bit)
1274id-tc26-signwithdigest 3: id-tc26-signwithdigest-gost3410-2012-512: GOST R 34.10-2012 with GOST R 34.11-2012 (512 bit)
1275
1276id-tc26-algorithms 4	: id-tc26-mac
1277id-tc26-mac 1		: id-tc26-hmac-gost-3411-2012-256 : HMAC GOST 34.11-2012 256 bit
1278id-tc26-mac 2		: id-tc26-hmac-gost-3411-2012-512 : HMAC GOST 34.11-2012 512 bit
1279
1280id-tc26-algorithms 5	: id-tc26-cipher
1281
1282id-tc26-algorithms 6	: id-tc26-agreement
1283id-tc26-agreement 1	: id-tc26-agreement-gost-3410-2012-256
1284id-tc26-agreement 2	: id-tc26-agreement-gost-3410-2012-512
1285
1286id-tc26 2 		: id-tc26-constants
1287
1288id-tc26-constants 1	: id-tc26-sign-constants
1289id-tc26-sign-constants 2: id-tc26-gost-3410-2012-512-constants
1290id-tc26-gost-3410-2012-512-constants 0	: id-tc26-gost-3410-2012-512-paramSetTest: GOST R 34.10-2012 (512 bit) testing parameter set
1291id-tc26-gost-3410-2012-512-constants 1	: id-tc26-gost-3410-2012-512-paramSetA: GOST R 34.10-2012 (512 bit) ParamSet A
1292id-tc26-gost-3410-2012-512-constants 2	: id-tc26-gost-3410-2012-512-paramSetB: GOST R 34.10-2012 (512 bit) ParamSet B
1293
1294id-tc26-constants 2     : id-tc26-digest-constants
1295id-tc26-constants 5     : id-tc26-cipher-constants
1296id-tc26-cipher-constants 1	: id-tc26-gost-28147-constants
1297id-tc26-gost-28147-constants 1	: id-tc26-gost-28147-param-Z : GOST 28147-89 TC26 parameter set
1298
1299member-body 643 3 131 1 1	: INN	: INN
1300member-body 643 100 1		: OGRN	: OGRN
1301member-body 643 100 3		: SNILS	: SNILS
1302member-body 643 100 111	: subjectSignTool	: Signing Tool of Subject
1303member-body 643 100 112	: issuerSignTool	: Signing Tool of Issuer
1304
1305#GOST R34.13-2015 Grasshopper "Kuznechik"
1306			: grasshopper-ecb
1307			: grasshopper-ctr
1308			: grasshopper-ofb
1309			: grasshopper-cbc
1310			: grasshopper-cfb
1311			: grasshopper-mac
1312
1313# Definitions for Camellia cipher - CBC MODE
1314
13151 2 392 200011 61 1 1 1 2 : CAMELLIA-128-CBC		: camellia-128-cbc
13161 2 392 200011 61 1 1 1 3 : CAMELLIA-192-CBC		: camellia-192-cbc
13171 2 392 200011 61 1 1 1 4 : CAMELLIA-256-CBC		: camellia-256-cbc
13181 2 392 200011 61 1 1 3 2 : id-camellia128-wrap
13191 2 392 200011 61 1 1 3 3 : id-camellia192-wrap
13201 2 392 200011 61 1 1 3 4 : id-camellia256-wrap
1321
1322# Definitions for Camellia cipher - ECB, CFB, OFB MODE
1323
1324!Alias ntt-ds 0 3 4401 5
1325!Alias camellia ntt-ds 3 1 9
1326
1327camellia 1		: CAMELLIA-128-ECB		: camellia-128-ecb
1328!Cname camellia-128-ofb128
1329camellia 3		: CAMELLIA-128-OFB		: camellia-128-ofb
1330!Cname camellia-128-cfb128
1331camellia 4		: CAMELLIA-128-CFB		: camellia-128-cfb
1332camellia 6		: CAMELLIA-128-GCM		: camellia-128-gcm
1333camellia 7		: CAMELLIA-128-CCM		: camellia-128-ccm
1334camellia 9		: CAMELLIA-128-CTR		: camellia-128-ctr
1335camellia 10		: CAMELLIA-128-CMAC		: camellia-128-cmac
1336
1337camellia 21		: CAMELLIA-192-ECB		: camellia-192-ecb
1338!Cname camellia-192-ofb128
1339camellia 23		: CAMELLIA-192-OFB		: camellia-192-ofb
1340!Cname camellia-192-cfb128
1341camellia 24		: CAMELLIA-192-CFB		: camellia-192-cfb
1342camellia 26		: CAMELLIA-192-GCM		: camellia-192-gcm
1343camellia 27		: CAMELLIA-192-CCM		: camellia-192-ccm
1344camellia 29		: CAMELLIA-192-CTR		: camellia-192-ctr
1345camellia 30		: CAMELLIA-192-CMAC		: camellia-192-cmac
1346
1347camellia 41		: CAMELLIA-256-ECB		: camellia-256-ecb
1348!Cname camellia-256-ofb128
1349camellia 43		: CAMELLIA-256-OFB		: camellia-256-ofb
1350!Cname camellia-256-cfb128
1351camellia 44		: CAMELLIA-256-CFB		: camellia-256-cfb
1352camellia 46		: CAMELLIA-256-GCM		: camellia-256-gcm
1353camellia 47		: CAMELLIA-256-CCM		: camellia-256-ccm
1354camellia 49		: CAMELLIA-256-CTR		: camellia-256-ctr
1355camellia 50		: CAMELLIA-256-CMAC		: camellia-256-cmac
1356
1357# There are no OIDs for these modes...
1358
1359			: CAMELLIA-128-CFB1		: camellia-128-cfb1
1360			: CAMELLIA-192-CFB1		: camellia-192-cfb1
1361			: CAMELLIA-256-CFB1		: camellia-256-cfb1
1362			: CAMELLIA-128-CFB8		: camellia-128-cfb8
1363			: CAMELLIA-192-CFB8		: camellia-192-cfb8
1364			: CAMELLIA-256-CFB8		: camellia-256-cfb8
1365
1366# Definitions for SEED cipher - ECB, CBC, OFB mode
1367
1368member-body 410 200004  : KISA          : kisa
1369kisa 1 3                : SEED-ECB      : seed-ecb
1370kisa 1 4                : SEED-CBC      : seed-cbc
1371!Cname seed-cfb128
1372kisa 1 5                : SEED-CFB      : seed-cfb
1373!Cname seed-ofb128
1374kisa 1 6                : SEED-OFB      : seed-ofb
1375
1376# There is no OID that just denotes "HMAC" oddly enough...
1377
1378			: HMAC				: hmac
1379# Nor CMAC either
1380			: CMAC				: cmac
1381
1382# Synthetic composite ciphersuites
1383			: RC4-HMAC-MD5			: rc4-hmac-md5
1384			: AES-128-CBC-HMAC-SHA1		: aes-128-cbc-hmac-sha1
1385			: AES-192-CBC-HMAC-SHA1		: aes-192-cbc-hmac-sha1
1386			: AES-256-CBC-HMAC-SHA1		: aes-256-cbc-hmac-sha1
1387			: AES-128-CBC-HMAC-SHA256	: aes-128-cbc-hmac-sha256
1388			: AES-192-CBC-HMAC-SHA256	: aes-192-cbc-hmac-sha256
1389			: AES-256-CBC-HMAC-SHA256	: aes-256-cbc-hmac-sha256
1390			: ChaCha20-Poly1305		: chacha20-poly1305
1391			: ChaCha20			: chacha20
1392
1393ISO-US 10046 2 1	: dhpublicnumber		: X9.42 DH
1394
1395# RFC 5639 curve OIDs (see http://www.ietf.org/rfc/rfc5639.txt)
1396# versionOne OBJECT IDENTIFIER ::= {
1397# iso(1) identifified-organization(3) teletrust(36) algorithm(3)
1398# signature-algorithm(3) ecSign(2) ecStdCurvesAndGeneration(8)
1399# ellipticCurve(1) 1 }
14001 3 36 3 3 2 8 1 1 1 : brainpoolP160r1
14011 3 36 3 3 2 8 1 1 2 : brainpoolP160t1
14021 3 36 3 3 2 8 1 1 3 : brainpoolP192r1
14031 3 36 3 3 2 8 1 1 4 : brainpoolP192t1
14041 3 36 3 3 2 8 1 1 5 : brainpoolP224r1
14051 3 36 3 3 2 8 1 1 6 : brainpoolP224t1
14061 3 36 3 3 2 8 1 1 7 : brainpoolP256r1
14071 3 36 3 3 2 8 1 1 8 : brainpoolP256t1
14081 3 36 3 3 2 8 1 1 9 : brainpoolP320r1
14091 3 36 3 3 2 8 1 1 10 : brainpoolP320t1
14101 3 36 3 3 2 8 1 1 11 : brainpoolP384r1
14111 3 36 3 3 2 8 1 1 12 : brainpoolP384t1
14121 3 36 3 3 2 8 1 1 13 : brainpoolP512r1
14131 3 36 3 3 2 8 1 1 14 : brainpoolP512t1
1414
1415# ECDH schemes from RFC5753
1416!Alias x9-63-scheme 1 3 133 16 840 63 0
1417!Alias secg-scheme certicom-arc 1
1418
1419x9-63-scheme 2   : dhSinglePass-stdDH-sha1kdf-scheme
1420secg-scheme 11 0 : dhSinglePass-stdDH-sha224kdf-scheme
1421secg-scheme 11 1 : dhSinglePass-stdDH-sha256kdf-scheme
1422secg-scheme 11 2 : dhSinglePass-stdDH-sha384kdf-scheme
1423secg-scheme 11 3 : dhSinglePass-stdDH-sha512kdf-scheme
1424
1425x9-63-scheme 3   : dhSinglePass-cofactorDH-sha1kdf-scheme
1426secg-scheme 14 0 : dhSinglePass-cofactorDH-sha224kdf-scheme
1427secg-scheme 14 1 : dhSinglePass-cofactorDH-sha256kdf-scheme
1428secg-scheme 14 2 : dhSinglePass-cofactorDH-sha384kdf-scheme
1429secg-scheme 14 3 : dhSinglePass-cofactorDH-sha512kdf-scheme
1430# NIDs for use with lookup tables.
1431                 : dh-std-kdf
1432                 : dh-cofactor-kdf
1433
1434# RFC 6962 Extension OIDs (see http://www.ietf.org/rfc/rfc6962.txt)
14351 3 6 1 4 1 11129 2 4 2	: ct_precert_scts		: CT Precertificate SCTs
14361 3 6 1 4 1 11129 2 4 3	: ct_precert_poison		: CT Precertificate Poison
14371 3 6 1 4 1 11129 2 4 4	: ct_precert_signer		: CT Precertificate Signer
14381 3 6 1 4 1 11129 2 4 5	: ct_cert_scts			: CT Certificate SCTs
1439
1440# CABForum EV SSL Certificate Guidelines
1441# (see https://cabforum.org/extended-validation/)
1442# OIDs for Subject Jurisdiction of Incorporation or Registration
14431 3 6 1 4 1 311 60 2 1 1	: jurisdictionL		: jurisdictionLocalityName
14441 3 6 1 4 1 311 60 2 1 2	: jurisdictionST	: jurisdictionStateOrProvinceName
14451 3 6 1 4 1 311 60 2 1 3	: jurisdictionC		: jurisdictionCountryName
1446
1447# SCRYPT algorithm
14481 3 6 1 4 1 11591 4 11		: id-scrypt
1449
1450# NID for TLS1 PRF
1451                            : TLS1-PRF          : tls1-prf
1452
1453# NID for HKDF
1454                            : HKDF              : hkdf
1455
1456# RFC 4556
14571 3 6 1 5 2 3 : id-pkinit
1458id-pkinit 4                     : pkInitClientAuth      : PKINIT Client Auth
1459id-pkinit 5                     : pkInitKDC             : Signing KDC Response
1460
1461# New curves from draft-ietf-curdle-pkix-00
14621 3 101 110 : X25519
14631 3 101 111 : X448
1464
1465# NIDs for cipher key exchange
1466                            : KxRSA        : kx-rsa
1467                            : KxECDHE      : kx-ecdhe
1468                            : KxDHE        : kx-dhe
1469                            : KxECDHE-PSK  : kx-ecdhe-psk
1470                            : KxDHE-PSK    : kx-dhe-psk
1471                            : KxRSA_PSK    : kx-rsa-psk
1472                            : KxPSK        : kx-psk
1473                            : KxSRP        : kx-srp
1474                            : KxGOST       : kx-gost
1475
1476# NIDs for cipher authentication
1477                            : AuthRSA      : auth-rsa
1478                            : AuthECDSA    : auth-ecdsa
1479                            : AuthPSK      : auth-psk
1480                            : AuthDSS      : auth-dss
1481                            : AuthGOST01   : auth-gost01
1482                            : AuthGOST12   : auth-gost12
1483                            : AuthSRP      : auth-srp
1484                            : AuthNULL     : auth-null
1485
1486