25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

4243 satır
145 KiB

  1. /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  2. * All rights reserved.
  3. *
  4. * This package is an SSL implementation written
  5. * by Eric Young (eay@cryptsoft.com).
  6. * The implementation was written so as to conform with Netscapes SSL.
  7. *
  8. * This library is free for commercial and non-commercial use as long as
  9. * the following conditions are aheared to. The following conditions
  10. * apply to all code found in this distribution, be it the RC4, RSA,
  11. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  12. * included with this distribution is covered by the same copyright terms
  13. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  14. *
  15. * Copyright remains Eric Young's, and as such any Copyright notices in
  16. * the code are not to be removed.
  17. * If this package is used in a product, Eric Young should be given attribution
  18. * as the author of the parts of the library used.
  19. * This can be in the form of a textual message at program startup or
  20. * in documentation (online or textual) provided with the package.
  21. *
  22. * Redistribution and use in source and binary forms, with or without
  23. * modification, are permitted provided that the following conditions
  24. * are met:
  25. * 1. Redistributions of source code must retain the copyright
  26. * notice, this list of conditions and the following disclaimer.
  27. * 2. Redistributions in binary form must reproduce the above copyright
  28. * notice, this list of conditions and the following disclaimer in the
  29. * documentation and/or other materials provided with the distribution.
  30. * 3. All advertising materials mentioning features or use of this software
  31. * must display the following acknowledgement:
  32. * "This product includes cryptographic software written by
  33. * Eric Young (eay@cryptsoft.com)"
  34. * The word 'cryptographic' can be left out if the rouines from the library
  35. * being used are not cryptographic related :-).
  36. * 4. If you include any Windows specific code (or a derivative thereof) from
  37. * the apps directory (application code) you must include an acknowledgement:
  38. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  39. *
  40. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  41. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  42. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  43. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  44. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  45. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  46. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  47. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  48. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  49. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  50. * SUCH DAMAGE.
  51. *
  52. * The licence and distribution terms for any publically available version or
  53. * derivative of this code cannot be changed. i.e. this code cannot simply be
  54. * copied and put under another distribution licence
  55. * [including the GNU Public Licence.] */
  56. /* This file is generated by crypto/obj/objects.go. */
  57. #ifndef OPENSSL_HEADER_NID_H
  58. #define OPENSSL_HEADER_NID_H
  59. #include <openssl/base.h>
  60. #if defined(__cplusplus)
  61. extern "C" {
  62. #endif
  63. /* The nid library provides numbered values for ASN.1 object identifiers and
  64. * other symbols. These values are used by other libraries to identify
  65. * cryptographic primitives.
  66. *
  67. * A separate objects library, obj.h, provides functions for converting between
  68. * nids and object identifiers. However it depends on large internal tables with
  69. * the encodings of every nid defined. Consumers concerned with binary size
  70. * should instead embed the encodings of the few consumed OIDs and compare
  71. * against those.
  72. *
  73. * These values should not be used outside of a single process; they are not
  74. * stable identifiers. */
  75. #define SN_undef "UNDEF"
  76. #define LN_undef "undefined"
  77. #define NID_undef 0
  78. #define OBJ_undef 0L
  79. #define SN_rsadsi "rsadsi"
  80. #define LN_rsadsi "RSA Data Security, Inc."
  81. #define NID_rsadsi 1
  82. #define OBJ_rsadsi 1L, 2L, 840L, 113549L
  83. #define SN_pkcs "pkcs"
  84. #define LN_pkcs "RSA Data Security, Inc. PKCS"
  85. #define NID_pkcs 2
  86. #define OBJ_pkcs 1L, 2L, 840L, 113549L, 1L
  87. #define SN_md2 "MD2"
  88. #define LN_md2 "md2"
  89. #define NID_md2 3
  90. #define OBJ_md2 1L, 2L, 840L, 113549L, 2L, 2L
  91. #define SN_md5 "MD5"
  92. #define LN_md5 "md5"
  93. #define NID_md5 4
  94. #define OBJ_md5 1L, 2L, 840L, 113549L, 2L, 5L
  95. #define SN_rc4 "RC4"
  96. #define LN_rc4 "rc4"
  97. #define NID_rc4 5
  98. #define OBJ_rc4 1L, 2L, 840L, 113549L, 3L, 4L
  99. #define LN_rsaEncryption "rsaEncryption"
  100. #define NID_rsaEncryption 6
  101. #define OBJ_rsaEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 1L
  102. #define SN_md2WithRSAEncryption "RSA-MD2"
  103. #define LN_md2WithRSAEncryption "md2WithRSAEncryption"
  104. #define NID_md2WithRSAEncryption 7
  105. #define OBJ_md2WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 2L
  106. #define SN_md5WithRSAEncryption "RSA-MD5"
  107. #define LN_md5WithRSAEncryption "md5WithRSAEncryption"
  108. #define NID_md5WithRSAEncryption 8
  109. #define OBJ_md5WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 4L
  110. #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES"
  111. #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC"
  112. #define NID_pbeWithMD2AndDES_CBC 9
  113. #define OBJ_pbeWithMD2AndDES_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 1L
  114. #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES"
  115. #define LN_pbeWithMD5AndDES_CBC "pbeWithMD5AndDES-CBC"
  116. #define NID_pbeWithMD5AndDES_CBC 10
  117. #define OBJ_pbeWithMD5AndDES_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 3L
  118. #define SN_X500 "X500"
  119. #define LN_X500 "directory services (X.500)"
  120. #define NID_X500 11
  121. #define OBJ_X500 2L, 5L
  122. #define SN_X509 "X509"
  123. #define NID_X509 12
  124. #define OBJ_X509 2L, 5L, 4L
  125. #define SN_commonName "CN"
  126. #define LN_commonName "commonName"
  127. #define NID_commonName 13
  128. #define OBJ_commonName 2L, 5L, 4L, 3L
  129. #define SN_countryName "C"
  130. #define LN_countryName "countryName"
  131. #define NID_countryName 14
  132. #define OBJ_countryName 2L, 5L, 4L, 6L
  133. #define SN_localityName "L"
  134. #define LN_localityName "localityName"
  135. #define NID_localityName 15
  136. #define OBJ_localityName 2L, 5L, 4L, 7L
  137. #define SN_stateOrProvinceName "ST"
  138. #define LN_stateOrProvinceName "stateOrProvinceName"
  139. #define NID_stateOrProvinceName 16
  140. #define OBJ_stateOrProvinceName 2L, 5L, 4L, 8L
  141. #define SN_organizationName "O"
  142. #define LN_organizationName "organizationName"
  143. #define NID_organizationName 17
  144. #define OBJ_organizationName 2L, 5L, 4L, 10L
  145. #define SN_organizationalUnitName "OU"
  146. #define LN_organizationalUnitName "organizationalUnitName"
  147. #define NID_organizationalUnitName 18
  148. #define OBJ_organizationalUnitName 2L, 5L, 4L, 11L
  149. #define SN_rsa "RSA"
  150. #define LN_rsa "rsa"
  151. #define NID_rsa 19
  152. #define OBJ_rsa 2L, 5L, 8L, 1L, 1L
  153. #define SN_pkcs7 "pkcs7"
  154. #define NID_pkcs7 20
  155. #define OBJ_pkcs7 1L, 2L, 840L, 113549L, 1L, 7L
  156. #define LN_pkcs7_data "pkcs7-data"
  157. #define NID_pkcs7_data 21
  158. #define OBJ_pkcs7_data 1L, 2L, 840L, 113549L, 1L, 7L, 1L
  159. #define LN_pkcs7_signed "pkcs7-signedData"
  160. #define NID_pkcs7_signed 22
  161. #define OBJ_pkcs7_signed 1L, 2L, 840L, 113549L, 1L, 7L, 2L
  162. #define LN_pkcs7_enveloped "pkcs7-envelopedData"
  163. #define NID_pkcs7_enveloped 23
  164. #define OBJ_pkcs7_enveloped 1L, 2L, 840L, 113549L, 1L, 7L, 3L
  165. #define LN_pkcs7_signedAndEnveloped "pkcs7-signedAndEnvelopedData"
  166. #define NID_pkcs7_signedAndEnveloped 24
  167. #define OBJ_pkcs7_signedAndEnveloped 1L, 2L, 840L, 113549L, 1L, 7L, 4L
  168. #define LN_pkcs7_digest "pkcs7-digestData"
  169. #define NID_pkcs7_digest 25
  170. #define OBJ_pkcs7_digest 1L, 2L, 840L, 113549L, 1L, 7L, 5L
  171. #define LN_pkcs7_encrypted "pkcs7-encryptedData"
  172. #define NID_pkcs7_encrypted 26
  173. #define OBJ_pkcs7_encrypted 1L, 2L, 840L, 113549L, 1L, 7L, 6L
  174. #define SN_pkcs3 "pkcs3"
  175. #define NID_pkcs3 27
  176. #define OBJ_pkcs3 1L, 2L, 840L, 113549L, 1L, 3L
  177. #define LN_dhKeyAgreement "dhKeyAgreement"
  178. #define NID_dhKeyAgreement 28
  179. #define OBJ_dhKeyAgreement 1L, 2L, 840L, 113549L, 1L, 3L, 1L
  180. #define SN_des_ecb "DES-ECB"
  181. #define LN_des_ecb "des-ecb"
  182. #define NID_des_ecb 29
  183. #define OBJ_des_ecb 1L, 3L, 14L, 3L, 2L, 6L
  184. #define SN_des_cfb64 "DES-CFB"
  185. #define LN_des_cfb64 "des-cfb"
  186. #define NID_des_cfb64 30
  187. #define OBJ_des_cfb64 1L, 3L, 14L, 3L, 2L, 9L
  188. #define SN_des_cbc "DES-CBC"
  189. #define LN_des_cbc "des-cbc"
  190. #define NID_des_cbc 31
  191. #define OBJ_des_cbc 1L, 3L, 14L, 3L, 2L, 7L
  192. #define SN_des_ede_ecb "DES-EDE"
  193. #define LN_des_ede_ecb "des-ede"
  194. #define NID_des_ede_ecb 32
  195. #define OBJ_des_ede_ecb 1L, 3L, 14L, 3L, 2L, 17L
  196. #define SN_des_ede3_ecb "DES-EDE3"
  197. #define LN_des_ede3_ecb "des-ede3"
  198. #define NID_des_ede3_ecb 33
  199. #define SN_idea_cbc "IDEA-CBC"
  200. #define LN_idea_cbc "idea-cbc"
  201. #define NID_idea_cbc 34
  202. #define OBJ_idea_cbc 1L, 3L, 6L, 1L, 4L, 1L, 188L, 7L, 1L, 1L, 2L
  203. #define SN_idea_cfb64 "IDEA-CFB"
  204. #define LN_idea_cfb64 "idea-cfb"
  205. #define NID_idea_cfb64 35
  206. #define SN_idea_ecb "IDEA-ECB"
  207. #define LN_idea_ecb "idea-ecb"
  208. #define NID_idea_ecb 36
  209. #define SN_rc2_cbc "RC2-CBC"
  210. #define LN_rc2_cbc "rc2-cbc"
  211. #define NID_rc2_cbc 37
  212. #define OBJ_rc2_cbc 1L, 2L, 840L, 113549L, 3L, 2L
  213. #define SN_rc2_ecb "RC2-ECB"
  214. #define LN_rc2_ecb "rc2-ecb"
  215. #define NID_rc2_ecb 38
  216. #define SN_rc2_cfb64 "RC2-CFB"
  217. #define LN_rc2_cfb64 "rc2-cfb"
  218. #define NID_rc2_cfb64 39
  219. #define SN_rc2_ofb64 "RC2-OFB"
  220. #define LN_rc2_ofb64 "rc2-ofb"
  221. #define NID_rc2_ofb64 40
  222. #define SN_sha "SHA"
  223. #define LN_sha "sha"
  224. #define NID_sha 41
  225. #define OBJ_sha 1L, 3L, 14L, 3L, 2L, 18L
  226. #define SN_shaWithRSAEncryption "RSA-SHA"
  227. #define LN_shaWithRSAEncryption "shaWithRSAEncryption"
  228. #define NID_shaWithRSAEncryption 42
  229. #define OBJ_shaWithRSAEncryption 1L, 3L, 14L, 3L, 2L, 15L
  230. #define SN_des_ede_cbc "DES-EDE-CBC"
  231. #define LN_des_ede_cbc "des-ede-cbc"
  232. #define NID_des_ede_cbc 43
  233. #define SN_des_ede3_cbc "DES-EDE3-CBC"
  234. #define LN_des_ede3_cbc "des-ede3-cbc"
  235. #define NID_des_ede3_cbc 44
  236. #define OBJ_des_ede3_cbc 1L, 2L, 840L, 113549L, 3L, 7L
  237. #define SN_des_ofb64 "DES-OFB"
  238. #define LN_des_ofb64 "des-ofb"
  239. #define NID_des_ofb64 45
  240. #define OBJ_des_ofb64 1L, 3L, 14L, 3L, 2L, 8L
  241. #define SN_idea_ofb64 "IDEA-OFB"
  242. #define LN_idea_ofb64 "idea-ofb"
  243. #define NID_idea_ofb64 46
  244. #define SN_pkcs9 "pkcs9"
  245. #define NID_pkcs9 47
  246. #define OBJ_pkcs9 1L, 2L, 840L, 113549L, 1L, 9L
  247. #define LN_pkcs9_emailAddress "emailAddress"
  248. #define NID_pkcs9_emailAddress 48
  249. #define OBJ_pkcs9_emailAddress 1L, 2L, 840L, 113549L, 1L, 9L, 1L
  250. #define LN_pkcs9_unstructuredName "unstructuredName"
  251. #define NID_pkcs9_unstructuredName 49
  252. #define OBJ_pkcs9_unstructuredName 1L, 2L, 840L, 113549L, 1L, 9L, 2L
  253. #define LN_pkcs9_contentType "contentType"
  254. #define NID_pkcs9_contentType 50
  255. #define OBJ_pkcs9_contentType 1L, 2L, 840L, 113549L, 1L, 9L, 3L
  256. #define LN_pkcs9_messageDigest "messageDigest"
  257. #define NID_pkcs9_messageDigest 51
  258. #define OBJ_pkcs9_messageDigest 1L, 2L, 840L, 113549L, 1L, 9L, 4L
  259. #define LN_pkcs9_signingTime "signingTime"
  260. #define NID_pkcs9_signingTime 52
  261. #define OBJ_pkcs9_signingTime 1L, 2L, 840L, 113549L, 1L, 9L, 5L
  262. #define LN_pkcs9_countersignature "countersignature"
  263. #define NID_pkcs9_countersignature 53
  264. #define OBJ_pkcs9_countersignature 1L, 2L, 840L, 113549L, 1L, 9L, 6L
  265. #define LN_pkcs9_challengePassword "challengePassword"
  266. #define NID_pkcs9_challengePassword 54
  267. #define OBJ_pkcs9_challengePassword 1L, 2L, 840L, 113549L, 1L, 9L, 7L
  268. #define LN_pkcs9_unstructuredAddress "unstructuredAddress"
  269. #define NID_pkcs9_unstructuredAddress 55
  270. #define OBJ_pkcs9_unstructuredAddress 1L, 2L, 840L, 113549L, 1L, 9L, 8L
  271. #define LN_pkcs9_extCertAttributes "extendedCertificateAttributes"
  272. #define NID_pkcs9_extCertAttributes 56
  273. #define OBJ_pkcs9_extCertAttributes 1L, 2L, 840L, 113549L, 1L, 9L, 9L
  274. #define SN_netscape "Netscape"
  275. #define LN_netscape "Netscape Communications Corp."
  276. #define NID_netscape 57
  277. #define OBJ_netscape 2L, 16L, 840L, 1L, 113730L
  278. #define SN_netscape_cert_extension "nsCertExt"
  279. #define LN_netscape_cert_extension "Netscape Certificate Extension"
  280. #define NID_netscape_cert_extension 58
  281. #define OBJ_netscape_cert_extension 2L, 16L, 840L, 1L, 113730L, 1L
  282. #define SN_netscape_data_type "nsDataType"
  283. #define LN_netscape_data_type "Netscape Data Type"
  284. #define NID_netscape_data_type 59
  285. #define OBJ_netscape_data_type 2L, 16L, 840L, 1L, 113730L, 2L
  286. #define SN_des_ede_cfb64 "DES-EDE-CFB"
  287. #define LN_des_ede_cfb64 "des-ede-cfb"
  288. #define NID_des_ede_cfb64 60
  289. #define SN_des_ede3_cfb64 "DES-EDE3-CFB"
  290. #define LN_des_ede3_cfb64 "des-ede3-cfb"
  291. #define NID_des_ede3_cfb64 61
  292. #define SN_des_ede_ofb64 "DES-EDE-OFB"
  293. #define LN_des_ede_ofb64 "des-ede-ofb"
  294. #define NID_des_ede_ofb64 62
  295. #define SN_des_ede3_ofb64 "DES-EDE3-OFB"
  296. #define LN_des_ede3_ofb64 "des-ede3-ofb"
  297. #define NID_des_ede3_ofb64 63
  298. #define SN_sha1 "SHA1"
  299. #define LN_sha1 "sha1"
  300. #define NID_sha1 64
  301. #define OBJ_sha1 1L, 3L, 14L, 3L, 2L, 26L
  302. #define SN_sha1WithRSAEncryption "RSA-SHA1"
  303. #define LN_sha1WithRSAEncryption "sha1WithRSAEncryption"
  304. #define NID_sha1WithRSAEncryption 65
  305. #define OBJ_sha1WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 5L
  306. #define SN_dsaWithSHA "DSA-SHA"
  307. #define LN_dsaWithSHA "dsaWithSHA"
  308. #define NID_dsaWithSHA 66
  309. #define OBJ_dsaWithSHA 1L, 3L, 14L, 3L, 2L, 13L
  310. #define SN_dsa_2 "DSA-old"
  311. #define LN_dsa_2 "dsaEncryption-old"
  312. #define NID_dsa_2 67
  313. #define OBJ_dsa_2 1L, 3L, 14L, 3L, 2L, 12L
  314. #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64"
  315. #define LN_pbeWithSHA1AndRC2_CBC "pbeWithSHA1AndRC2-CBC"
  316. #define NID_pbeWithSHA1AndRC2_CBC 68
  317. #define OBJ_pbeWithSHA1AndRC2_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 11L
  318. #define LN_id_pbkdf2 "PBKDF2"
  319. #define NID_id_pbkdf2 69
  320. #define OBJ_id_pbkdf2 1L, 2L, 840L, 113549L, 1L, 5L, 12L
  321. #define SN_dsaWithSHA1_2 "DSA-SHA1-old"
  322. #define LN_dsaWithSHA1_2 "dsaWithSHA1-old"
  323. #define NID_dsaWithSHA1_2 70
  324. #define OBJ_dsaWithSHA1_2 1L, 3L, 14L, 3L, 2L, 27L
  325. #define SN_netscape_cert_type "nsCertType"
  326. #define LN_netscape_cert_type "Netscape Cert Type"
  327. #define NID_netscape_cert_type 71
  328. #define OBJ_netscape_cert_type 2L, 16L, 840L, 1L, 113730L, 1L, 1L
  329. #define SN_netscape_base_url "nsBaseUrl"
  330. #define LN_netscape_base_url "Netscape Base Url"
  331. #define NID_netscape_base_url 72
  332. #define OBJ_netscape_base_url 2L, 16L, 840L, 1L, 113730L, 1L, 2L
  333. #define SN_netscape_revocation_url "nsRevocationUrl"
  334. #define LN_netscape_revocation_url "Netscape Revocation Url"
  335. #define NID_netscape_revocation_url 73
  336. #define OBJ_netscape_revocation_url 2L, 16L, 840L, 1L, 113730L, 1L, 3L
  337. #define SN_netscape_ca_revocation_url "nsCaRevocationUrl"
  338. #define LN_netscape_ca_revocation_url "Netscape CA Revocation Url"
  339. #define NID_netscape_ca_revocation_url 74
  340. #define OBJ_netscape_ca_revocation_url 2L, 16L, 840L, 1L, 113730L, 1L, 4L
  341. #define SN_netscape_renewal_url "nsRenewalUrl"
  342. #define LN_netscape_renewal_url "Netscape Renewal Url"
  343. #define NID_netscape_renewal_url 75
  344. #define OBJ_netscape_renewal_url 2L, 16L, 840L, 1L, 113730L, 1L, 7L
  345. #define SN_netscape_ca_policy_url "nsCaPolicyUrl"
  346. #define LN_netscape_ca_policy_url "Netscape CA Policy Url"
  347. #define NID_netscape_ca_policy_url 76
  348. #define OBJ_netscape_ca_policy_url 2L, 16L, 840L, 1L, 113730L, 1L, 8L
  349. #define SN_netscape_ssl_server_name "nsSslServerName"
  350. #define LN_netscape_ssl_server_name "Netscape SSL Server Name"
  351. #define NID_netscape_ssl_server_name 77
  352. #define OBJ_netscape_ssl_server_name 2L, 16L, 840L, 1L, 113730L, 1L, 12L
  353. #define SN_netscape_comment "nsComment"
  354. #define LN_netscape_comment "Netscape Comment"
  355. #define NID_netscape_comment 78
  356. #define OBJ_netscape_comment 2L, 16L, 840L, 1L, 113730L, 1L, 13L
  357. #define SN_netscape_cert_sequence "nsCertSequence"
  358. #define LN_netscape_cert_sequence "Netscape Certificate Sequence"
  359. #define NID_netscape_cert_sequence 79
  360. #define OBJ_netscape_cert_sequence 2L, 16L, 840L, 1L, 113730L, 2L, 5L
  361. #define SN_desx_cbc "DESX-CBC"
  362. #define LN_desx_cbc "desx-cbc"
  363. #define NID_desx_cbc 80
  364. #define SN_id_ce "id-ce"
  365. #define NID_id_ce 81
  366. #define OBJ_id_ce 2L, 5L, 29L
  367. #define SN_subject_key_identifier "subjectKeyIdentifier"
  368. #define LN_subject_key_identifier "X509v3 Subject Key Identifier"
  369. #define NID_subject_key_identifier 82
  370. #define OBJ_subject_key_identifier 2L, 5L, 29L, 14L
  371. #define SN_key_usage "keyUsage"
  372. #define LN_key_usage "X509v3 Key Usage"
  373. #define NID_key_usage 83
  374. #define OBJ_key_usage 2L, 5L, 29L, 15L
  375. #define SN_private_key_usage_period "privateKeyUsagePeriod"
  376. #define LN_private_key_usage_period "X509v3 Private Key Usage Period"
  377. #define NID_private_key_usage_period 84
  378. #define OBJ_private_key_usage_period 2L, 5L, 29L, 16L
  379. #define SN_subject_alt_name "subjectAltName"
  380. #define LN_subject_alt_name "X509v3 Subject Alternative Name"
  381. #define NID_subject_alt_name 85
  382. #define OBJ_subject_alt_name 2L, 5L, 29L, 17L
  383. #define SN_issuer_alt_name "issuerAltName"
  384. #define LN_issuer_alt_name "X509v3 Issuer Alternative Name"
  385. #define NID_issuer_alt_name 86
  386. #define OBJ_issuer_alt_name 2L, 5L, 29L, 18L
  387. #define SN_basic_constraints "basicConstraints"
  388. #define LN_basic_constraints "X509v3 Basic Constraints"
  389. #define NID_basic_constraints 87
  390. #define OBJ_basic_constraints 2L, 5L, 29L, 19L
  391. #define SN_crl_number "crlNumber"
  392. #define LN_crl_number "X509v3 CRL Number"
  393. #define NID_crl_number 88
  394. #define OBJ_crl_number 2L, 5L, 29L, 20L
  395. #define SN_certificate_policies "certificatePolicies"
  396. #define LN_certificate_policies "X509v3 Certificate Policies"
  397. #define NID_certificate_policies 89
  398. #define OBJ_certificate_policies 2L, 5L, 29L, 32L
  399. #define SN_authority_key_identifier "authorityKeyIdentifier"
  400. #define LN_authority_key_identifier "X509v3 Authority Key Identifier"
  401. #define NID_authority_key_identifier 90
  402. #define OBJ_authority_key_identifier 2L, 5L, 29L, 35L
  403. #define SN_bf_cbc "BF-CBC"
  404. #define LN_bf_cbc "bf-cbc"
  405. #define NID_bf_cbc 91
  406. #define OBJ_bf_cbc 1L, 3L, 6L, 1L, 4L, 1L, 3029L, 1L, 2L
  407. #define SN_bf_ecb "BF-ECB"
  408. #define LN_bf_ecb "bf-ecb"
  409. #define NID_bf_ecb 92
  410. #define SN_bf_cfb64 "BF-CFB"
  411. #define LN_bf_cfb64 "bf-cfb"
  412. #define NID_bf_cfb64 93
  413. #define SN_bf_ofb64 "BF-OFB"
  414. #define LN_bf_ofb64 "bf-ofb"
  415. #define NID_bf_ofb64 94
  416. #define SN_mdc2 "MDC2"
  417. #define LN_mdc2 "mdc2"
  418. #define NID_mdc2 95
  419. #define OBJ_mdc2 2L, 5L, 8L, 3L, 101L
  420. #define SN_mdc2WithRSA "RSA-MDC2"
  421. #define LN_mdc2WithRSA "mdc2WithRSA"
  422. #define NID_mdc2WithRSA 96
  423. #define OBJ_mdc2WithRSA 2L, 5L, 8L, 3L, 100L
  424. #define SN_rc4_40 "RC4-40"
  425. #define LN_rc4_40 "rc4-40"
  426. #define NID_rc4_40 97
  427. #define SN_rc2_40_cbc "RC2-40-CBC"
  428. #define LN_rc2_40_cbc "rc2-40-cbc"
  429. #define NID_rc2_40_cbc 98
  430. #define SN_givenName "GN"
  431. #define LN_givenName "givenName"
  432. #define NID_givenName 99
  433. #define OBJ_givenName 2L, 5L, 4L, 42L
  434. #define SN_surname "SN"
  435. #define LN_surname "surname"
  436. #define NID_surname 100
  437. #define OBJ_surname 2L, 5L, 4L, 4L
  438. #define SN_initials "initials"
  439. #define LN_initials "initials"
  440. #define NID_initials 101
  441. #define OBJ_initials 2L, 5L, 4L, 43L
  442. #define SN_crl_distribution_points "crlDistributionPoints"
  443. #define LN_crl_distribution_points "X509v3 CRL Distribution Points"
  444. #define NID_crl_distribution_points 103
  445. #define OBJ_crl_distribution_points 2L, 5L, 29L, 31L
  446. #define SN_md5WithRSA "RSA-NP-MD5"
  447. #define LN_md5WithRSA "md5WithRSA"
  448. #define NID_md5WithRSA 104
  449. #define OBJ_md5WithRSA 1L, 3L, 14L, 3L, 2L, 3L
  450. #define LN_serialNumber "serialNumber"
  451. #define NID_serialNumber 105
  452. #define OBJ_serialNumber 2L, 5L, 4L, 5L
  453. #define SN_title "title"
  454. #define LN_title "title"
  455. #define NID_title 106
  456. #define OBJ_title 2L, 5L, 4L, 12L
  457. #define LN_description "description"
  458. #define NID_description 107
  459. #define OBJ_description 2L, 5L, 4L, 13L
  460. #define SN_cast5_cbc "CAST5-CBC"
  461. #define LN_cast5_cbc "cast5-cbc"
  462. #define NID_cast5_cbc 108
  463. #define OBJ_cast5_cbc 1L, 2L, 840L, 113533L, 7L, 66L, 10L
  464. #define SN_cast5_ecb "CAST5-ECB"
  465. #define LN_cast5_ecb "cast5-ecb"
  466. #define NID_cast5_ecb 109
  467. #define SN_cast5_cfb64 "CAST5-CFB"
  468. #define LN_cast5_cfb64 "cast5-cfb"
  469. #define NID_cast5_cfb64 110
  470. #define SN_cast5_ofb64 "CAST5-OFB"
  471. #define LN_cast5_ofb64 "cast5-ofb"
  472. #define NID_cast5_ofb64 111
  473. #define LN_pbeWithMD5AndCast5_CBC "pbeWithMD5AndCast5CBC"
  474. #define NID_pbeWithMD5AndCast5_CBC 112
  475. #define OBJ_pbeWithMD5AndCast5_CBC 1L, 2L, 840L, 113533L, 7L, 66L, 12L
  476. #define SN_dsaWithSHA1 "DSA-SHA1"
  477. #define LN_dsaWithSHA1 "dsaWithSHA1"
  478. #define NID_dsaWithSHA1 113
  479. #define OBJ_dsaWithSHA1 1L, 2L, 840L, 10040L, 4L, 3L
  480. #define SN_md5_sha1 "MD5-SHA1"
  481. #define LN_md5_sha1 "md5-sha1"
  482. #define NID_md5_sha1 114
  483. #define SN_sha1WithRSA "RSA-SHA1-2"
  484. #define LN_sha1WithRSA "sha1WithRSA"
  485. #define NID_sha1WithRSA 115
  486. #define OBJ_sha1WithRSA 1L, 3L, 14L, 3L, 2L, 29L
  487. #define SN_dsa "DSA"
  488. #define LN_dsa "dsaEncryption"
  489. #define NID_dsa 116
  490. #define OBJ_dsa 1L, 2L, 840L, 10040L, 4L, 1L
  491. #define SN_ripemd160 "RIPEMD160"
  492. #define LN_ripemd160 "ripemd160"
  493. #define NID_ripemd160 117
  494. #define OBJ_ripemd160 1L, 3L, 36L, 3L, 2L, 1L
  495. #define SN_ripemd160WithRSA "RSA-RIPEMD160"
  496. #define LN_ripemd160WithRSA "ripemd160WithRSA"
  497. #define NID_ripemd160WithRSA 119
  498. #define OBJ_ripemd160WithRSA 1L, 3L, 36L, 3L, 3L, 1L, 2L
  499. #define SN_rc5_cbc "RC5-CBC"
  500. #define LN_rc5_cbc "rc5-cbc"
  501. #define NID_rc5_cbc 120
  502. #define OBJ_rc5_cbc 1L, 2L, 840L, 113549L, 3L, 8L
  503. #define SN_rc5_ecb "RC5-ECB"
  504. #define LN_rc5_ecb "rc5-ecb"
  505. #define NID_rc5_ecb 121
  506. #define SN_rc5_cfb64 "RC5-CFB"
  507. #define LN_rc5_cfb64 "rc5-cfb"
  508. #define NID_rc5_cfb64 122
  509. #define SN_rc5_ofb64 "RC5-OFB"
  510. #define LN_rc5_ofb64 "rc5-ofb"
  511. #define NID_rc5_ofb64 123
  512. #define SN_zlib_compression "ZLIB"
  513. #define LN_zlib_compression "zlib compression"
  514. #define NID_zlib_compression 125
  515. #define OBJ_zlib_compression 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 8L
  516. #define SN_ext_key_usage "extendedKeyUsage"
  517. #define LN_ext_key_usage "X509v3 Extended Key Usage"
  518. #define NID_ext_key_usage 126
  519. #define OBJ_ext_key_usage 2L, 5L, 29L, 37L
  520. #define SN_id_pkix "PKIX"
  521. #define NID_id_pkix 127
  522. #define OBJ_id_pkix 1L, 3L, 6L, 1L, 5L, 5L, 7L
  523. #define SN_id_kp "id-kp"
  524. #define NID_id_kp 128
  525. #define OBJ_id_kp 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L
  526. #define SN_server_auth "serverAuth"
  527. #define LN_server_auth "TLS Web Server Authentication"
  528. #define NID_server_auth 129
  529. #define OBJ_server_auth 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 1L
  530. #define SN_client_auth "clientAuth"
  531. #define LN_client_auth "TLS Web Client Authentication"
  532. #define NID_client_auth 130
  533. #define OBJ_client_auth 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 2L
  534. #define SN_code_sign "codeSigning"
  535. #define LN_code_sign "Code Signing"
  536. #define NID_code_sign 131
  537. #define OBJ_code_sign 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 3L
  538. #define SN_email_protect "emailProtection"
  539. #define LN_email_protect "E-mail Protection"
  540. #define NID_email_protect 132
  541. #define OBJ_email_protect 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 4L
  542. #define SN_time_stamp "timeStamping"
  543. #define LN_time_stamp "Time Stamping"
  544. #define NID_time_stamp 133
  545. #define OBJ_time_stamp 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 8L
  546. #define SN_ms_code_ind "msCodeInd"
  547. #define LN_ms_code_ind "Microsoft Individual Code Signing"
  548. #define NID_ms_code_ind 134
  549. #define OBJ_ms_code_ind 1L, 3L, 6L, 1L, 4L, 1L, 311L, 2L, 1L, 21L
  550. #define SN_ms_code_com "msCodeCom"
  551. #define LN_ms_code_com "Microsoft Commercial Code Signing"
  552. #define NID_ms_code_com 135
  553. #define OBJ_ms_code_com 1L, 3L, 6L, 1L, 4L, 1L, 311L, 2L, 1L, 22L
  554. #define SN_ms_ctl_sign "msCTLSign"
  555. #define LN_ms_ctl_sign "Microsoft Trust List Signing"
  556. #define NID_ms_ctl_sign 136
  557. #define OBJ_ms_ctl_sign 1L, 3L, 6L, 1L, 4L, 1L, 311L, 10L, 3L, 1L
  558. #define SN_ms_sgc "msSGC"
  559. #define LN_ms_sgc "Microsoft Server Gated Crypto"
  560. #define NID_ms_sgc 137
  561. #define OBJ_ms_sgc 1L, 3L, 6L, 1L, 4L, 1L, 311L, 10L, 3L, 3L
  562. #define SN_ms_efs "msEFS"
  563. #define LN_ms_efs "Microsoft Encrypted File System"
  564. #define NID_ms_efs 138
  565. #define OBJ_ms_efs 1L, 3L, 6L, 1L, 4L, 1L, 311L, 10L, 3L, 4L
  566. #define SN_ns_sgc "nsSGC"
  567. #define LN_ns_sgc "Netscape Server Gated Crypto"
  568. #define NID_ns_sgc 139
  569. #define OBJ_ns_sgc 2L, 16L, 840L, 1L, 113730L, 4L, 1L
  570. #define SN_delta_crl "deltaCRL"
  571. #define LN_delta_crl "X509v3 Delta CRL Indicator"
  572. #define NID_delta_crl 140
  573. #define OBJ_delta_crl 2L, 5L, 29L, 27L
  574. #define SN_crl_reason "CRLReason"
  575. #define LN_crl_reason "X509v3 CRL Reason Code"
  576. #define NID_crl_reason 141
  577. #define OBJ_crl_reason 2L, 5L, 29L, 21L
  578. #define SN_invalidity_date "invalidityDate"
  579. #define LN_invalidity_date "Invalidity Date"
  580. #define NID_invalidity_date 142
  581. #define OBJ_invalidity_date 2L, 5L, 29L, 24L
  582. #define SN_sxnet "SXNetID"
  583. #define LN_sxnet "Strong Extranet ID"
  584. #define NID_sxnet 143
  585. #define OBJ_sxnet 1L, 3L, 101L, 1L, 4L, 1L
  586. #define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128"
  587. #define LN_pbe_WithSHA1And128BitRC4 "pbeWithSHA1And128BitRC4"
  588. #define NID_pbe_WithSHA1And128BitRC4 144
  589. #define OBJ_pbe_WithSHA1And128BitRC4 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 1L
  590. #define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40"
  591. #define LN_pbe_WithSHA1And40BitRC4 "pbeWithSHA1And40BitRC4"
  592. #define NID_pbe_WithSHA1And40BitRC4 145
  593. #define OBJ_pbe_WithSHA1And40BitRC4 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 2L
  594. #define SN_pbe_WithSHA1And3_Key_TripleDES_CBC "PBE-SHA1-3DES"
  595. #define LN_pbe_WithSHA1And3_Key_TripleDES_CBC "pbeWithSHA1And3-KeyTripleDES-CBC"
  596. #define NID_pbe_WithSHA1And3_Key_TripleDES_CBC 146
  597. #define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC \
  598. 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 3L
  599. #define SN_pbe_WithSHA1And2_Key_TripleDES_CBC "PBE-SHA1-2DES"
  600. #define LN_pbe_WithSHA1And2_Key_TripleDES_CBC "pbeWithSHA1And2-KeyTripleDES-CBC"
  601. #define NID_pbe_WithSHA1And2_Key_TripleDES_CBC 147
  602. #define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC \
  603. 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 4L
  604. #define SN_pbe_WithSHA1And128BitRC2_CBC "PBE-SHA1-RC2-128"
  605. #define LN_pbe_WithSHA1And128BitRC2_CBC "pbeWithSHA1And128BitRC2-CBC"
  606. #define NID_pbe_WithSHA1And128BitRC2_CBC 148
  607. #define OBJ_pbe_WithSHA1And128BitRC2_CBC 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 5L
  608. #define SN_pbe_WithSHA1And40BitRC2_CBC "PBE-SHA1-RC2-40"
  609. #define LN_pbe_WithSHA1And40BitRC2_CBC "pbeWithSHA1And40BitRC2-CBC"
  610. #define NID_pbe_WithSHA1And40BitRC2_CBC 149
  611. #define OBJ_pbe_WithSHA1And40BitRC2_CBC 1L, 2L, 840L, 113549L, 1L, 12L, 1L, 6L
  612. #define LN_keyBag "keyBag"
  613. #define NID_keyBag 150
  614. #define OBJ_keyBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 1L
  615. #define LN_pkcs8ShroudedKeyBag "pkcs8ShroudedKeyBag"
  616. #define NID_pkcs8ShroudedKeyBag 151
  617. #define OBJ_pkcs8ShroudedKeyBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 2L
  618. #define LN_certBag "certBag"
  619. #define NID_certBag 152
  620. #define OBJ_certBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 3L
  621. #define LN_crlBag "crlBag"
  622. #define NID_crlBag 153
  623. #define OBJ_crlBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 4L
  624. #define LN_secretBag "secretBag"
  625. #define NID_secretBag 154
  626. #define OBJ_secretBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 5L
  627. #define LN_safeContentsBag "safeContentsBag"
  628. #define NID_safeContentsBag 155
  629. #define OBJ_safeContentsBag 1L, 2L, 840L, 113549L, 1L, 12L, 10L, 1L, 6L
  630. #define LN_friendlyName "friendlyName"
  631. #define NID_friendlyName 156
  632. #define OBJ_friendlyName 1L, 2L, 840L, 113549L, 1L, 9L, 20L
  633. #define LN_localKeyID "localKeyID"
  634. #define NID_localKeyID 157
  635. #define OBJ_localKeyID 1L, 2L, 840L, 113549L, 1L, 9L, 21L
  636. #define LN_x509Certificate "x509Certificate"
  637. #define NID_x509Certificate 158
  638. #define OBJ_x509Certificate 1L, 2L, 840L, 113549L, 1L, 9L, 22L, 1L
  639. #define LN_sdsiCertificate "sdsiCertificate"
  640. #define NID_sdsiCertificate 159
  641. #define OBJ_sdsiCertificate 1L, 2L, 840L, 113549L, 1L, 9L, 22L, 2L
  642. #define LN_x509Crl "x509Crl"
  643. #define NID_x509Crl 160
  644. #define OBJ_x509Crl 1L, 2L, 840L, 113549L, 1L, 9L, 23L, 1L
  645. #define LN_pbes2 "PBES2"
  646. #define NID_pbes2 161
  647. #define OBJ_pbes2 1L, 2L, 840L, 113549L, 1L, 5L, 13L
  648. #define LN_pbmac1 "PBMAC1"
  649. #define NID_pbmac1 162
  650. #define OBJ_pbmac1 1L, 2L, 840L, 113549L, 1L, 5L, 14L
  651. #define LN_hmacWithSHA1 "hmacWithSHA1"
  652. #define NID_hmacWithSHA1 163
  653. #define OBJ_hmacWithSHA1 1L, 2L, 840L, 113549L, 2L, 7L
  654. #define SN_id_qt_cps "id-qt-cps"
  655. #define LN_id_qt_cps "Policy Qualifier CPS"
  656. #define NID_id_qt_cps 164
  657. #define OBJ_id_qt_cps 1L, 3L, 6L, 1L, 5L, 5L, 7L, 2L, 1L
  658. #define SN_id_qt_unotice "id-qt-unotice"
  659. #define LN_id_qt_unotice "Policy Qualifier User Notice"
  660. #define NID_id_qt_unotice 165
  661. #define OBJ_id_qt_unotice 1L, 3L, 6L, 1L, 5L, 5L, 7L, 2L, 2L
  662. #define SN_rc2_64_cbc "RC2-64-CBC"
  663. #define LN_rc2_64_cbc "rc2-64-cbc"
  664. #define NID_rc2_64_cbc 166
  665. #define SN_SMIMECapabilities "SMIME-CAPS"
  666. #define LN_SMIMECapabilities "S/MIME Capabilities"
  667. #define NID_SMIMECapabilities 167
  668. #define OBJ_SMIMECapabilities 1L, 2L, 840L, 113549L, 1L, 9L, 15L
  669. #define SN_pbeWithMD2AndRC2_CBC "PBE-MD2-RC2-64"
  670. #define LN_pbeWithMD2AndRC2_CBC "pbeWithMD2AndRC2-CBC"
  671. #define NID_pbeWithMD2AndRC2_CBC 168
  672. #define OBJ_pbeWithMD2AndRC2_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 4L
  673. #define SN_pbeWithMD5AndRC2_CBC "PBE-MD5-RC2-64"
  674. #define LN_pbeWithMD5AndRC2_CBC "pbeWithMD5AndRC2-CBC"
  675. #define NID_pbeWithMD5AndRC2_CBC 169
  676. #define OBJ_pbeWithMD5AndRC2_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 6L
  677. #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES"
  678. #define LN_pbeWithSHA1AndDES_CBC "pbeWithSHA1AndDES-CBC"
  679. #define NID_pbeWithSHA1AndDES_CBC 170
  680. #define OBJ_pbeWithSHA1AndDES_CBC 1L, 2L, 840L, 113549L, 1L, 5L, 10L
  681. #define SN_ms_ext_req "msExtReq"
  682. #define LN_ms_ext_req "Microsoft Extension Request"
  683. #define NID_ms_ext_req 171
  684. #define OBJ_ms_ext_req 1L, 3L, 6L, 1L, 4L, 1L, 311L, 2L, 1L, 14L
  685. #define SN_ext_req "extReq"
  686. #define LN_ext_req "Extension Request"
  687. #define NID_ext_req 172
  688. #define OBJ_ext_req 1L, 2L, 840L, 113549L, 1L, 9L, 14L
  689. #define SN_name "name"
  690. #define LN_name "name"
  691. #define NID_name 173
  692. #define OBJ_name 2L, 5L, 4L, 41L
  693. #define SN_dnQualifier "dnQualifier"
  694. #define LN_dnQualifier "dnQualifier"
  695. #define NID_dnQualifier 174
  696. #define OBJ_dnQualifier 2L, 5L, 4L, 46L
  697. #define SN_id_pe "id-pe"
  698. #define NID_id_pe 175
  699. #define OBJ_id_pe 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L
  700. #define SN_id_ad "id-ad"
  701. #define NID_id_ad 176
  702. #define OBJ_id_ad 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L
  703. #define SN_info_access "authorityInfoAccess"
  704. #define LN_info_access "Authority Information Access"
  705. #define NID_info_access 177
  706. #define OBJ_info_access 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 1L
  707. #define SN_ad_OCSP "OCSP"
  708. #define LN_ad_OCSP "OCSP"
  709. #define NID_ad_OCSP 178
  710. #define OBJ_ad_OCSP 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L
  711. #define SN_ad_ca_issuers "caIssuers"
  712. #define LN_ad_ca_issuers "CA Issuers"
  713. #define NID_ad_ca_issuers 179
  714. #define OBJ_ad_ca_issuers 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 2L
  715. #define SN_OCSP_sign "OCSPSigning"
  716. #define LN_OCSP_sign "OCSP Signing"
  717. #define NID_OCSP_sign 180
  718. #define OBJ_OCSP_sign 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 9L
  719. #define SN_iso "ISO"
  720. #define LN_iso "iso"
  721. #define NID_iso 181
  722. #define OBJ_iso 1L
  723. #define SN_member_body "member-body"
  724. #define LN_member_body "ISO Member Body"
  725. #define NID_member_body 182
  726. #define OBJ_member_body 1L, 2L
  727. #define SN_ISO_US "ISO-US"
  728. #define LN_ISO_US "ISO US Member Body"
  729. #define NID_ISO_US 183
  730. #define OBJ_ISO_US 1L, 2L, 840L
  731. #define SN_X9_57 "X9-57"
  732. #define LN_X9_57 "X9.57"
  733. #define NID_X9_57 184
  734. #define OBJ_X9_57 1L, 2L, 840L, 10040L
  735. #define SN_X9cm "X9cm"
  736. #define LN_X9cm "X9.57 CM ?"
  737. #define NID_X9cm 185
  738. #define OBJ_X9cm 1L, 2L, 840L, 10040L, 4L
  739. #define SN_pkcs1 "pkcs1"
  740. #define NID_pkcs1 186
  741. #define OBJ_pkcs1 1L, 2L, 840L, 113549L, 1L, 1L
  742. #define SN_pkcs5 "pkcs5"
  743. #define NID_pkcs5 187
  744. #define OBJ_pkcs5 1L, 2L, 840L, 113549L, 1L, 5L
  745. #define SN_SMIME "SMIME"
  746. #define LN_SMIME "S/MIME"
  747. #define NID_SMIME 188
  748. #define OBJ_SMIME 1L, 2L, 840L, 113549L, 1L, 9L, 16L
  749. #define SN_id_smime_mod "id-smime-mod"
  750. #define NID_id_smime_mod 189
  751. #define OBJ_id_smime_mod 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L
  752. #define SN_id_smime_ct "id-smime-ct"
  753. #define NID_id_smime_ct 190
  754. #define OBJ_id_smime_ct 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L
  755. #define SN_id_smime_aa "id-smime-aa"
  756. #define NID_id_smime_aa 191
  757. #define OBJ_id_smime_aa 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L
  758. #define SN_id_smime_alg "id-smime-alg"
  759. #define NID_id_smime_alg 192
  760. #define OBJ_id_smime_alg 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L
  761. #define SN_id_smime_cd "id-smime-cd"
  762. #define NID_id_smime_cd 193
  763. #define OBJ_id_smime_cd 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 4L
  764. #define SN_id_smime_spq "id-smime-spq"
  765. #define NID_id_smime_spq 194
  766. #define OBJ_id_smime_spq 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 5L
  767. #define SN_id_smime_cti "id-smime-cti"
  768. #define NID_id_smime_cti 195
  769. #define OBJ_id_smime_cti 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L
  770. #define SN_id_smime_mod_cms "id-smime-mod-cms"
  771. #define NID_id_smime_mod_cms 196
  772. #define OBJ_id_smime_mod_cms 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 1L
  773. #define SN_id_smime_mod_ess "id-smime-mod-ess"
  774. #define NID_id_smime_mod_ess 197
  775. #define OBJ_id_smime_mod_ess 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 2L
  776. #define SN_id_smime_mod_oid "id-smime-mod-oid"
  777. #define NID_id_smime_mod_oid 198
  778. #define OBJ_id_smime_mod_oid 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 3L
  779. #define SN_id_smime_mod_msg_v3 "id-smime-mod-msg-v3"
  780. #define NID_id_smime_mod_msg_v3 199
  781. #define OBJ_id_smime_mod_msg_v3 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 4L
  782. #define SN_id_smime_mod_ets_eSignature_88 "id-smime-mod-ets-eSignature-88"
  783. #define NID_id_smime_mod_ets_eSignature_88 200
  784. #define OBJ_id_smime_mod_ets_eSignature_88 \
  785. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 5L
  786. #define SN_id_smime_mod_ets_eSignature_97 "id-smime-mod-ets-eSignature-97"
  787. #define NID_id_smime_mod_ets_eSignature_97 201
  788. #define OBJ_id_smime_mod_ets_eSignature_97 \
  789. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 6L
  790. #define SN_id_smime_mod_ets_eSigPolicy_88 "id-smime-mod-ets-eSigPolicy-88"
  791. #define NID_id_smime_mod_ets_eSigPolicy_88 202
  792. #define OBJ_id_smime_mod_ets_eSigPolicy_88 \
  793. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 7L
  794. #define SN_id_smime_mod_ets_eSigPolicy_97 "id-smime-mod-ets-eSigPolicy-97"
  795. #define NID_id_smime_mod_ets_eSigPolicy_97 203
  796. #define OBJ_id_smime_mod_ets_eSigPolicy_97 \
  797. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 0L, 8L
  798. #define SN_id_smime_ct_receipt "id-smime-ct-receipt"
  799. #define NID_id_smime_ct_receipt 204
  800. #define OBJ_id_smime_ct_receipt 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 1L
  801. #define SN_id_smime_ct_authData "id-smime-ct-authData"
  802. #define NID_id_smime_ct_authData 205
  803. #define OBJ_id_smime_ct_authData 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 2L
  804. #define SN_id_smime_ct_publishCert "id-smime-ct-publishCert"
  805. #define NID_id_smime_ct_publishCert 206
  806. #define OBJ_id_smime_ct_publishCert 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 3L
  807. #define SN_id_smime_ct_TSTInfo "id-smime-ct-TSTInfo"
  808. #define NID_id_smime_ct_TSTInfo 207
  809. #define OBJ_id_smime_ct_TSTInfo 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 4L
  810. #define SN_id_smime_ct_TDTInfo "id-smime-ct-TDTInfo"
  811. #define NID_id_smime_ct_TDTInfo 208
  812. #define OBJ_id_smime_ct_TDTInfo 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 5L
  813. #define SN_id_smime_ct_contentInfo "id-smime-ct-contentInfo"
  814. #define NID_id_smime_ct_contentInfo 209
  815. #define OBJ_id_smime_ct_contentInfo 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 6L
  816. #define SN_id_smime_ct_DVCSRequestData "id-smime-ct-DVCSRequestData"
  817. #define NID_id_smime_ct_DVCSRequestData 210
  818. #define OBJ_id_smime_ct_DVCSRequestData \
  819. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 7L
  820. #define SN_id_smime_ct_DVCSResponseData "id-smime-ct-DVCSResponseData"
  821. #define NID_id_smime_ct_DVCSResponseData 211
  822. #define OBJ_id_smime_ct_DVCSResponseData \
  823. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 8L
  824. #define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest"
  825. #define NID_id_smime_aa_receiptRequest 212
  826. #define OBJ_id_smime_aa_receiptRequest \
  827. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 1L
  828. #define SN_id_smime_aa_securityLabel "id-smime-aa-securityLabel"
  829. #define NID_id_smime_aa_securityLabel 213
  830. #define OBJ_id_smime_aa_securityLabel 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 2L
  831. #define SN_id_smime_aa_mlExpandHistory "id-smime-aa-mlExpandHistory"
  832. #define NID_id_smime_aa_mlExpandHistory 214
  833. #define OBJ_id_smime_aa_mlExpandHistory \
  834. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 3L
  835. #define SN_id_smime_aa_contentHint "id-smime-aa-contentHint"
  836. #define NID_id_smime_aa_contentHint 215
  837. #define OBJ_id_smime_aa_contentHint 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 4L
  838. #define SN_id_smime_aa_msgSigDigest "id-smime-aa-msgSigDigest"
  839. #define NID_id_smime_aa_msgSigDigest 216
  840. #define OBJ_id_smime_aa_msgSigDigest 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 5L
  841. #define SN_id_smime_aa_encapContentType "id-smime-aa-encapContentType"
  842. #define NID_id_smime_aa_encapContentType 217
  843. #define OBJ_id_smime_aa_encapContentType \
  844. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 6L
  845. #define SN_id_smime_aa_contentIdentifier "id-smime-aa-contentIdentifier"
  846. #define NID_id_smime_aa_contentIdentifier 218
  847. #define OBJ_id_smime_aa_contentIdentifier \
  848. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 7L
  849. #define SN_id_smime_aa_macValue "id-smime-aa-macValue"
  850. #define NID_id_smime_aa_macValue 219
  851. #define OBJ_id_smime_aa_macValue 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 8L
  852. #define SN_id_smime_aa_equivalentLabels "id-smime-aa-equivalentLabels"
  853. #define NID_id_smime_aa_equivalentLabels 220
  854. #define OBJ_id_smime_aa_equivalentLabels \
  855. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 9L
  856. #define SN_id_smime_aa_contentReference "id-smime-aa-contentReference"
  857. #define NID_id_smime_aa_contentReference 221
  858. #define OBJ_id_smime_aa_contentReference \
  859. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 10L
  860. #define SN_id_smime_aa_encrypKeyPref "id-smime-aa-encrypKeyPref"
  861. #define NID_id_smime_aa_encrypKeyPref 222
  862. #define OBJ_id_smime_aa_encrypKeyPref \
  863. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 11L
  864. #define SN_id_smime_aa_signingCertificate "id-smime-aa-signingCertificate"
  865. #define NID_id_smime_aa_signingCertificate 223
  866. #define OBJ_id_smime_aa_signingCertificate \
  867. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 12L
  868. #define SN_id_smime_aa_smimeEncryptCerts "id-smime-aa-smimeEncryptCerts"
  869. #define NID_id_smime_aa_smimeEncryptCerts 224
  870. #define OBJ_id_smime_aa_smimeEncryptCerts \
  871. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 13L
  872. #define SN_id_smime_aa_timeStampToken "id-smime-aa-timeStampToken"
  873. #define NID_id_smime_aa_timeStampToken 225
  874. #define OBJ_id_smime_aa_timeStampToken \
  875. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 14L
  876. #define SN_id_smime_aa_ets_sigPolicyId "id-smime-aa-ets-sigPolicyId"
  877. #define NID_id_smime_aa_ets_sigPolicyId 226
  878. #define OBJ_id_smime_aa_ets_sigPolicyId \
  879. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 15L
  880. #define SN_id_smime_aa_ets_commitmentType "id-smime-aa-ets-commitmentType"
  881. #define NID_id_smime_aa_ets_commitmentType 227
  882. #define OBJ_id_smime_aa_ets_commitmentType \
  883. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 16L
  884. #define SN_id_smime_aa_ets_signerLocation "id-smime-aa-ets-signerLocation"
  885. #define NID_id_smime_aa_ets_signerLocation 228
  886. #define OBJ_id_smime_aa_ets_signerLocation \
  887. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 17L
  888. #define SN_id_smime_aa_ets_signerAttr "id-smime-aa-ets-signerAttr"
  889. #define NID_id_smime_aa_ets_signerAttr 229
  890. #define OBJ_id_smime_aa_ets_signerAttr \
  891. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 18L
  892. #define SN_id_smime_aa_ets_otherSigCert "id-smime-aa-ets-otherSigCert"
  893. #define NID_id_smime_aa_ets_otherSigCert 230
  894. #define OBJ_id_smime_aa_ets_otherSigCert \
  895. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 19L
  896. #define SN_id_smime_aa_ets_contentTimestamp "id-smime-aa-ets-contentTimestamp"
  897. #define NID_id_smime_aa_ets_contentTimestamp 231
  898. #define OBJ_id_smime_aa_ets_contentTimestamp \
  899. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 20L
  900. #define SN_id_smime_aa_ets_CertificateRefs "id-smime-aa-ets-CertificateRefs"
  901. #define NID_id_smime_aa_ets_CertificateRefs 232
  902. #define OBJ_id_smime_aa_ets_CertificateRefs \
  903. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 21L
  904. #define SN_id_smime_aa_ets_RevocationRefs "id-smime-aa-ets-RevocationRefs"
  905. #define NID_id_smime_aa_ets_RevocationRefs 233
  906. #define OBJ_id_smime_aa_ets_RevocationRefs \
  907. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 22L
  908. #define SN_id_smime_aa_ets_certValues "id-smime-aa-ets-certValues"
  909. #define NID_id_smime_aa_ets_certValues 234
  910. #define OBJ_id_smime_aa_ets_certValues \
  911. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 23L
  912. #define SN_id_smime_aa_ets_revocationValues "id-smime-aa-ets-revocationValues"
  913. #define NID_id_smime_aa_ets_revocationValues 235
  914. #define OBJ_id_smime_aa_ets_revocationValues \
  915. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 24L
  916. #define SN_id_smime_aa_ets_escTimeStamp "id-smime-aa-ets-escTimeStamp"
  917. #define NID_id_smime_aa_ets_escTimeStamp 236
  918. #define OBJ_id_smime_aa_ets_escTimeStamp \
  919. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 25L
  920. #define SN_id_smime_aa_ets_certCRLTimestamp "id-smime-aa-ets-certCRLTimestamp"
  921. #define NID_id_smime_aa_ets_certCRLTimestamp 237
  922. #define OBJ_id_smime_aa_ets_certCRLTimestamp \
  923. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 26L
  924. #define SN_id_smime_aa_ets_archiveTimeStamp "id-smime-aa-ets-archiveTimeStamp"
  925. #define NID_id_smime_aa_ets_archiveTimeStamp 238
  926. #define OBJ_id_smime_aa_ets_archiveTimeStamp \
  927. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 27L
  928. #define SN_id_smime_aa_signatureType "id-smime-aa-signatureType"
  929. #define NID_id_smime_aa_signatureType 239
  930. #define OBJ_id_smime_aa_signatureType \
  931. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 28L
  932. #define SN_id_smime_aa_dvcs_dvc "id-smime-aa-dvcs-dvc"
  933. #define NID_id_smime_aa_dvcs_dvc 240
  934. #define OBJ_id_smime_aa_dvcs_dvc 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 2L, 29L
  935. #define SN_id_smime_alg_ESDHwith3DES "id-smime-alg-ESDHwith3DES"
  936. #define NID_id_smime_alg_ESDHwith3DES 241
  937. #define OBJ_id_smime_alg_ESDHwith3DES 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 1L
  938. #define SN_id_smime_alg_ESDHwithRC2 "id-smime-alg-ESDHwithRC2"
  939. #define NID_id_smime_alg_ESDHwithRC2 242
  940. #define OBJ_id_smime_alg_ESDHwithRC2 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 2L
  941. #define SN_id_smime_alg_3DESwrap "id-smime-alg-3DESwrap"
  942. #define NID_id_smime_alg_3DESwrap 243
  943. #define OBJ_id_smime_alg_3DESwrap 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 3L
  944. #define SN_id_smime_alg_RC2wrap "id-smime-alg-RC2wrap"
  945. #define NID_id_smime_alg_RC2wrap 244
  946. #define OBJ_id_smime_alg_RC2wrap 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 4L
  947. #define SN_id_smime_alg_ESDH "id-smime-alg-ESDH"
  948. #define NID_id_smime_alg_ESDH 245
  949. #define OBJ_id_smime_alg_ESDH 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 5L
  950. #define SN_id_smime_alg_CMS3DESwrap "id-smime-alg-CMS3DESwrap"
  951. #define NID_id_smime_alg_CMS3DESwrap 246
  952. #define OBJ_id_smime_alg_CMS3DESwrap 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 6L
  953. #define SN_id_smime_alg_CMSRC2wrap "id-smime-alg-CMSRC2wrap"
  954. #define NID_id_smime_alg_CMSRC2wrap 247
  955. #define OBJ_id_smime_alg_CMSRC2wrap 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 7L
  956. #define SN_id_smime_cd_ldap "id-smime-cd-ldap"
  957. #define NID_id_smime_cd_ldap 248
  958. #define OBJ_id_smime_cd_ldap 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 4L, 1L
  959. #define SN_id_smime_spq_ets_sqt_uri "id-smime-spq-ets-sqt-uri"
  960. #define NID_id_smime_spq_ets_sqt_uri 249
  961. #define OBJ_id_smime_spq_ets_sqt_uri 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 5L, 1L
  962. #define SN_id_smime_spq_ets_sqt_unotice "id-smime-spq-ets-sqt-unotice"
  963. #define NID_id_smime_spq_ets_sqt_unotice 250
  964. #define OBJ_id_smime_spq_ets_sqt_unotice \
  965. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 5L, 2L
  966. #define SN_id_smime_cti_ets_proofOfOrigin "id-smime-cti-ets-proofOfOrigin"
  967. #define NID_id_smime_cti_ets_proofOfOrigin 251
  968. #define OBJ_id_smime_cti_ets_proofOfOrigin \
  969. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 1L
  970. #define SN_id_smime_cti_ets_proofOfReceipt "id-smime-cti-ets-proofOfReceipt"
  971. #define NID_id_smime_cti_ets_proofOfReceipt 252
  972. #define OBJ_id_smime_cti_ets_proofOfReceipt \
  973. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 2L
  974. #define SN_id_smime_cti_ets_proofOfDelivery "id-smime-cti-ets-proofOfDelivery"
  975. #define NID_id_smime_cti_ets_proofOfDelivery 253
  976. #define OBJ_id_smime_cti_ets_proofOfDelivery \
  977. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 3L
  978. #define SN_id_smime_cti_ets_proofOfSender "id-smime-cti-ets-proofOfSender"
  979. #define NID_id_smime_cti_ets_proofOfSender 254
  980. #define OBJ_id_smime_cti_ets_proofOfSender \
  981. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 4L
  982. #define SN_id_smime_cti_ets_proofOfApproval "id-smime-cti-ets-proofOfApproval"
  983. #define NID_id_smime_cti_ets_proofOfApproval 255
  984. #define OBJ_id_smime_cti_ets_proofOfApproval \
  985. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 5L
  986. #define SN_id_smime_cti_ets_proofOfCreation "id-smime-cti-ets-proofOfCreation"
  987. #define NID_id_smime_cti_ets_proofOfCreation 256
  988. #define OBJ_id_smime_cti_ets_proofOfCreation \
  989. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 6L, 6L
  990. #define SN_md4 "MD4"
  991. #define LN_md4 "md4"
  992. #define NID_md4 257
  993. #define OBJ_md4 1L, 2L, 840L, 113549L, 2L, 4L
  994. #define SN_id_pkix_mod "id-pkix-mod"
  995. #define NID_id_pkix_mod 258
  996. #define OBJ_id_pkix_mod 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L
  997. #define SN_id_qt "id-qt"
  998. #define NID_id_qt 259
  999. #define OBJ_id_qt 1L, 3L, 6L, 1L, 5L, 5L, 7L, 2L
  1000. #define SN_id_it "id-it"
  1001. #define NID_id_it 260
  1002. #define OBJ_id_it 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L
  1003. #define SN_id_pkip "id-pkip"
  1004. #define NID_id_pkip 261
  1005. #define OBJ_id_pkip 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L
  1006. #define SN_id_alg "id-alg"
  1007. #define NID_id_alg 262
  1008. #define OBJ_id_alg 1L, 3L, 6L, 1L, 5L, 5L, 7L, 6L
  1009. #define SN_id_cmc "id-cmc"
  1010. #define NID_id_cmc 263
  1011. #define OBJ_id_cmc 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L
  1012. #define SN_id_on "id-on"
  1013. #define NID_id_on 264
  1014. #define OBJ_id_on 1L, 3L, 6L, 1L, 5L, 5L, 7L, 8L
  1015. #define SN_id_pda "id-pda"
  1016. #define NID_id_pda 265
  1017. #define OBJ_id_pda 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L
  1018. #define SN_id_aca "id-aca"
  1019. #define NID_id_aca 266
  1020. #define OBJ_id_aca 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L
  1021. #define SN_id_qcs "id-qcs"
  1022. #define NID_id_qcs 267
  1023. #define OBJ_id_qcs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 11L
  1024. #define SN_id_cct "id-cct"
  1025. #define NID_id_cct 268
  1026. #define OBJ_id_cct 1L, 3L, 6L, 1L, 5L, 5L, 7L, 12L
  1027. #define SN_id_pkix1_explicit_88 "id-pkix1-explicit-88"
  1028. #define NID_id_pkix1_explicit_88 269
  1029. #define OBJ_id_pkix1_explicit_88 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 1L
  1030. #define SN_id_pkix1_implicit_88 "id-pkix1-implicit-88"
  1031. #define NID_id_pkix1_implicit_88 270
  1032. #define OBJ_id_pkix1_implicit_88 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 2L
  1033. #define SN_id_pkix1_explicit_93 "id-pkix1-explicit-93"
  1034. #define NID_id_pkix1_explicit_93 271
  1035. #define OBJ_id_pkix1_explicit_93 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 3L
  1036. #define SN_id_pkix1_implicit_93 "id-pkix1-implicit-93"
  1037. #define NID_id_pkix1_implicit_93 272
  1038. #define OBJ_id_pkix1_implicit_93 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 4L
  1039. #define SN_id_mod_crmf "id-mod-crmf"
  1040. #define NID_id_mod_crmf 273
  1041. #define OBJ_id_mod_crmf 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 5L
  1042. #define SN_id_mod_cmc "id-mod-cmc"
  1043. #define NID_id_mod_cmc 274
  1044. #define OBJ_id_mod_cmc 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 6L
  1045. #define SN_id_mod_kea_profile_88 "id-mod-kea-profile-88"
  1046. #define NID_id_mod_kea_profile_88 275
  1047. #define OBJ_id_mod_kea_profile_88 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 7L
  1048. #define SN_id_mod_kea_profile_93 "id-mod-kea-profile-93"
  1049. #define NID_id_mod_kea_profile_93 276
  1050. #define OBJ_id_mod_kea_profile_93 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 8L
  1051. #define SN_id_mod_cmp "id-mod-cmp"
  1052. #define NID_id_mod_cmp 277
  1053. #define OBJ_id_mod_cmp 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 9L
  1054. #define SN_id_mod_qualified_cert_88 "id-mod-qualified-cert-88"
  1055. #define NID_id_mod_qualified_cert_88 278
  1056. #define OBJ_id_mod_qualified_cert_88 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 10L
  1057. #define SN_id_mod_qualified_cert_93 "id-mod-qualified-cert-93"
  1058. #define NID_id_mod_qualified_cert_93 279
  1059. #define OBJ_id_mod_qualified_cert_93 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 11L
  1060. #define SN_id_mod_attribute_cert "id-mod-attribute-cert"
  1061. #define NID_id_mod_attribute_cert 280
  1062. #define OBJ_id_mod_attribute_cert 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 12L
  1063. #define SN_id_mod_timestamp_protocol "id-mod-timestamp-protocol"
  1064. #define NID_id_mod_timestamp_protocol 281
  1065. #define OBJ_id_mod_timestamp_protocol 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 13L
  1066. #define SN_id_mod_ocsp "id-mod-ocsp"
  1067. #define NID_id_mod_ocsp 282
  1068. #define OBJ_id_mod_ocsp 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 14L
  1069. #define SN_id_mod_dvcs "id-mod-dvcs"
  1070. #define NID_id_mod_dvcs 283
  1071. #define OBJ_id_mod_dvcs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 15L
  1072. #define SN_id_mod_cmp2000 "id-mod-cmp2000"
  1073. #define NID_id_mod_cmp2000 284
  1074. #define OBJ_id_mod_cmp2000 1L, 3L, 6L, 1L, 5L, 5L, 7L, 0L, 16L
  1075. #define SN_biometricInfo "biometricInfo"
  1076. #define LN_biometricInfo "Biometric Info"
  1077. #define NID_biometricInfo 285
  1078. #define OBJ_biometricInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 2L
  1079. #define SN_qcStatements "qcStatements"
  1080. #define NID_qcStatements 286
  1081. #define OBJ_qcStatements 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 3L
  1082. #define SN_ac_auditEntity "ac-auditEntity"
  1083. #define NID_ac_auditEntity 287
  1084. #define OBJ_ac_auditEntity 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 4L
  1085. #define SN_ac_targeting "ac-targeting"
  1086. #define NID_ac_targeting 288
  1087. #define OBJ_ac_targeting 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 5L
  1088. #define SN_aaControls "aaControls"
  1089. #define NID_aaControls 289
  1090. #define OBJ_aaControls 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 6L
  1091. #define SN_sbgp_ipAddrBlock "sbgp-ipAddrBlock"
  1092. #define NID_sbgp_ipAddrBlock 290
  1093. #define OBJ_sbgp_ipAddrBlock 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 7L
  1094. #define SN_sbgp_autonomousSysNum "sbgp-autonomousSysNum"
  1095. #define NID_sbgp_autonomousSysNum 291
  1096. #define OBJ_sbgp_autonomousSysNum 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 8L
  1097. #define SN_sbgp_routerIdentifier "sbgp-routerIdentifier"
  1098. #define NID_sbgp_routerIdentifier 292
  1099. #define OBJ_sbgp_routerIdentifier 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 9L
  1100. #define SN_textNotice "textNotice"
  1101. #define NID_textNotice 293
  1102. #define OBJ_textNotice 1L, 3L, 6L, 1L, 5L, 5L, 7L, 2L, 3L
  1103. #define SN_ipsecEndSystem "ipsecEndSystem"
  1104. #define LN_ipsecEndSystem "IPSec End System"
  1105. #define NID_ipsecEndSystem 294
  1106. #define OBJ_ipsecEndSystem 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 5L
  1107. #define SN_ipsecTunnel "ipsecTunnel"
  1108. #define LN_ipsecTunnel "IPSec Tunnel"
  1109. #define NID_ipsecTunnel 295
  1110. #define OBJ_ipsecTunnel 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 6L
  1111. #define SN_ipsecUser "ipsecUser"
  1112. #define LN_ipsecUser "IPSec User"
  1113. #define NID_ipsecUser 296
  1114. #define OBJ_ipsecUser 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 7L
  1115. #define SN_dvcs "DVCS"
  1116. #define LN_dvcs "dvcs"
  1117. #define NID_dvcs 297
  1118. #define OBJ_dvcs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 3L, 10L
  1119. #define SN_id_it_caProtEncCert "id-it-caProtEncCert"
  1120. #define NID_id_it_caProtEncCert 298
  1121. #define OBJ_id_it_caProtEncCert 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 1L
  1122. #define SN_id_it_signKeyPairTypes "id-it-signKeyPairTypes"
  1123. #define NID_id_it_signKeyPairTypes 299
  1124. #define OBJ_id_it_signKeyPairTypes 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 2L
  1125. #define SN_id_it_encKeyPairTypes "id-it-encKeyPairTypes"
  1126. #define NID_id_it_encKeyPairTypes 300
  1127. #define OBJ_id_it_encKeyPairTypes 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 3L
  1128. #define SN_id_it_preferredSymmAlg "id-it-preferredSymmAlg"
  1129. #define NID_id_it_preferredSymmAlg 301
  1130. #define OBJ_id_it_preferredSymmAlg 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 4L
  1131. #define SN_id_it_caKeyUpdateInfo "id-it-caKeyUpdateInfo"
  1132. #define NID_id_it_caKeyUpdateInfo 302
  1133. #define OBJ_id_it_caKeyUpdateInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 5L
  1134. #define SN_id_it_currentCRL "id-it-currentCRL"
  1135. #define NID_id_it_currentCRL 303
  1136. #define OBJ_id_it_currentCRL 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 6L
  1137. #define SN_id_it_unsupportedOIDs "id-it-unsupportedOIDs"
  1138. #define NID_id_it_unsupportedOIDs 304
  1139. #define OBJ_id_it_unsupportedOIDs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 7L
  1140. #define SN_id_it_subscriptionRequest "id-it-subscriptionRequest"
  1141. #define NID_id_it_subscriptionRequest 305
  1142. #define OBJ_id_it_subscriptionRequest 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 8L
  1143. #define SN_id_it_subscriptionResponse "id-it-subscriptionResponse"
  1144. #define NID_id_it_subscriptionResponse 306
  1145. #define OBJ_id_it_subscriptionResponse 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 9L
  1146. #define SN_id_it_keyPairParamReq "id-it-keyPairParamReq"
  1147. #define NID_id_it_keyPairParamReq 307
  1148. #define OBJ_id_it_keyPairParamReq 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 10L
  1149. #define SN_id_it_keyPairParamRep "id-it-keyPairParamRep"
  1150. #define NID_id_it_keyPairParamRep 308
  1151. #define OBJ_id_it_keyPairParamRep 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 11L
  1152. #define SN_id_it_revPassphrase "id-it-revPassphrase"
  1153. #define NID_id_it_revPassphrase 309
  1154. #define OBJ_id_it_revPassphrase 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 12L
  1155. #define SN_id_it_implicitConfirm "id-it-implicitConfirm"
  1156. #define NID_id_it_implicitConfirm 310
  1157. #define OBJ_id_it_implicitConfirm 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 13L
  1158. #define SN_id_it_confirmWaitTime "id-it-confirmWaitTime"
  1159. #define NID_id_it_confirmWaitTime 311
  1160. #define OBJ_id_it_confirmWaitTime 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 14L
  1161. #define SN_id_it_origPKIMessage "id-it-origPKIMessage"
  1162. #define NID_id_it_origPKIMessage 312
  1163. #define OBJ_id_it_origPKIMessage 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 15L
  1164. #define SN_id_regCtrl "id-regCtrl"
  1165. #define NID_id_regCtrl 313
  1166. #define OBJ_id_regCtrl 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L
  1167. #define SN_id_regInfo "id-regInfo"
  1168. #define NID_id_regInfo 314
  1169. #define OBJ_id_regInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 2L
  1170. #define SN_id_regCtrl_regToken "id-regCtrl-regToken"
  1171. #define NID_id_regCtrl_regToken 315
  1172. #define OBJ_id_regCtrl_regToken 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 1L
  1173. #define SN_id_regCtrl_authenticator "id-regCtrl-authenticator"
  1174. #define NID_id_regCtrl_authenticator 316
  1175. #define OBJ_id_regCtrl_authenticator 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 2L
  1176. #define SN_id_regCtrl_pkiPublicationInfo "id-regCtrl-pkiPublicationInfo"
  1177. #define NID_id_regCtrl_pkiPublicationInfo 317
  1178. #define OBJ_id_regCtrl_pkiPublicationInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 3L
  1179. #define SN_id_regCtrl_pkiArchiveOptions "id-regCtrl-pkiArchiveOptions"
  1180. #define NID_id_regCtrl_pkiArchiveOptions 318
  1181. #define OBJ_id_regCtrl_pkiArchiveOptions 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 4L
  1182. #define SN_id_regCtrl_oldCertID "id-regCtrl-oldCertID"
  1183. #define NID_id_regCtrl_oldCertID 319
  1184. #define OBJ_id_regCtrl_oldCertID 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 5L
  1185. #define SN_id_regCtrl_protocolEncrKey "id-regCtrl-protocolEncrKey"
  1186. #define NID_id_regCtrl_protocolEncrKey 320
  1187. #define OBJ_id_regCtrl_protocolEncrKey 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 1L, 6L
  1188. #define SN_id_regInfo_utf8Pairs "id-regInfo-utf8Pairs"
  1189. #define NID_id_regInfo_utf8Pairs 321
  1190. #define OBJ_id_regInfo_utf8Pairs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 2L, 1L
  1191. #define SN_id_regInfo_certReq "id-regInfo-certReq"
  1192. #define NID_id_regInfo_certReq 322
  1193. #define OBJ_id_regInfo_certReq 1L, 3L, 6L, 1L, 5L, 5L, 7L, 5L, 2L, 2L
  1194. #define SN_id_alg_des40 "id-alg-des40"
  1195. #define NID_id_alg_des40 323
  1196. #define OBJ_id_alg_des40 1L, 3L, 6L, 1L, 5L, 5L, 7L, 6L, 1L
  1197. #define SN_id_alg_noSignature "id-alg-noSignature"
  1198. #define NID_id_alg_noSignature 324
  1199. #define OBJ_id_alg_noSignature 1L, 3L, 6L, 1L, 5L, 5L, 7L, 6L, 2L
  1200. #define SN_id_alg_dh_sig_hmac_sha1 "id-alg-dh-sig-hmac-sha1"
  1201. #define NID_id_alg_dh_sig_hmac_sha1 325
  1202. #define OBJ_id_alg_dh_sig_hmac_sha1 1L, 3L, 6L, 1L, 5L, 5L, 7L, 6L, 3L
  1203. #define SN_id_alg_dh_pop "id-alg-dh-pop"
  1204. #define NID_id_alg_dh_pop 326
  1205. #define OBJ_id_alg_dh_pop 1L, 3L, 6L, 1L, 5L, 5L, 7L, 6L, 4L
  1206. #define SN_id_cmc_statusInfo "id-cmc-statusInfo"
  1207. #define NID_id_cmc_statusInfo 327
  1208. #define OBJ_id_cmc_statusInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 1L
  1209. #define SN_id_cmc_identification "id-cmc-identification"
  1210. #define NID_id_cmc_identification 328
  1211. #define OBJ_id_cmc_identification 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 2L
  1212. #define SN_id_cmc_identityProof "id-cmc-identityProof"
  1213. #define NID_id_cmc_identityProof 329
  1214. #define OBJ_id_cmc_identityProof 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 3L
  1215. #define SN_id_cmc_dataReturn "id-cmc-dataReturn"
  1216. #define NID_id_cmc_dataReturn 330
  1217. #define OBJ_id_cmc_dataReturn 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 4L
  1218. #define SN_id_cmc_transactionId "id-cmc-transactionId"
  1219. #define NID_id_cmc_transactionId 331
  1220. #define OBJ_id_cmc_transactionId 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 5L
  1221. #define SN_id_cmc_senderNonce "id-cmc-senderNonce"
  1222. #define NID_id_cmc_senderNonce 332
  1223. #define OBJ_id_cmc_senderNonce 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 6L
  1224. #define SN_id_cmc_recipientNonce "id-cmc-recipientNonce"
  1225. #define NID_id_cmc_recipientNonce 333
  1226. #define OBJ_id_cmc_recipientNonce 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 7L
  1227. #define SN_id_cmc_addExtensions "id-cmc-addExtensions"
  1228. #define NID_id_cmc_addExtensions 334
  1229. #define OBJ_id_cmc_addExtensions 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 8L
  1230. #define SN_id_cmc_encryptedPOP "id-cmc-encryptedPOP"
  1231. #define NID_id_cmc_encryptedPOP 335
  1232. #define OBJ_id_cmc_encryptedPOP 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 9L
  1233. #define SN_id_cmc_decryptedPOP "id-cmc-decryptedPOP"
  1234. #define NID_id_cmc_decryptedPOP 336
  1235. #define OBJ_id_cmc_decryptedPOP 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 10L
  1236. #define SN_id_cmc_lraPOPWitness "id-cmc-lraPOPWitness"
  1237. #define NID_id_cmc_lraPOPWitness 337
  1238. #define OBJ_id_cmc_lraPOPWitness 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 11L
  1239. #define SN_id_cmc_getCert "id-cmc-getCert"
  1240. #define NID_id_cmc_getCert 338
  1241. #define OBJ_id_cmc_getCert 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 15L
  1242. #define SN_id_cmc_getCRL "id-cmc-getCRL"
  1243. #define NID_id_cmc_getCRL 339
  1244. #define OBJ_id_cmc_getCRL 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 16L
  1245. #define SN_id_cmc_revokeRequest "id-cmc-revokeRequest"
  1246. #define NID_id_cmc_revokeRequest 340
  1247. #define OBJ_id_cmc_revokeRequest 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 17L
  1248. #define SN_id_cmc_regInfo "id-cmc-regInfo"
  1249. #define NID_id_cmc_regInfo 341
  1250. #define OBJ_id_cmc_regInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 18L
  1251. #define SN_id_cmc_responseInfo "id-cmc-responseInfo"
  1252. #define NID_id_cmc_responseInfo 342
  1253. #define OBJ_id_cmc_responseInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 19L
  1254. #define SN_id_cmc_queryPending "id-cmc-queryPending"
  1255. #define NID_id_cmc_queryPending 343
  1256. #define OBJ_id_cmc_queryPending 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 21L
  1257. #define SN_id_cmc_popLinkRandom "id-cmc-popLinkRandom"
  1258. #define NID_id_cmc_popLinkRandom 344
  1259. #define OBJ_id_cmc_popLinkRandom 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 22L
  1260. #define SN_id_cmc_popLinkWitness "id-cmc-popLinkWitness"
  1261. #define NID_id_cmc_popLinkWitness 345
  1262. #define OBJ_id_cmc_popLinkWitness 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 23L
  1263. #define SN_id_cmc_confirmCertAcceptance "id-cmc-confirmCertAcceptance"
  1264. #define NID_id_cmc_confirmCertAcceptance 346
  1265. #define OBJ_id_cmc_confirmCertAcceptance 1L, 3L, 6L, 1L, 5L, 5L, 7L, 7L, 24L
  1266. #define SN_id_on_personalData "id-on-personalData"
  1267. #define NID_id_on_personalData 347
  1268. #define OBJ_id_on_personalData 1L, 3L, 6L, 1L, 5L, 5L, 7L, 8L, 1L
  1269. #define SN_id_pda_dateOfBirth "id-pda-dateOfBirth"
  1270. #define NID_id_pda_dateOfBirth 348
  1271. #define OBJ_id_pda_dateOfBirth 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L, 1L
  1272. #define SN_id_pda_placeOfBirth "id-pda-placeOfBirth"
  1273. #define NID_id_pda_placeOfBirth 349
  1274. #define OBJ_id_pda_placeOfBirth 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L, 2L
  1275. #define SN_id_pda_gender "id-pda-gender"
  1276. #define NID_id_pda_gender 351
  1277. #define OBJ_id_pda_gender 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L, 3L
  1278. #define SN_id_pda_countryOfCitizenship "id-pda-countryOfCitizenship"
  1279. #define NID_id_pda_countryOfCitizenship 352
  1280. #define OBJ_id_pda_countryOfCitizenship 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L, 4L
  1281. #define SN_id_pda_countryOfResidence "id-pda-countryOfResidence"
  1282. #define NID_id_pda_countryOfResidence 353
  1283. #define OBJ_id_pda_countryOfResidence 1L, 3L, 6L, 1L, 5L, 5L, 7L, 9L, 5L
  1284. #define SN_id_aca_authenticationInfo "id-aca-authenticationInfo"
  1285. #define NID_id_aca_authenticationInfo 354
  1286. #define OBJ_id_aca_authenticationInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 1L
  1287. #define SN_id_aca_accessIdentity "id-aca-accessIdentity"
  1288. #define NID_id_aca_accessIdentity 355
  1289. #define OBJ_id_aca_accessIdentity 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 2L
  1290. #define SN_id_aca_chargingIdentity "id-aca-chargingIdentity"
  1291. #define NID_id_aca_chargingIdentity 356
  1292. #define OBJ_id_aca_chargingIdentity 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 3L
  1293. #define SN_id_aca_group "id-aca-group"
  1294. #define NID_id_aca_group 357
  1295. #define OBJ_id_aca_group 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 4L
  1296. #define SN_id_aca_role "id-aca-role"
  1297. #define NID_id_aca_role 358
  1298. #define OBJ_id_aca_role 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 5L
  1299. #define SN_id_qcs_pkixQCSyntax_v1 "id-qcs-pkixQCSyntax-v1"
  1300. #define NID_id_qcs_pkixQCSyntax_v1 359
  1301. #define OBJ_id_qcs_pkixQCSyntax_v1 1L, 3L, 6L, 1L, 5L, 5L, 7L, 11L, 1L
  1302. #define SN_id_cct_crs "id-cct-crs"
  1303. #define NID_id_cct_crs 360
  1304. #define OBJ_id_cct_crs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 12L, 1L
  1305. #define SN_id_cct_PKIData "id-cct-PKIData"
  1306. #define NID_id_cct_PKIData 361
  1307. #define OBJ_id_cct_PKIData 1L, 3L, 6L, 1L, 5L, 5L, 7L, 12L, 2L
  1308. #define SN_id_cct_PKIResponse "id-cct-PKIResponse"
  1309. #define NID_id_cct_PKIResponse 362
  1310. #define OBJ_id_cct_PKIResponse 1L, 3L, 6L, 1L, 5L, 5L, 7L, 12L, 3L
  1311. #define SN_ad_timeStamping "ad_timestamping"
  1312. #define LN_ad_timeStamping "AD Time Stamping"
  1313. #define NID_ad_timeStamping 363
  1314. #define OBJ_ad_timeStamping 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 3L
  1315. #define SN_ad_dvcs "AD_DVCS"
  1316. #define LN_ad_dvcs "ad dvcs"
  1317. #define NID_ad_dvcs 364
  1318. #define OBJ_ad_dvcs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 4L
  1319. #define SN_id_pkix_OCSP_basic "basicOCSPResponse"
  1320. #define LN_id_pkix_OCSP_basic "Basic OCSP Response"
  1321. #define NID_id_pkix_OCSP_basic 365
  1322. #define OBJ_id_pkix_OCSP_basic 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 1L
  1323. #define SN_id_pkix_OCSP_Nonce "Nonce"
  1324. #define LN_id_pkix_OCSP_Nonce "OCSP Nonce"
  1325. #define NID_id_pkix_OCSP_Nonce 366
  1326. #define OBJ_id_pkix_OCSP_Nonce 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 2L
  1327. #define SN_id_pkix_OCSP_CrlID "CrlID"
  1328. #define LN_id_pkix_OCSP_CrlID "OCSP CRL ID"
  1329. #define NID_id_pkix_OCSP_CrlID 367
  1330. #define OBJ_id_pkix_OCSP_CrlID 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 3L
  1331. #define SN_id_pkix_OCSP_acceptableResponses "acceptableResponses"
  1332. #define LN_id_pkix_OCSP_acceptableResponses "Acceptable OCSP Responses"
  1333. #define NID_id_pkix_OCSP_acceptableResponses 368
  1334. #define OBJ_id_pkix_OCSP_acceptableResponses \
  1335. 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 4L
  1336. #define SN_id_pkix_OCSP_noCheck "noCheck"
  1337. #define LN_id_pkix_OCSP_noCheck "OCSP No Check"
  1338. #define NID_id_pkix_OCSP_noCheck 369
  1339. #define OBJ_id_pkix_OCSP_noCheck 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 5L
  1340. #define SN_id_pkix_OCSP_archiveCutoff "archiveCutoff"
  1341. #define LN_id_pkix_OCSP_archiveCutoff "OCSP Archive Cutoff"
  1342. #define NID_id_pkix_OCSP_archiveCutoff 370
  1343. #define OBJ_id_pkix_OCSP_archiveCutoff 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 6L
  1344. #define SN_id_pkix_OCSP_serviceLocator "serviceLocator"
  1345. #define LN_id_pkix_OCSP_serviceLocator "OCSP Service Locator"
  1346. #define NID_id_pkix_OCSP_serviceLocator 371
  1347. #define OBJ_id_pkix_OCSP_serviceLocator 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 7L
  1348. #define SN_id_pkix_OCSP_extendedStatus "extendedStatus"
  1349. #define LN_id_pkix_OCSP_extendedStatus "Extended OCSP Status"
  1350. #define NID_id_pkix_OCSP_extendedStatus 372
  1351. #define OBJ_id_pkix_OCSP_extendedStatus 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 8L
  1352. #define SN_id_pkix_OCSP_valid "valid"
  1353. #define NID_id_pkix_OCSP_valid 373
  1354. #define OBJ_id_pkix_OCSP_valid 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 9L
  1355. #define SN_id_pkix_OCSP_path "path"
  1356. #define NID_id_pkix_OCSP_path 374
  1357. #define OBJ_id_pkix_OCSP_path 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 10L
  1358. #define SN_id_pkix_OCSP_trustRoot "trustRoot"
  1359. #define LN_id_pkix_OCSP_trustRoot "Trust Root"
  1360. #define NID_id_pkix_OCSP_trustRoot 375
  1361. #define OBJ_id_pkix_OCSP_trustRoot 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 1L, 11L
  1362. #define SN_algorithm "algorithm"
  1363. #define LN_algorithm "algorithm"
  1364. #define NID_algorithm 376
  1365. #define OBJ_algorithm 1L, 3L, 14L, 3L, 2L
  1366. #define SN_rsaSignature "rsaSignature"
  1367. #define NID_rsaSignature 377
  1368. #define OBJ_rsaSignature 1L, 3L, 14L, 3L, 2L, 11L
  1369. #define SN_X500algorithms "X500algorithms"
  1370. #define LN_X500algorithms "directory services - algorithms"
  1371. #define NID_X500algorithms 378
  1372. #define OBJ_X500algorithms 2L, 5L, 8L
  1373. #define SN_org "ORG"
  1374. #define LN_org "org"
  1375. #define NID_org 379
  1376. #define OBJ_org 1L, 3L
  1377. #define SN_dod "DOD"
  1378. #define LN_dod "dod"
  1379. #define NID_dod 380
  1380. #define OBJ_dod 1L, 3L, 6L
  1381. #define SN_iana "IANA"
  1382. #define LN_iana "iana"
  1383. #define NID_iana 381
  1384. #define OBJ_iana 1L, 3L, 6L, 1L
  1385. #define SN_Directory "directory"
  1386. #define LN_Directory "Directory"
  1387. #define NID_Directory 382
  1388. #define OBJ_Directory 1L, 3L, 6L, 1L, 1L
  1389. #define SN_Management "mgmt"
  1390. #define LN_Management "Management"
  1391. #define NID_Management 383
  1392. #define OBJ_Management 1L, 3L, 6L, 1L, 2L
  1393. #define SN_Experimental "experimental"
  1394. #define LN_Experimental "Experimental"
  1395. #define NID_Experimental 384
  1396. #define OBJ_Experimental 1L, 3L, 6L, 1L, 3L
  1397. #define SN_Private "private"
  1398. #define LN_Private "Private"
  1399. #define NID_Private 385
  1400. #define OBJ_Private 1L, 3L, 6L, 1L, 4L
  1401. #define SN_Security "security"
  1402. #define LN_Security "Security"
  1403. #define NID_Security 386
  1404. #define OBJ_Security 1L, 3L, 6L, 1L, 5L
  1405. #define SN_SNMPv2 "snmpv2"
  1406. #define LN_SNMPv2 "SNMPv2"
  1407. #define NID_SNMPv2 387
  1408. #define OBJ_SNMPv2 1L, 3L, 6L, 1L, 6L
  1409. #define LN_Mail "Mail"
  1410. #define NID_Mail 388
  1411. #define OBJ_Mail 1L, 3L, 6L, 1L, 7L
  1412. #define SN_Enterprises "enterprises"
  1413. #define LN_Enterprises "Enterprises"
  1414. #define NID_Enterprises 389
  1415. #define OBJ_Enterprises 1L, 3L, 6L, 1L, 4L, 1L
  1416. #define SN_dcObject "dcobject"
  1417. #define LN_dcObject "dcObject"
  1418. #define NID_dcObject 390
  1419. #define OBJ_dcObject 1L, 3L, 6L, 1L, 4L, 1L, 1466L, 344L
  1420. #define SN_domainComponent "DC"
  1421. #define LN_domainComponent "domainComponent"
  1422. #define NID_domainComponent 391
  1423. #define OBJ_domainComponent 0L, 9L, 2342L, 19200300L, 100L, 1L, 25L
  1424. #define SN_Domain "domain"
  1425. #define LN_Domain "Domain"
  1426. #define NID_Domain 392
  1427. #define OBJ_Domain 0L, 9L, 2342L, 19200300L, 100L, 4L, 13L
  1428. #define SN_selected_attribute_types "selected-attribute-types"
  1429. #define LN_selected_attribute_types "Selected Attribute Types"
  1430. #define NID_selected_attribute_types 394
  1431. #define OBJ_selected_attribute_types 2L, 5L, 1L, 5L
  1432. #define SN_clearance "clearance"
  1433. #define NID_clearance 395
  1434. #define OBJ_clearance 2L, 5L, 1L, 5L, 55L
  1435. #define SN_md4WithRSAEncryption "RSA-MD4"
  1436. #define LN_md4WithRSAEncryption "md4WithRSAEncryption"
  1437. #define NID_md4WithRSAEncryption 396
  1438. #define OBJ_md4WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 3L
  1439. #define SN_ac_proxying "ac-proxying"
  1440. #define NID_ac_proxying 397
  1441. #define OBJ_ac_proxying 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 10L
  1442. #define SN_sinfo_access "subjectInfoAccess"
  1443. #define LN_sinfo_access "Subject Information Access"
  1444. #define NID_sinfo_access 398
  1445. #define OBJ_sinfo_access 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 11L
  1446. #define SN_id_aca_encAttrs "id-aca-encAttrs"
  1447. #define NID_id_aca_encAttrs 399
  1448. #define OBJ_id_aca_encAttrs 1L, 3L, 6L, 1L, 5L, 5L, 7L, 10L, 6L
  1449. #define SN_role "role"
  1450. #define LN_role "role"
  1451. #define NID_role 400
  1452. #define OBJ_role 2L, 5L, 4L, 72L
  1453. #define SN_policy_constraints "policyConstraints"
  1454. #define LN_policy_constraints "X509v3 Policy Constraints"
  1455. #define NID_policy_constraints 401
  1456. #define OBJ_policy_constraints 2L, 5L, 29L, 36L
  1457. #define SN_target_information "targetInformation"
  1458. #define LN_target_information "X509v3 AC Targeting"
  1459. #define NID_target_information 402
  1460. #define OBJ_target_information 2L, 5L, 29L, 55L
  1461. #define SN_no_rev_avail "noRevAvail"
  1462. #define LN_no_rev_avail "X509v3 No Revocation Available"
  1463. #define NID_no_rev_avail 403
  1464. #define OBJ_no_rev_avail 2L, 5L, 29L, 56L
  1465. #define SN_ansi_X9_62 "ansi-X9-62"
  1466. #define LN_ansi_X9_62 "ANSI X9.62"
  1467. #define NID_ansi_X9_62 405
  1468. #define OBJ_ansi_X9_62 1L, 2L, 840L, 10045L
  1469. #define SN_X9_62_prime_field "prime-field"
  1470. #define NID_X9_62_prime_field 406
  1471. #define OBJ_X9_62_prime_field 1L, 2L, 840L, 10045L, 1L, 1L
  1472. #define SN_X9_62_characteristic_two_field "characteristic-two-field"
  1473. #define NID_X9_62_characteristic_two_field 407
  1474. #define OBJ_X9_62_characteristic_two_field 1L, 2L, 840L, 10045L, 1L, 2L
  1475. #define SN_X9_62_id_ecPublicKey "id-ecPublicKey"
  1476. #define NID_X9_62_id_ecPublicKey 408
  1477. #define OBJ_X9_62_id_ecPublicKey 1L, 2L, 840L, 10045L, 2L, 1L
  1478. #define SN_X9_62_prime192v1 "prime192v1"
  1479. #define NID_X9_62_prime192v1 409
  1480. #define OBJ_X9_62_prime192v1 1L, 2L, 840L, 10045L, 3L, 1L, 1L
  1481. #define SN_X9_62_prime192v2 "prime192v2"
  1482. #define NID_X9_62_prime192v2 410
  1483. #define OBJ_X9_62_prime192v2 1L, 2L, 840L, 10045L, 3L, 1L, 2L
  1484. #define SN_X9_62_prime192v3 "prime192v3"
  1485. #define NID_X9_62_prime192v3 411
  1486. #define OBJ_X9_62_prime192v3 1L, 2L, 840L, 10045L, 3L, 1L, 3L
  1487. #define SN_X9_62_prime239v1 "prime239v1"
  1488. #define NID_X9_62_prime239v1 412
  1489. #define OBJ_X9_62_prime239v1 1L, 2L, 840L, 10045L, 3L, 1L, 4L
  1490. #define SN_X9_62_prime239v2 "prime239v2"
  1491. #define NID_X9_62_prime239v2 413
  1492. #define OBJ_X9_62_prime239v2 1L, 2L, 840L, 10045L, 3L, 1L, 5L
  1493. #define SN_X9_62_prime239v3 "prime239v3"
  1494. #define NID_X9_62_prime239v3 414
  1495. #define OBJ_X9_62_prime239v3 1L, 2L, 840L, 10045L, 3L, 1L, 6L
  1496. #define SN_X9_62_prime256v1 "prime256v1"
  1497. #define NID_X9_62_prime256v1 415
  1498. #define OBJ_X9_62_prime256v1 1L, 2L, 840L, 10045L, 3L, 1L, 7L
  1499. #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
  1500. #define NID_ecdsa_with_SHA1 416
  1501. #define OBJ_ecdsa_with_SHA1 1L, 2L, 840L, 10045L, 4L, 1L
  1502. #define SN_ms_csp_name "CSPName"
  1503. #define LN_ms_csp_name "Microsoft CSP Name"
  1504. #define NID_ms_csp_name 417
  1505. #define OBJ_ms_csp_name 1L, 3L, 6L, 1L, 4L, 1L, 311L, 17L, 1L
  1506. #define SN_aes_128_ecb "AES-128-ECB"
  1507. #define LN_aes_128_ecb "aes-128-ecb"
  1508. #define NID_aes_128_ecb 418
  1509. #define OBJ_aes_128_ecb 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 1L
  1510. #define SN_aes_128_cbc "AES-128-CBC"
  1511. #define LN_aes_128_cbc "aes-128-cbc"
  1512. #define NID_aes_128_cbc 419
  1513. #define OBJ_aes_128_cbc 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 2L
  1514. #define SN_aes_128_ofb128 "AES-128-OFB"
  1515. #define LN_aes_128_ofb128 "aes-128-ofb"
  1516. #define NID_aes_128_ofb128 420
  1517. #define OBJ_aes_128_ofb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 3L
  1518. #define SN_aes_128_cfb128 "AES-128-CFB"
  1519. #define LN_aes_128_cfb128 "aes-128-cfb"
  1520. #define NID_aes_128_cfb128 421
  1521. #define OBJ_aes_128_cfb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 4L
  1522. #define SN_aes_192_ecb "AES-192-ECB"
  1523. #define LN_aes_192_ecb "aes-192-ecb"
  1524. #define NID_aes_192_ecb 422
  1525. #define OBJ_aes_192_ecb 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 21L
  1526. #define SN_aes_192_cbc "AES-192-CBC"
  1527. #define LN_aes_192_cbc "aes-192-cbc"
  1528. #define NID_aes_192_cbc 423
  1529. #define OBJ_aes_192_cbc 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 22L
  1530. #define SN_aes_192_ofb128 "AES-192-OFB"
  1531. #define LN_aes_192_ofb128 "aes-192-ofb"
  1532. #define NID_aes_192_ofb128 424
  1533. #define OBJ_aes_192_ofb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 23L
  1534. #define SN_aes_192_cfb128 "AES-192-CFB"
  1535. #define LN_aes_192_cfb128 "aes-192-cfb"
  1536. #define NID_aes_192_cfb128 425
  1537. #define OBJ_aes_192_cfb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 24L
  1538. #define SN_aes_256_ecb "AES-256-ECB"
  1539. #define LN_aes_256_ecb "aes-256-ecb"
  1540. #define NID_aes_256_ecb 426
  1541. #define OBJ_aes_256_ecb 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 41L
  1542. #define SN_aes_256_cbc "AES-256-CBC"
  1543. #define LN_aes_256_cbc "aes-256-cbc"
  1544. #define NID_aes_256_cbc 427
  1545. #define OBJ_aes_256_cbc 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 42L
  1546. #define SN_aes_256_ofb128 "AES-256-OFB"
  1547. #define LN_aes_256_ofb128 "aes-256-ofb"
  1548. #define NID_aes_256_ofb128 428
  1549. #define OBJ_aes_256_ofb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 43L
  1550. #define SN_aes_256_cfb128 "AES-256-CFB"
  1551. #define LN_aes_256_cfb128 "aes-256-cfb"
  1552. #define NID_aes_256_cfb128 429
  1553. #define OBJ_aes_256_cfb128 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 44L
  1554. #define SN_hold_instruction_code "holdInstructionCode"
  1555. #define LN_hold_instruction_code "Hold Instruction Code"
  1556. #define NID_hold_instruction_code 430
  1557. #define OBJ_hold_instruction_code 2L, 5L, 29L, 23L
  1558. #define SN_hold_instruction_none "holdInstructionNone"
  1559. #define LN_hold_instruction_none "Hold Instruction None"
  1560. #define NID_hold_instruction_none 431
  1561. #define OBJ_hold_instruction_none 1L, 2L, 840L, 10040L, 2L, 1L
  1562. #define SN_hold_instruction_call_issuer "holdInstructionCallIssuer"
  1563. #define LN_hold_instruction_call_issuer "Hold Instruction Call Issuer"
  1564. #define NID_hold_instruction_call_issuer 432
  1565. #define OBJ_hold_instruction_call_issuer 1L, 2L, 840L, 10040L, 2L, 2L
  1566. #define SN_hold_instruction_reject "holdInstructionReject"
  1567. #define LN_hold_instruction_reject "Hold Instruction Reject"
  1568. #define NID_hold_instruction_reject 433
  1569. #define OBJ_hold_instruction_reject 1L, 2L, 840L, 10040L, 2L, 3L
  1570. #define SN_data "data"
  1571. #define NID_data 434
  1572. #define OBJ_data 0L, 9L
  1573. #define SN_pss "pss"
  1574. #define NID_pss 435
  1575. #define OBJ_pss 0L, 9L, 2342L
  1576. #define SN_ucl "ucl"
  1577. #define NID_ucl 436
  1578. #define OBJ_ucl 0L, 9L, 2342L, 19200300L
  1579. #define SN_pilot "pilot"
  1580. #define NID_pilot 437
  1581. #define OBJ_pilot 0L, 9L, 2342L, 19200300L, 100L
  1582. #define LN_pilotAttributeType "pilotAttributeType"
  1583. #define NID_pilotAttributeType 438
  1584. #define OBJ_pilotAttributeType 0L, 9L, 2342L, 19200300L, 100L, 1L
  1585. #define LN_pilotAttributeSyntax "pilotAttributeSyntax"
  1586. #define NID_pilotAttributeSyntax 439
  1587. #define OBJ_pilotAttributeSyntax 0L, 9L, 2342L, 19200300L, 100L, 3L
  1588. #define LN_pilotObjectClass "pilotObjectClass"
  1589. #define NID_pilotObjectClass 440
  1590. #define OBJ_pilotObjectClass 0L, 9L, 2342L, 19200300L, 100L, 4L
  1591. #define LN_pilotGroups "pilotGroups"
  1592. #define NID_pilotGroups 441
  1593. #define OBJ_pilotGroups 0L, 9L, 2342L, 19200300L, 100L, 10L
  1594. #define LN_iA5StringSyntax "iA5StringSyntax"
  1595. #define NID_iA5StringSyntax 442
  1596. #define OBJ_iA5StringSyntax 0L, 9L, 2342L, 19200300L, 100L, 3L, 4L
  1597. #define LN_caseIgnoreIA5StringSyntax "caseIgnoreIA5StringSyntax"
  1598. #define NID_caseIgnoreIA5StringSyntax 443
  1599. #define OBJ_caseIgnoreIA5StringSyntax 0L, 9L, 2342L, 19200300L, 100L, 3L, 5L
  1600. #define LN_pilotObject "pilotObject"
  1601. #define NID_pilotObject 444
  1602. #define OBJ_pilotObject 0L, 9L, 2342L, 19200300L, 100L, 4L, 3L
  1603. #define LN_pilotPerson "pilotPerson"
  1604. #define NID_pilotPerson 445
  1605. #define OBJ_pilotPerson 0L, 9L, 2342L, 19200300L, 100L, 4L, 4L
  1606. #define SN_account "account"
  1607. #define NID_account 446
  1608. #define OBJ_account 0L, 9L, 2342L, 19200300L, 100L, 4L, 5L
  1609. #define SN_document "document"
  1610. #define NID_document 447
  1611. #define OBJ_document 0L, 9L, 2342L, 19200300L, 100L, 4L, 6L
  1612. #define SN_room "room"
  1613. #define NID_room 448
  1614. #define OBJ_room 0L, 9L, 2342L, 19200300L, 100L, 4L, 7L
  1615. #define LN_documentSeries "documentSeries"
  1616. #define NID_documentSeries 449
  1617. #define OBJ_documentSeries 0L, 9L, 2342L, 19200300L, 100L, 4L, 9L
  1618. #define LN_rFC822localPart "rFC822localPart"
  1619. #define NID_rFC822localPart 450
  1620. #define OBJ_rFC822localPart 0L, 9L, 2342L, 19200300L, 100L, 4L, 14L
  1621. #define LN_dNSDomain "dNSDomain"
  1622. #define NID_dNSDomain 451
  1623. #define OBJ_dNSDomain 0L, 9L, 2342L, 19200300L, 100L, 4L, 15L
  1624. #define LN_domainRelatedObject "domainRelatedObject"
  1625. #define NID_domainRelatedObject 452
  1626. #define OBJ_domainRelatedObject 0L, 9L, 2342L, 19200300L, 100L, 4L, 17L
  1627. #define LN_friendlyCountry "friendlyCountry"
  1628. #define NID_friendlyCountry 453
  1629. #define OBJ_friendlyCountry 0L, 9L, 2342L, 19200300L, 100L, 4L, 18L
  1630. #define LN_simpleSecurityObject "simpleSecurityObject"
  1631. #define NID_simpleSecurityObject 454
  1632. #define OBJ_simpleSecurityObject 0L, 9L, 2342L, 19200300L, 100L, 4L, 19L
  1633. #define LN_pilotOrganization "pilotOrganization"
  1634. #define NID_pilotOrganization 455
  1635. #define OBJ_pilotOrganization 0L, 9L, 2342L, 19200300L, 100L, 4L, 20L
  1636. #define LN_pilotDSA "pilotDSA"
  1637. #define NID_pilotDSA 456
  1638. #define OBJ_pilotDSA 0L, 9L, 2342L, 19200300L, 100L, 4L, 21L
  1639. #define LN_qualityLabelledData "qualityLabelledData"
  1640. #define NID_qualityLabelledData 457
  1641. #define OBJ_qualityLabelledData 0L, 9L, 2342L, 19200300L, 100L, 4L, 22L
  1642. #define SN_userId "UID"
  1643. #define LN_userId "userId"
  1644. #define NID_userId 458
  1645. #define OBJ_userId 0L, 9L, 2342L, 19200300L, 100L, 1L, 1L
  1646. #define LN_textEncodedORAddress "textEncodedORAddress"
  1647. #define NID_textEncodedORAddress 459
  1648. #define OBJ_textEncodedORAddress 0L, 9L, 2342L, 19200300L, 100L, 1L, 2L
  1649. #define SN_rfc822Mailbox "mail"
  1650. #define LN_rfc822Mailbox "rfc822Mailbox"
  1651. #define NID_rfc822Mailbox 460
  1652. #define OBJ_rfc822Mailbox 0L, 9L, 2342L, 19200300L, 100L, 1L, 3L
  1653. #define SN_info "info"
  1654. #define NID_info 461
  1655. #define OBJ_info 0L, 9L, 2342L, 19200300L, 100L, 1L, 4L
  1656. #define LN_favouriteDrink "favouriteDrink"
  1657. #define NID_favouriteDrink 462
  1658. #define OBJ_favouriteDrink 0L, 9L, 2342L, 19200300L, 100L, 1L, 5L
  1659. #define LN_roomNumber "roomNumber"
  1660. #define NID_roomNumber 463
  1661. #define OBJ_roomNumber 0L, 9L, 2342L, 19200300L, 100L, 1L, 6L
  1662. #define SN_photo "photo"
  1663. #define NID_photo 464
  1664. #define OBJ_photo 0L, 9L, 2342L, 19200300L, 100L, 1L, 7L
  1665. #define LN_userClass "userClass"
  1666. #define NID_userClass 465
  1667. #define OBJ_userClass 0L, 9L, 2342L, 19200300L, 100L, 1L, 8L
  1668. #define SN_host "host"
  1669. #define NID_host 466
  1670. #define OBJ_host 0L, 9L, 2342L, 19200300L, 100L, 1L, 9L
  1671. #define SN_manager "manager"
  1672. #define NID_manager 467
  1673. #define OBJ_manager 0L, 9L, 2342L, 19200300L, 100L, 1L, 10L
  1674. #define LN_documentIdentifier "documentIdentifier"
  1675. #define NID_documentIdentifier 468
  1676. #define OBJ_documentIdentifier 0L, 9L, 2342L, 19200300L, 100L, 1L, 11L
  1677. #define LN_documentTitle "documentTitle"
  1678. #define NID_documentTitle 469
  1679. #define OBJ_documentTitle 0L, 9L, 2342L, 19200300L, 100L, 1L, 12L
  1680. #define LN_documentVersion "documentVersion"
  1681. #define NID_documentVersion 470
  1682. #define OBJ_documentVersion 0L, 9L, 2342L, 19200300L, 100L, 1L, 13L
  1683. #define LN_documentAuthor "documentAuthor"
  1684. #define NID_documentAuthor 471
  1685. #define OBJ_documentAuthor 0L, 9L, 2342L, 19200300L, 100L, 1L, 14L
  1686. #define LN_documentLocation "documentLocation"
  1687. #define NID_documentLocation 472
  1688. #define OBJ_documentLocation 0L, 9L, 2342L, 19200300L, 100L, 1L, 15L
  1689. #define LN_homeTelephoneNumber "homeTelephoneNumber"
  1690. #define NID_homeTelephoneNumber 473
  1691. #define OBJ_homeTelephoneNumber 0L, 9L, 2342L, 19200300L, 100L, 1L, 20L
  1692. #define SN_secretary "secretary"
  1693. #define NID_secretary 474
  1694. #define OBJ_secretary 0L, 9L, 2342L, 19200300L, 100L, 1L, 21L
  1695. #define LN_otherMailbox "otherMailbox"
  1696. #define NID_otherMailbox 475
  1697. #define OBJ_otherMailbox 0L, 9L, 2342L, 19200300L, 100L, 1L, 22L
  1698. #define LN_lastModifiedTime "lastModifiedTime"
  1699. #define NID_lastModifiedTime 476
  1700. #define OBJ_lastModifiedTime 0L, 9L, 2342L, 19200300L, 100L, 1L, 23L
  1701. #define LN_lastModifiedBy "lastModifiedBy"
  1702. #define NID_lastModifiedBy 477
  1703. #define OBJ_lastModifiedBy 0L, 9L, 2342L, 19200300L, 100L, 1L, 24L
  1704. #define LN_aRecord "aRecord"
  1705. #define NID_aRecord 478
  1706. #define OBJ_aRecord 0L, 9L, 2342L, 19200300L, 100L, 1L, 26L
  1707. #define LN_pilotAttributeType27 "pilotAttributeType27"
  1708. #define NID_pilotAttributeType27 479
  1709. #define OBJ_pilotAttributeType27 0L, 9L, 2342L, 19200300L, 100L, 1L, 27L
  1710. #define LN_mXRecord "mXRecord"
  1711. #define NID_mXRecord 480
  1712. #define OBJ_mXRecord 0L, 9L, 2342L, 19200300L, 100L, 1L, 28L
  1713. #define LN_nSRecord "nSRecord"
  1714. #define NID_nSRecord 481
  1715. #define OBJ_nSRecord 0L, 9L, 2342L, 19200300L, 100L, 1L, 29L
  1716. #define LN_sOARecord "sOARecord"
  1717. #define NID_sOARecord 482
  1718. #define OBJ_sOARecord 0L, 9L, 2342L, 19200300L, 100L, 1L, 30L
  1719. #define LN_cNAMERecord "cNAMERecord"
  1720. #define NID_cNAMERecord 483
  1721. #define OBJ_cNAMERecord 0L, 9L, 2342L, 19200300L, 100L, 1L, 31L
  1722. #define LN_associatedDomain "associatedDomain"
  1723. #define NID_associatedDomain 484
  1724. #define OBJ_associatedDomain 0L, 9L, 2342L, 19200300L, 100L, 1L, 37L
  1725. #define LN_associatedName "associatedName"
  1726. #define NID_associatedName 485
  1727. #define OBJ_associatedName 0L, 9L, 2342L, 19200300L, 100L, 1L, 38L
  1728. #define LN_homePostalAddress "homePostalAddress"
  1729. #define NID_homePostalAddress 486
  1730. #define OBJ_homePostalAddress 0L, 9L, 2342L, 19200300L, 100L, 1L, 39L
  1731. #define LN_personalTitle "personalTitle"
  1732. #define NID_personalTitle 487
  1733. #define OBJ_personalTitle 0L, 9L, 2342L, 19200300L, 100L, 1L, 40L
  1734. #define LN_mobileTelephoneNumber "mobileTelephoneNumber"
  1735. #define NID_mobileTelephoneNumber 488
  1736. #define OBJ_mobileTelephoneNumber 0L, 9L, 2342L, 19200300L, 100L, 1L, 41L
  1737. #define LN_pagerTelephoneNumber "pagerTelephoneNumber"
  1738. #define NID_pagerTelephoneNumber 489
  1739. #define OBJ_pagerTelephoneNumber 0L, 9L, 2342L, 19200300L, 100L, 1L, 42L
  1740. #define LN_friendlyCountryName "friendlyCountryName"
  1741. #define NID_friendlyCountryName 490
  1742. #define OBJ_friendlyCountryName 0L, 9L, 2342L, 19200300L, 100L, 1L, 43L
  1743. #define LN_organizationalStatus "organizationalStatus"
  1744. #define NID_organizationalStatus 491
  1745. #define OBJ_organizationalStatus 0L, 9L, 2342L, 19200300L, 100L, 1L, 45L
  1746. #define LN_janetMailbox "janetMailbox"
  1747. #define NID_janetMailbox 492
  1748. #define OBJ_janetMailbox 0L, 9L, 2342L, 19200300L, 100L, 1L, 46L
  1749. #define LN_mailPreferenceOption "mailPreferenceOption"
  1750. #define NID_mailPreferenceOption 493
  1751. #define OBJ_mailPreferenceOption 0L, 9L, 2342L, 19200300L, 100L, 1L, 47L
  1752. #define LN_buildingName "buildingName"
  1753. #define NID_buildingName 494
  1754. #define OBJ_buildingName 0L, 9L, 2342L, 19200300L, 100L, 1L, 48L
  1755. #define LN_dSAQuality "dSAQuality"
  1756. #define NID_dSAQuality 495
  1757. #define OBJ_dSAQuality 0L, 9L, 2342L, 19200300L, 100L, 1L, 49L
  1758. #define LN_singleLevelQuality "singleLevelQuality"
  1759. #define NID_singleLevelQuality 496
  1760. #define OBJ_singleLevelQuality 0L, 9L, 2342L, 19200300L, 100L, 1L, 50L
  1761. #define LN_subtreeMinimumQuality "subtreeMinimumQuality"
  1762. #define NID_subtreeMinimumQuality 497
  1763. #define OBJ_subtreeMinimumQuality 0L, 9L, 2342L, 19200300L, 100L, 1L, 51L
  1764. #define LN_subtreeMaximumQuality "subtreeMaximumQuality"
  1765. #define NID_subtreeMaximumQuality 498
  1766. #define OBJ_subtreeMaximumQuality 0L, 9L, 2342L, 19200300L, 100L, 1L, 52L
  1767. #define LN_personalSignature "personalSignature"
  1768. #define NID_personalSignature 499
  1769. #define OBJ_personalSignature 0L, 9L, 2342L, 19200300L, 100L, 1L, 53L
  1770. #define LN_dITRedirect "dITRedirect"
  1771. #define NID_dITRedirect 500
  1772. #define OBJ_dITRedirect 0L, 9L, 2342L, 19200300L, 100L, 1L, 54L
  1773. #define SN_audio "audio"
  1774. #define NID_audio 501
  1775. #define OBJ_audio 0L, 9L, 2342L, 19200300L, 100L, 1L, 55L
  1776. #define LN_documentPublisher "documentPublisher"
  1777. #define NID_documentPublisher 502
  1778. #define OBJ_documentPublisher 0L, 9L, 2342L, 19200300L, 100L, 1L, 56L
  1779. #define LN_x500UniqueIdentifier "x500UniqueIdentifier"
  1780. #define NID_x500UniqueIdentifier 503
  1781. #define OBJ_x500UniqueIdentifier 2L, 5L, 4L, 45L
  1782. #define SN_mime_mhs "mime-mhs"
  1783. #define LN_mime_mhs "MIME MHS"
  1784. #define NID_mime_mhs 504
  1785. #define OBJ_mime_mhs 1L, 3L, 6L, 1L, 7L, 1L
  1786. #define SN_mime_mhs_headings "mime-mhs-headings"
  1787. #define LN_mime_mhs_headings "mime-mhs-headings"
  1788. #define NID_mime_mhs_headings 505
  1789. #define OBJ_mime_mhs_headings 1L, 3L, 6L, 1L, 7L, 1L, 1L
  1790. #define SN_mime_mhs_bodies "mime-mhs-bodies"
  1791. #define LN_mime_mhs_bodies "mime-mhs-bodies"
  1792. #define NID_mime_mhs_bodies 506
  1793. #define OBJ_mime_mhs_bodies 1L, 3L, 6L, 1L, 7L, 1L, 2L
  1794. #define SN_id_hex_partial_message "id-hex-partial-message"
  1795. #define LN_id_hex_partial_message "id-hex-partial-message"
  1796. #define NID_id_hex_partial_message 507
  1797. #define OBJ_id_hex_partial_message 1L, 3L, 6L, 1L, 7L, 1L, 1L, 1L
  1798. #define SN_id_hex_multipart_message "id-hex-multipart-message"
  1799. #define LN_id_hex_multipart_message "id-hex-multipart-message"
  1800. #define NID_id_hex_multipart_message 508
  1801. #define OBJ_id_hex_multipart_message 1L, 3L, 6L, 1L, 7L, 1L, 1L, 2L
  1802. #define LN_generationQualifier "generationQualifier"
  1803. #define NID_generationQualifier 509
  1804. #define OBJ_generationQualifier 2L, 5L, 4L, 44L
  1805. #define LN_pseudonym "pseudonym"
  1806. #define NID_pseudonym 510
  1807. #define OBJ_pseudonym 2L, 5L, 4L, 65L
  1808. #define SN_id_set "id-set"
  1809. #define LN_id_set "Secure Electronic Transactions"
  1810. #define NID_id_set 512
  1811. #define OBJ_id_set 2L, 23L, 42L
  1812. #define SN_set_ctype "set-ctype"
  1813. #define LN_set_ctype "content types"
  1814. #define NID_set_ctype 513
  1815. #define OBJ_set_ctype 2L, 23L, 42L, 0L
  1816. #define SN_set_msgExt "set-msgExt"
  1817. #define LN_set_msgExt "message extensions"
  1818. #define NID_set_msgExt 514
  1819. #define OBJ_set_msgExt 2L, 23L, 42L, 1L
  1820. #define SN_set_attr "set-attr"
  1821. #define NID_set_attr 515
  1822. #define OBJ_set_attr 2L, 23L, 42L, 3L
  1823. #define SN_set_policy "set-policy"
  1824. #define NID_set_policy 516
  1825. #define OBJ_set_policy 2L, 23L, 42L, 5L
  1826. #define SN_set_certExt "set-certExt"
  1827. #define LN_set_certExt "certificate extensions"
  1828. #define NID_set_certExt 517
  1829. #define OBJ_set_certExt 2L, 23L, 42L, 7L
  1830. #define SN_set_brand "set-brand"
  1831. #define NID_set_brand 518
  1832. #define OBJ_set_brand 2L, 23L, 42L, 8L
  1833. #define SN_setct_PANData "setct-PANData"
  1834. #define NID_setct_PANData 519
  1835. #define OBJ_setct_PANData 2L, 23L, 42L, 0L, 0L
  1836. #define SN_setct_PANToken "setct-PANToken"
  1837. #define NID_setct_PANToken 520
  1838. #define OBJ_setct_PANToken 2L, 23L, 42L, 0L, 1L
  1839. #define SN_setct_PANOnly "setct-PANOnly"
  1840. #define NID_setct_PANOnly 521
  1841. #define OBJ_setct_PANOnly 2L, 23L, 42L, 0L, 2L
  1842. #define SN_setct_OIData "setct-OIData"
  1843. #define NID_setct_OIData 522
  1844. #define OBJ_setct_OIData 2L, 23L, 42L, 0L, 3L
  1845. #define SN_setct_PI "setct-PI"
  1846. #define NID_setct_PI 523
  1847. #define OBJ_setct_PI 2L, 23L, 42L, 0L, 4L
  1848. #define SN_setct_PIData "setct-PIData"
  1849. #define NID_setct_PIData 524
  1850. #define OBJ_setct_PIData 2L, 23L, 42L, 0L, 5L
  1851. #define SN_setct_PIDataUnsigned "setct-PIDataUnsigned"
  1852. #define NID_setct_PIDataUnsigned 525
  1853. #define OBJ_setct_PIDataUnsigned 2L, 23L, 42L, 0L, 6L
  1854. #define SN_setct_HODInput "setct-HODInput"
  1855. #define NID_setct_HODInput 526
  1856. #define OBJ_setct_HODInput 2L, 23L, 42L, 0L, 7L
  1857. #define SN_setct_AuthResBaggage "setct-AuthResBaggage"
  1858. #define NID_setct_AuthResBaggage 527
  1859. #define OBJ_setct_AuthResBaggage 2L, 23L, 42L, 0L, 8L
  1860. #define SN_setct_AuthRevReqBaggage "setct-AuthRevReqBaggage"
  1861. #define NID_setct_AuthRevReqBaggage 528
  1862. #define OBJ_setct_AuthRevReqBaggage 2L, 23L, 42L, 0L, 9L
  1863. #define SN_setct_AuthRevResBaggage "setct-AuthRevResBaggage"
  1864. #define NID_setct_AuthRevResBaggage 529
  1865. #define OBJ_setct_AuthRevResBaggage 2L, 23L, 42L, 0L, 10L
  1866. #define SN_setct_CapTokenSeq "setct-CapTokenSeq"
  1867. #define NID_setct_CapTokenSeq 530
  1868. #define OBJ_setct_CapTokenSeq 2L, 23L, 42L, 0L, 11L
  1869. #define SN_setct_PInitResData "setct-PInitResData"
  1870. #define NID_setct_PInitResData 531
  1871. #define OBJ_setct_PInitResData 2L, 23L, 42L, 0L, 12L
  1872. #define SN_setct_PI_TBS "setct-PI-TBS"
  1873. #define NID_setct_PI_TBS 532
  1874. #define OBJ_setct_PI_TBS 2L, 23L, 42L, 0L, 13L
  1875. #define SN_setct_PResData "setct-PResData"
  1876. #define NID_setct_PResData 533
  1877. #define OBJ_setct_PResData 2L, 23L, 42L, 0L, 14L
  1878. #define SN_setct_AuthReqTBS "setct-AuthReqTBS"
  1879. #define NID_setct_AuthReqTBS 534
  1880. #define OBJ_setct_AuthReqTBS 2L, 23L, 42L, 0L, 16L
  1881. #define SN_setct_AuthResTBS "setct-AuthResTBS"
  1882. #define NID_setct_AuthResTBS 535
  1883. #define OBJ_setct_AuthResTBS 2L, 23L, 42L, 0L, 17L
  1884. #define SN_setct_AuthResTBSX "setct-AuthResTBSX"
  1885. #define NID_setct_AuthResTBSX 536
  1886. #define OBJ_setct_AuthResTBSX 2L, 23L, 42L, 0L, 18L
  1887. #define SN_setct_AuthTokenTBS "setct-AuthTokenTBS"
  1888. #define NID_setct_AuthTokenTBS 537
  1889. #define OBJ_setct_AuthTokenTBS 2L, 23L, 42L, 0L, 19L
  1890. #define SN_setct_CapTokenData "setct-CapTokenData"
  1891. #define NID_setct_CapTokenData 538
  1892. #define OBJ_setct_CapTokenData 2L, 23L, 42L, 0L, 20L
  1893. #define SN_setct_CapTokenTBS "setct-CapTokenTBS"
  1894. #define NID_setct_CapTokenTBS 539
  1895. #define OBJ_setct_CapTokenTBS 2L, 23L, 42L, 0L, 21L
  1896. #define SN_setct_AcqCardCodeMsg "setct-AcqCardCodeMsg"
  1897. #define NID_setct_AcqCardCodeMsg 540
  1898. #define OBJ_setct_AcqCardCodeMsg 2L, 23L, 42L, 0L, 22L
  1899. #define SN_setct_AuthRevReqTBS "setct-AuthRevReqTBS"
  1900. #define NID_setct_AuthRevReqTBS 541
  1901. #define OBJ_setct_AuthRevReqTBS 2L, 23L, 42L, 0L, 23L
  1902. #define SN_setct_AuthRevResData "setct-AuthRevResData"
  1903. #define NID_setct_AuthRevResData 542
  1904. #define OBJ_setct_AuthRevResData 2L, 23L, 42L, 0L, 24L
  1905. #define SN_setct_AuthRevResTBS "setct-AuthRevResTBS"
  1906. #define NID_setct_AuthRevResTBS 543
  1907. #define OBJ_setct_AuthRevResTBS 2L, 23L, 42L, 0L, 25L
  1908. #define SN_setct_CapReqTBS "setct-CapReqTBS"
  1909. #define NID_setct_CapReqTBS 544
  1910. #define OBJ_setct_CapReqTBS 2L, 23L, 42L, 0L, 26L
  1911. #define SN_setct_CapReqTBSX "setct-CapReqTBSX"
  1912. #define NID_setct_CapReqTBSX 545
  1913. #define OBJ_setct_CapReqTBSX 2L, 23L, 42L, 0L, 27L
  1914. #define SN_setct_CapResData "setct-CapResData"
  1915. #define NID_setct_CapResData 546
  1916. #define OBJ_setct_CapResData 2L, 23L, 42L, 0L, 28L
  1917. #define SN_setct_CapRevReqTBS "setct-CapRevReqTBS"
  1918. #define NID_setct_CapRevReqTBS 547
  1919. #define OBJ_setct_CapRevReqTBS 2L, 23L, 42L, 0L, 29L
  1920. #define SN_setct_CapRevReqTBSX "setct-CapRevReqTBSX"
  1921. #define NID_setct_CapRevReqTBSX 548
  1922. #define OBJ_setct_CapRevReqTBSX 2L, 23L, 42L, 0L, 30L
  1923. #define SN_setct_CapRevResData "setct-CapRevResData"
  1924. #define NID_setct_CapRevResData 549
  1925. #define OBJ_setct_CapRevResData 2L, 23L, 42L, 0L, 31L
  1926. #define SN_setct_CredReqTBS "setct-CredReqTBS"
  1927. #define NID_setct_CredReqTBS 550
  1928. #define OBJ_setct_CredReqTBS 2L, 23L, 42L, 0L, 32L
  1929. #define SN_setct_CredReqTBSX "setct-CredReqTBSX"
  1930. #define NID_setct_CredReqTBSX 551
  1931. #define OBJ_setct_CredReqTBSX 2L, 23L, 42L, 0L, 33L
  1932. #define SN_setct_CredResData "setct-CredResData"
  1933. #define NID_setct_CredResData 552
  1934. #define OBJ_setct_CredResData 2L, 23L, 42L, 0L, 34L
  1935. #define SN_setct_CredRevReqTBS "setct-CredRevReqTBS"
  1936. #define NID_setct_CredRevReqTBS 553
  1937. #define OBJ_setct_CredRevReqTBS 2L, 23L, 42L, 0L, 35L
  1938. #define SN_setct_CredRevReqTBSX "setct-CredRevReqTBSX"
  1939. #define NID_setct_CredRevReqTBSX 554
  1940. #define OBJ_setct_CredRevReqTBSX 2L, 23L, 42L, 0L, 36L
  1941. #define SN_setct_CredRevResData "setct-CredRevResData"
  1942. #define NID_setct_CredRevResData 555
  1943. #define OBJ_setct_CredRevResData 2L, 23L, 42L, 0L, 37L
  1944. #define SN_setct_PCertReqData "setct-PCertReqData"
  1945. #define NID_setct_PCertReqData 556
  1946. #define OBJ_setct_PCertReqData 2L, 23L, 42L, 0L, 38L
  1947. #define SN_setct_PCertResTBS "setct-PCertResTBS"
  1948. #define NID_setct_PCertResTBS 557
  1949. #define OBJ_setct_PCertResTBS 2L, 23L, 42L, 0L, 39L
  1950. #define SN_setct_BatchAdminReqData "setct-BatchAdminReqData"
  1951. #define NID_setct_BatchAdminReqData 558
  1952. #define OBJ_setct_BatchAdminReqData 2L, 23L, 42L, 0L, 40L
  1953. #define SN_setct_BatchAdminResData "setct-BatchAdminResData"
  1954. #define NID_setct_BatchAdminResData 559
  1955. #define OBJ_setct_BatchAdminResData 2L, 23L, 42L, 0L, 41L
  1956. #define SN_setct_CardCInitResTBS "setct-CardCInitResTBS"
  1957. #define NID_setct_CardCInitResTBS 560
  1958. #define OBJ_setct_CardCInitResTBS 2L, 23L, 42L, 0L, 42L
  1959. #define SN_setct_MeAqCInitResTBS "setct-MeAqCInitResTBS"
  1960. #define NID_setct_MeAqCInitResTBS 561
  1961. #define OBJ_setct_MeAqCInitResTBS 2L, 23L, 42L, 0L, 43L
  1962. #define SN_setct_RegFormResTBS "setct-RegFormResTBS"
  1963. #define NID_setct_RegFormResTBS 562
  1964. #define OBJ_setct_RegFormResTBS 2L, 23L, 42L, 0L, 44L
  1965. #define SN_setct_CertReqData "setct-CertReqData"
  1966. #define NID_setct_CertReqData 563
  1967. #define OBJ_setct_CertReqData 2L, 23L, 42L, 0L, 45L
  1968. #define SN_setct_CertReqTBS "setct-CertReqTBS"
  1969. #define NID_setct_CertReqTBS 564
  1970. #define OBJ_setct_CertReqTBS 2L, 23L, 42L, 0L, 46L
  1971. #define SN_setct_CertResData "setct-CertResData"
  1972. #define NID_setct_CertResData 565
  1973. #define OBJ_setct_CertResData 2L, 23L, 42L, 0L, 47L
  1974. #define SN_setct_CertInqReqTBS "setct-CertInqReqTBS"
  1975. #define NID_setct_CertInqReqTBS 566
  1976. #define OBJ_setct_CertInqReqTBS 2L, 23L, 42L, 0L, 48L
  1977. #define SN_setct_ErrorTBS "setct-ErrorTBS"
  1978. #define NID_setct_ErrorTBS 567
  1979. #define OBJ_setct_ErrorTBS 2L, 23L, 42L, 0L, 49L
  1980. #define SN_setct_PIDualSignedTBE "setct-PIDualSignedTBE"
  1981. #define NID_setct_PIDualSignedTBE 568
  1982. #define OBJ_setct_PIDualSignedTBE 2L, 23L, 42L, 0L, 50L
  1983. #define SN_setct_PIUnsignedTBE "setct-PIUnsignedTBE"
  1984. #define NID_setct_PIUnsignedTBE 569
  1985. #define OBJ_setct_PIUnsignedTBE 2L, 23L, 42L, 0L, 51L
  1986. #define SN_setct_AuthReqTBE "setct-AuthReqTBE"
  1987. #define NID_setct_AuthReqTBE 570
  1988. #define OBJ_setct_AuthReqTBE 2L, 23L, 42L, 0L, 52L
  1989. #define SN_setct_AuthResTBE "setct-AuthResTBE"
  1990. #define NID_setct_AuthResTBE 571
  1991. #define OBJ_setct_AuthResTBE 2L, 23L, 42L, 0L, 53L
  1992. #define SN_setct_AuthResTBEX "setct-AuthResTBEX"
  1993. #define NID_setct_AuthResTBEX 572
  1994. #define OBJ_setct_AuthResTBEX 2L, 23L, 42L, 0L, 54L
  1995. #define SN_setct_AuthTokenTBE "setct-AuthTokenTBE"
  1996. #define NID_setct_AuthTokenTBE 573
  1997. #define OBJ_setct_AuthTokenTBE 2L, 23L, 42L, 0L, 55L
  1998. #define SN_setct_CapTokenTBE "setct-CapTokenTBE"
  1999. #define NID_setct_CapTokenTBE 574
  2000. #define OBJ_setct_CapTokenTBE 2L, 23L, 42L, 0L, 56L
  2001. #define SN_setct_CapTokenTBEX "setct-CapTokenTBEX"
  2002. #define NID_setct_CapTokenTBEX 575
  2003. #define OBJ_setct_CapTokenTBEX 2L, 23L, 42L, 0L, 57L
  2004. #define SN_setct_AcqCardCodeMsgTBE "setct-AcqCardCodeMsgTBE"
  2005. #define NID_setct_AcqCardCodeMsgTBE 576
  2006. #define OBJ_setct_AcqCardCodeMsgTBE 2L, 23L, 42L, 0L, 58L
  2007. #define SN_setct_AuthRevReqTBE "setct-AuthRevReqTBE"
  2008. #define NID_setct_AuthRevReqTBE 577
  2009. #define OBJ_setct_AuthRevReqTBE 2L, 23L, 42L, 0L, 59L
  2010. #define SN_setct_AuthRevResTBE "setct-AuthRevResTBE"
  2011. #define NID_setct_AuthRevResTBE 578
  2012. #define OBJ_setct_AuthRevResTBE 2L, 23L, 42L, 0L, 60L
  2013. #define SN_setct_AuthRevResTBEB "setct-AuthRevResTBEB"
  2014. #define NID_setct_AuthRevResTBEB 579
  2015. #define OBJ_setct_AuthRevResTBEB 2L, 23L, 42L, 0L, 61L
  2016. #define SN_setct_CapReqTBE "setct-CapReqTBE"
  2017. #define NID_setct_CapReqTBE 580
  2018. #define OBJ_setct_CapReqTBE 2L, 23L, 42L, 0L, 62L
  2019. #define SN_setct_CapReqTBEX "setct-CapReqTBEX"
  2020. #define NID_setct_CapReqTBEX 581
  2021. #define OBJ_setct_CapReqTBEX 2L, 23L, 42L, 0L, 63L
  2022. #define SN_setct_CapResTBE "setct-CapResTBE"
  2023. #define NID_setct_CapResTBE 582
  2024. #define OBJ_setct_CapResTBE 2L, 23L, 42L, 0L, 64L
  2025. #define SN_setct_CapRevReqTBE "setct-CapRevReqTBE"
  2026. #define NID_setct_CapRevReqTBE 583
  2027. #define OBJ_setct_CapRevReqTBE 2L, 23L, 42L, 0L, 65L
  2028. #define SN_setct_CapRevReqTBEX "setct-CapRevReqTBEX"
  2029. #define NID_setct_CapRevReqTBEX 584
  2030. #define OBJ_setct_CapRevReqTBEX 2L, 23L, 42L, 0L, 66L
  2031. #define SN_setct_CapRevResTBE "setct-CapRevResTBE"
  2032. #define NID_setct_CapRevResTBE 585
  2033. #define OBJ_setct_CapRevResTBE 2L, 23L, 42L, 0L, 67L
  2034. #define SN_setct_CredReqTBE "setct-CredReqTBE"
  2035. #define NID_setct_CredReqTBE 586
  2036. #define OBJ_setct_CredReqTBE 2L, 23L, 42L, 0L, 68L
  2037. #define SN_setct_CredReqTBEX "setct-CredReqTBEX"
  2038. #define NID_setct_CredReqTBEX 587
  2039. #define OBJ_setct_CredReqTBEX 2L, 23L, 42L, 0L, 69L
  2040. #define SN_setct_CredResTBE "setct-CredResTBE"
  2041. #define NID_setct_CredResTBE 588
  2042. #define OBJ_setct_CredResTBE 2L, 23L, 42L, 0L, 70L
  2043. #define SN_setct_CredRevReqTBE "setct-CredRevReqTBE"
  2044. #define NID_setct_CredRevReqTBE 589
  2045. #define OBJ_setct_CredRevReqTBE 2L, 23L, 42L, 0L, 71L
  2046. #define SN_setct_CredRevReqTBEX "setct-CredRevReqTBEX"
  2047. #define NID_setct_CredRevReqTBEX 590
  2048. #define OBJ_setct_CredRevReqTBEX 2L, 23L, 42L, 0L, 72L
  2049. #define SN_setct_CredRevResTBE "setct-CredRevResTBE"
  2050. #define NID_setct_CredRevResTBE 591
  2051. #define OBJ_setct_CredRevResTBE 2L, 23L, 42L, 0L, 73L
  2052. #define SN_setct_BatchAdminReqTBE "setct-BatchAdminReqTBE"
  2053. #define NID_setct_BatchAdminReqTBE 592
  2054. #define OBJ_setct_BatchAdminReqTBE 2L, 23L, 42L, 0L, 74L
  2055. #define SN_setct_BatchAdminResTBE "setct-BatchAdminResTBE"
  2056. #define NID_setct_BatchAdminResTBE 593
  2057. #define OBJ_setct_BatchAdminResTBE 2L, 23L, 42L, 0L, 75L
  2058. #define SN_setct_RegFormReqTBE "setct-RegFormReqTBE"
  2059. #define NID_setct_RegFormReqTBE 594
  2060. #define OBJ_setct_RegFormReqTBE 2L, 23L, 42L, 0L, 76L
  2061. #define SN_setct_CertReqTBE "setct-CertReqTBE"
  2062. #define NID_setct_CertReqTBE 595
  2063. #define OBJ_setct_CertReqTBE 2L, 23L, 42L, 0L, 77L
  2064. #define SN_setct_CertReqTBEX "setct-CertReqTBEX"
  2065. #define NID_setct_CertReqTBEX 596
  2066. #define OBJ_setct_CertReqTBEX 2L, 23L, 42L, 0L, 78L
  2067. #define SN_setct_CertResTBE "setct-CertResTBE"
  2068. #define NID_setct_CertResTBE 597
  2069. #define OBJ_setct_CertResTBE 2L, 23L, 42L, 0L, 79L
  2070. #define SN_setct_CRLNotificationTBS "setct-CRLNotificationTBS"
  2071. #define NID_setct_CRLNotificationTBS 598
  2072. #define OBJ_setct_CRLNotificationTBS 2L, 23L, 42L, 0L, 80L
  2073. #define SN_setct_CRLNotificationResTBS "setct-CRLNotificationResTBS"
  2074. #define NID_setct_CRLNotificationResTBS 599
  2075. #define OBJ_setct_CRLNotificationResTBS 2L, 23L, 42L, 0L, 81L
  2076. #define SN_setct_BCIDistributionTBS "setct-BCIDistributionTBS"
  2077. #define NID_setct_BCIDistributionTBS 600
  2078. #define OBJ_setct_BCIDistributionTBS 2L, 23L, 42L, 0L, 82L
  2079. #define SN_setext_genCrypt "setext-genCrypt"
  2080. #define LN_setext_genCrypt "generic cryptogram"
  2081. #define NID_setext_genCrypt 601
  2082. #define OBJ_setext_genCrypt 2L, 23L, 42L, 1L, 1L
  2083. #define SN_setext_miAuth "setext-miAuth"
  2084. #define LN_setext_miAuth "merchant initiated auth"
  2085. #define NID_setext_miAuth 602
  2086. #define OBJ_setext_miAuth 2L, 23L, 42L, 1L, 3L
  2087. #define SN_setext_pinSecure "setext-pinSecure"
  2088. #define NID_setext_pinSecure 603
  2089. #define OBJ_setext_pinSecure 2L, 23L, 42L, 1L, 4L
  2090. #define SN_setext_pinAny "setext-pinAny"
  2091. #define NID_setext_pinAny 604
  2092. #define OBJ_setext_pinAny 2L, 23L, 42L, 1L, 5L
  2093. #define SN_setext_track2 "setext-track2"
  2094. #define NID_setext_track2 605
  2095. #define OBJ_setext_track2 2L, 23L, 42L, 1L, 7L
  2096. #define SN_setext_cv "setext-cv"
  2097. #define LN_setext_cv "additional verification"
  2098. #define NID_setext_cv 606
  2099. #define OBJ_setext_cv 2L, 23L, 42L, 1L, 8L
  2100. #define SN_set_policy_root "set-policy-root"
  2101. #define NID_set_policy_root 607
  2102. #define OBJ_set_policy_root 2L, 23L, 42L, 5L, 0L
  2103. #define SN_setCext_hashedRoot "setCext-hashedRoot"
  2104. #define NID_setCext_hashedRoot 608
  2105. #define OBJ_setCext_hashedRoot 2L, 23L, 42L, 7L, 0L
  2106. #define SN_setCext_certType "setCext-certType"
  2107. #define NID_setCext_certType 609
  2108. #define OBJ_setCext_certType 2L, 23L, 42L, 7L, 1L
  2109. #define SN_setCext_merchData "setCext-merchData"
  2110. #define NID_setCext_merchData 610
  2111. #define OBJ_setCext_merchData 2L, 23L, 42L, 7L, 2L
  2112. #define SN_setCext_cCertRequired "setCext-cCertRequired"
  2113. #define NID_setCext_cCertRequired 611
  2114. #define OBJ_setCext_cCertRequired 2L, 23L, 42L, 7L, 3L
  2115. #define SN_setCext_tunneling "setCext-tunneling"
  2116. #define NID_setCext_tunneling 612
  2117. #define OBJ_setCext_tunneling 2L, 23L, 42L, 7L, 4L
  2118. #define SN_setCext_setExt "setCext-setExt"
  2119. #define NID_setCext_setExt 613
  2120. #define OBJ_setCext_setExt 2L, 23L, 42L, 7L, 5L
  2121. #define SN_setCext_setQualf "setCext-setQualf"
  2122. #define NID_setCext_setQualf 614
  2123. #define OBJ_setCext_setQualf 2L, 23L, 42L, 7L, 6L
  2124. #define SN_setCext_PGWYcapabilities "setCext-PGWYcapabilities"
  2125. #define NID_setCext_PGWYcapabilities 615
  2126. #define OBJ_setCext_PGWYcapabilities 2L, 23L, 42L, 7L, 7L
  2127. #define SN_setCext_TokenIdentifier "setCext-TokenIdentifier"
  2128. #define NID_setCext_TokenIdentifier 616
  2129. #define OBJ_setCext_TokenIdentifier 2L, 23L, 42L, 7L, 8L
  2130. #define SN_setCext_Track2Data "setCext-Track2Data"
  2131. #define NID_setCext_Track2Data 617
  2132. #define OBJ_setCext_Track2Data 2L, 23L, 42L, 7L, 9L
  2133. #define SN_setCext_TokenType "setCext-TokenType"
  2134. #define NID_setCext_TokenType 618
  2135. #define OBJ_setCext_TokenType 2L, 23L, 42L, 7L, 10L
  2136. #define SN_setCext_IssuerCapabilities "setCext-IssuerCapabilities"
  2137. #define NID_setCext_IssuerCapabilities 619
  2138. #define OBJ_setCext_IssuerCapabilities 2L, 23L, 42L, 7L, 11L
  2139. #define SN_setAttr_Cert "setAttr-Cert"
  2140. #define NID_setAttr_Cert 620
  2141. #define OBJ_setAttr_Cert 2L, 23L, 42L, 3L, 0L
  2142. #define SN_setAttr_PGWYcap "setAttr-PGWYcap"
  2143. #define LN_setAttr_PGWYcap "payment gateway capabilities"
  2144. #define NID_setAttr_PGWYcap 621
  2145. #define OBJ_setAttr_PGWYcap 2L, 23L, 42L, 3L, 1L
  2146. #define SN_setAttr_TokenType "setAttr-TokenType"
  2147. #define NID_setAttr_TokenType 622
  2148. #define OBJ_setAttr_TokenType 2L, 23L, 42L, 3L, 2L
  2149. #define SN_setAttr_IssCap "setAttr-IssCap"
  2150. #define LN_setAttr_IssCap "issuer capabilities"
  2151. #define NID_setAttr_IssCap 623
  2152. #define OBJ_setAttr_IssCap 2L, 23L, 42L, 3L, 3L
  2153. #define SN_set_rootKeyThumb "set-rootKeyThumb"
  2154. #define NID_set_rootKeyThumb 624
  2155. #define OBJ_set_rootKeyThumb 2L, 23L, 42L, 3L, 0L, 0L
  2156. #define SN_set_addPolicy "set-addPolicy"
  2157. #define NID_set_addPolicy 625
  2158. #define OBJ_set_addPolicy 2L, 23L, 42L, 3L, 0L, 1L
  2159. #define SN_setAttr_Token_EMV "setAttr-Token-EMV"
  2160. #define NID_setAttr_Token_EMV 626
  2161. #define OBJ_setAttr_Token_EMV 2L, 23L, 42L, 3L, 2L, 1L
  2162. #define SN_setAttr_Token_B0Prime "setAttr-Token-B0Prime"
  2163. #define NID_setAttr_Token_B0Prime 627
  2164. #define OBJ_setAttr_Token_B0Prime 2L, 23L, 42L, 3L, 2L, 2L
  2165. #define SN_setAttr_IssCap_CVM "setAttr-IssCap-CVM"
  2166. #define NID_setAttr_IssCap_CVM 628
  2167. #define OBJ_setAttr_IssCap_CVM 2L, 23L, 42L, 3L, 3L, 3L
  2168. #define SN_setAttr_IssCap_T2 "setAttr-IssCap-T2"
  2169. #define NID_setAttr_IssCap_T2 629
  2170. #define OBJ_setAttr_IssCap_T2 2L, 23L, 42L, 3L, 3L, 4L
  2171. #define SN_setAttr_IssCap_Sig "setAttr-IssCap-Sig"
  2172. #define NID_setAttr_IssCap_Sig 630
  2173. #define OBJ_setAttr_IssCap_Sig 2L, 23L, 42L, 3L, 3L, 5L
  2174. #define SN_setAttr_GenCryptgrm "setAttr-GenCryptgrm"
  2175. #define LN_setAttr_GenCryptgrm "generate cryptogram"
  2176. #define NID_setAttr_GenCryptgrm 631
  2177. #define OBJ_setAttr_GenCryptgrm 2L, 23L, 42L, 3L, 3L, 3L, 1L
  2178. #define SN_setAttr_T2Enc "setAttr-T2Enc"
  2179. #define LN_setAttr_T2Enc "encrypted track 2"
  2180. #define NID_setAttr_T2Enc 632
  2181. #define OBJ_setAttr_T2Enc 2L, 23L, 42L, 3L, 3L, 4L, 1L
  2182. #define SN_setAttr_T2cleartxt "setAttr-T2cleartxt"
  2183. #define LN_setAttr_T2cleartxt "cleartext track 2"
  2184. #define NID_setAttr_T2cleartxt 633
  2185. #define OBJ_setAttr_T2cleartxt 2L, 23L, 42L, 3L, 3L, 4L, 2L
  2186. #define SN_setAttr_TokICCsig "setAttr-TokICCsig"
  2187. #define LN_setAttr_TokICCsig "ICC or token signature"
  2188. #define NID_setAttr_TokICCsig 634
  2189. #define OBJ_setAttr_TokICCsig 2L, 23L, 42L, 3L, 3L, 5L, 1L
  2190. #define SN_setAttr_SecDevSig "setAttr-SecDevSig"
  2191. #define LN_setAttr_SecDevSig "secure device signature"
  2192. #define NID_setAttr_SecDevSig 635
  2193. #define OBJ_setAttr_SecDevSig 2L, 23L, 42L, 3L, 3L, 5L, 2L
  2194. #define SN_set_brand_IATA_ATA "set-brand-IATA-ATA"
  2195. #define NID_set_brand_IATA_ATA 636
  2196. #define OBJ_set_brand_IATA_ATA 2L, 23L, 42L, 8L, 1L
  2197. #define SN_set_brand_Diners "set-brand-Diners"
  2198. #define NID_set_brand_Diners 637
  2199. #define OBJ_set_brand_Diners 2L, 23L, 42L, 8L, 30L
  2200. #define SN_set_brand_AmericanExpress "set-brand-AmericanExpress"
  2201. #define NID_set_brand_AmericanExpress 638
  2202. #define OBJ_set_brand_AmericanExpress 2L, 23L, 42L, 8L, 34L
  2203. #define SN_set_brand_JCB "set-brand-JCB"
  2204. #define NID_set_brand_JCB 639
  2205. #define OBJ_set_brand_JCB 2L, 23L, 42L, 8L, 35L
  2206. #define SN_set_brand_Visa "set-brand-Visa"
  2207. #define NID_set_brand_Visa 640
  2208. #define OBJ_set_brand_Visa 2L, 23L, 42L, 8L, 4L
  2209. #define SN_set_brand_MasterCard "set-brand-MasterCard"
  2210. #define NID_set_brand_MasterCard 641
  2211. #define OBJ_set_brand_MasterCard 2L, 23L, 42L, 8L, 5L
  2212. #define SN_set_brand_Novus "set-brand-Novus"
  2213. #define NID_set_brand_Novus 642
  2214. #define OBJ_set_brand_Novus 2L, 23L, 42L, 8L, 6011L
  2215. #define SN_des_cdmf "DES-CDMF"
  2216. #define LN_des_cdmf "des-cdmf"
  2217. #define NID_des_cdmf 643
  2218. #define OBJ_des_cdmf 1L, 2L, 840L, 113549L, 3L, 10L
  2219. #define SN_rsaOAEPEncryptionSET "rsaOAEPEncryptionSET"
  2220. #define NID_rsaOAEPEncryptionSET 644
  2221. #define OBJ_rsaOAEPEncryptionSET 1L, 2L, 840L, 113549L, 1L, 1L, 6L
  2222. #define SN_itu_t "ITU-T"
  2223. #define LN_itu_t "itu-t"
  2224. #define NID_itu_t 645
  2225. #define OBJ_itu_t 0L
  2226. #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T"
  2227. #define LN_joint_iso_itu_t "joint-iso-itu-t"
  2228. #define NID_joint_iso_itu_t 646
  2229. #define OBJ_joint_iso_itu_t 2L
  2230. #define SN_international_organizations "international-organizations"
  2231. #define LN_international_organizations "International Organizations"
  2232. #define NID_international_organizations 647
  2233. #define OBJ_international_organizations 2L, 23L
  2234. #define SN_ms_smartcard_login "msSmartcardLogin"
  2235. #define LN_ms_smartcard_login "Microsoft Smartcardlogin"
  2236. #define NID_ms_smartcard_login 648
  2237. #define OBJ_ms_smartcard_login 1L, 3L, 6L, 1L, 4L, 1L, 311L, 20L, 2L, 2L
  2238. #define SN_ms_upn "msUPN"
  2239. #define LN_ms_upn "Microsoft Universal Principal Name"
  2240. #define NID_ms_upn 649
  2241. #define OBJ_ms_upn 1L, 3L, 6L, 1L, 4L, 1L, 311L, 20L, 2L, 3L
  2242. #define SN_aes_128_cfb1 "AES-128-CFB1"
  2243. #define LN_aes_128_cfb1 "aes-128-cfb1"
  2244. #define NID_aes_128_cfb1 650
  2245. #define SN_aes_192_cfb1 "AES-192-CFB1"
  2246. #define LN_aes_192_cfb1 "aes-192-cfb1"
  2247. #define NID_aes_192_cfb1 651
  2248. #define SN_aes_256_cfb1 "AES-256-CFB1"
  2249. #define LN_aes_256_cfb1 "aes-256-cfb1"
  2250. #define NID_aes_256_cfb1 652
  2251. #define SN_aes_128_cfb8 "AES-128-CFB8"
  2252. #define LN_aes_128_cfb8 "aes-128-cfb8"
  2253. #define NID_aes_128_cfb8 653
  2254. #define SN_aes_192_cfb8 "AES-192-CFB8"
  2255. #define LN_aes_192_cfb8 "aes-192-cfb8"
  2256. #define NID_aes_192_cfb8 654
  2257. #define SN_aes_256_cfb8 "AES-256-CFB8"
  2258. #define LN_aes_256_cfb8 "aes-256-cfb8"
  2259. #define NID_aes_256_cfb8 655
  2260. #define SN_des_cfb1 "DES-CFB1"
  2261. #define LN_des_cfb1 "des-cfb1"
  2262. #define NID_des_cfb1 656
  2263. #define SN_des_cfb8 "DES-CFB8"
  2264. #define LN_des_cfb8 "des-cfb8"
  2265. #define NID_des_cfb8 657
  2266. #define SN_des_ede3_cfb1 "DES-EDE3-CFB1"
  2267. #define LN_des_ede3_cfb1 "des-ede3-cfb1"
  2268. #define NID_des_ede3_cfb1 658
  2269. #define SN_des_ede3_cfb8 "DES-EDE3-CFB8"
  2270. #define LN_des_ede3_cfb8 "des-ede3-cfb8"
  2271. #define NID_des_ede3_cfb8 659
  2272. #define SN_streetAddress "street"
  2273. #define LN_streetAddress "streetAddress"
  2274. #define NID_streetAddress 660
  2275. #define OBJ_streetAddress 2L, 5L, 4L, 9L
  2276. #define LN_postalCode "postalCode"
  2277. #define NID_postalCode 661
  2278. #define OBJ_postalCode 2L, 5L, 4L, 17L
  2279. #define SN_id_ppl "id-ppl"
  2280. #define NID_id_ppl 662
  2281. #define OBJ_id_ppl 1L, 3L, 6L, 1L, 5L, 5L, 7L, 21L
  2282. #define SN_proxyCertInfo "proxyCertInfo"
  2283. #define LN_proxyCertInfo "Proxy Certificate Information"
  2284. #define NID_proxyCertInfo 663
  2285. #define OBJ_proxyCertInfo 1L, 3L, 6L, 1L, 5L, 5L, 7L, 1L, 14L
  2286. #define SN_id_ppl_anyLanguage "id-ppl-anyLanguage"
  2287. #define LN_id_ppl_anyLanguage "Any language"
  2288. #define NID_id_ppl_anyLanguage 664
  2289. #define OBJ_id_ppl_anyLanguage 1L, 3L, 6L, 1L, 5L, 5L, 7L, 21L, 0L
  2290. #define SN_id_ppl_inheritAll "id-ppl-inheritAll"
  2291. #define LN_id_ppl_inheritAll "Inherit all"
  2292. #define NID_id_ppl_inheritAll 665
  2293. #define OBJ_id_ppl_inheritAll 1L, 3L, 6L, 1L, 5L, 5L, 7L, 21L, 1L
  2294. #define SN_name_constraints "nameConstraints"
  2295. #define LN_name_constraints "X509v3 Name Constraints"
  2296. #define NID_name_constraints 666
  2297. #define OBJ_name_constraints 2L, 5L, 29L, 30L
  2298. #define SN_Independent "id-ppl-independent"
  2299. #define LN_Independent "Independent"
  2300. #define NID_Independent 667
  2301. #define OBJ_Independent 1L, 3L, 6L, 1L, 5L, 5L, 7L, 21L, 2L
  2302. #define SN_sha256WithRSAEncryption "RSA-SHA256"
  2303. #define LN_sha256WithRSAEncryption "sha256WithRSAEncryption"
  2304. #define NID_sha256WithRSAEncryption 668
  2305. #define OBJ_sha256WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 11L
  2306. #define SN_sha384WithRSAEncryption "RSA-SHA384"
  2307. #define LN_sha384WithRSAEncryption "sha384WithRSAEncryption"
  2308. #define NID_sha384WithRSAEncryption 669
  2309. #define OBJ_sha384WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 12L
  2310. #define SN_sha512WithRSAEncryption "RSA-SHA512"
  2311. #define LN_sha512WithRSAEncryption "sha512WithRSAEncryption"
  2312. #define NID_sha512WithRSAEncryption 670
  2313. #define OBJ_sha512WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 13L
  2314. #define SN_sha224WithRSAEncryption "RSA-SHA224"
  2315. #define LN_sha224WithRSAEncryption "sha224WithRSAEncryption"
  2316. #define NID_sha224WithRSAEncryption 671
  2317. #define OBJ_sha224WithRSAEncryption 1L, 2L, 840L, 113549L, 1L, 1L, 14L
  2318. #define SN_sha256 "SHA256"
  2319. #define LN_sha256 "sha256"
  2320. #define NID_sha256 672
  2321. #define OBJ_sha256 2L, 16L, 840L, 1L, 101L, 3L, 4L, 2L, 1L
  2322. #define SN_sha384 "SHA384"
  2323. #define LN_sha384 "sha384"
  2324. #define NID_sha384 673
  2325. #define OBJ_sha384 2L, 16L, 840L, 1L, 101L, 3L, 4L, 2L, 2L
  2326. #define SN_sha512 "SHA512"
  2327. #define LN_sha512 "sha512"
  2328. #define NID_sha512 674
  2329. #define OBJ_sha512 2L, 16L, 840L, 1L, 101L, 3L, 4L, 2L, 3L
  2330. #define SN_sha224 "SHA224"
  2331. #define LN_sha224 "sha224"
  2332. #define NID_sha224 675
  2333. #define OBJ_sha224 2L, 16L, 840L, 1L, 101L, 3L, 4L, 2L, 4L
  2334. #define SN_identified_organization "identified-organization"
  2335. #define NID_identified_organization 676
  2336. #define OBJ_identified_organization 1L, 3L
  2337. #define SN_certicom_arc "certicom-arc"
  2338. #define NID_certicom_arc 677
  2339. #define OBJ_certicom_arc 1L, 3L, 132L
  2340. #define SN_wap "wap"
  2341. #define NID_wap 678
  2342. #define OBJ_wap 2L, 23L, 43L
  2343. #define SN_wap_wsg "wap-wsg"
  2344. #define NID_wap_wsg 679
  2345. #define OBJ_wap_wsg 2L, 23L, 43L, 1L
  2346. #define SN_X9_62_id_characteristic_two_basis "id-characteristic-two-basis"
  2347. #define NID_X9_62_id_characteristic_two_basis 680
  2348. #define OBJ_X9_62_id_characteristic_two_basis 1L, 2L, 840L, 10045L, 1L, 2L, 3L
  2349. #define SN_X9_62_onBasis "onBasis"
  2350. #define NID_X9_62_onBasis 681
  2351. #define OBJ_X9_62_onBasis 1L, 2L, 840L, 10045L, 1L, 2L, 3L, 1L
  2352. #define SN_X9_62_tpBasis "tpBasis"
  2353. #define NID_X9_62_tpBasis 682
  2354. #define OBJ_X9_62_tpBasis 1L, 2L, 840L, 10045L, 1L, 2L, 3L, 2L
  2355. #define SN_X9_62_ppBasis "ppBasis"
  2356. #define NID_X9_62_ppBasis 683
  2357. #define OBJ_X9_62_ppBasis 1L, 2L, 840L, 10045L, 1L, 2L, 3L, 3L
  2358. #define SN_X9_62_c2pnb163v1 "c2pnb163v1"
  2359. #define NID_X9_62_c2pnb163v1 684
  2360. #define OBJ_X9_62_c2pnb163v1 1L, 2L, 840L, 10045L, 3L, 0L, 1L
  2361. #define SN_X9_62_c2pnb163v2 "c2pnb163v2"
  2362. #define NID_X9_62_c2pnb163v2 685
  2363. #define OBJ_X9_62_c2pnb163v2 1L, 2L, 840L, 10045L, 3L, 0L, 2L
  2364. #define SN_X9_62_c2pnb163v3 "c2pnb163v3"
  2365. #define NID_X9_62_c2pnb163v3 686
  2366. #define OBJ_X9_62_c2pnb163v3 1L, 2L, 840L, 10045L, 3L, 0L, 3L
  2367. #define SN_X9_62_c2pnb176v1 "c2pnb176v1"
  2368. #define NID_X9_62_c2pnb176v1 687
  2369. #define OBJ_X9_62_c2pnb176v1 1L, 2L, 840L, 10045L, 3L, 0L, 4L
  2370. #define SN_X9_62_c2tnb191v1 "c2tnb191v1"
  2371. #define NID_X9_62_c2tnb191v1 688
  2372. #define OBJ_X9_62_c2tnb191v1 1L, 2L, 840L, 10045L, 3L, 0L, 5L
  2373. #define SN_X9_62_c2tnb191v2 "c2tnb191v2"
  2374. #define NID_X9_62_c2tnb191v2 689
  2375. #define OBJ_X9_62_c2tnb191v2 1L, 2L, 840L, 10045L, 3L, 0L, 6L
  2376. #define SN_X9_62_c2tnb191v3 "c2tnb191v3"
  2377. #define NID_X9_62_c2tnb191v3 690
  2378. #define OBJ_X9_62_c2tnb191v3 1L, 2L, 840L, 10045L, 3L, 0L, 7L
  2379. #define SN_X9_62_c2onb191v4 "c2onb191v4"
  2380. #define NID_X9_62_c2onb191v4 691
  2381. #define OBJ_X9_62_c2onb191v4 1L, 2L, 840L, 10045L, 3L, 0L, 8L
  2382. #define SN_X9_62_c2onb191v5 "c2onb191v5"
  2383. #define NID_X9_62_c2onb191v5 692
  2384. #define OBJ_X9_62_c2onb191v5 1L, 2L, 840L, 10045L, 3L, 0L, 9L
  2385. #define SN_X9_62_c2pnb208w1 "c2pnb208w1"
  2386. #define NID_X9_62_c2pnb208w1 693
  2387. #define OBJ_X9_62_c2pnb208w1 1L, 2L, 840L, 10045L, 3L, 0L, 10L
  2388. #define SN_X9_62_c2tnb239v1 "c2tnb239v1"
  2389. #define NID_X9_62_c2tnb239v1 694
  2390. #define OBJ_X9_62_c2tnb239v1 1L, 2L, 840L, 10045L, 3L, 0L, 11L
  2391. #define SN_X9_62_c2tnb239v2 "c2tnb239v2"
  2392. #define NID_X9_62_c2tnb239v2 695
  2393. #define OBJ_X9_62_c2tnb239v2 1L, 2L, 840L, 10045L, 3L, 0L, 12L
  2394. #define SN_X9_62_c2tnb239v3 "c2tnb239v3"
  2395. #define NID_X9_62_c2tnb239v3 696
  2396. #define OBJ_X9_62_c2tnb239v3 1L, 2L, 840L, 10045L, 3L, 0L, 13L
  2397. #define SN_X9_62_c2onb239v4 "c2onb239v4"
  2398. #define NID_X9_62_c2onb239v4 697
  2399. #define OBJ_X9_62_c2onb239v4 1L, 2L, 840L, 10045L, 3L, 0L, 14L
  2400. #define SN_X9_62_c2onb239v5 "c2onb239v5"
  2401. #define NID_X9_62_c2onb239v5 698
  2402. #define OBJ_X9_62_c2onb239v5 1L, 2L, 840L, 10045L, 3L, 0L, 15L
  2403. #define SN_X9_62_c2pnb272w1 "c2pnb272w1"
  2404. #define NID_X9_62_c2pnb272w1 699
  2405. #define OBJ_X9_62_c2pnb272w1 1L, 2L, 840L, 10045L, 3L, 0L, 16L
  2406. #define SN_X9_62_c2pnb304w1 "c2pnb304w1"
  2407. #define NID_X9_62_c2pnb304w1 700
  2408. #define OBJ_X9_62_c2pnb304w1 1L, 2L, 840L, 10045L, 3L, 0L, 17L
  2409. #define SN_X9_62_c2tnb359v1 "c2tnb359v1"
  2410. #define NID_X9_62_c2tnb359v1 701
  2411. #define OBJ_X9_62_c2tnb359v1 1L, 2L, 840L, 10045L, 3L, 0L, 18L
  2412. #define SN_X9_62_c2pnb368w1 "c2pnb368w1"
  2413. #define NID_X9_62_c2pnb368w1 702
  2414. #define OBJ_X9_62_c2pnb368w1 1L, 2L, 840L, 10045L, 3L, 0L, 19L
  2415. #define SN_X9_62_c2tnb431r1 "c2tnb431r1"
  2416. #define NID_X9_62_c2tnb431r1 703
  2417. #define OBJ_X9_62_c2tnb431r1 1L, 2L, 840L, 10045L, 3L, 0L, 20L
  2418. #define SN_secp112r1 "secp112r1"
  2419. #define NID_secp112r1 704
  2420. #define OBJ_secp112r1 1L, 3L, 132L, 0L, 6L
  2421. #define SN_secp112r2 "secp112r2"
  2422. #define NID_secp112r2 705
  2423. #define OBJ_secp112r2 1L, 3L, 132L, 0L, 7L
  2424. #define SN_secp128r1 "secp128r1"
  2425. #define NID_secp128r1 706
  2426. #define OBJ_secp128r1 1L, 3L, 132L, 0L, 28L
  2427. #define SN_secp128r2 "secp128r2"
  2428. #define NID_secp128r2 707
  2429. #define OBJ_secp128r2 1L, 3L, 132L, 0L, 29L
  2430. #define SN_secp160k1 "secp160k1"
  2431. #define NID_secp160k1 708
  2432. #define OBJ_secp160k1 1L, 3L, 132L, 0L, 9L
  2433. #define SN_secp160r1 "secp160r1"
  2434. #define NID_secp160r1 709
  2435. #define OBJ_secp160r1 1L, 3L, 132L, 0L, 8L
  2436. #define SN_secp160r2 "secp160r2"
  2437. #define NID_secp160r2 710
  2438. #define OBJ_secp160r2 1L, 3L, 132L, 0L, 30L
  2439. #define SN_secp192k1 "secp192k1"
  2440. #define NID_secp192k1 711
  2441. #define OBJ_secp192k1 1L, 3L, 132L, 0L, 31L
  2442. #define SN_secp224k1 "secp224k1"
  2443. #define NID_secp224k1 712
  2444. #define OBJ_secp224k1 1L, 3L, 132L, 0L, 32L
  2445. #define SN_secp224r1 "secp224r1"
  2446. #define NID_secp224r1 713
  2447. #define OBJ_secp224r1 1L, 3L, 132L, 0L, 33L
  2448. #define SN_secp256k1 "secp256k1"
  2449. #define NID_secp256k1 714
  2450. #define OBJ_secp256k1 1L, 3L, 132L, 0L, 10L
  2451. #define SN_secp384r1 "secp384r1"
  2452. #define NID_secp384r1 715
  2453. #define OBJ_secp384r1 1L, 3L, 132L, 0L, 34L
  2454. #define SN_secp521r1 "secp521r1"
  2455. #define NID_secp521r1 716
  2456. #define OBJ_secp521r1 1L, 3L, 132L, 0L, 35L
  2457. #define SN_sect113r1 "sect113r1"
  2458. #define NID_sect113r1 717
  2459. #define OBJ_sect113r1 1L, 3L, 132L, 0L, 4L
  2460. #define SN_sect113r2 "sect113r2"
  2461. #define NID_sect113r2 718
  2462. #define OBJ_sect113r2 1L, 3L, 132L, 0L, 5L
  2463. #define SN_sect131r1 "sect131r1"
  2464. #define NID_sect131r1 719
  2465. #define OBJ_sect131r1 1L, 3L, 132L, 0L, 22L
  2466. #define SN_sect131r2 "sect131r2"
  2467. #define NID_sect131r2 720
  2468. #define OBJ_sect131r2 1L, 3L, 132L, 0L, 23L
  2469. #define SN_sect163k1 "sect163k1"
  2470. #define NID_sect163k1 721
  2471. #define OBJ_sect163k1 1L, 3L, 132L, 0L, 1L
  2472. #define SN_sect163r1 "sect163r1"
  2473. #define NID_sect163r1 722
  2474. #define OBJ_sect163r1 1L, 3L, 132L, 0L, 2L
  2475. #define SN_sect163r2 "sect163r2"
  2476. #define NID_sect163r2 723
  2477. #define OBJ_sect163r2 1L, 3L, 132L, 0L, 15L
  2478. #define SN_sect193r1 "sect193r1"
  2479. #define NID_sect193r1 724
  2480. #define OBJ_sect193r1 1L, 3L, 132L, 0L, 24L
  2481. #define SN_sect193r2 "sect193r2"
  2482. #define NID_sect193r2 725
  2483. #define OBJ_sect193r2 1L, 3L, 132L, 0L, 25L
  2484. #define SN_sect233k1 "sect233k1"
  2485. #define NID_sect233k1 726
  2486. #define OBJ_sect233k1 1L, 3L, 132L, 0L, 26L
  2487. #define SN_sect233r1 "sect233r1"
  2488. #define NID_sect233r1 727
  2489. #define OBJ_sect233r1 1L, 3L, 132L, 0L, 27L
  2490. #define SN_sect239k1 "sect239k1"
  2491. #define NID_sect239k1 728
  2492. #define OBJ_sect239k1 1L, 3L, 132L, 0L, 3L
  2493. #define SN_sect283k1 "sect283k1"
  2494. #define NID_sect283k1 729
  2495. #define OBJ_sect283k1 1L, 3L, 132L, 0L, 16L
  2496. #define SN_sect283r1 "sect283r1"
  2497. #define NID_sect283r1 730
  2498. #define OBJ_sect283r1 1L, 3L, 132L, 0L, 17L
  2499. #define SN_sect409k1 "sect409k1"
  2500. #define NID_sect409k1 731
  2501. #define OBJ_sect409k1 1L, 3L, 132L, 0L, 36L
  2502. #define SN_sect409r1 "sect409r1"
  2503. #define NID_sect409r1 732
  2504. #define OBJ_sect409r1 1L, 3L, 132L, 0L, 37L
  2505. #define SN_sect571k1 "sect571k1"
  2506. #define NID_sect571k1 733
  2507. #define OBJ_sect571k1 1L, 3L, 132L, 0L, 38L
  2508. #define SN_sect571r1 "sect571r1"
  2509. #define NID_sect571r1 734
  2510. #define OBJ_sect571r1 1L, 3L, 132L, 0L, 39L
  2511. #define SN_wap_wsg_idm_ecid_wtls1 "wap-wsg-idm-ecid-wtls1"
  2512. #define NID_wap_wsg_idm_ecid_wtls1 735
  2513. #define OBJ_wap_wsg_idm_ecid_wtls1 2L, 23L, 43L, 1L, 4L, 1L
  2514. #define SN_wap_wsg_idm_ecid_wtls3 "wap-wsg-idm-ecid-wtls3"
  2515. #define NID_wap_wsg_idm_ecid_wtls3 736
  2516. #define OBJ_wap_wsg_idm_ecid_wtls3 2L, 23L, 43L, 1L, 4L, 3L
  2517. #define SN_wap_wsg_idm_ecid_wtls4 "wap-wsg-idm-ecid-wtls4"
  2518. #define NID_wap_wsg_idm_ecid_wtls4 737
  2519. #define OBJ_wap_wsg_idm_ecid_wtls4 2L, 23L, 43L, 1L, 4L, 4L
  2520. #define SN_wap_wsg_idm_ecid_wtls5 "wap-wsg-idm-ecid-wtls5"
  2521. #define NID_wap_wsg_idm_ecid_wtls5 738
  2522. #define OBJ_wap_wsg_idm_ecid_wtls5 2L, 23L, 43L, 1L, 4L, 5L
  2523. #define SN_wap_wsg_idm_ecid_wtls6 "wap-wsg-idm-ecid-wtls6"
  2524. #define NID_wap_wsg_idm_ecid_wtls6 739
  2525. #define OBJ_wap_wsg_idm_ecid_wtls6 2L, 23L, 43L, 1L, 4L, 6L
  2526. #define SN_wap_wsg_idm_ecid_wtls7 "wap-wsg-idm-ecid-wtls7"
  2527. #define NID_wap_wsg_idm_ecid_wtls7 740
  2528. #define OBJ_wap_wsg_idm_ecid_wtls7 2L, 23L, 43L, 1L, 4L, 7L
  2529. #define SN_wap_wsg_idm_ecid_wtls8 "wap-wsg-idm-ecid-wtls8"
  2530. #define NID_wap_wsg_idm_ecid_wtls8 741
  2531. #define OBJ_wap_wsg_idm_ecid_wtls8 2L, 23L, 43L, 1L, 4L, 8L
  2532. #define SN_wap_wsg_idm_ecid_wtls9 "wap-wsg-idm-ecid-wtls9"
  2533. #define NID_wap_wsg_idm_ecid_wtls9 742
  2534. #define OBJ_wap_wsg_idm_ecid_wtls9 2L, 23L, 43L, 1L, 4L, 9L
  2535. #define SN_wap_wsg_idm_ecid_wtls10 "wap-wsg-idm-ecid-wtls10"
  2536. #define NID_wap_wsg_idm_ecid_wtls10 743
  2537. #define OBJ_wap_wsg_idm_ecid_wtls10 2L, 23L, 43L, 1L, 4L, 10L
  2538. #define SN_wap_wsg_idm_ecid_wtls11 "wap-wsg-idm-ecid-wtls11"
  2539. #define NID_wap_wsg_idm_ecid_wtls11 744
  2540. #define OBJ_wap_wsg_idm_ecid_wtls11 2L, 23L, 43L, 1L, 4L, 11L
  2541. #define SN_wap_wsg_idm_ecid_wtls12 "wap-wsg-idm-ecid-wtls12"
  2542. #define NID_wap_wsg_idm_ecid_wtls12 745
  2543. #define OBJ_wap_wsg_idm_ecid_wtls12 2L, 23L, 43L, 1L, 4L, 12L
  2544. #define SN_any_policy "anyPolicy"
  2545. #define LN_any_policy "X509v3 Any Policy"
  2546. #define NID_any_policy 746
  2547. #define OBJ_any_policy 2L, 5L, 29L, 32L, 0L
  2548. #define SN_policy_mappings "policyMappings"
  2549. #define LN_policy_mappings "X509v3 Policy Mappings"
  2550. #define NID_policy_mappings 747
  2551. #define OBJ_policy_mappings 2L, 5L, 29L, 33L
  2552. #define SN_inhibit_any_policy "inhibitAnyPolicy"
  2553. #define LN_inhibit_any_policy "X509v3 Inhibit Any Policy"
  2554. #define NID_inhibit_any_policy 748
  2555. #define OBJ_inhibit_any_policy 2L, 5L, 29L, 54L
  2556. #define SN_ipsec3 "Oakley-EC2N-3"
  2557. #define LN_ipsec3 "ipsec3"
  2558. #define NID_ipsec3 749
  2559. #define SN_ipsec4 "Oakley-EC2N-4"
  2560. #define LN_ipsec4 "ipsec4"
  2561. #define NID_ipsec4 750
  2562. #define SN_camellia_128_cbc "CAMELLIA-128-CBC"
  2563. #define LN_camellia_128_cbc "camellia-128-cbc"
  2564. #define NID_camellia_128_cbc 751
  2565. #define OBJ_camellia_128_cbc 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 1L, 2L
  2566. #define SN_camellia_192_cbc "CAMELLIA-192-CBC"
  2567. #define LN_camellia_192_cbc "camellia-192-cbc"
  2568. #define NID_camellia_192_cbc 752
  2569. #define OBJ_camellia_192_cbc 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 1L, 3L
  2570. #define SN_camellia_256_cbc "CAMELLIA-256-CBC"
  2571. #define LN_camellia_256_cbc "camellia-256-cbc"
  2572. #define NID_camellia_256_cbc 753
  2573. #define OBJ_camellia_256_cbc 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 1L, 4L
  2574. #define SN_camellia_128_ecb "CAMELLIA-128-ECB"
  2575. #define LN_camellia_128_ecb "camellia-128-ecb"
  2576. #define NID_camellia_128_ecb 754
  2577. #define OBJ_camellia_128_ecb 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 1L
  2578. #define SN_camellia_192_ecb "CAMELLIA-192-ECB"
  2579. #define LN_camellia_192_ecb "camellia-192-ecb"
  2580. #define NID_camellia_192_ecb 755
  2581. #define OBJ_camellia_192_ecb 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 21L
  2582. #define SN_camellia_256_ecb "CAMELLIA-256-ECB"
  2583. #define LN_camellia_256_ecb "camellia-256-ecb"
  2584. #define NID_camellia_256_ecb 756
  2585. #define OBJ_camellia_256_ecb 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 41L
  2586. #define SN_camellia_128_cfb128 "CAMELLIA-128-CFB"
  2587. #define LN_camellia_128_cfb128 "camellia-128-cfb"
  2588. #define NID_camellia_128_cfb128 757
  2589. #define OBJ_camellia_128_cfb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 4L
  2590. #define SN_camellia_192_cfb128 "CAMELLIA-192-CFB"
  2591. #define LN_camellia_192_cfb128 "camellia-192-cfb"
  2592. #define NID_camellia_192_cfb128 758
  2593. #define OBJ_camellia_192_cfb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 24L
  2594. #define SN_camellia_256_cfb128 "CAMELLIA-256-CFB"
  2595. #define LN_camellia_256_cfb128 "camellia-256-cfb"
  2596. #define NID_camellia_256_cfb128 759
  2597. #define OBJ_camellia_256_cfb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 44L
  2598. #define SN_camellia_128_cfb1 "CAMELLIA-128-CFB1"
  2599. #define LN_camellia_128_cfb1 "camellia-128-cfb1"
  2600. #define NID_camellia_128_cfb1 760
  2601. #define SN_camellia_192_cfb1 "CAMELLIA-192-CFB1"
  2602. #define LN_camellia_192_cfb1 "camellia-192-cfb1"
  2603. #define NID_camellia_192_cfb1 761
  2604. #define SN_camellia_256_cfb1 "CAMELLIA-256-CFB1"
  2605. #define LN_camellia_256_cfb1 "camellia-256-cfb1"
  2606. #define NID_camellia_256_cfb1 762
  2607. #define SN_camellia_128_cfb8 "CAMELLIA-128-CFB8"
  2608. #define LN_camellia_128_cfb8 "camellia-128-cfb8"
  2609. #define NID_camellia_128_cfb8 763
  2610. #define SN_camellia_192_cfb8 "CAMELLIA-192-CFB8"
  2611. #define LN_camellia_192_cfb8 "camellia-192-cfb8"
  2612. #define NID_camellia_192_cfb8 764
  2613. #define SN_camellia_256_cfb8 "CAMELLIA-256-CFB8"
  2614. #define LN_camellia_256_cfb8 "camellia-256-cfb8"
  2615. #define NID_camellia_256_cfb8 765
  2616. #define SN_camellia_128_ofb128 "CAMELLIA-128-OFB"
  2617. #define LN_camellia_128_ofb128 "camellia-128-ofb"
  2618. #define NID_camellia_128_ofb128 766
  2619. #define OBJ_camellia_128_ofb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 3L
  2620. #define SN_camellia_192_ofb128 "CAMELLIA-192-OFB"
  2621. #define LN_camellia_192_ofb128 "camellia-192-ofb"
  2622. #define NID_camellia_192_ofb128 767
  2623. #define OBJ_camellia_192_ofb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 23L
  2624. #define SN_camellia_256_ofb128 "CAMELLIA-256-OFB"
  2625. #define LN_camellia_256_ofb128 "camellia-256-ofb"
  2626. #define NID_camellia_256_ofb128 768
  2627. #define OBJ_camellia_256_ofb128 0L, 3L, 4401L, 5L, 3L, 1L, 9L, 43L
  2628. #define SN_subject_directory_attributes "subjectDirectoryAttributes"
  2629. #define LN_subject_directory_attributes "X509v3 Subject Directory Attributes"
  2630. #define NID_subject_directory_attributes 769
  2631. #define OBJ_subject_directory_attributes 2L, 5L, 29L, 9L
  2632. #define SN_issuing_distribution_point "issuingDistributionPoint"
  2633. #define LN_issuing_distribution_point "X509v3 Issuing Distribution Point"
  2634. #define NID_issuing_distribution_point 770
  2635. #define OBJ_issuing_distribution_point 2L, 5L, 29L, 28L
  2636. #define SN_certificate_issuer "certificateIssuer"
  2637. #define LN_certificate_issuer "X509v3 Certificate Issuer"
  2638. #define NID_certificate_issuer 771
  2639. #define OBJ_certificate_issuer 2L, 5L, 29L, 29L
  2640. #define SN_kisa "KISA"
  2641. #define LN_kisa "kisa"
  2642. #define NID_kisa 773
  2643. #define OBJ_kisa 1L, 2L, 410L, 200004L
  2644. #define SN_seed_ecb "SEED-ECB"
  2645. #define LN_seed_ecb "seed-ecb"
  2646. #define NID_seed_ecb 776
  2647. #define OBJ_seed_ecb 1L, 2L, 410L, 200004L, 1L, 3L
  2648. #define SN_seed_cbc "SEED-CBC"
  2649. #define LN_seed_cbc "seed-cbc"
  2650. #define NID_seed_cbc 777
  2651. #define OBJ_seed_cbc 1L, 2L, 410L, 200004L, 1L, 4L
  2652. #define SN_seed_ofb128 "SEED-OFB"
  2653. #define LN_seed_ofb128 "seed-ofb"
  2654. #define NID_seed_ofb128 778
  2655. #define OBJ_seed_ofb128 1L, 2L, 410L, 200004L, 1L, 6L
  2656. #define SN_seed_cfb128 "SEED-CFB"
  2657. #define LN_seed_cfb128 "seed-cfb"
  2658. #define NID_seed_cfb128 779
  2659. #define OBJ_seed_cfb128 1L, 2L, 410L, 200004L, 1L, 5L
  2660. #define SN_hmac_md5 "HMAC-MD5"
  2661. #define LN_hmac_md5 "hmac-md5"
  2662. #define NID_hmac_md5 780
  2663. #define OBJ_hmac_md5 1L, 3L, 6L, 1L, 5L, 5L, 8L, 1L, 1L
  2664. #define SN_hmac_sha1 "HMAC-SHA1"
  2665. #define LN_hmac_sha1 "hmac-sha1"
  2666. #define NID_hmac_sha1 781
  2667. #define OBJ_hmac_sha1 1L, 3L, 6L, 1L, 5L, 5L, 8L, 1L, 2L
  2668. #define SN_id_PasswordBasedMAC "id-PasswordBasedMAC"
  2669. #define LN_id_PasswordBasedMAC "password based MAC"
  2670. #define NID_id_PasswordBasedMAC 782
  2671. #define OBJ_id_PasswordBasedMAC 1L, 2L, 840L, 113533L, 7L, 66L, 13L
  2672. #define SN_id_DHBasedMac "id-DHBasedMac"
  2673. #define LN_id_DHBasedMac "Diffie-Hellman based MAC"
  2674. #define NID_id_DHBasedMac 783
  2675. #define OBJ_id_DHBasedMac 1L, 2L, 840L, 113533L, 7L, 66L, 30L
  2676. #define SN_id_it_suppLangTags "id-it-suppLangTags"
  2677. #define NID_id_it_suppLangTags 784
  2678. #define OBJ_id_it_suppLangTags 1L, 3L, 6L, 1L, 5L, 5L, 7L, 4L, 16L
  2679. #define SN_caRepository "caRepository"
  2680. #define LN_caRepository "CA Repository"
  2681. #define NID_caRepository 785
  2682. #define OBJ_caRepository 1L, 3L, 6L, 1L, 5L, 5L, 7L, 48L, 5L
  2683. #define SN_id_smime_ct_compressedData "id-smime-ct-compressedData"
  2684. #define NID_id_smime_ct_compressedData 786
  2685. #define OBJ_id_smime_ct_compressedData \
  2686. 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 9L
  2687. #define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF"
  2688. #define NID_id_ct_asciiTextWithCRLF 787
  2689. #define OBJ_id_ct_asciiTextWithCRLF 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 1L, 27L
  2690. #define SN_id_aes128_wrap "id-aes128-wrap"
  2691. #define NID_id_aes128_wrap 788
  2692. #define OBJ_id_aes128_wrap 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 5L
  2693. #define SN_id_aes192_wrap "id-aes192-wrap"
  2694. #define NID_id_aes192_wrap 789
  2695. #define OBJ_id_aes192_wrap 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 25L
  2696. #define SN_id_aes256_wrap "id-aes256-wrap"
  2697. #define NID_id_aes256_wrap 790
  2698. #define OBJ_id_aes256_wrap 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 45L
  2699. #define SN_ecdsa_with_Recommended "ecdsa-with-Recommended"
  2700. #define NID_ecdsa_with_Recommended 791
  2701. #define OBJ_ecdsa_with_Recommended 1L, 2L, 840L, 10045L, 4L, 2L
  2702. #define SN_ecdsa_with_Specified "ecdsa-with-Specified"
  2703. #define NID_ecdsa_with_Specified 792
  2704. #define OBJ_ecdsa_with_Specified 1L, 2L, 840L, 10045L, 4L, 3L
  2705. #define SN_ecdsa_with_SHA224 "ecdsa-with-SHA224"
  2706. #define NID_ecdsa_with_SHA224 793
  2707. #define OBJ_ecdsa_with_SHA224 1L, 2L, 840L, 10045L, 4L, 3L, 1L
  2708. #define SN_ecdsa_with_SHA256 "ecdsa-with-SHA256"
  2709. #define NID_ecdsa_with_SHA256 794
  2710. #define OBJ_ecdsa_with_SHA256 1L, 2L, 840L, 10045L, 4L, 3L, 2L
  2711. #define SN_ecdsa_with_SHA384 "ecdsa-with-SHA384"
  2712. #define NID_ecdsa_with_SHA384 795
  2713. #define OBJ_ecdsa_with_SHA384 1L, 2L, 840L, 10045L, 4L, 3L, 3L
  2714. #define SN_ecdsa_with_SHA512 "ecdsa-with-SHA512"
  2715. #define NID_ecdsa_with_SHA512 796
  2716. #define OBJ_ecdsa_with_SHA512 1L, 2L, 840L, 10045L, 4L, 3L, 4L
  2717. #define LN_hmacWithMD5 "hmacWithMD5"
  2718. #define NID_hmacWithMD5 797
  2719. #define OBJ_hmacWithMD5 1L, 2L, 840L, 113549L, 2L, 6L
  2720. #define LN_hmacWithSHA224 "hmacWithSHA224"
  2721. #define NID_hmacWithSHA224 798
  2722. #define OBJ_hmacWithSHA224 1L, 2L, 840L, 113549L, 2L, 8L
  2723. #define LN_hmacWithSHA256 "hmacWithSHA256"
  2724. #define NID_hmacWithSHA256 799
  2725. #define OBJ_hmacWithSHA256 1L, 2L, 840L, 113549L, 2L, 9L
  2726. #define LN_hmacWithSHA384 "hmacWithSHA384"
  2727. #define NID_hmacWithSHA384 800
  2728. #define OBJ_hmacWithSHA384 1L, 2L, 840L, 113549L, 2L, 10L
  2729. #define LN_hmacWithSHA512 "hmacWithSHA512"
  2730. #define NID_hmacWithSHA512 801
  2731. #define OBJ_hmacWithSHA512 1L, 2L, 840L, 113549L, 2L, 11L
  2732. #define SN_dsa_with_SHA224 "dsa_with_SHA224"
  2733. #define NID_dsa_with_SHA224 802
  2734. #define OBJ_dsa_with_SHA224 2L, 16L, 840L, 1L, 101L, 3L, 4L, 3L, 1L
  2735. #define SN_dsa_with_SHA256 "dsa_with_SHA256"
  2736. #define NID_dsa_with_SHA256 803
  2737. #define OBJ_dsa_with_SHA256 2L, 16L, 840L, 1L, 101L, 3L, 4L, 3L, 2L
  2738. #define SN_whirlpool "whirlpool"
  2739. #define NID_whirlpool 804
  2740. #define OBJ_whirlpool 1L, 0L, 10118L, 3L, 0L, 55L
  2741. #define SN_cryptopro "cryptopro"
  2742. #define NID_cryptopro 805
  2743. #define OBJ_cryptopro 1L, 2L, 643L, 2L, 2L
  2744. #define SN_cryptocom "cryptocom"
  2745. #define NID_cryptocom 806
  2746. #define OBJ_cryptocom 1L, 2L, 643L, 2L, 9L
  2747. #define SN_id_GostR3411_94_with_GostR3410_2001 \
  2748. "id-GostR3411-94-with-GostR3410-2001"
  2749. #define LN_id_GostR3411_94_with_GostR3410_2001 \
  2750. "GOST R 34.11-94 with GOST R 34.10-2001"
  2751. #define NID_id_GostR3411_94_with_GostR3410_2001 807
  2752. #define OBJ_id_GostR3411_94_with_GostR3410_2001 1L, 2L, 643L, 2L, 2L, 3L
  2753. #define SN_id_GostR3411_94_with_GostR3410_94 "id-GostR3411-94-with-GostR3410-94"
  2754. #define LN_id_GostR3411_94_with_GostR3410_94 \
  2755. "GOST R 34.11-94 with GOST R 34.10-94"
  2756. #define NID_id_GostR3411_94_with_GostR3410_94 808
  2757. #define OBJ_id_GostR3411_94_with_GostR3410_94 1L, 2L, 643L, 2L, 2L, 4L
  2758. #define SN_id_GostR3411_94 "md_gost94"
  2759. #define LN_id_GostR3411_94 "GOST R 34.11-94"
  2760. #define NID_id_GostR3411_94 809
  2761. #define OBJ_id_GostR3411_94 1L, 2L, 643L, 2L, 2L, 9L
  2762. #define SN_id_HMACGostR3411_94 "id-HMACGostR3411-94"
  2763. #define LN_id_HMACGostR3411_94 "HMAC GOST 34.11-94"
  2764. #define NID_id_HMACGostR3411_94 810
  2765. #define OBJ_id_HMACGostR3411_94 1L, 2L, 643L, 2L, 2L, 10L
  2766. #define SN_id_GostR3410_2001 "gost2001"
  2767. #define LN_id_GostR3410_2001 "GOST R 34.10-2001"
  2768. #define NID_id_GostR3410_2001 811
  2769. #define OBJ_id_GostR3410_2001 1L, 2L, 643L, 2L, 2L, 19L
  2770. #define SN_id_GostR3410_94 "gost94"
  2771. #define LN_id_GostR3410_94 "GOST R 34.10-94"
  2772. #define NID_id_GostR3410_94 812
  2773. #define OBJ_id_GostR3410_94 1L, 2L, 643L, 2L, 2L, 20L
  2774. #define SN_id_Gost28147_89 "gost89"
  2775. #define LN_id_Gost28147_89 "GOST 28147-89"
  2776. #define NID_id_Gost28147_89 813
  2777. #define OBJ_id_Gost28147_89 1L, 2L, 643L, 2L, 2L, 21L
  2778. #define SN_gost89_cnt "gost89-cnt"
  2779. #define NID_gost89_cnt 814
  2780. #define SN_id_Gost28147_89_MAC "gost-mac"
  2781. #define LN_id_Gost28147_89_MAC "GOST 28147-89 MAC"
  2782. #define NID_id_Gost28147_89_MAC 815
  2783. #define OBJ_id_Gost28147_89_MAC 1L, 2L, 643L, 2L, 2L, 22L
  2784. #define SN_id_GostR3411_94_prf "prf-gostr3411-94"
  2785. #define LN_id_GostR3411_94_prf "GOST R 34.11-94 PRF"
  2786. #define NID_id_GostR3411_94_prf 816
  2787. #define OBJ_id_GostR3411_94_prf 1L, 2L, 643L, 2L, 2L, 23L
  2788. #define SN_id_GostR3410_2001DH "id-GostR3410-2001DH"
  2789. #define LN_id_GostR3410_2001DH "GOST R 34.10-2001 DH"
  2790. #define NID_id_GostR3410_2001DH 817
  2791. #define OBJ_id_GostR3410_2001DH 1L, 2L, 643L, 2L, 2L, 98L
  2792. #define SN_id_GostR3410_94DH "id-GostR3410-94DH"
  2793. #define LN_id_GostR3410_94DH "GOST R 34.10-94 DH"
  2794. #define NID_id_GostR3410_94DH 818
  2795. #define OBJ_id_GostR3410_94DH 1L, 2L, 643L, 2L, 2L, 99L
  2796. #define SN_id_Gost28147_89_CryptoPro_KeyMeshing \
  2797. "id-Gost28147-89-CryptoPro-KeyMeshing"
  2798. #define NID_id_Gost28147_89_CryptoPro_KeyMeshing 819
  2799. #define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing 1L, 2L, 643L, 2L, 2L, 14L, 1L
  2800. #define SN_id_Gost28147_89_None_KeyMeshing "id-Gost28147-89-None-KeyMeshing"
  2801. #define NID_id_Gost28147_89_None_KeyMeshing 820
  2802. #define OBJ_id_Gost28147_89_None_KeyMeshing 1L, 2L, 643L, 2L, 2L, 14L, 0L
  2803. #define SN_id_GostR3411_94_TestParamSet "id-GostR3411-94-TestParamSet"
  2804. #define NID_id_GostR3411_94_TestParamSet 821
  2805. #define OBJ_id_GostR3411_94_TestParamSet 1L, 2L, 643L, 2L, 2L, 30L, 0L
  2806. #define SN_id_GostR3411_94_CryptoProParamSet "id-GostR3411-94-CryptoProParamSet"
  2807. #define NID_id_GostR3411_94_CryptoProParamSet 822
  2808. #define OBJ_id_GostR3411_94_CryptoProParamSet 1L, 2L, 643L, 2L, 2L, 30L, 1L
  2809. #define SN_id_Gost28147_89_TestParamSet "id-Gost28147-89-TestParamSet"
  2810. #define NID_id_Gost28147_89_TestParamSet 823
  2811. #define OBJ_id_Gost28147_89_TestParamSet 1L, 2L, 643L, 2L, 2L, 31L, 0L
  2812. #define SN_id_Gost28147_89_CryptoPro_A_ParamSet \
  2813. "id-Gost28147-89-CryptoPro-A-ParamSet"
  2814. #define NID_id_Gost28147_89_CryptoPro_A_ParamSet 824
  2815. #define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet 1L, 2L, 643L, 2L, 2L, 31L, 1L
  2816. #define SN_id_Gost28147_89_CryptoPro_B_ParamSet \
  2817. "id-Gost28147-89-CryptoPro-B-ParamSet"
  2818. #define NID_id_Gost28147_89_CryptoPro_B_ParamSet 825
  2819. #define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet 1L, 2L, 643L, 2L, 2L, 31L, 2L
  2820. #define SN_id_Gost28147_89_CryptoPro_C_ParamSet \
  2821. "id-Gost28147-89-CryptoPro-C-ParamSet"
  2822. #define NID_id_Gost28147_89_CryptoPro_C_ParamSet 826
  2823. #define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet 1L, 2L, 643L, 2L, 2L, 31L, 3L
  2824. #define SN_id_Gost28147_89_CryptoPro_D_ParamSet \
  2825. "id-Gost28147-89-CryptoPro-D-ParamSet"
  2826. #define NID_id_Gost28147_89_CryptoPro_D_ParamSet 827
  2827. #define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet 1L, 2L, 643L, 2L, 2L, 31L, 4L
  2828. #define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet \
  2829. "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet"
  2830. #define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 828
  2831. #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet \
  2832. 1L, 2L, 643L, 2L, 2L, 31L, 5L
  2833. #define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet \
  2834. "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet"
  2835. #define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 829
  2836. #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet \
  2837. 1L, 2L, 643L, 2L, 2L, 31L, 6L
  2838. #define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet \
  2839. "id-Gost28147-89-CryptoPro-RIC-1-ParamSet"
  2840. #define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 830
  2841. #define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet \
  2842. 1L, 2L, 643L, 2L, 2L, 31L, 7L
  2843. #define SN_id_GostR3410_94_TestParamSet "id-GostR3410-94-TestParamSet"
  2844. #define NID_id_GostR3410_94_TestParamSet 831
  2845. #define OBJ_id_GostR3410_94_TestParamSet 1L, 2L, 643L, 2L, 2L, 32L, 0L
  2846. #define SN_id_GostR3410_94_CryptoPro_A_ParamSet \
  2847. "id-GostR3410-94-CryptoPro-A-ParamSet"
  2848. #define NID_id_GostR3410_94_CryptoPro_A_ParamSet 832
  2849. #define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet 1L, 2L, 643L, 2L, 2L, 32L, 2L
  2850. #define SN_id_GostR3410_94_CryptoPro_B_ParamSet \
  2851. "id-GostR3410-94-CryptoPro-B-ParamSet"
  2852. #define NID_id_GostR3410_94_CryptoPro_B_ParamSet 833
  2853. #define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet 1L, 2L, 643L, 2L, 2L, 32L, 3L
  2854. #define SN_id_GostR3410_94_CryptoPro_C_ParamSet \
  2855. "id-GostR3410-94-CryptoPro-C-ParamSet"
  2856. #define NID_id_GostR3410_94_CryptoPro_C_ParamSet 834
  2857. #define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet 1L, 2L, 643L, 2L, 2L, 32L, 4L
  2858. #define SN_id_GostR3410_94_CryptoPro_D_ParamSet \
  2859. "id-GostR3410-94-CryptoPro-D-ParamSet"
  2860. #define NID_id_GostR3410_94_CryptoPro_D_ParamSet 835
  2861. #define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet 1L, 2L, 643L, 2L, 2L, 32L, 5L
  2862. #define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet \
  2863. "id-GostR3410-94-CryptoPro-XchA-ParamSet"
  2864. #define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet 836
  2865. #define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet \
  2866. 1L, 2L, 643L, 2L, 2L, 33L, 1L
  2867. #define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet \
  2868. "id-GostR3410-94-CryptoPro-XchB-ParamSet"
  2869. #define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet 837
  2870. #define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet \
  2871. 1L, 2L, 643L, 2L, 2L, 33L, 2L
  2872. #define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet \
  2873. "id-GostR3410-94-CryptoPro-XchC-ParamSet"
  2874. #define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet 838
  2875. #define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet \
  2876. 1L, 2L, 643L, 2L, 2L, 33L, 3L
  2877. #define SN_id_GostR3410_2001_TestParamSet "id-GostR3410-2001-TestParamSet"
  2878. #define NID_id_GostR3410_2001_TestParamSet 839
  2879. #define OBJ_id_GostR3410_2001_TestParamSet 1L, 2L, 643L, 2L, 2L, 35L, 0L
  2880. #define SN_id_GostR3410_2001_CryptoPro_A_ParamSet \
  2881. "id-GostR3410-2001-CryptoPro-A-ParamSet"
  2882. #define NID_id_GostR3410_2001_CryptoPro_A_ParamSet 840
  2883. #define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet 1L, 2L, 643L, 2L, 2L, 35L, 1L
  2884. #define SN_id_GostR3410_2001_CryptoPro_B_ParamSet \
  2885. "id-GostR3410-2001-CryptoPro-B-ParamSet"
  2886. #define NID_id_GostR3410_2001_CryptoPro_B_ParamSet 841
  2887. #define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet 1L, 2L, 643L, 2L, 2L, 35L, 2L
  2888. #define SN_id_GostR3410_2001_CryptoPro_C_ParamSet \
  2889. "id-GostR3410-2001-CryptoPro-C-ParamSet"
  2890. #define NID_id_GostR3410_2001_CryptoPro_C_ParamSet 842
  2891. #define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet 1L, 2L, 643L, 2L, 2L, 35L, 3L
  2892. #define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet \
  2893. "id-GostR3410-2001-CryptoPro-XchA-ParamSet"
  2894. #define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet 843
  2895. #define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet \
  2896. 1L, 2L, 643L, 2L, 2L, 36L, 0L
  2897. #define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet \
  2898. "id-GostR3410-2001-CryptoPro-XchB-ParamSet"
  2899. #define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet 844
  2900. #define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet \
  2901. 1L, 2L, 643L, 2L, 2L, 36L, 1L
  2902. #define SN_id_GostR3410_94_a "id-GostR3410-94-a"
  2903. #define NID_id_GostR3410_94_a 845
  2904. #define OBJ_id_GostR3410_94_a 1L, 2L, 643L, 2L, 2L, 20L, 1L
  2905. #define SN_id_GostR3410_94_aBis "id-GostR3410-94-aBis"
  2906. #define NID_id_GostR3410_94_aBis 846
  2907. #define OBJ_id_GostR3410_94_aBis 1L, 2L, 643L, 2L, 2L, 20L, 2L
  2908. #define SN_id_GostR3410_94_b "id-GostR3410-94-b"
  2909. #define NID_id_GostR3410_94_b 847
  2910. #define OBJ_id_GostR3410_94_b 1L, 2L, 643L, 2L, 2L, 20L, 3L
  2911. #define SN_id_GostR3410_94_bBis "id-GostR3410-94-bBis"
  2912. #define NID_id_GostR3410_94_bBis 848
  2913. #define OBJ_id_GostR3410_94_bBis 1L, 2L, 643L, 2L, 2L, 20L, 4L
  2914. #define SN_id_Gost28147_89_cc "id-Gost28147-89-cc"
  2915. #define LN_id_Gost28147_89_cc "GOST 28147-89 Cryptocom ParamSet"
  2916. #define NID_id_Gost28147_89_cc 849
  2917. #define OBJ_id_Gost28147_89_cc 1L, 2L, 643L, 2L, 9L, 1L, 6L, 1L
  2918. #define SN_id_GostR3410_94_cc "gost94cc"
  2919. #define LN_id_GostR3410_94_cc "GOST 34.10-94 Cryptocom"
  2920. #define NID_id_GostR3410_94_cc 850
  2921. #define OBJ_id_GostR3410_94_cc 1L, 2L, 643L, 2L, 9L, 1L, 5L, 3L
  2922. #define SN_id_GostR3410_2001_cc "gost2001cc"
  2923. #define LN_id_GostR3410_2001_cc "GOST 34.10-2001 Cryptocom"
  2924. #define NID_id_GostR3410_2001_cc 851
  2925. #define OBJ_id_GostR3410_2001_cc 1L, 2L, 643L, 2L, 9L, 1L, 5L, 4L
  2926. #define SN_id_GostR3411_94_with_GostR3410_94_cc \
  2927. "id-GostR3411-94-with-GostR3410-94-cc"
  2928. #define LN_id_GostR3411_94_with_GostR3410_94_cc \
  2929. "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom"
  2930. #define NID_id_GostR3411_94_with_GostR3410_94_cc 852
  2931. #define OBJ_id_GostR3411_94_with_GostR3410_94_cc \
  2932. 1L, 2L, 643L, 2L, 9L, 1L, 3L, 3L
  2933. #define SN_id_GostR3411_94_with_GostR3410_2001_cc \
  2934. "id-GostR3411-94-with-GostR3410-2001-cc"
  2935. #define LN_id_GostR3411_94_with_GostR3410_2001_cc \
  2936. "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom"
  2937. #define NID_id_GostR3411_94_with_GostR3410_2001_cc 853
  2938. #define OBJ_id_GostR3411_94_with_GostR3410_2001_cc \
  2939. 1L, 2L, 643L, 2L, 9L, 1L, 3L, 4L
  2940. #define SN_id_GostR3410_2001_ParamSet_cc "id-GostR3410-2001-ParamSet-cc"
  2941. #define LN_id_GostR3410_2001_ParamSet_cc \
  2942. "GOST R 3410-2001 Parameter Set Cryptocom"
  2943. #define NID_id_GostR3410_2001_ParamSet_cc 854
  2944. #define OBJ_id_GostR3410_2001_ParamSet_cc 1L, 2L, 643L, 2L, 9L, 1L, 8L, 1L
  2945. #define SN_hmac "HMAC"
  2946. #define LN_hmac "hmac"
  2947. #define NID_hmac 855
  2948. #define SN_LocalKeySet "LocalKeySet"
  2949. #define LN_LocalKeySet "Microsoft Local Key set"
  2950. #define NID_LocalKeySet 856
  2951. #define OBJ_LocalKeySet 1L, 3L, 6L, 1L, 4L, 1L, 311L, 17L, 2L
  2952. #define SN_freshest_crl "freshestCRL"
  2953. #define LN_freshest_crl "X509v3 Freshest CRL"
  2954. #define NID_freshest_crl 857
  2955. #define OBJ_freshest_crl 2L, 5L, 29L, 46L
  2956. #define SN_id_on_permanentIdentifier "id-on-permanentIdentifier"
  2957. #define LN_id_on_permanentIdentifier "Permanent Identifier"
  2958. #define NID_id_on_permanentIdentifier 858
  2959. #define OBJ_id_on_permanentIdentifier 1L, 3L, 6L, 1L, 5L, 5L, 7L, 8L, 3L
  2960. #define LN_searchGuide "searchGuide"
  2961. #define NID_searchGuide 859
  2962. #define OBJ_searchGuide 2L, 5L, 4L, 14L
  2963. #define LN_businessCategory "businessCategory"
  2964. #define NID_businessCategory 860
  2965. #define OBJ_businessCategory 2L, 5L, 4L, 15L
  2966. #define LN_postalAddress "postalAddress"
  2967. #define NID_postalAddress 861
  2968. #define OBJ_postalAddress 2L, 5L, 4L, 16L
  2969. #define LN_postOfficeBox "postOfficeBox"
  2970. #define NID_postOfficeBox 862
  2971. #define OBJ_postOfficeBox 2L, 5L, 4L, 18L
  2972. #define LN_physicalDeliveryOfficeName "physicalDeliveryOfficeName"
  2973. #define NID_physicalDeliveryOfficeName 863
  2974. #define OBJ_physicalDeliveryOfficeName 2L, 5L, 4L, 19L
  2975. #define LN_telephoneNumber "telephoneNumber"
  2976. #define NID_telephoneNumber 864
  2977. #define OBJ_telephoneNumber 2L, 5L, 4L, 20L
  2978. #define LN_telexNumber "telexNumber"
  2979. #define NID_telexNumber 865
  2980. #define OBJ_telexNumber 2L, 5L, 4L, 21L
  2981. #define LN_teletexTerminalIdentifier "teletexTerminalIdentifier"
  2982. #define NID_teletexTerminalIdentifier 866
  2983. #define OBJ_teletexTerminalIdentifier 2L, 5L, 4L, 22L
  2984. #define LN_facsimileTelephoneNumber "facsimileTelephoneNumber"
  2985. #define NID_facsimileTelephoneNumber 867
  2986. #define OBJ_facsimileTelephoneNumber 2L, 5L, 4L, 23L
  2987. #define LN_x121Address "x121Address"
  2988. #define NID_x121Address 868
  2989. #define OBJ_x121Address 2L, 5L, 4L, 24L
  2990. #define LN_internationaliSDNNumber "internationaliSDNNumber"
  2991. #define NID_internationaliSDNNumber 869
  2992. #define OBJ_internationaliSDNNumber 2L, 5L, 4L, 25L
  2993. #define LN_registeredAddress "registeredAddress"
  2994. #define NID_registeredAddress 870
  2995. #define OBJ_registeredAddress 2L, 5L, 4L, 26L
  2996. #define LN_destinationIndicator "destinationIndicator"
  2997. #define NID_destinationIndicator 871
  2998. #define OBJ_destinationIndicator 2L, 5L, 4L, 27L
  2999. #define LN_preferredDeliveryMethod "preferredDeliveryMethod"
  3000. #define NID_preferredDeliveryMethod 872
  3001. #define OBJ_preferredDeliveryMethod 2L, 5L, 4L, 28L
  3002. #define LN_presentationAddress "presentationAddress"
  3003. #define NID_presentationAddress 873
  3004. #define OBJ_presentationAddress 2L, 5L, 4L, 29L
  3005. #define LN_supportedApplicationContext "supportedApplicationContext"
  3006. #define NID_supportedApplicationContext 874
  3007. #define OBJ_supportedApplicationContext 2L, 5L, 4L, 30L
  3008. #define SN_member "member"
  3009. #define NID_member 875
  3010. #define OBJ_member 2L, 5L, 4L, 31L
  3011. #define SN_owner "owner"
  3012. #define NID_owner 876
  3013. #define OBJ_owner 2L, 5L, 4L, 32L
  3014. #define LN_roleOccupant "roleOccupant"
  3015. #define NID_roleOccupant 877
  3016. #define OBJ_roleOccupant 2L, 5L, 4L, 33L
  3017. #define SN_seeAlso "seeAlso"
  3018. #define NID_seeAlso 878
  3019. #define OBJ_seeAlso 2L, 5L, 4L, 34L
  3020. #define LN_userPassword "userPassword"
  3021. #define NID_userPassword 879
  3022. #define OBJ_userPassword 2L, 5L, 4L, 35L
  3023. #define LN_userCertificate "userCertificate"
  3024. #define NID_userCertificate 880
  3025. #define OBJ_userCertificate 2L, 5L, 4L, 36L
  3026. #define LN_cACertificate "cACertificate"
  3027. #define NID_cACertificate 881
  3028. #define OBJ_cACertificate 2L, 5L, 4L, 37L
  3029. #define LN_authorityRevocationList "authorityRevocationList"
  3030. #define NID_authorityRevocationList 882
  3031. #define OBJ_authorityRevocationList 2L, 5L, 4L, 38L
  3032. #define LN_certificateRevocationList "certificateRevocationList"
  3033. #define NID_certificateRevocationList 883
  3034. #define OBJ_certificateRevocationList 2L, 5L, 4L, 39L
  3035. #define LN_crossCertificatePair "crossCertificatePair"
  3036. #define NID_crossCertificatePair 884
  3037. #define OBJ_crossCertificatePair 2L, 5L, 4L, 40L
  3038. #define LN_enhancedSearchGuide "enhancedSearchGuide"
  3039. #define NID_enhancedSearchGuide 885
  3040. #define OBJ_enhancedSearchGuide 2L, 5L, 4L, 47L
  3041. #define LN_protocolInformation "protocolInformation"
  3042. #define NID_protocolInformation 886
  3043. #define OBJ_protocolInformation 2L, 5L, 4L, 48L
  3044. #define LN_distinguishedName "distinguishedName"
  3045. #define NID_distinguishedName 887
  3046. #define OBJ_distinguishedName 2L, 5L, 4L, 49L
  3047. #define LN_uniqueMember "uniqueMember"
  3048. #define NID_uniqueMember 888
  3049. #define OBJ_uniqueMember 2L, 5L, 4L, 50L
  3050. #define LN_houseIdentifier "houseIdentifier"
  3051. #define NID_houseIdentifier 889
  3052. #define OBJ_houseIdentifier 2L, 5L, 4L, 51L
  3053. #define LN_supportedAlgorithms "supportedAlgorithms"
  3054. #define NID_supportedAlgorithms 890
  3055. #define OBJ_supportedAlgorithms 2L, 5L, 4L, 52L
  3056. #define LN_deltaRevocationList "deltaRevocationList"
  3057. #define NID_deltaRevocationList 891
  3058. #define OBJ_deltaRevocationList 2L, 5L, 4L, 53L
  3059. #define SN_dmdName "dmdName"
  3060. #define NID_dmdName 892
  3061. #define OBJ_dmdName 2L, 5L, 4L, 54L
  3062. #define SN_id_alg_PWRI_KEK "id-alg-PWRI-KEK"
  3063. #define NID_id_alg_PWRI_KEK 893
  3064. #define OBJ_id_alg_PWRI_KEK 1L, 2L, 840L, 113549L, 1L, 9L, 16L, 3L, 9L
  3065. #define SN_cmac "CMAC"
  3066. #define LN_cmac "cmac"
  3067. #define NID_cmac 894
  3068. #define SN_aes_128_gcm "id-aes128-GCM"
  3069. #define LN_aes_128_gcm "aes-128-gcm"
  3070. #define NID_aes_128_gcm 895
  3071. #define OBJ_aes_128_gcm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 6L
  3072. #define SN_aes_128_ccm "id-aes128-CCM"
  3073. #define LN_aes_128_ccm "aes-128-ccm"
  3074. #define NID_aes_128_ccm 896
  3075. #define OBJ_aes_128_ccm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 7L
  3076. #define SN_id_aes128_wrap_pad "id-aes128-wrap-pad"
  3077. #define NID_id_aes128_wrap_pad 897
  3078. #define OBJ_id_aes128_wrap_pad 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 8L
  3079. #define SN_aes_192_gcm "id-aes192-GCM"
  3080. #define LN_aes_192_gcm "aes-192-gcm"
  3081. #define NID_aes_192_gcm 898
  3082. #define OBJ_aes_192_gcm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 26L
  3083. #define SN_aes_192_ccm "id-aes192-CCM"
  3084. #define LN_aes_192_ccm "aes-192-ccm"
  3085. #define NID_aes_192_ccm 899
  3086. #define OBJ_aes_192_ccm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 27L
  3087. #define SN_id_aes192_wrap_pad "id-aes192-wrap-pad"
  3088. #define NID_id_aes192_wrap_pad 900
  3089. #define OBJ_id_aes192_wrap_pad 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 28L
  3090. #define SN_aes_256_gcm "id-aes256-GCM"
  3091. #define LN_aes_256_gcm "aes-256-gcm"
  3092. #define NID_aes_256_gcm 901
  3093. #define OBJ_aes_256_gcm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 46L
  3094. #define SN_aes_256_ccm "id-aes256-CCM"
  3095. #define LN_aes_256_ccm "aes-256-ccm"
  3096. #define NID_aes_256_ccm 902
  3097. #define OBJ_aes_256_ccm 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 47L
  3098. #define SN_id_aes256_wrap_pad "id-aes256-wrap-pad"
  3099. #define NID_id_aes256_wrap_pad 903
  3100. #define OBJ_id_aes256_wrap_pad 2L, 16L, 840L, 1L, 101L, 3L, 4L, 1L, 48L
  3101. #define SN_aes_128_ctr "AES-128-CTR"
  3102. #define LN_aes_128_ctr "aes-128-ctr"
  3103. #define NID_aes_128_ctr 904
  3104. #define SN_aes_192_ctr "AES-192-CTR"
  3105. #define LN_aes_192_ctr "aes-192-ctr"
  3106. #define NID_aes_192_ctr 905
  3107. #define SN_aes_256_ctr "AES-256-CTR"
  3108. #define LN_aes_256_ctr "aes-256-ctr"
  3109. #define NID_aes_256_ctr 906
  3110. #define SN_id_camellia128_wrap "id-camellia128-wrap"
  3111. #define NID_id_camellia128_wrap 907
  3112. #define OBJ_id_camellia128_wrap 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 3L, 2L
  3113. #define SN_id_camellia192_wrap "id-camellia192-wrap"
  3114. #define NID_id_camellia192_wrap 908
  3115. #define OBJ_id_camellia192_wrap 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 3L, 3L
  3116. #define SN_id_camellia256_wrap "id-camellia256-wrap"
  3117. #define NID_id_camellia256_wrap 909
  3118. #define OBJ_id_camellia256_wrap 1L, 2L, 392L, 200011L, 61L, 1L, 1L, 3L, 4L
  3119. #define SN_anyExtendedKeyUsage "anyExtendedKeyUsage"
  3120. #define LN_anyExtendedKeyUsage "Any Extended Key Usage"
  3121. #define NID_anyExtendedKeyUsage 910
  3122. #define OBJ_anyExtendedKeyUsage 2L, 5L, 29L, 37L, 0L
  3123. #define SN_mgf1 "MGF1"
  3124. #define LN_mgf1 "mgf1"
  3125. #define NID_mgf1 911
  3126. #define OBJ_mgf1 1L, 2L, 840L, 113549L, 1L, 1L, 8L
  3127. #define SN_rsassaPss "RSASSA-PSS"
  3128. #define LN_rsassaPss "rsassaPss"
  3129. #define NID_rsassaPss 912
  3130. #define OBJ_rsassaPss 1L, 2L, 840L, 113549L, 1L, 1L, 10L
  3131. #define SN_aes_128_xts "AES-128-XTS"
  3132. #define LN_aes_128_xts "aes-128-xts"
  3133. #define NID_aes_128_xts 913
  3134. #define SN_aes_256_xts "AES-256-XTS"
  3135. #define LN_aes_256_xts "aes-256-xts"
  3136. #define NID_aes_256_xts 914
  3137. #define SN_rc4_hmac_md5 "RC4-HMAC-MD5"
  3138. #define LN_rc4_hmac_md5 "rc4-hmac-md5"
  3139. #define NID_rc4_hmac_md5 915
  3140. #define SN_aes_128_cbc_hmac_sha1 "AES-128-CBC-HMAC-SHA1"
  3141. #define LN_aes_128_cbc_hmac_sha1 "aes-128-cbc-hmac-sha1"
  3142. #define NID_aes_128_cbc_hmac_sha1 916
  3143. #define SN_aes_192_cbc_hmac_sha1 "AES-192-CBC-HMAC-SHA1"
  3144. #define LN_aes_192_cbc_hmac_sha1 "aes-192-cbc-hmac-sha1"
  3145. #define NID_aes_192_cbc_hmac_sha1 917
  3146. #define SN_aes_256_cbc_hmac_sha1 "AES-256-CBC-HMAC-SHA1"
  3147. #define LN_aes_256_cbc_hmac_sha1 "aes-256-cbc-hmac-sha1"
  3148. #define NID_aes_256_cbc_hmac_sha1 918
  3149. #define SN_rsaesOaep "RSAES-OAEP"
  3150. #define LN_rsaesOaep "rsaesOaep"
  3151. #define NID_rsaesOaep 919
  3152. #define OBJ_rsaesOaep 1L, 2L, 840L, 113549L, 1L, 1L, 7L
  3153. #define SN_dhpublicnumber "dhpublicnumber"
  3154. #define LN_dhpublicnumber "X9.42 DH"
  3155. #define NID_dhpublicnumber 920
  3156. #define OBJ_dhpublicnumber 1L, 2L, 840L, 10046L, 2L, 1L
  3157. #define SN_brainpoolP160r1 "brainpoolP160r1"
  3158. #define NID_brainpoolP160r1 921
  3159. #define OBJ_brainpoolP160r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 1L
  3160. #define SN_brainpoolP160t1 "brainpoolP160t1"
  3161. #define NID_brainpoolP160t1 922
  3162. #define OBJ_brainpoolP160t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 2L
  3163. #define SN_brainpoolP192r1 "brainpoolP192r1"
  3164. #define NID_brainpoolP192r1 923
  3165. #define OBJ_brainpoolP192r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 3L
  3166. #define SN_brainpoolP192t1 "brainpoolP192t1"
  3167. #define NID_brainpoolP192t1 924
  3168. #define OBJ_brainpoolP192t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 4L
  3169. #define SN_brainpoolP224r1 "brainpoolP224r1"
  3170. #define NID_brainpoolP224r1 925
  3171. #define OBJ_brainpoolP224r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 5L
  3172. #define SN_brainpoolP224t1 "brainpoolP224t1"
  3173. #define NID_brainpoolP224t1 926
  3174. #define OBJ_brainpoolP224t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 6L
  3175. #define SN_brainpoolP256r1 "brainpoolP256r1"
  3176. #define NID_brainpoolP256r1 927
  3177. #define OBJ_brainpoolP256r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 7L
  3178. #define SN_brainpoolP256t1 "brainpoolP256t1"
  3179. #define NID_brainpoolP256t1 928
  3180. #define OBJ_brainpoolP256t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 8L
  3181. #define SN_brainpoolP320r1 "brainpoolP320r1"
  3182. #define NID_brainpoolP320r1 929
  3183. #define OBJ_brainpoolP320r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 9L
  3184. #define SN_brainpoolP320t1 "brainpoolP320t1"
  3185. #define NID_brainpoolP320t1 930
  3186. #define OBJ_brainpoolP320t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 10L
  3187. #define SN_brainpoolP384r1 "brainpoolP384r1"
  3188. #define NID_brainpoolP384r1 931
  3189. #define OBJ_brainpoolP384r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 11L
  3190. #define SN_brainpoolP384t1 "brainpoolP384t1"
  3191. #define NID_brainpoolP384t1 932
  3192. #define OBJ_brainpoolP384t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 12L
  3193. #define SN_brainpoolP512r1 "brainpoolP512r1"
  3194. #define NID_brainpoolP512r1 933
  3195. #define OBJ_brainpoolP512r1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 13L
  3196. #define SN_brainpoolP512t1 "brainpoolP512t1"
  3197. #define NID_brainpoolP512t1 934
  3198. #define OBJ_brainpoolP512t1 1L, 3L, 36L, 3L, 3L, 2L, 8L, 1L, 1L, 14L
  3199. #define SN_pSpecified "PSPECIFIED"
  3200. #define LN_pSpecified "pSpecified"
  3201. #define NID_pSpecified 935
  3202. #define OBJ_pSpecified 1L, 2L, 840L, 113549L, 1L, 1L, 9L
  3203. #define SN_dhSinglePass_stdDH_sha1kdf_scheme "dhSinglePass-stdDH-sha1kdf-scheme"
  3204. #define NID_dhSinglePass_stdDH_sha1kdf_scheme 936
  3205. #define OBJ_dhSinglePass_stdDH_sha1kdf_scheme \
  3206. 1L, 3L, 133L, 16L, 840L, 63L, 0L, 2L
  3207. #define SN_dhSinglePass_stdDH_sha224kdf_scheme \
  3208. "dhSinglePass-stdDH-sha224kdf-scheme"
  3209. #define NID_dhSinglePass_stdDH_sha224kdf_scheme 937
  3210. #define OBJ_dhSinglePass_stdDH_sha224kdf_scheme 1L, 3L, 132L, 1L, 11L, 0L
  3211. #define SN_dhSinglePass_stdDH_sha256kdf_scheme \
  3212. "dhSinglePass-stdDH-sha256kdf-scheme"
  3213. #define NID_dhSinglePass_stdDH_sha256kdf_scheme 938
  3214. #define OBJ_dhSinglePass_stdDH_sha256kdf_scheme 1L, 3L, 132L, 1L, 11L, 1L
  3215. #define SN_dhSinglePass_stdDH_sha384kdf_scheme \
  3216. "dhSinglePass-stdDH-sha384kdf-scheme"
  3217. #define NID_dhSinglePass_stdDH_sha384kdf_scheme 939
  3218. #define OBJ_dhSinglePass_stdDH_sha384kdf_scheme 1L, 3L, 132L, 1L, 11L, 2L
  3219. #define SN_dhSinglePass_stdDH_sha512kdf_scheme \
  3220. "dhSinglePass-stdDH-sha512kdf-scheme"
  3221. #define NID_dhSinglePass_stdDH_sha512kdf_scheme 940
  3222. #define OBJ_dhSinglePass_stdDH_sha512kdf_scheme 1L, 3L, 132L, 1L, 11L, 3L
  3223. #define SN_dhSinglePass_cofactorDH_sha1kdf_scheme \
  3224. "dhSinglePass-cofactorDH-sha1kdf-scheme"
  3225. #define NID_dhSinglePass_cofactorDH_sha1kdf_scheme 941
  3226. #define OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme \
  3227. 1L, 3L, 133L, 16L, 840L, 63L, 0L, 3L
  3228. #define SN_dhSinglePass_cofactorDH_sha224kdf_scheme \
  3229. "dhSinglePass-cofactorDH-sha224kdf-scheme"
  3230. #define NID_dhSinglePass_cofactorDH_sha224kdf_scheme 942
  3231. #define OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme 1L, 3L, 132L, 1L, 14L, 0L
  3232. #define SN_dhSinglePass_cofactorDH_sha256kdf_scheme \
  3233. "dhSinglePass-cofactorDH-sha256kdf-scheme"
  3234. #define NID_dhSinglePass_cofactorDH_sha256kdf_scheme 943
  3235. #define OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme 1L, 3L, 132L, 1L, 14L, 1L
  3236. #define SN_dhSinglePass_cofactorDH_sha384kdf_scheme \
  3237. "dhSinglePass-cofactorDH-sha384kdf-scheme"
  3238. #define NID_dhSinglePass_cofactorDH_sha384kdf_scheme 944
  3239. #define OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme 1L, 3L, 132L, 1L, 14L, 2L
  3240. #define SN_dhSinglePass_cofactorDH_sha512kdf_scheme \
  3241. "dhSinglePass-cofactorDH-sha512kdf-scheme"
  3242. #define NID_dhSinglePass_cofactorDH_sha512kdf_scheme 945
  3243. #define OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme 1L, 3L, 132L, 1L, 14L, 3L
  3244. #define SN_dh_std_kdf "dh-std-kdf"
  3245. #define NID_dh_std_kdf 946
  3246. #define SN_dh_cofactor_kdf "dh-cofactor-kdf"
  3247. #define NID_dh_cofactor_kdf 947
  3248. #define SN_X25519 "X25519"
  3249. #define NID_X25519 948
  3250. #define SN_ED25519 "ED25519"
  3251. #define NID_ED25519 949
  3252. #define OBJ_ED25519 1L, 3L, 101L, 112L
  3253. #define SN_chacha20_poly1305 "ChaCha20-Poly1305"
  3254. #define LN_chacha20_poly1305 "chacha20-poly1305"
  3255. #define NID_chacha20_poly1305 950
  3256. #define SN_kx_rsa "KxRSA"
  3257. #define LN_kx_rsa "kx-rsa"
  3258. #define NID_kx_rsa 951
  3259. #define SN_kx_ecdhe "KxECDHE"
  3260. #define LN_kx_ecdhe "kx-ecdhe"
  3261. #define NID_kx_ecdhe 952
  3262. #define SN_kx_psk "KxPSK"
  3263. #define LN_kx_psk "kx-psk"
  3264. #define NID_kx_psk 953
  3265. #define SN_auth_rsa "AuthRSA"
  3266. #define LN_auth_rsa "auth-rsa"
  3267. #define NID_auth_rsa 954
  3268. #define SN_auth_ecdsa "AuthECDSA"
  3269. #define LN_auth_ecdsa "auth-ecdsa"
  3270. #define NID_auth_ecdsa 955
  3271. #define SN_auth_psk "AuthPSK"
  3272. #define LN_auth_psk "auth-psk"
  3273. #define NID_auth_psk 956
  3274. #define SN_kx_any "KxANY"
  3275. #define LN_kx_any "kx-any"
  3276. #define NID_kx_any 957
  3277. #define SN_auth_any "AuthANY"
  3278. #define LN_auth_any "auth-any"
  3279. #define NID_auth_any 958
  3280. #if defined(__cplusplus)
  3281. } /* extern C */
  3282. #endif
  3283. #endif /* OPENSSL_HEADER_NID_H */