objects.txt 62 KB

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