You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6245 lines
267 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. #define NUM_NID 959
  58. static const uint8_t kObjectData[] = {
  59. /* NID_rsadsi */
  60. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d,
  61. /* NID_pkcs */
  62. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01,
  63. /* NID_md2 */
  64. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x02,
  65. /* NID_md5 */
  66. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05,
  67. /* NID_rc4 */
  68. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x04,
  69. /* NID_rsaEncryption */
  70. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01,
  71. /* NID_md2WithRSAEncryption */
  72. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x02,
  73. /* NID_md5WithRSAEncryption */
  74. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x04,
  75. /* NID_pbeWithMD2AndDES_CBC */
  76. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x01,
  77. /* NID_pbeWithMD5AndDES_CBC */
  78. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x03,
  79. /* NID_X500 */
  80. 0x55,
  81. /* NID_X509 */
  82. 0x55, 0x04,
  83. /* NID_commonName */
  84. 0x55, 0x04, 0x03,
  85. /* NID_countryName */
  86. 0x55, 0x04, 0x06,
  87. /* NID_localityName */
  88. 0x55, 0x04, 0x07,
  89. /* NID_stateOrProvinceName */
  90. 0x55, 0x04, 0x08,
  91. /* NID_organizationName */
  92. 0x55, 0x04, 0x0a,
  93. /* NID_organizationalUnitName */
  94. 0x55, 0x04, 0x0b,
  95. /* NID_rsa */
  96. 0x55, 0x08, 0x01, 0x01,
  97. /* NID_pkcs7 */
  98. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07,
  99. /* NID_pkcs7_data */
  100. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01,
  101. /* NID_pkcs7_signed */
  102. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02,
  103. /* NID_pkcs7_enveloped */
  104. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x03,
  105. /* NID_pkcs7_signedAndEnveloped */
  106. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x04,
  107. /* NID_pkcs7_digest */
  108. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x05,
  109. /* NID_pkcs7_encrypted */
  110. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x06,
  111. /* NID_pkcs3 */
  112. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x03,
  113. /* NID_dhKeyAgreement */
  114. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x03, 0x01,
  115. /* NID_des_ecb */
  116. 0x2b, 0x0e, 0x03, 0x02, 0x06,
  117. /* NID_des_cfb64 */
  118. 0x2b, 0x0e, 0x03, 0x02, 0x09,
  119. /* NID_des_cbc */
  120. 0x2b, 0x0e, 0x03, 0x02, 0x07,
  121. /* NID_des_ede_ecb */
  122. 0x2b, 0x0e, 0x03, 0x02, 0x11,
  123. /* NID_idea_cbc */
  124. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x81, 0x3c, 0x07, 0x01, 0x01, 0x02,
  125. /* NID_rc2_cbc */
  126. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x02,
  127. /* NID_sha */
  128. 0x2b, 0x0e, 0x03, 0x02, 0x12,
  129. /* NID_shaWithRSAEncryption */
  130. 0x2b, 0x0e, 0x03, 0x02, 0x0f,
  131. /* NID_des_ede3_cbc */
  132. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x07,
  133. /* NID_des_ofb64 */
  134. 0x2b, 0x0e, 0x03, 0x02, 0x08,
  135. /* NID_pkcs9 */
  136. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09,
  137. /* NID_pkcs9_emailAddress */
  138. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x01,
  139. /* NID_pkcs9_unstructuredName */
  140. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x02,
  141. /* NID_pkcs9_contentType */
  142. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x03,
  143. /* NID_pkcs9_messageDigest */
  144. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x04,
  145. /* NID_pkcs9_signingTime */
  146. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x05,
  147. /* NID_pkcs9_countersignature */
  148. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x06,
  149. /* NID_pkcs9_challengePassword */
  150. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x07,
  151. /* NID_pkcs9_unstructuredAddress */
  152. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x08,
  153. /* NID_pkcs9_extCertAttributes */
  154. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x09,
  155. /* NID_netscape */
  156. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42,
  157. /* NID_netscape_cert_extension */
  158. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01,
  159. /* NID_netscape_data_type */
  160. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x02,
  161. /* NID_sha1 */
  162. 0x2b, 0x0e, 0x03, 0x02, 0x1a,
  163. /* NID_sha1WithRSAEncryption */
  164. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x05,
  165. /* NID_dsaWithSHA */
  166. 0x2b, 0x0e, 0x03, 0x02, 0x0d,
  167. /* NID_dsa_2 */
  168. 0x2b, 0x0e, 0x03, 0x02, 0x0c,
  169. /* NID_pbeWithSHA1AndRC2_CBC */
  170. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0b,
  171. /* NID_id_pbkdf2 */
  172. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0c,
  173. /* NID_dsaWithSHA1_2 */
  174. 0x2b, 0x0e, 0x03, 0x02, 0x1b,
  175. /* NID_netscape_cert_type */
  176. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x01,
  177. /* NID_netscape_base_url */
  178. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x02,
  179. /* NID_netscape_revocation_url */
  180. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x03,
  181. /* NID_netscape_ca_revocation_url */
  182. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x04,
  183. /* NID_netscape_renewal_url */
  184. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x07,
  185. /* NID_netscape_ca_policy_url */
  186. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x08,
  187. /* NID_netscape_ssl_server_name */
  188. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x0c,
  189. /* NID_netscape_comment */
  190. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x0d,
  191. /* NID_netscape_cert_sequence */
  192. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x02, 0x05,
  193. /* NID_id_ce */
  194. 0x55, 0x1d,
  195. /* NID_subject_key_identifier */
  196. 0x55, 0x1d, 0x0e,
  197. /* NID_key_usage */
  198. 0x55, 0x1d, 0x0f,
  199. /* NID_private_key_usage_period */
  200. 0x55, 0x1d, 0x10,
  201. /* NID_subject_alt_name */
  202. 0x55, 0x1d, 0x11,
  203. /* NID_issuer_alt_name */
  204. 0x55, 0x1d, 0x12,
  205. /* NID_basic_constraints */
  206. 0x55, 0x1d, 0x13,
  207. /* NID_crl_number */
  208. 0x55, 0x1d, 0x14,
  209. /* NID_certificate_policies */
  210. 0x55, 0x1d, 0x20,
  211. /* NID_authority_key_identifier */
  212. 0x55, 0x1d, 0x23,
  213. /* NID_bf_cbc */
  214. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x97, 0x55, 0x01, 0x02,
  215. /* NID_mdc2 */
  216. 0x55, 0x08, 0x03, 0x65,
  217. /* NID_mdc2WithRSA */
  218. 0x55, 0x08, 0x03, 0x64,
  219. /* NID_givenName */
  220. 0x55, 0x04, 0x2a,
  221. /* NID_surname */
  222. 0x55, 0x04, 0x04,
  223. /* NID_initials */
  224. 0x55, 0x04, 0x2b,
  225. /* NID_crl_distribution_points */
  226. 0x55, 0x1d, 0x1f,
  227. /* NID_md5WithRSA */
  228. 0x2b, 0x0e, 0x03, 0x02, 0x03,
  229. /* NID_serialNumber */
  230. 0x55, 0x04, 0x05,
  231. /* NID_title */
  232. 0x55, 0x04, 0x0c,
  233. /* NID_description */
  234. 0x55, 0x04, 0x0d,
  235. /* NID_cast5_cbc */
  236. 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0a,
  237. /* NID_pbeWithMD5AndCast5_CBC */
  238. 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0c,
  239. /* NID_dsaWithSHA1 */
  240. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04, 0x03,
  241. /* NID_sha1WithRSA */
  242. 0x2b, 0x0e, 0x03, 0x02, 0x1d,
  243. /* NID_dsa */
  244. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04, 0x01,
  245. /* NID_ripemd160 */
  246. 0x2b, 0x24, 0x03, 0x02, 0x01,
  247. /* NID_ripemd160WithRSA */
  248. 0x2b, 0x24, 0x03, 0x03, 0x01, 0x02,
  249. /* NID_rc5_cbc */
  250. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x08,
  251. /* NID_zlib_compression */
  252. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x08,
  253. /* NID_ext_key_usage */
  254. 0x55, 0x1d, 0x25,
  255. /* NID_id_pkix */
  256. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07,
  257. /* NID_id_kp */
  258. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03,
  259. /* NID_server_auth */
  260. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x01,
  261. /* NID_client_auth */
  262. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02,
  263. /* NID_code_sign */
  264. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03,
  265. /* NID_email_protect */
  266. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x04,
  267. /* NID_time_stamp */
  268. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x08,
  269. /* NID_ms_code_ind */
  270. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x15,
  271. /* NID_ms_code_com */
  272. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x16,
  273. /* NID_ms_ctl_sign */
  274. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x01,
  275. /* NID_ms_sgc */
  276. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x03,
  277. /* NID_ms_efs */
  278. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x04,
  279. /* NID_ns_sgc */
  280. 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x04, 0x01,
  281. /* NID_delta_crl */
  282. 0x55, 0x1d, 0x1b,
  283. /* NID_crl_reason */
  284. 0x55, 0x1d, 0x15,
  285. /* NID_invalidity_date */
  286. 0x55, 0x1d, 0x18,
  287. /* NID_sxnet */
  288. 0x2b, 0x65, 0x01, 0x04, 0x01,
  289. /* NID_pbe_WithSHA1And128BitRC4 */
  290. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x01,
  291. /* NID_pbe_WithSHA1And40BitRC4 */
  292. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x02,
  293. /* NID_pbe_WithSHA1And3_Key_TripleDES_CBC */
  294. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x03,
  295. /* NID_pbe_WithSHA1And2_Key_TripleDES_CBC */
  296. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x04,
  297. /* NID_pbe_WithSHA1And128BitRC2_CBC */
  298. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x05,
  299. /* NID_pbe_WithSHA1And40BitRC2_CBC */
  300. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x06,
  301. /* NID_keyBag */
  302. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x01,
  303. /* NID_pkcs8ShroudedKeyBag */
  304. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x02,
  305. /* NID_certBag */
  306. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x03,
  307. /* NID_crlBag */
  308. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x04,
  309. /* NID_secretBag */
  310. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x05,
  311. /* NID_safeContentsBag */
  312. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x06,
  313. /* NID_friendlyName */
  314. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x14,
  315. /* NID_localKeyID */
  316. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x15,
  317. /* NID_x509Certificate */
  318. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x16, 0x01,
  319. /* NID_sdsiCertificate */
  320. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x16, 0x02,
  321. /* NID_x509Crl */
  322. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x17, 0x01,
  323. /* NID_pbes2 */
  324. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0d,
  325. /* NID_pbmac1 */
  326. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0e,
  327. /* NID_hmacWithSHA1 */
  328. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x07,
  329. /* NID_id_qt_cps */
  330. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01,
  331. /* NID_id_qt_unotice */
  332. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02,
  333. /* NID_SMIMECapabilities */
  334. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x0f,
  335. /* NID_pbeWithMD2AndRC2_CBC */
  336. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x04,
  337. /* NID_pbeWithMD5AndRC2_CBC */
  338. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x06,
  339. /* NID_pbeWithSHA1AndDES_CBC */
  340. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0a,
  341. /* NID_ms_ext_req */
  342. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0e,
  343. /* NID_ext_req */
  344. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x0e,
  345. /* NID_name */
  346. 0x55, 0x04, 0x29,
  347. /* NID_dnQualifier */
  348. 0x55, 0x04, 0x2e,
  349. /* NID_id_pe */
  350. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01,
  351. /* NID_id_ad */
  352. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30,
  353. /* NID_info_access */
  354. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01,
  355. /* NID_ad_OCSP */
  356. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01,
  357. /* NID_ad_ca_issuers */
  358. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02,
  359. /* NID_OCSP_sign */
  360. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x09,
  361. /* NID_member_body */
  362. 0x2a,
  363. /* NID_ISO_US */
  364. 0x2a, 0x86, 0x48,
  365. /* NID_X9_57 */
  366. 0x2a, 0x86, 0x48, 0xce, 0x38,
  367. /* NID_X9cm */
  368. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04,
  369. /* NID_pkcs1 */
  370. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01,
  371. /* NID_pkcs5 */
  372. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05,
  373. /* NID_SMIME */
  374. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10,
  375. /* NID_id_smime_mod */
  376. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00,
  377. /* NID_id_smime_ct */
  378. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01,
  379. /* NID_id_smime_aa */
  380. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02,
  381. /* NID_id_smime_alg */
  382. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03,
  383. /* NID_id_smime_cd */
  384. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x04,
  385. /* NID_id_smime_spq */
  386. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05,
  387. /* NID_id_smime_cti */
  388. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06,
  389. /* NID_id_smime_mod_cms */
  390. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x01,
  391. /* NID_id_smime_mod_ess */
  392. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x02,
  393. /* NID_id_smime_mod_oid */
  394. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x03,
  395. /* NID_id_smime_mod_msg_v3 */
  396. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x04,
  397. /* NID_id_smime_mod_ets_eSignature_88 */
  398. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x05,
  399. /* NID_id_smime_mod_ets_eSignature_97 */
  400. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x06,
  401. /* NID_id_smime_mod_ets_eSigPolicy_88 */
  402. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x07,
  403. /* NID_id_smime_mod_ets_eSigPolicy_97 */
  404. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x08,
  405. /* NID_id_smime_ct_receipt */
  406. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x01,
  407. /* NID_id_smime_ct_authData */
  408. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x02,
  409. /* NID_id_smime_ct_publishCert */
  410. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x03,
  411. /* NID_id_smime_ct_TSTInfo */
  412. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x04,
  413. /* NID_id_smime_ct_TDTInfo */
  414. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x05,
  415. /* NID_id_smime_ct_contentInfo */
  416. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x06,
  417. /* NID_id_smime_ct_DVCSRequestData */
  418. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x07,
  419. /* NID_id_smime_ct_DVCSResponseData */
  420. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x08,
  421. /* NID_id_smime_aa_receiptRequest */
  422. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x01,
  423. /* NID_id_smime_aa_securityLabel */
  424. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x02,
  425. /* NID_id_smime_aa_mlExpandHistory */
  426. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x03,
  427. /* NID_id_smime_aa_contentHint */
  428. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x04,
  429. /* NID_id_smime_aa_msgSigDigest */
  430. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x05,
  431. /* NID_id_smime_aa_encapContentType */
  432. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x06,
  433. /* NID_id_smime_aa_contentIdentifier */
  434. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x07,
  435. /* NID_id_smime_aa_macValue */
  436. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x08,
  437. /* NID_id_smime_aa_equivalentLabels */
  438. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x09,
  439. /* NID_id_smime_aa_contentReference */
  440. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0a,
  441. /* NID_id_smime_aa_encrypKeyPref */
  442. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0b,
  443. /* NID_id_smime_aa_signingCertificate */
  444. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0c,
  445. /* NID_id_smime_aa_smimeEncryptCerts */
  446. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0d,
  447. /* NID_id_smime_aa_timeStampToken */
  448. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0e,
  449. /* NID_id_smime_aa_ets_sigPolicyId */
  450. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0f,
  451. /* NID_id_smime_aa_ets_commitmentType */
  452. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x10,
  453. /* NID_id_smime_aa_ets_signerLocation */
  454. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x11,
  455. /* NID_id_smime_aa_ets_signerAttr */
  456. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x12,
  457. /* NID_id_smime_aa_ets_otherSigCert */
  458. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x13,
  459. /* NID_id_smime_aa_ets_contentTimestamp */
  460. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x14,
  461. /* NID_id_smime_aa_ets_CertificateRefs */
  462. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x15,
  463. /* NID_id_smime_aa_ets_RevocationRefs */
  464. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x16,
  465. /* NID_id_smime_aa_ets_certValues */
  466. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x17,
  467. /* NID_id_smime_aa_ets_revocationValues */
  468. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x18,
  469. /* NID_id_smime_aa_ets_escTimeStamp */
  470. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x19,
  471. /* NID_id_smime_aa_ets_certCRLTimestamp */
  472. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1a,
  473. /* NID_id_smime_aa_ets_archiveTimeStamp */
  474. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1b,
  475. /* NID_id_smime_aa_signatureType */
  476. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1c,
  477. /* NID_id_smime_aa_dvcs_dvc */
  478. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1d,
  479. /* NID_id_smime_alg_ESDHwith3DES */
  480. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x01,
  481. /* NID_id_smime_alg_ESDHwithRC2 */
  482. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x02,
  483. /* NID_id_smime_alg_3DESwrap */
  484. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x03,
  485. /* NID_id_smime_alg_RC2wrap */
  486. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x04,
  487. /* NID_id_smime_alg_ESDH */
  488. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x05,
  489. /* NID_id_smime_alg_CMS3DESwrap */
  490. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x06,
  491. /* NID_id_smime_alg_CMSRC2wrap */
  492. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x07,
  493. /* NID_id_smime_cd_ldap */
  494. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x04, 0x01,
  495. /* NID_id_smime_spq_ets_sqt_uri */
  496. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05, 0x01,
  497. /* NID_id_smime_spq_ets_sqt_unotice */
  498. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05, 0x02,
  499. /* NID_id_smime_cti_ets_proofOfOrigin */
  500. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x01,
  501. /* NID_id_smime_cti_ets_proofOfReceipt */
  502. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x02,
  503. /* NID_id_smime_cti_ets_proofOfDelivery */
  504. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x03,
  505. /* NID_id_smime_cti_ets_proofOfSender */
  506. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x04,
  507. /* NID_id_smime_cti_ets_proofOfApproval */
  508. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x05,
  509. /* NID_id_smime_cti_ets_proofOfCreation */
  510. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x06,
  511. /* NID_md4 */
  512. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x04,
  513. /* NID_id_pkix_mod */
  514. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00,
  515. /* NID_id_qt */
  516. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02,
  517. /* NID_id_it */
  518. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04,
  519. /* NID_id_pkip */
  520. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05,
  521. /* NID_id_alg */
  522. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06,
  523. /* NID_id_cmc */
  524. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07,
  525. /* NID_id_on */
  526. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08,
  527. /* NID_id_pda */
  528. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09,
  529. /* NID_id_aca */
  530. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a,
  531. /* NID_id_qcs */
  532. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0b,
  533. /* NID_id_cct */
  534. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c,
  535. /* NID_id_pkix1_explicit_88 */
  536. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x01,
  537. /* NID_id_pkix1_implicit_88 */
  538. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x02,
  539. /* NID_id_pkix1_explicit_93 */
  540. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x03,
  541. /* NID_id_pkix1_implicit_93 */
  542. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x04,
  543. /* NID_id_mod_crmf */
  544. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x05,
  545. /* NID_id_mod_cmc */
  546. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x06,
  547. /* NID_id_mod_kea_profile_88 */
  548. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x07,
  549. /* NID_id_mod_kea_profile_93 */
  550. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x08,
  551. /* NID_id_mod_cmp */
  552. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x09,
  553. /* NID_id_mod_qualified_cert_88 */
  554. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0a,
  555. /* NID_id_mod_qualified_cert_93 */
  556. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0b,
  557. /* NID_id_mod_attribute_cert */
  558. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0c,
  559. /* NID_id_mod_timestamp_protocol */
  560. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0d,
  561. /* NID_id_mod_ocsp */
  562. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0e,
  563. /* NID_id_mod_dvcs */
  564. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0f,
  565. /* NID_id_mod_cmp2000 */
  566. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x10,
  567. /* NID_biometricInfo */
  568. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x02,
  569. /* NID_qcStatements */
  570. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x03,
  571. /* NID_ac_auditEntity */
  572. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x04,
  573. /* NID_ac_targeting */
  574. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x05,
  575. /* NID_aaControls */
  576. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x06,
  577. /* NID_sbgp_ipAddrBlock */
  578. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x07,
  579. /* NID_sbgp_autonomousSysNum */
  580. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x08,
  581. /* NID_sbgp_routerIdentifier */
  582. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x09,
  583. /* NID_textNotice */
  584. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x03,
  585. /* NID_ipsecEndSystem */
  586. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x05,
  587. /* NID_ipsecTunnel */
  588. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x06,
  589. /* NID_ipsecUser */
  590. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x07,
  591. /* NID_dvcs */
  592. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x0a,
  593. /* NID_id_it_caProtEncCert */
  594. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x01,
  595. /* NID_id_it_signKeyPairTypes */
  596. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x02,
  597. /* NID_id_it_encKeyPairTypes */
  598. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x03,
  599. /* NID_id_it_preferredSymmAlg */
  600. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x04,
  601. /* NID_id_it_caKeyUpdateInfo */
  602. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x05,
  603. /* NID_id_it_currentCRL */
  604. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x06,
  605. /* NID_id_it_unsupportedOIDs */
  606. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x07,
  607. /* NID_id_it_subscriptionRequest */
  608. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x08,
  609. /* NID_id_it_subscriptionResponse */
  610. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x09,
  611. /* NID_id_it_keyPairParamReq */
  612. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0a,
  613. /* NID_id_it_keyPairParamRep */
  614. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0b,
  615. /* NID_id_it_revPassphrase */
  616. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0c,
  617. /* NID_id_it_implicitConfirm */
  618. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0d,
  619. /* NID_id_it_confirmWaitTime */
  620. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0e,
  621. /* NID_id_it_origPKIMessage */
  622. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0f,
  623. /* NID_id_regCtrl */
  624. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01,
  625. /* NID_id_regInfo */
  626. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02,
  627. /* NID_id_regCtrl_regToken */
  628. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x01,
  629. /* NID_id_regCtrl_authenticator */
  630. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x02,
  631. /* NID_id_regCtrl_pkiPublicationInfo */
  632. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x03,
  633. /* NID_id_regCtrl_pkiArchiveOptions */
  634. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x04,
  635. /* NID_id_regCtrl_oldCertID */
  636. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x05,
  637. /* NID_id_regCtrl_protocolEncrKey */
  638. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x06,
  639. /* NID_id_regInfo_utf8Pairs */
  640. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02, 0x01,
  641. /* NID_id_regInfo_certReq */
  642. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02, 0x02,
  643. /* NID_id_alg_des40 */
  644. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x01,
  645. /* NID_id_alg_noSignature */
  646. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x02,
  647. /* NID_id_alg_dh_sig_hmac_sha1 */
  648. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x03,
  649. /* NID_id_alg_dh_pop */
  650. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x04,
  651. /* NID_id_cmc_statusInfo */
  652. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x01,
  653. /* NID_id_cmc_identification */
  654. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x02,
  655. /* NID_id_cmc_identityProof */
  656. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x03,
  657. /* NID_id_cmc_dataReturn */
  658. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x04,
  659. /* NID_id_cmc_transactionId */
  660. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x05,
  661. /* NID_id_cmc_senderNonce */
  662. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x06,
  663. /* NID_id_cmc_recipientNonce */
  664. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x07,
  665. /* NID_id_cmc_addExtensions */
  666. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x08,
  667. /* NID_id_cmc_encryptedPOP */
  668. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x09,
  669. /* NID_id_cmc_decryptedPOP */
  670. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0a,
  671. /* NID_id_cmc_lraPOPWitness */
  672. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0b,
  673. /* NID_id_cmc_getCert */
  674. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0f,
  675. /* NID_id_cmc_getCRL */
  676. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x10,
  677. /* NID_id_cmc_revokeRequest */
  678. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x11,
  679. /* NID_id_cmc_regInfo */
  680. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x12,
  681. /* NID_id_cmc_responseInfo */
  682. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x13,
  683. /* NID_id_cmc_queryPending */
  684. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x15,
  685. /* NID_id_cmc_popLinkRandom */
  686. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x16,
  687. /* NID_id_cmc_popLinkWitness */
  688. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x17,
  689. /* NID_id_cmc_confirmCertAcceptance */
  690. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x18,
  691. /* NID_id_on_personalData */
  692. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, 0x01,
  693. /* NID_id_pda_dateOfBirth */
  694. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x01,
  695. /* NID_id_pda_placeOfBirth */
  696. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x02,
  697. /* NID_id_pda_gender */
  698. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x03,
  699. /* NID_id_pda_countryOfCitizenship */
  700. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x04,
  701. /* NID_id_pda_countryOfResidence */
  702. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x05,
  703. /* NID_id_aca_authenticationInfo */
  704. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x01,
  705. /* NID_id_aca_accessIdentity */
  706. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x02,
  707. /* NID_id_aca_chargingIdentity */
  708. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x03,
  709. /* NID_id_aca_group */
  710. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x04,
  711. /* NID_id_aca_role */
  712. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x05,
  713. /* NID_id_qcs_pkixQCSyntax_v1 */
  714. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0b, 0x01,
  715. /* NID_id_cct_crs */
  716. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x01,
  717. /* NID_id_cct_PKIData */
  718. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x02,
  719. /* NID_id_cct_PKIResponse */
  720. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x03,
  721. /* NID_ad_timeStamping */
  722. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x03,
  723. /* NID_ad_dvcs */
  724. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x04,
  725. /* NID_id_pkix_OCSP_basic */
  726. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x01,
  727. /* NID_id_pkix_OCSP_Nonce */
  728. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x02,
  729. /* NID_id_pkix_OCSP_CrlID */
  730. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x03,
  731. /* NID_id_pkix_OCSP_acceptableResponses */
  732. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x04,
  733. /* NID_id_pkix_OCSP_noCheck */
  734. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x05,
  735. /* NID_id_pkix_OCSP_archiveCutoff */
  736. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x06,
  737. /* NID_id_pkix_OCSP_serviceLocator */
  738. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x07,
  739. /* NID_id_pkix_OCSP_extendedStatus */
  740. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x08,
  741. /* NID_id_pkix_OCSP_valid */
  742. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x09,
  743. /* NID_id_pkix_OCSP_path */
  744. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x0a,
  745. /* NID_id_pkix_OCSP_trustRoot */
  746. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x0b,
  747. /* NID_algorithm */
  748. 0x2b, 0x0e, 0x03, 0x02,
  749. /* NID_rsaSignature */
  750. 0x2b, 0x0e, 0x03, 0x02, 0x0b,
  751. /* NID_X500algorithms */
  752. 0x55, 0x08,
  753. /* NID_org */
  754. 0x2b,
  755. /* NID_dod */
  756. 0x2b, 0x06,
  757. /* NID_iana */
  758. 0x2b, 0x06, 0x01,
  759. /* NID_Directory */
  760. 0x2b, 0x06, 0x01, 0x01,
  761. /* NID_Management */
  762. 0x2b, 0x06, 0x01, 0x02,
  763. /* NID_Experimental */
  764. 0x2b, 0x06, 0x01, 0x03,
  765. /* NID_Private */
  766. 0x2b, 0x06, 0x01, 0x04,
  767. /* NID_Security */
  768. 0x2b, 0x06, 0x01, 0x05,
  769. /* NID_SNMPv2 */
  770. 0x2b, 0x06, 0x01, 0x06,
  771. /* NID_Mail */
  772. 0x2b, 0x06, 0x01, 0x07,
  773. /* NID_Enterprises */
  774. 0x2b, 0x06, 0x01, 0x04, 0x01,
  775. /* NID_dcObject */
  776. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x8b, 0x3a, 0x82, 0x58,
  777. /* NID_domainComponent */
  778. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x19,
  779. /* NID_Domain */
  780. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0d,
  781. /* NID_selected_attribute_types */
  782. 0x55, 0x01, 0x05,
  783. /* NID_clearance */
  784. 0x55, 0x01, 0x05, 0x37,
  785. /* NID_md4WithRSAEncryption */
  786. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x03,
  787. /* NID_ac_proxying */
  788. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0a,
  789. /* NID_sinfo_access */
  790. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0b,
  791. /* NID_id_aca_encAttrs */
  792. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x06,
  793. /* NID_role */
  794. 0x55, 0x04, 0x48,
  795. /* NID_policy_constraints */
  796. 0x55, 0x1d, 0x24,
  797. /* NID_target_information */
  798. 0x55, 0x1d, 0x37,
  799. /* NID_no_rev_avail */
  800. 0x55, 0x1d, 0x38,
  801. /* NID_ansi_X9_62 */
  802. 0x2a, 0x86, 0x48, 0xce, 0x3d,
  803. /* NID_X9_62_prime_field */
  804. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x01,
  805. /* NID_X9_62_characteristic_two_field */
  806. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02,
  807. /* NID_X9_62_id_ecPublicKey */
  808. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01,
  809. /* NID_X9_62_prime192v1 */
  810. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x01,
  811. /* NID_X9_62_prime192v2 */
  812. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x02,
  813. /* NID_X9_62_prime192v3 */
  814. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x03,
  815. /* NID_X9_62_prime239v1 */
  816. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x04,
  817. /* NID_X9_62_prime239v2 */
  818. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x05,
  819. /* NID_X9_62_prime239v3 */
  820. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x06,
  821. /* NID_X9_62_prime256v1 */
  822. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07,
  823. /* NID_ecdsa_with_SHA1 */
  824. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x01,
  825. /* NID_ms_csp_name */
  826. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x11, 0x01,
  827. /* NID_aes_128_ecb */
  828. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x01,
  829. /* NID_aes_128_cbc */
  830. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x02,
  831. /* NID_aes_128_ofb128 */
  832. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x03,
  833. /* NID_aes_128_cfb128 */
  834. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x04,
  835. /* NID_aes_192_ecb */
  836. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x15,
  837. /* NID_aes_192_cbc */
  838. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x16,
  839. /* NID_aes_192_ofb128 */
  840. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x17,
  841. /* NID_aes_192_cfb128 */
  842. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x18,
  843. /* NID_aes_256_ecb */
  844. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x29,
  845. /* NID_aes_256_cbc */
  846. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2a,
  847. /* NID_aes_256_ofb128 */
  848. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2b,
  849. /* NID_aes_256_cfb128 */
  850. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2c,
  851. /* NID_hold_instruction_code */
  852. 0x55, 0x1d, 0x17,
  853. /* NID_hold_instruction_none */
  854. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x01,
  855. /* NID_hold_instruction_call_issuer */
  856. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x02,
  857. /* NID_hold_instruction_reject */
  858. 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x03,
  859. /* NID_data */
  860. 0x09,
  861. /* NID_pss */
  862. 0x09, 0x92, 0x26,
  863. /* NID_ucl */
  864. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c,
  865. /* NID_pilot */
  866. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64,
  867. /* NID_pilotAttributeType */
  868. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01,
  869. /* NID_pilotAttributeSyntax */
  870. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03,
  871. /* NID_pilotObjectClass */
  872. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04,
  873. /* NID_pilotGroups */
  874. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x0a,
  875. /* NID_iA5StringSyntax */
  876. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03, 0x04,
  877. /* NID_caseIgnoreIA5StringSyntax */
  878. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03, 0x05,
  879. /* NID_pilotObject */
  880. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x03,
  881. /* NID_pilotPerson */
  882. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x04,
  883. /* NID_account */
  884. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x05,
  885. /* NID_document */
  886. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x06,
  887. /* NID_room */
  888. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x07,
  889. /* NID_documentSeries */
  890. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x09,
  891. /* NID_rFC822localPart */
  892. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0e,
  893. /* NID_dNSDomain */
  894. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0f,
  895. /* NID_domainRelatedObject */
  896. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x11,
  897. /* NID_friendlyCountry */
  898. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x12,
  899. /* NID_simpleSecurityObject */
  900. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x13,
  901. /* NID_pilotOrganization */
  902. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x14,
  903. /* NID_pilotDSA */
  904. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x15,
  905. /* NID_qualityLabelledData */
  906. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x16,
  907. /* NID_userId */
  908. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x01,
  909. /* NID_textEncodedORAddress */
  910. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x02,
  911. /* NID_rfc822Mailbox */
  912. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x03,
  913. /* NID_info */
  914. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x04,
  915. /* NID_favouriteDrink */
  916. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x05,
  917. /* NID_roomNumber */
  918. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x06,
  919. /* NID_photo */
  920. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x07,
  921. /* NID_userClass */
  922. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x08,
  923. /* NID_host */
  924. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x09,
  925. /* NID_manager */
  926. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0a,
  927. /* NID_documentIdentifier */
  928. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0b,
  929. /* NID_documentTitle */
  930. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0c,
  931. /* NID_documentVersion */
  932. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0d,
  933. /* NID_documentAuthor */
  934. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0e,
  935. /* NID_documentLocation */
  936. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0f,
  937. /* NID_homeTelephoneNumber */
  938. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x14,
  939. /* NID_secretary */
  940. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x15,
  941. /* NID_otherMailbox */
  942. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x16,
  943. /* NID_lastModifiedTime */
  944. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x17,
  945. /* NID_lastModifiedBy */
  946. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x18,
  947. /* NID_aRecord */
  948. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1a,
  949. /* NID_pilotAttributeType27 */
  950. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1b,
  951. /* NID_mXRecord */
  952. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1c,
  953. /* NID_nSRecord */
  954. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1d,
  955. /* NID_sOARecord */
  956. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1e,
  957. /* NID_cNAMERecord */
  958. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1f,
  959. /* NID_associatedDomain */
  960. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x25,
  961. /* NID_associatedName */
  962. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x26,
  963. /* NID_homePostalAddress */
  964. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x27,
  965. /* NID_personalTitle */
  966. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x28,
  967. /* NID_mobileTelephoneNumber */
  968. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x29,
  969. /* NID_pagerTelephoneNumber */
  970. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2a,
  971. /* NID_friendlyCountryName */
  972. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2b,
  973. /* NID_organizationalStatus */
  974. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2d,
  975. /* NID_janetMailbox */
  976. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2e,
  977. /* NID_mailPreferenceOption */
  978. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2f,
  979. /* NID_buildingName */
  980. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x30,
  981. /* NID_dSAQuality */
  982. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x31,
  983. /* NID_singleLevelQuality */
  984. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x32,
  985. /* NID_subtreeMinimumQuality */
  986. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x33,
  987. /* NID_subtreeMaximumQuality */
  988. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x34,
  989. /* NID_personalSignature */
  990. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x35,
  991. /* NID_dITRedirect */
  992. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x36,
  993. /* NID_audio */
  994. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x37,
  995. /* NID_documentPublisher */
  996. 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x38,
  997. /* NID_x500UniqueIdentifier */
  998. 0x55, 0x04, 0x2d,
  999. /* NID_mime_mhs */
  1000. 0x2b, 0x06, 0x01, 0x07, 0x01,
  1001. /* NID_mime_mhs_headings */
  1002. 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01,
  1003. /* NID_mime_mhs_bodies */
  1004. 0x2b, 0x06, 0x01, 0x07, 0x01, 0x02,
  1005. /* NID_id_hex_partial_message */
  1006. 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01, 0x01,
  1007. /* NID_id_hex_multipart_message */
  1008. 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01, 0x02,
  1009. /* NID_generationQualifier */
  1010. 0x55, 0x04, 0x2c,
  1011. /* NID_pseudonym */
  1012. 0x55, 0x04, 0x41,
  1013. /* NID_id_set */
  1014. 0x67, 0x2a,
  1015. /* NID_set_ctype */
  1016. 0x67, 0x2a, 0x00,
  1017. /* NID_set_msgExt */
  1018. 0x67, 0x2a, 0x01,
  1019. /* NID_set_attr */
  1020. 0x67, 0x2a, 0x03,
  1021. /* NID_set_policy */
  1022. 0x67, 0x2a, 0x05,
  1023. /* NID_set_certExt */
  1024. 0x67, 0x2a, 0x07,
  1025. /* NID_set_brand */
  1026. 0x67, 0x2a, 0x08,
  1027. /* NID_setct_PANData */
  1028. 0x67, 0x2a, 0x00, 0x00,
  1029. /* NID_setct_PANToken */
  1030. 0x67, 0x2a, 0x00, 0x01,
  1031. /* NID_setct_PANOnly */
  1032. 0x67, 0x2a, 0x00, 0x02,
  1033. /* NID_setct_OIData */
  1034. 0x67, 0x2a, 0x00, 0x03,
  1035. /* NID_setct_PI */
  1036. 0x67, 0x2a, 0x00, 0x04,
  1037. /* NID_setct_PIData */
  1038. 0x67, 0x2a, 0x00, 0x05,
  1039. /* NID_setct_PIDataUnsigned */
  1040. 0x67, 0x2a, 0x00, 0x06,
  1041. /* NID_setct_HODInput */
  1042. 0x67, 0x2a, 0x00, 0x07,
  1043. /* NID_setct_AuthResBaggage */
  1044. 0x67, 0x2a, 0x00, 0x08,
  1045. /* NID_setct_AuthRevReqBaggage */
  1046. 0x67, 0x2a, 0x00, 0x09,
  1047. /* NID_setct_AuthRevResBaggage */
  1048. 0x67, 0x2a, 0x00, 0x0a,
  1049. /* NID_setct_CapTokenSeq */
  1050. 0x67, 0x2a, 0x00, 0x0b,
  1051. /* NID_setct_PInitResData */
  1052. 0x67, 0x2a, 0x00, 0x0c,
  1053. /* NID_setct_PI_TBS */
  1054. 0x67, 0x2a, 0x00, 0x0d,
  1055. /* NID_setct_PResData */
  1056. 0x67, 0x2a, 0x00, 0x0e,
  1057. /* NID_setct_AuthReqTBS */
  1058. 0x67, 0x2a, 0x00, 0x10,
  1059. /* NID_setct_AuthResTBS */
  1060. 0x67, 0x2a, 0x00, 0x11,
  1061. /* NID_setct_AuthResTBSX */
  1062. 0x67, 0x2a, 0x00, 0x12,
  1063. /* NID_setct_AuthTokenTBS */
  1064. 0x67, 0x2a, 0x00, 0x13,
  1065. /* NID_setct_CapTokenData */
  1066. 0x67, 0x2a, 0x00, 0x14,
  1067. /* NID_setct_CapTokenTBS */
  1068. 0x67, 0x2a, 0x00, 0x15,
  1069. /* NID_setct_AcqCardCodeMsg */
  1070. 0x67, 0x2a, 0x00, 0x16,
  1071. /* NID_setct_AuthRevReqTBS */
  1072. 0x67, 0x2a, 0x00, 0x17,
  1073. /* NID_setct_AuthRevResData */
  1074. 0x67, 0x2a, 0x00, 0x18,
  1075. /* NID_setct_AuthRevResTBS */
  1076. 0x67, 0x2a, 0x00, 0x19,
  1077. /* NID_setct_CapReqTBS */
  1078. 0x67, 0x2a, 0x00, 0x1a,
  1079. /* NID_setct_CapReqTBSX */
  1080. 0x67, 0x2a, 0x00, 0x1b,
  1081. /* NID_setct_CapResData */
  1082. 0x67, 0x2a, 0x00, 0x1c,
  1083. /* NID_setct_CapRevReqTBS */
  1084. 0x67, 0x2a, 0x00, 0x1d,
  1085. /* NID_setct_CapRevReqTBSX */
  1086. 0x67, 0x2a, 0x00, 0x1e,
  1087. /* NID_setct_CapRevResData */
  1088. 0x67, 0x2a, 0x00, 0x1f,
  1089. /* NID_setct_CredReqTBS */
  1090. 0x67, 0x2a, 0x00, 0x20,
  1091. /* NID_setct_CredReqTBSX */
  1092. 0x67, 0x2a, 0x00, 0x21,
  1093. /* NID_setct_CredResData */
  1094. 0x67, 0x2a, 0x00, 0x22,
  1095. /* NID_setct_CredRevReqTBS */
  1096. 0x67, 0x2a, 0x00, 0x23,
  1097. /* NID_setct_CredRevReqTBSX */
  1098. 0x67, 0x2a, 0x00, 0x24,
  1099. /* NID_setct_CredRevResData */
  1100. 0x67, 0x2a, 0x00, 0x25,
  1101. /* NID_setct_PCertReqData */
  1102. 0x67, 0x2a, 0x00, 0x26,
  1103. /* NID_setct_PCertResTBS */
  1104. 0x67, 0x2a, 0x00, 0x27,
  1105. /* NID_setct_BatchAdminReqData */
  1106. 0x67, 0x2a, 0x00, 0x28,
  1107. /* NID_setct_BatchAdminResData */
  1108. 0x67, 0x2a, 0x00, 0x29,
  1109. /* NID_setct_CardCInitResTBS */
  1110. 0x67, 0x2a, 0x00, 0x2a,
  1111. /* NID_setct_MeAqCInitResTBS */
  1112. 0x67, 0x2a, 0x00, 0x2b,
  1113. /* NID_setct_RegFormResTBS */
  1114. 0x67, 0x2a, 0x00, 0x2c,
  1115. /* NID_setct_CertReqData */
  1116. 0x67, 0x2a, 0x00, 0x2d,
  1117. /* NID_setct_CertReqTBS */
  1118. 0x67, 0x2a, 0x00, 0x2e,
  1119. /* NID_setct_CertResData */
  1120. 0x67, 0x2a, 0x00, 0x2f,
  1121. /* NID_setct_CertInqReqTBS */
  1122. 0x67, 0x2a, 0x00, 0x30,
  1123. /* NID_setct_ErrorTBS */
  1124. 0x67, 0x2a, 0x00, 0x31,
  1125. /* NID_setct_PIDualSignedTBE */
  1126. 0x67, 0x2a, 0x00, 0x32,
  1127. /* NID_setct_PIUnsignedTBE */
  1128. 0x67, 0x2a, 0x00, 0x33,
  1129. /* NID_setct_AuthReqTBE */
  1130. 0x67, 0x2a, 0x00, 0x34,
  1131. /* NID_setct_AuthResTBE */
  1132. 0x67, 0x2a, 0x00, 0x35,
  1133. /* NID_setct_AuthResTBEX */
  1134. 0x67, 0x2a, 0x00, 0x36,
  1135. /* NID_setct_AuthTokenTBE */
  1136. 0x67, 0x2a, 0x00, 0x37,
  1137. /* NID_setct_CapTokenTBE */
  1138. 0x67, 0x2a, 0x00, 0x38,
  1139. /* NID_setct_CapTokenTBEX */
  1140. 0x67, 0x2a, 0x00, 0x39,
  1141. /* NID_setct_AcqCardCodeMsgTBE */
  1142. 0x67, 0x2a, 0x00, 0x3a,
  1143. /* NID_setct_AuthRevReqTBE */
  1144. 0x67, 0x2a, 0x00, 0x3b,
  1145. /* NID_setct_AuthRevResTBE */
  1146. 0x67, 0x2a, 0x00, 0x3c,
  1147. /* NID_setct_AuthRevResTBEB */
  1148. 0x67, 0x2a, 0x00, 0x3d,
  1149. /* NID_setct_CapReqTBE */
  1150. 0x67, 0x2a, 0x00, 0x3e,
  1151. /* NID_setct_CapReqTBEX */
  1152. 0x67, 0x2a, 0x00, 0x3f,
  1153. /* NID_setct_CapResTBE */
  1154. 0x67, 0x2a, 0x00, 0x40,
  1155. /* NID_setct_CapRevReqTBE */
  1156. 0x67, 0x2a, 0x00, 0x41,
  1157. /* NID_setct_CapRevReqTBEX */
  1158. 0x67, 0x2a, 0x00, 0x42,
  1159. /* NID_setct_CapRevResTBE */
  1160. 0x67, 0x2a, 0x00, 0x43,
  1161. /* NID_setct_CredReqTBE */
  1162. 0x67, 0x2a, 0x00, 0x44,
  1163. /* NID_setct_CredReqTBEX */
  1164. 0x67, 0x2a, 0x00, 0x45,
  1165. /* NID_setct_CredResTBE */
  1166. 0x67, 0x2a, 0x00, 0x46,
  1167. /* NID_setct_CredRevReqTBE */
  1168. 0x67, 0x2a, 0x00, 0x47,
  1169. /* NID_setct_CredRevReqTBEX */
  1170. 0x67, 0x2a, 0x00, 0x48,
  1171. /* NID_setct_CredRevResTBE */
  1172. 0x67, 0x2a, 0x00, 0x49,
  1173. /* NID_setct_BatchAdminReqTBE */
  1174. 0x67, 0x2a, 0x00, 0x4a,
  1175. /* NID_setct_BatchAdminResTBE */
  1176. 0x67, 0x2a, 0x00, 0x4b,
  1177. /* NID_setct_RegFormReqTBE */
  1178. 0x67, 0x2a, 0x00, 0x4c,
  1179. /* NID_setct_CertReqTBE */
  1180. 0x67, 0x2a, 0x00, 0x4d,
  1181. /* NID_setct_CertReqTBEX */
  1182. 0x67, 0x2a, 0x00, 0x4e,
  1183. /* NID_setct_CertResTBE */
  1184. 0x67, 0x2a, 0x00, 0x4f,
  1185. /* NID_setct_CRLNotificationTBS */
  1186. 0x67, 0x2a, 0x00, 0x50,
  1187. /* NID_setct_CRLNotificationResTBS */
  1188. 0x67, 0x2a, 0x00, 0x51,
  1189. /* NID_setct_BCIDistributionTBS */
  1190. 0x67, 0x2a, 0x00, 0x52,
  1191. /* NID_setext_genCrypt */
  1192. 0x67, 0x2a, 0x01, 0x01,
  1193. /* NID_setext_miAuth */
  1194. 0x67, 0x2a, 0x01, 0x03,
  1195. /* NID_setext_pinSecure */
  1196. 0x67, 0x2a, 0x01, 0x04,
  1197. /* NID_setext_pinAny */
  1198. 0x67, 0x2a, 0x01, 0x05,
  1199. /* NID_setext_track2 */
  1200. 0x67, 0x2a, 0x01, 0x07,
  1201. /* NID_setext_cv */
  1202. 0x67, 0x2a, 0x01, 0x08,
  1203. /* NID_set_policy_root */
  1204. 0x67, 0x2a, 0x05, 0x00,
  1205. /* NID_setCext_hashedRoot */
  1206. 0x67, 0x2a, 0x07, 0x00,
  1207. /* NID_setCext_certType */
  1208. 0x67, 0x2a, 0x07, 0x01,
  1209. /* NID_setCext_merchData */
  1210. 0x67, 0x2a, 0x07, 0x02,
  1211. /* NID_setCext_cCertRequired */
  1212. 0x67, 0x2a, 0x07, 0x03,
  1213. /* NID_setCext_tunneling */
  1214. 0x67, 0x2a, 0x07, 0x04,
  1215. /* NID_setCext_setExt */
  1216. 0x67, 0x2a, 0x07, 0x05,
  1217. /* NID_setCext_setQualf */
  1218. 0x67, 0x2a, 0x07, 0x06,
  1219. /* NID_setCext_PGWYcapabilities */
  1220. 0x67, 0x2a, 0x07, 0x07,
  1221. /* NID_setCext_TokenIdentifier */
  1222. 0x67, 0x2a, 0x07, 0x08,
  1223. /* NID_setCext_Track2Data */
  1224. 0x67, 0x2a, 0x07, 0x09,
  1225. /* NID_setCext_TokenType */
  1226. 0x67, 0x2a, 0x07, 0x0a,
  1227. /* NID_setCext_IssuerCapabilities */
  1228. 0x67, 0x2a, 0x07, 0x0b,
  1229. /* NID_setAttr_Cert */
  1230. 0x67, 0x2a, 0x03, 0x00,
  1231. /* NID_setAttr_PGWYcap */
  1232. 0x67, 0x2a, 0x03, 0x01,
  1233. /* NID_setAttr_TokenType */
  1234. 0x67, 0x2a, 0x03, 0x02,
  1235. /* NID_setAttr_IssCap */
  1236. 0x67, 0x2a, 0x03, 0x03,
  1237. /* NID_set_rootKeyThumb */
  1238. 0x67, 0x2a, 0x03, 0x00, 0x00,
  1239. /* NID_set_addPolicy */
  1240. 0x67, 0x2a, 0x03, 0x00, 0x01,
  1241. /* NID_setAttr_Token_EMV */
  1242. 0x67, 0x2a, 0x03, 0x02, 0x01,
  1243. /* NID_setAttr_Token_B0Prime */
  1244. 0x67, 0x2a, 0x03, 0x02, 0x02,
  1245. /* NID_setAttr_IssCap_CVM */
  1246. 0x67, 0x2a, 0x03, 0x03, 0x03,
  1247. /* NID_setAttr_IssCap_T2 */
  1248. 0x67, 0x2a, 0x03, 0x03, 0x04,
  1249. /* NID_setAttr_IssCap_Sig */
  1250. 0x67, 0x2a, 0x03, 0x03, 0x05,
  1251. /* NID_setAttr_GenCryptgrm */
  1252. 0x67, 0x2a, 0x03, 0x03, 0x03, 0x01,
  1253. /* NID_setAttr_T2Enc */
  1254. 0x67, 0x2a, 0x03, 0x03, 0x04, 0x01,
  1255. /* NID_setAttr_T2cleartxt */
  1256. 0x67, 0x2a, 0x03, 0x03, 0x04, 0x02,
  1257. /* NID_setAttr_TokICCsig */
  1258. 0x67, 0x2a, 0x03, 0x03, 0x05, 0x01,
  1259. /* NID_setAttr_SecDevSig */
  1260. 0x67, 0x2a, 0x03, 0x03, 0x05, 0x02,
  1261. /* NID_set_brand_IATA_ATA */
  1262. 0x67, 0x2a, 0x08, 0x01,
  1263. /* NID_set_brand_Diners */
  1264. 0x67, 0x2a, 0x08, 0x1e,
  1265. /* NID_set_brand_AmericanExpress */
  1266. 0x67, 0x2a, 0x08, 0x22,
  1267. /* NID_set_brand_JCB */
  1268. 0x67, 0x2a, 0x08, 0x23,
  1269. /* NID_set_brand_Visa */
  1270. 0x67, 0x2a, 0x08, 0x04,
  1271. /* NID_set_brand_MasterCard */
  1272. 0x67, 0x2a, 0x08, 0x05,
  1273. /* NID_set_brand_Novus */
  1274. 0x67, 0x2a, 0x08, 0xae, 0x7b,
  1275. /* NID_des_cdmf */
  1276. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x0a,
  1277. /* NID_rsaOAEPEncryptionSET */
  1278. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x06,
  1279. /* NID_international_organizations */
  1280. 0x67,
  1281. /* NID_ms_smartcard_login */
  1282. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x02,
  1283. /* NID_ms_upn */
  1284. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x03,
  1285. /* NID_streetAddress */
  1286. 0x55, 0x04, 0x09,
  1287. /* NID_postalCode */
  1288. 0x55, 0x04, 0x11,
  1289. /* NID_id_ppl */
  1290. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15,
  1291. /* NID_proxyCertInfo */
  1292. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0e,
  1293. /* NID_id_ppl_anyLanguage */
  1294. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x00,
  1295. /* NID_id_ppl_inheritAll */
  1296. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x01,
  1297. /* NID_name_constraints */
  1298. 0x55, 0x1d, 0x1e,
  1299. /* NID_Independent */
  1300. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x02,
  1301. /* NID_sha256WithRSAEncryption */
  1302. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b,
  1303. /* NID_sha384WithRSAEncryption */
  1304. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0c,
  1305. /* NID_sha512WithRSAEncryption */
  1306. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0d,
  1307. /* NID_sha224WithRSAEncryption */
  1308. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0e,
  1309. /* NID_sha256 */
  1310. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01,
  1311. /* NID_sha384 */
  1312. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02,
  1313. /* NID_sha512 */
  1314. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03,
  1315. /* NID_sha224 */
  1316. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04,
  1317. /* NID_identified_organization */
  1318. 0x2b,
  1319. /* NID_certicom_arc */
  1320. 0x2b, 0x81, 0x04,
  1321. /* NID_wap */
  1322. 0x67, 0x2b,
  1323. /* NID_wap_wsg */
  1324. 0x67, 0x2b, 0x01,
  1325. /* NID_X9_62_id_characteristic_two_basis */
  1326. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03,
  1327. /* NID_X9_62_onBasis */
  1328. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x01,
  1329. /* NID_X9_62_tpBasis */
  1330. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x02,
  1331. /* NID_X9_62_ppBasis */
  1332. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x03,
  1333. /* NID_X9_62_c2pnb163v1 */
  1334. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x01,
  1335. /* NID_X9_62_c2pnb163v2 */
  1336. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x02,
  1337. /* NID_X9_62_c2pnb163v3 */
  1338. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x03,
  1339. /* NID_X9_62_c2pnb176v1 */
  1340. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x04,
  1341. /* NID_X9_62_c2tnb191v1 */
  1342. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x05,
  1343. /* NID_X9_62_c2tnb191v2 */
  1344. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x06,
  1345. /* NID_X9_62_c2tnb191v3 */
  1346. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x07,
  1347. /* NID_X9_62_c2onb191v4 */
  1348. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x08,
  1349. /* NID_X9_62_c2onb191v5 */
  1350. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x09,
  1351. /* NID_X9_62_c2pnb208w1 */
  1352. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0a,
  1353. /* NID_X9_62_c2tnb239v1 */
  1354. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0b,
  1355. /* NID_X9_62_c2tnb239v2 */
  1356. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0c,
  1357. /* NID_X9_62_c2tnb239v3 */
  1358. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0d,
  1359. /* NID_X9_62_c2onb239v4 */
  1360. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0e,
  1361. /* NID_X9_62_c2onb239v5 */
  1362. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0f,
  1363. /* NID_X9_62_c2pnb272w1 */
  1364. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x10,
  1365. /* NID_X9_62_c2pnb304w1 */
  1366. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x11,
  1367. /* NID_X9_62_c2tnb359v1 */
  1368. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x12,
  1369. /* NID_X9_62_c2pnb368w1 */
  1370. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x13,
  1371. /* NID_X9_62_c2tnb431r1 */
  1372. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x14,
  1373. /* NID_secp112r1 */
  1374. 0x2b, 0x81, 0x04, 0x00, 0x06,
  1375. /* NID_secp112r2 */
  1376. 0x2b, 0x81, 0x04, 0x00, 0x07,
  1377. /* NID_secp128r1 */
  1378. 0x2b, 0x81, 0x04, 0x00, 0x1c,
  1379. /* NID_secp128r2 */
  1380. 0x2b, 0x81, 0x04, 0x00, 0x1d,
  1381. /* NID_secp160k1 */
  1382. 0x2b, 0x81, 0x04, 0x00, 0x09,
  1383. /* NID_secp160r1 */
  1384. 0x2b, 0x81, 0x04, 0x00, 0x08,
  1385. /* NID_secp160r2 */
  1386. 0x2b, 0x81, 0x04, 0x00, 0x1e,
  1387. /* NID_secp192k1 */
  1388. 0x2b, 0x81, 0x04, 0x00, 0x1f,
  1389. /* NID_secp224k1 */
  1390. 0x2b, 0x81, 0x04, 0x00, 0x20,
  1391. /* NID_secp224r1 */
  1392. 0x2b, 0x81, 0x04, 0x00, 0x21,
  1393. /* NID_secp256k1 */
  1394. 0x2b, 0x81, 0x04, 0x00, 0x0a,
  1395. /* NID_secp384r1 */
  1396. 0x2b, 0x81, 0x04, 0x00, 0x22,
  1397. /* NID_secp521r1 */
  1398. 0x2b, 0x81, 0x04, 0x00, 0x23,
  1399. /* NID_sect113r1 */
  1400. 0x2b, 0x81, 0x04, 0x00, 0x04,
  1401. /* NID_sect113r2 */
  1402. 0x2b, 0x81, 0x04, 0x00, 0x05,
  1403. /* NID_sect131r1 */
  1404. 0x2b, 0x81, 0x04, 0x00, 0x16,
  1405. /* NID_sect131r2 */
  1406. 0x2b, 0x81, 0x04, 0x00, 0x17,
  1407. /* NID_sect163k1 */
  1408. 0x2b, 0x81, 0x04, 0x00, 0x01,
  1409. /* NID_sect163r1 */
  1410. 0x2b, 0x81, 0x04, 0x00, 0x02,
  1411. /* NID_sect163r2 */
  1412. 0x2b, 0x81, 0x04, 0x00, 0x0f,
  1413. /* NID_sect193r1 */
  1414. 0x2b, 0x81, 0x04, 0x00, 0x18,
  1415. /* NID_sect193r2 */
  1416. 0x2b, 0x81, 0x04, 0x00, 0x19,
  1417. /* NID_sect233k1 */
  1418. 0x2b, 0x81, 0x04, 0x00, 0x1a,
  1419. /* NID_sect233r1 */
  1420. 0x2b, 0x81, 0x04, 0x00, 0x1b,
  1421. /* NID_sect239k1 */
  1422. 0x2b, 0x81, 0x04, 0x00, 0x03,
  1423. /* NID_sect283k1 */
  1424. 0x2b, 0x81, 0x04, 0x00, 0x10,
  1425. /* NID_sect283r1 */
  1426. 0x2b, 0x81, 0x04, 0x00, 0x11,
  1427. /* NID_sect409k1 */
  1428. 0x2b, 0x81, 0x04, 0x00, 0x24,
  1429. /* NID_sect409r1 */
  1430. 0x2b, 0x81, 0x04, 0x00, 0x25,
  1431. /* NID_sect571k1 */
  1432. 0x2b, 0x81, 0x04, 0x00, 0x26,
  1433. /* NID_sect571r1 */
  1434. 0x2b, 0x81, 0x04, 0x00, 0x27,
  1435. /* NID_wap_wsg_idm_ecid_wtls1 */
  1436. 0x67, 0x2b, 0x01, 0x04, 0x01,
  1437. /* NID_wap_wsg_idm_ecid_wtls3 */
  1438. 0x67, 0x2b, 0x01, 0x04, 0x03,
  1439. /* NID_wap_wsg_idm_ecid_wtls4 */
  1440. 0x67, 0x2b, 0x01, 0x04, 0x04,
  1441. /* NID_wap_wsg_idm_ecid_wtls5 */
  1442. 0x67, 0x2b, 0x01, 0x04, 0x05,
  1443. /* NID_wap_wsg_idm_ecid_wtls6 */
  1444. 0x67, 0x2b, 0x01, 0x04, 0x06,
  1445. /* NID_wap_wsg_idm_ecid_wtls7 */
  1446. 0x67, 0x2b, 0x01, 0x04, 0x07,
  1447. /* NID_wap_wsg_idm_ecid_wtls8 */
  1448. 0x67, 0x2b, 0x01, 0x04, 0x08,
  1449. /* NID_wap_wsg_idm_ecid_wtls9 */
  1450. 0x67, 0x2b, 0x01, 0x04, 0x09,
  1451. /* NID_wap_wsg_idm_ecid_wtls10 */
  1452. 0x67, 0x2b, 0x01, 0x04, 0x0a,
  1453. /* NID_wap_wsg_idm_ecid_wtls11 */
  1454. 0x67, 0x2b, 0x01, 0x04, 0x0b,
  1455. /* NID_wap_wsg_idm_ecid_wtls12 */
  1456. 0x67, 0x2b, 0x01, 0x04, 0x0c,
  1457. /* NID_any_policy */
  1458. 0x55, 0x1d, 0x20, 0x00,
  1459. /* NID_policy_mappings */
  1460. 0x55, 0x1d, 0x21,
  1461. /* NID_inhibit_any_policy */
  1462. 0x55, 0x1d, 0x36,
  1463. /* NID_camellia_128_cbc */
  1464. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x02,
  1465. /* NID_camellia_192_cbc */
  1466. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x03,
  1467. /* NID_camellia_256_cbc */
  1468. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x04,
  1469. /* NID_camellia_128_ecb */
  1470. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x01,
  1471. /* NID_camellia_192_ecb */
  1472. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x15,
  1473. /* NID_camellia_256_ecb */
  1474. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x29,
  1475. /* NID_camellia_128_cfb128 */
  1476. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x04,
  1477. /* NID_camellia_192_cfb128 */
  1478. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x18,
  1479. /* NID_camellia_256_cfb128 */
  1480. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x2c,
  1481. /* NID_camellia_128_ofb128 */
  1482. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x03,
  1483. /* NID_camellia_192_ofb128 */
  1484. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x17,
  1485. /* NID_camellia_256_ofb128 */
  1486. 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x2b,
  1487. /* NID_subject_directory_attributes */
  1488. 0x55, 0x1d, 0x09,
  1489. /* NID_issuing_distribution_point */
  1490. 0x55, 0x1d, 0x1c,
  1491. /* NID_certificate_issuer */
  1492. 0x55, 0x1d, 0x1d,
  1493. /* NID_kisa */
  1494. 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44,
  1495. /* NID_seed_ecb */
  1496. 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x03,
  1497. /* NID_seed_cbc */
  1498. 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x04,
  1499. /* NID_seed_ofb128 */
  1500. 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x06,
  1501. /* NID_seed_cfb128 */
  1502. 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x05,
  1503. /* NID_hmac_md5 */
  1504. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x08, 0x01, 0x01,
  1505. /* NID_hmac_sha1 */
  1506. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x08, 0x01, 0x02,
  1507. /* NID_id_PasswordBasedMAC */
  1508. 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0d,
  1509. /* NID_id_DHBasedMac */
  1510. 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x1e,
  1511. /* NID_id_it_suppLangTags */
  1512. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x10,
  1513. /* NID_caRepository */
  1514. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x05,
  1515. /* NID_id_smime_ct_compressedData */
  1516. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x09,
  1517. /* NID_id_ct_asciiTextWithCRLF */
  1518. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x1b,
  1519. /* NID_id_aes128_wrap */
  1520. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x05,
  1521. /* NID_id_aes192_wrap */
  1522. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x19,
  1523. /* NID_id_aes256_wrap */
  1524. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2d,
  1525. /* NID_ecdsa_with_Recommended */
  1526. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x02,
  1527. /* NID_ecdsa_with_Specified */
  1528. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03,
  1529. /* NID_ecdsa_with_SHA224 */
  1530. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x01,
  1531. /* NID_ecdsa_with_SHA256 */
  1532. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02,
  1533. /* NID_ecdsa_with_SHA384 */
  1534. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x03,
  1535. /* NID_ecdsa_with_SHA512 */
  1536. 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x04,
  1537. /* NID_hmacWithMD5 */
  1538. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x06,
  1539. /* NID_hmacWithSHA224 */
  1540. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x08,
  1541. /* NID_hmacWithSHA256 */
  1542. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x09,
  1543. /* NID_hmacWithSHA384 */
  1544. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x0a,
  1545. /* NID_hmacWithSHA512 */
  1546. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x0b,
  1547. /* NID_dsa_with_SHA224 */
  1548. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x01,
  1549. /* NID_dsa_with_SHA256 */
  1550. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x02,
  1551. /* NID_whirlpool */
  1552. 0x28, 0xcf, 0x06, 0x03, 0x00, 0x37,
  1553. /* NID_cryptopro */
  1554. 0x2a, 0x85, 0x03, 0x02, 0x02,
  1555. /* NID_cryptocom */
  1556. 0x2a, 0x85, 0x03, 0x02, 0x09,
  1557. /* NID_id_GostR3411_94_with_GostR3410_2001 */
  1558. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x03,
  1559. /* NID_id_GostR3411_94_with_GostR3410_94 */
  1560. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x04,
  1561. /* NID_id_GostR3411_94 */
  1562. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x09,
  1563. /* NID_id_HMACGostR3411_94 */
  1564. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0a,
  1565. /* NID_id_GostR3410_2001 */
  1566. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x13,
  1567. /* NID_id_GostR3410_94 */
  1568. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14,
  1569. /* NID_id_Gost28147_89 */
  1570. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x15,
  1571. /* NID_id_Gost28147_89_MAC */
  1572. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x16,
  1573. /* NID_id_GostR3411_94_prf */
  1574. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x17,
  1575. /* NID_id_GostR3410_2001DH */
  1576. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x62,
  1577. /* NID_id_GostR3410_94DH */
  1578. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x63,
  1579. /* NID_id_Gost28147_89_CryptoPro_KeyMeshing */
  1580. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0e, 0x01,
  1581. /* NID_id_Gost28147_89_None_KeyMeshing */
  1582. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0e, 0x00,
  1583. /* NID_id_GostR3411_94_TestParamSet */
  1584. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1e, 0x00,
  1585. /* NID_id_GostR3411_94_CryptoProParamSet */
  1586. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1e, 0x01,
  1587. /* NID_id_Gost28147_89_TestParamSet */
  1588. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x00,
  1589. /* NID_id_Gost28147_89_CryptoPro_A_ParamSet */
  1590. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x01,
  1591. /* NID_id_Gost28147_89_CryptoPro_B_ParamSet */
  1592. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x02,
  1593. /* NID_id_Gost28147_89_CryptoPro_C_ParamSet */
  1594. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x03,
  1595. /* NID_id_Gost28147_89_CryptoPro_D_ParamSet */
  1596. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x04,
  1597. /* NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet */
  1598. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x05,
  1599. /* NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet */
  1600. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x06,
  1601. /* NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet */
  1602. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x07,
  1603. /* NID_id_GostR3410_94_TestParamSet */
  1604. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x00,
  1605. /* NID_id_GostR3410_94_CryptoPro_A_ParamSet */
  1606. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x02,
  1607. /* NID_id_GostR3410_94_CryptoPro_B_ParamSet */
  1608. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x03,
  1609. /* NID_id_GostR3410_94_CryptoPro_C_ParamSet */
  1610. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x04,
  1611. /* NID_id_GostR3410_94_CryptoPro_D_ParamSet */
  1612. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x05,
  1613. /* NID_id_GostR3410_94_CryptoPro_XchA_ParamSet */
  1614. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x01,
  1615. /* NID_id_GostR3410_94_CryptoPro_XchB_ParamSet */
  1616. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x02,
  1617. /* NID_id_GostR3410_94_CryptoPro_XchC_ParamSet */
  1618. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x03,
  1619. /* NID_id_GostR3410_2001_TestParamSet */
  1620. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x00,
  1621. /* NID_id_GostR3410_2001_CryptoPro_A_ParamSet */
  1622. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x01,
  1623. /* NID_id_GostR3410_2001_CryptoPro_B_ParamSet */
  1624. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x02,
  1625. /* NID_id_GostR3410_2001_CryptoPro_C_ParamSet */
  1626. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x03,
  1627. /* NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet */
  1628. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x24, 0x00,
  1629. /* NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet */
  1630. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x24, 0x01,
  1631. /* NID_id_GostR3410_94_a */
  1632. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x01,
  1633. /* NID_id_GostR3410_94_aBis */
  1634. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x02,
  1635. /* NID_id_GostR3410_94_b */
  1636. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x03,
  1637. /* NID_id_GostR3410_94_bBis */
  1638. 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x04,
  1639. /* NID_id_Gost28147_89_cc */
  1640. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x06, 0x01,
  1641. /* NID_id_GostR3410_94_cc */
  1642. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x05, 0x03,
  1643. /* NID_id_GostR3410_2001_cc */
  1644. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x05, 0x04,
  1645. /* NID_id_GostR3411_94_with_GostR3410_94_cc */
  1646. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x03, 0x03,
  1647. /* NID_id_GostR3411_94_with_GostR3410_2001_cc */
  1648. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x03, 0x04,
  1649. /* NID_id_GostR3410_2001_ParamSet_cc */
  1650. 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x08, 0x01,
  1651. /* NID_LocalKeySet */
  1652. 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x11, 0x02,
  1653. /* NID_freshest_crl */
  1654. 0x55, 0x1d, 0x2e,
  1655. /* NID_id_on_permanentIdentifier */
  1656. 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, 0x03,
  1657. /* NID_searchGuide */
  1658. 0x55, 0x04, 0x0e,
  1659. /* NID_businessCategory */
  1660. 0x55, 0x04, 0x0f,
  1661. /* NID_postalAddress */
  1662. 0x55, 0x04, 0x10,
  1663. /* NID_postOfficeBox */
  1664. 0x55, 0x04, 0x12,
  1665. /* NID_physicalDeliveryOfficeName */
  1666. 0x55, 0x04, 0x13,
  1667. /* NID_telephoneNumber */
  1668. 0x55, 0x04, 0x14,
  1669. /* NID_telexNumber */
  1670. 0x55, 0x04, 0x15,
  1671. /* NID_teletexTerminalIdentifier */
  1672. 0x55, 0x04, 0x16,
  1673. /* NID_facsimileTelephoneNumber */
  1674. 0x55, 0x04, 0x17,
  1675. /* NID_x121Address */
  1676. 0x55, 0x04, 0x18,
  1677. /* NID_internationaliSDNNumber */
  1678. 0x55, 0x04, 0x19,
  1679. /* NID_registeredAddress */
  1680. 0x55, 0x04, 0x1a,
  1681. /* NID_destinationIndicator */
  1682. 0x55, 0x04, 0x1b,
  1683. /* NID_preferredDeliveryMethod */
  1684. 0x55, 0x04, 0x1c,
  1685. /* NID_presentationAddress */
  1686. 0x55, 0x04, 0x1d,
  1687. /* NID_supportedApplicationContext */
  1688. 0x55, 0x04, 0x1e,
  1689. /* NID_member */
  1690. 0x55, 0x04, 0x1f,
  1691. /* NID_owner */
  1692. 0x55, 0x04, 0x20,
  1693. /* NID_roleOccupant */
  1694. 0x55, 0x04, 0x21,
  1695. /* NID_seeAlso */
  1696. 0x55, 0x04, 0x22,
  1697. /* NID_userPassword */
  1698. 0x55, 0x04, 0x23,
  1699. /* NID_userCertificate */
  1700. 0x55, 0x04, 0x24,
  1701. /* NID_cACertificate */
  1702. 0x55, 0x04, 0x25,
  1703. /* NID_authorityRevocationList */
  1704. 0x55, 0x04, 0x26,
  1705. /* NID_certificateRevocationList */
  1706. 0x55, 0x04, 0x27,
  1707. /* NID_crossCertificatePair */
  1708. 0x55, 0x04, 0x28,
  1709. /* NID_enhancedSearchGuide */
  1710. 0x55, 0x04, 0x2f,
  1711. /* NID_protocolInformation */
  1712. 0x55, 0x04, 0x30,
  1713. /* NID_distinguishedName */
  1714. 0x55, 0x04, 0x31,
  1715. /* NID_uniqueMember */
  1716. 0x55, 0x04, 0x32,
  1717. /* NID_houseIdentifier */
  1718. 0x55, 0x04, 0x33,
  1719. /* NID_supportedAlgorithms */
  1720. 0x55, 0x04, 0x34,
  1721. /* NID_deltaRevocationList */
  1722. 0x55, 0x04, 0x35,
  1723. /* NID_dmdName */
  1724. 0x55, 0x04, 0x36,
  1725. /* NID_id_alg_PWRI_KEK */
  1726. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x09,
  1727. /* NID_aes_128_gcm */
  1728. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x06,
  1729. /* NID_aes_128_ccm */
  1730. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x07,
  1731. /* NID_id_aes128_wrap_pad */
  1732. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x08,
  1733. /* NID_aes_192_gcm */
  1734. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1a,
  1735. /* NID_aes_192_ccm */
  1736. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1b,
  1737. /* NID_id_aes192_wrap_pad */
  1738. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1c,
  1739. /* NID_aes_256_gcm */
  1740. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2e,
  1741. /* NID_aes_256_ccm */
  1742. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2f,
  1743. /* NID_id_aes256_wrap_pad */
  1744. 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x30,
  1745. /* NID_id_camellia128_wrap */
  1746. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x02,
  1747. /* NID_id_camellia192_wrap */
  1748. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x03,
  1749. /* NID_id_camellia256_wrap */
  1750. 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x04,
  1751. /* NID_anyExtendedKeyUsage */
  1752. 0x55, 0x1d, 0x25, 0x00,
  1753. /* NID_mgf1 */
  1754. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x08,
  1755. /* NID_rsassaPss */
  1756. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0a,
  1757. /* NID_rsaesOaep */
  1758. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x07,
  1759. /* NID_dhpublicnumber */
  1760. 0x2a, 0x86, 0x48, 0xce, 0x3e, 0x02, 0x01,
  1761. /* NID_brainpoolP160r1 */
  1762. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x01,
  1763. /* NID_brainpoolP160t1 */
  1764. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x02,
  1765. /* NID_brainpoolP192r1 */
  1766. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x03,
  1767. /* NID_brainpoolP192t1 */
  1768. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x04,
  1769. /* NID_brainpoolP224r1 */
  1770. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x05,
  1771. /* NID_brainpoolP224t1 */
  1772. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x06,
  1773. /* NID_brainpoolP256r1 */
  1774. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x07,
  1775. /* NID_brainpoolP256t1 */
  1776. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x08,
  1777. /* NID_brainpoolP320r1 */
  1778. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x09,
  1779. /* NID_brainpoolP320t1 */
  1780. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0a,
  1781. /* NID_brainpoolP384r1 */
  1782. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0b,
  1783. /* NID_brainpoolP384t1 */
  1784. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0c,
  1785. /* NID_brainpoolP512r1 */
  1786. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0d,
  1787. /* NID_brainpoolP512t1 */
  1788. 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0e,
  1789. /* NID_pSpecified */
  1790. 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x09,
  1791. /* NID_dhSinglePass_stdDH_sha1kdf_scheme */
  1792. 0x2b, 0x81, 0x05, 0x10, 0x86, 0x48, 0x3f, 0x00, 0x02,
  1793. /* NID_dhSinglePass_stdDH_sha224kdf_scheme */
  1794. 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x00,
  1795. /* NID_dhSinglePass_stdDH_sha256kdf_scheme */
  1796. 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x01,
  1797. /* NID_dhSinglePass_stdDH_sha384kdf_scheme */
  1798. 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x02,
  1799. /* NID_dhSinglePass_stdDH_sha512kdf_scheme */
  1800. 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x03,
  1801. /* NID_dhSinglePass_cofactorDH_sha1kdf_scheme */
  1802. 0x2b, 0x81, 0x05, 0x10, 0x86, 0x48, 0x3f, 0x00, 0x03,
  1803. /* NID_dhSinglePass_cofactorDH_sha224kdf_scheme */
  1804. 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x00,
  1805. /* NID_dhSinglePass_cofactorDH_sha256kdf_scheme */
  1806. 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x01,
  1807. /* NID_dhSinglePass_cofactorDH_sha384kdf_scheme */
  1808. 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x02,
  1809. /* NID_dhSinglePass_cofactorDH_sha512kdf_scheme */
  1810. 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x03,
  1811. /* NID_ED25519 */
  1812. 0x2b, 0x65, 0x70,
  1813. };
  1814. static const ASN1_OBJECT kObjects[NUM_NID] = {
  1815. {"UNDEF", "undefined", NID_undef, 0, NULL, 0},
  1816. {"rsadsi", "RSA Data Security, Inc.", NID_rsadsi, 6, &kObjectData[0], 0},
  1817. {"pkcs", "RSA Data Security, Inc. PKCS", NID_pkcs, 7, &kObjectData[6], 0},
  1818. {"MD2", "md2", NID_md2, 8, &kObjectData[13], 0},
  1819. {"MD5", "md5", NID_md5, 8, &kObjectData[21], 0},
  1820. {"RC4", "rc4", NID_rc4, 8, &kObjectData[29], 0},
  1821. {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &kObjectData[37],
  1822. 0},
  1823. {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9,
  1824. &kObjectData[46], 0},
  1825. {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9,
  1826. &kObjectData[55], 0},
  1827. {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9,
  1828. &kObjectData[64], 0},
  1829. {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9,
  1830. &kObjectData[73], 0},
  1831. {"X500", "directory services (X.500)", NID_X500, 1, &kObjectData[82], 0},
  1832. {"X509", "X509", NID_X509, 2, &kObjectData[83], 0},
  1833. {"CN", "commonName", NID_commonName, 3, &kObjectData[85], 0},
  1834. {"C", "countryName", NID_countryName, 3, &kObjectData[88], 0},
  1835. {"L", "localityName", NID_localityName, 3, &kObjectData[91], 0},
  1836. {"ST", "stateOrProvinceName", NID_stateOrProvinceName, 3, &kObjectData[94],
  1837. 0},
  1838. {"O", "organizationName", NID_organizationName, 3, &kObjectData[97], 0},
  1839. {"OU", "organizationalUnitName", NID_organizationalUnitName, 3,
  1840. &kObjectData[100], 0},
  1841. {"RSA", "rsa", NID_rsa, 4, &kObjectData[103], 0},
  1842. {"pkcs7", "pkcs7", NID_pkcs7, 8, &kObjectData[107], 0},
  1843. {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &kObjectData[115], 0},
  1844. {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9,
  1845. &kObjectData[124], 0},
  1846. {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9,
  1847. &kObjectData[133], 0},
  1848. {"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData",
  1849. NID_pkcs7_signedAndEnveloped, 9, &kObjectData[142], 0},
  1850. {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9,
  1851. &kObjectData[151], 0},
  1852. {"pkcs7-encryptedData", "pkcs7-encryptedData", NID_pkcs7_encrypted, 9,
  1853. &kObjectData[160], 0},
  1854. {"pkcs3", "pkcs3", NID_pkcs3, 8, &kObjectData[169], 0},
  1855. {"dhKeyAgreement", "dhKeyAgreement", NID_dhKeyAgreement, 9,
  1856. &kObjectData[177], 0},
  1857. {"DES-ECB", "des-ecb", NID_des_ecb, 5, &kObjectData[186], 0},
  1858. {"DES-CFB", "des-cfb", NID_des_cfb64, 5, &kObjectData[191], 0},
  1859. {"DES-CBC", "des-cbc", NID_des_cbc, 5, &kObjectData[196], 0},
  1860. {"DES-EDE", "des-ede", NID_des_ede_ecb, 5, &kObjectData[201], 0},
  1861. {"DES-EDE3", "des-ede3", NID_des_ede3_ecb, 0, NULL, 0},
  1862. {"IDEA-CBC", "idea-cbc", NID_idea_cbc, 11, &kObjectData[206], 0},
  1863. {"IDEA-CFB", "idea-cfb", NID_idea_cfb64, 0, NULL, 0},
  1864. {"IDEA-ECB", "idea-ecb", NID_idea_ecb, 0, NULL, 0},
  1865. {"RC2-CBC", "rc2-cbc", NID_rc2_cbc, 8, &kObjectData[217], 0},
  1866. {"RC2-ECB", "rc2-ecb", NID_rc2_ecb, 0, NULL, 0},
  1867. {"RC2-CFB", "rc2-cfb", NID_rc2_cfb64, 0, NULL, 0},
  1868. {"RC2-OFB", "rc2-ofb", NID_rc2_ofb64, 0, NULL, 0},
  1869. {"SHA", "sha", NID_sha, 5, &kObjectData[225], 0},
  1870. {"RSA-SHA", "shaWithRSAEncryption", NID_shaWithRSAEncryption, 5,
  1871. &kObjectData[230], 0},
  1872. {"DES-EDE-CBC", "des-ede-cbc", NID_des_ede_cbc, 0, NULL, 0},
  1873. {"DES-EDE3-CBC", "des-ede3-cbc", NID_des_ede3_cbc, 8, &kObjectData[235], 0},
  1874. {"DES-OFB", "des-ofb", NID_des_ofb64, 5, &kObjectData[243], 0},
  1875. {"IDEA-OFB", "idea-ofb", NID_idea_ofb64, 0, NULL, 0},
  1876. {"pkcs9", "pkcs9", NID_pkcs9, 8, &kObjectData[248], 0},
  1877. {"emailAddress", "emailAddress", NID_pkcs9_emailAddress, 9,
  1878. &kObjectData[256], 0},
  1879. {"unstructuredName", "unstructuredName", NID_pkcs9_unstructuredName, 9,
  1880. &kObjectData[265], 0},
  1881. {"contentType", "contentType", NID_pkcs9_contentType, 9, &kObjectData[274],
  1882. 0},
  1883. {"messageDigest", "messageDigest", NID_pkcs9_messageDigest, 9,
  1884. &kObjectData[283], 0},
  1885. {"signingTime", "signingTime", NID_pkcs9_signingTime, 9, &kObjectData[292],
  1886. 0},
  1887. {"countersignature", "countersignature", NID_pkcs9_countersignature, 9,
  1888. &kObjectData[301], 0},
  1889. {"challengePassword", "challengePassword", NID_pkcs9_challengePassword, 9,
  1890. &kObjectData[310], 0},
  1891. {"unstructuredAddress", "unstructuredAddress",
  1892. NID_pkcs9_unstructuredAddress, 9, &kObjectData[319], 0},
  1893. {"extendedCertificateAttributes", "extendedCertificateAttributes",
  1894. NID_pkcs9_extCertAttributes, 9, &kObjectData[328], 0},
  1895. {"Netscape", "Netscape Communications Corp.", NID_netscape, 7,
  1896. &kObjectData[337], 0},
  1897. {"nsCertExt", "Netscape Certificate Extension", NID_netscape_cert_extension,
  1898. 8, &kObjectData[344], 0},
  1899. {"nsDataType", "Netscape Data Type", NID_netscape_data_type, 8,
  1900. &kObjectData[352], 0},
  1901. {"DES-EDE-CFB", "des-ede-cfb", NID_des_ede_cfb64, 0, NULL, 0},
  1902. {"DES-EDE3-CFB", "des-ede3-cfb", NID_des_ede3_cfb64, 0, NULL, 0},
  1903. {"DES-EDE-OFB", "des-ede-ofb", NID_des_ede_ofb64, 0, NULL, 0},
  1904. {"DES-EDE3-OFB", "des-ede3-ofb", NID_des_ede3_ofb64, 0, NULL, 0},
  1905. {"SHA1", "sha1", NID_sha1, 5, &kObjectData[360], 0},
  1906. {"RSA-SHA1", "sha1WithRSAEncryption", NID_sha1WithRSAEncryption, 9,
  1907. &kObjectData[365], 0},
  1908. {"DSA-SHA", "dsaWithSHA", NID_dsaWithSHA, 5, &kObjectData[374], 0},
  1909. {"DSA-old", "dsaEncryption-old", NID_dsa_2, 5, &kObjectData[379], 0},
  1910. {"PBE-SHA1-RC2-64", "pbeWithSHA1AndRC2-CBC", NID_pbeWithSHA1AndRC2_CBC, 9,
  1911. &kObjectData[384], 0},
  1912. {"PBKDF2", "PBKDF2", NID_id_pbkdf2, 9, &kObjectData[393], 0},
  1913. {"DSA-SHA1-old", "dsaWithSHA1-old", NID_dsaWithSHA1_2, 5, &kObjectData[402],
  1914. 0},
  1915. {"nsCertType", "Netscape Cert Type", NID_netscape_cert_type, 9,
  1916. &kObjectData[407], 0},
  1917. {"nsBaseUrl", "Netscape Base Url", NID_netscape_base_url, 9,
  1918. &kObjectData[416], 0},
  1919. {"nsRevocationUrl", "Netscape Revocation Url", NID_netscape_revocation_url,
  1920. 9, &kObjectData[425], 0},
  1921. {"nsCaRevocationUrl", "Netscape CA Revocation Url",
  1922. NID_netscape_ca_revocation_url, 9, &kObjectData[434], 0},
  1923. {"nsRenewalUrl", "Netscape Renewal Url", NID_netscape_renewal_url, 9,
  1924. &kObjectData[443], 0},
  1925. {"nsCaPolicyUrl", "Netscape CA Policy Url", NID_netscape_ca_policy_url, 9,
  1926. &kObjectData[452], 0},
  1927. {"nsSslServerName", "Netscape SSL Server Name",
  1928. NID_netscape_ssl_server_name, 9, &kObjectData[461], 0},
  1929. {"nsComment", "Netscape Comment", NID_netscape_comment, 9,
  1930. &kObjectData[470], 0},
  1931. {"nsCertSequence", "Netscape Certificate Sequence",
  1932. NID_netscape_cert_sequence, 9, &kObjectData[479], 0},
  1933. {"DESX-CBC", "desx-cbc", NID_desx_cbc, 0, NULL, 0},
  1934. {"id-ce", "id-ce", NID_id_ce, 2, &kObjectData[488], 0},
  1935. {"subjectKeyIdentifier", "X509v3 Subject Key Identifier",
  1936. NID_subject_key_identifier, 3, &kObjectData[490], 0},
  1937. {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &kObjectData[493], 0},
  1938. {"privateKeyUsagePeriod", "X509v3 Private Key Usage Period",
  1939. NID_private_key_usage_period, 3, &kObjectData[496], 0},
  1940. {"subjectAltName", "X509v3 Subject Alternative Name", NID_subject_alt_name,
  1941. 3, &kObjectData[499], 0},
  1942. {"issuerAltName", "X509v3 Issuer Alternative Name", NID_issuer_alt_name, 3,
  1943. &kObjectData[502], 0},
  1944. {"basicConstraints", "X509v3 Basic Constraints", NID_basic_constraints, 3,
  1945. &kObjectData[505], 0},
  1946. {"crlNumber", "X509v3 CRL Number", NID_crl_number, 3, &kObjectData[508], 0},
  1947. {"certificatePolicies", "X509v3 Certificate Policies",
  1948. NID_certificate_policies, 3, &kObjectData[511], 0},
  1949. {"authorityKeyIdentifier", "X509v3 Authority Key Identifier",
  1950. NID_authority_key_identifier, 3, &kObjectData[514], 0},
  1951. {"BF-CBC", "bf-cbc", NID_bf_cbc, 9, &kObjectData[517], 0},
  1952. {"BF-ECB", "bf-ecb", NID_bf_ecb, 0, NULL, 0},
  1953. {"BF-CFB", "bf-cfb", NID_bf_cfb64, 0, NULL, 0},
  1954. {"BF-OFB", "bf-ofb", NID_bf_ofb64, 0, NULL, 0},
  1955. {"MDC2", "mdc2", NID_mdc2, 4, &kObjectData[526], 0},
  1956. {"RSA-MDC2", "mdc2WithRSA", NID_mdc2WithRSA, 4, &kObjectData[530], 0},
  1957. {"RC4-40", "rc4-40", NID_rc4_40, 0, NULL, 0},
  1958. {"RC2-40-CBC", "rc2-40-cbc", NID_rc2_40_cbc, 0, NULL, 0},
  1959. {"GN", "givenName", NID_givenName, 3, &kObjectData[534], 0},
  1960. {"SN", "surname", NID_surname, 3, &kObjectData[537], 0},
  1961. {"initials", "initials", NID_initials, 3, &kObjectData[540], 0},
  1962. {NULL, NULL, NID_undef, 0, NULL, 0},
  1963. {"crlDistributionPoints", "X509v3 CRL Distribution Points",
  1964. NID_crl_distribution_points, 3, &kObjectData[543], 0},
  1965. {"RSA-NP-MD5", "md5WithRSA", NID_md5WithRSA, 5, &kObjectData[546], 0},
  1966. {"serialNumber", "serialNumber", NID_serialNumber, 3, &kObjectData[551], 0},
  1967. {"title", "title", NID_title, 3, &kObjectData[554], 0},
  1968. {"description", "description", NID_description, 3, &kObjectData[557], 0},
  1969. {"CAST5-CBC", "cast5-cbc", NID_cast5_cbc, 9, &kObjectData[560], 0},
  1970. {"CAST5-ECB", "cast5-ecb", NID_cast5_ecb, 0, NULL, 0},
  1971. {"CAST5-CFB", "cast5-cfb", NID_cast5_cfb64, 0, NULL, 0},
  1972. {"CAST5-OFB", "cast5-ofb", NID_cast5_ofb64, 0, NULL, 0},
  1973. {"pbeWithMD5AndCast5CBC", "pbeWithMD5AndCast5CBC",
  1974. NID_pbeWithMD5AndCast5_CBC, 9, &kObjectData[569], 0},
  1975. {"DSA-SHA1", "dsaWithSHA1", NID_dsaWithSHA1, 7, &kObjectData[578], 0},
  1976. {"MD5-SHA1", "md5-sha1", NID_md5_sha1, 0, NULL, 0},
  1977. {"RSA-SHA1-2", "sha1WithRSA", NID_sha1WithRSA, 5, &kObjectData[585], 0},
  1978. {"DSA", "dsaEncryption", NID_dsa, 7, &kObjectData[590], 0},
  1979. {"RIPEMD160", "ripemd160", NID_ripemd160, 5, &kObjectData[597], 0},
  1980. {NULL, NULL, NID_undef, 0, NULL, 0},
  1981. {"RSA-RIPEMD160", "ripemd160WithRSA", NID_ripemd160WithRSA, 6,
  1982. &kObjectData[602], 0},
  1983. {"RC5-CBC", "rc5-cbc", NID_rc5_cbc, 8, &kObjectData[608], 0},
  1984. {"RC5-ECB", "rc5-ecb", NID_rc5_ecb, 0, NULL, 0},
  1985. {"RC5-CFB", "rc5-cfb", NID_rc5_cfb64, 0, NULL, 0},
  1986. {"RC5-OFB", "rc5-ofb", NID_rc5_ofb64, 0, NULL, 0},
  1987. {NULL, NULL, NID_undef, 0, NULL, 0},
  1988. {"ZLIB", "zlib compression", NID_zlib_compression, 11, &kObjectData[616],
  1989. 0},
  1990. {"extendedKeyUsage", "X509v3 Extended Key Usage", NID_ext_key_usage, 3,
  1991. &kObjectData[627], 0},
  1992. {"PKIX", "PKIX", NID_id_pkix, 6, &kObjectData[630], 0},
  1993. {"id-kp", "id-kp", NID_id_kp, 7, &kObjectData[636], 0},
  1994. {"serverAuth", "TLS Web Server Authentication", NID_server_auth, 8,
  1995. &kObjectData[643], 0},
  1996. {"clientAuth", "TLS Web Client Authentication", NID_client_auth, 8,
  1997. &kObjectData[651], 0},
  1998. {"codeSigning", "Code Signing", NID_code_sign, 8, &kObjectData[659], 0},
  1999. {"emailProtection", "E-mail Protection", NID_email_protect, 8,
  2000. &kObjectData[667], 0},
  2001. {"timeStamping", "Time Stamping", NID_time_stamp, 8, &kObjectData[675], 0},
  2002. {"msCodeInd", "Microsoft Individual Code Signing", NID_ms_code_ind, 10,
  2003. &kObjectData[683], 0},
  2004. {"msCodeCom", "Microsoft Commercial Code Signing", NID_ms_code_com, 10,
  2005. &kObjectData[693], 0},
  2006. {"msCTLSign", "Microsoft Trust List Signing", NID_ms_ctl_sign, 10,
  2007. &kObjectData[703], 0},
  2008. {"msSGC", "Microsoft Server Gated Crypto", NID_ms_sgc, 10,
  2009. &kObjectData[713], 0},
  2010. {"msEFS", "Microsoft Encrypted File System", NID_ms_efs, 10,
  2011. &kObjectData[723], 0},
  2012. {"nsSGC", "Netscape Server Gated Crypto", NID_ns_sgc, 9, &kObjectData[733],
  2013. 0},
  2014. {"deltaCRL", "X509v3 Delta CRL Indicator", NID_delta_crl, 3,
  2015. &kObjectData[742], 0},
  2016. {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3,
  2017. &kObjectData[745], 0},
  2018. {"invalidityDate", "Invalidity Date", NID_invalidity_date, 3,
  2019. &kObjectData[748], 0},
  2020. {"SXNetID", "Strong Extranet ID", NID_sxnet, 5, &kObjectData[751], 0},
  2021. {"PBE-SHA1-RC4-128", "pbeWithSHA1And128BitRC4",
  2022. NID_pbe_WithSHA1And128BitRC4, 10, &kObjectData[756], 0},
  2023. {"PBE-SHA1-RC4-40", "pbeWithSHA1And40BitRC4", NID_pbe_WithSHA1And40BitRC4,
  2024. 10, &kObjectData[766], 0},
  2025. {"PBE-SHA1-3DES", "pbeWithSHA1And3-KeyTripleDES-CBC",
  2026. NID_pbe_WithSHA1And3_Key_TripleDES_CBC, 10, &kObjectData[776], 0},
  2027. {"PBE-SHA1-2DES", "pbeWithSHA1And2-KeyTripleDES-CBC",
  2028. NID_pbe_WithSHA1And2_Key_TripleDES_CBC, 10, &kObjectData[786], 0},
  2029. {"PBE-SHA1-RC2-128", "pbeWithSHA1And128BitRC2-CBC",
  2030. NID_pbe_WithSHA1And128BitRC2_CBC, 10, &kObjectData[796], 0},
  2031. {"PBE-SHA1-RC2-40", "pbeWithSHA1And40BitRC2-CBC",
  2032. NID_pbe_WithSHA1And40BitRC2_CBC, 10, &kObjectData[806], 0},
  2033. {"keyBag", "keyBag", NID_keyBag, 11, &kObjectData[816], 0},
  2034. {"pkcs8ShroudedKeyBag", "pkcs8ShroudedKeyBag", NID_pkcs8ShroudedKeyBag, 11,
  2035. &kObjectData[827], 0},
  2036. {"certBag", "certBag", NID_certBag, 11, &kObjectData[838], 0},
  2037. {"crlBag", "crlBag", NID_crlBag, 11, &kObjectData[849], 0},
  2038. {"secretBag", "secretBag", NID_secretBag, 11, &kObjectData[860], 0},
  2039. {"safeContentsBag", "safeContentsBag", NID_safeContentsBag, 11,
  2040. &kObjectData[871], 0},
  2041. {"friendlyName", "friendlyName", NID_friendlyName, 9, &kObjectData[882], 0},
  2042. {"localKeyID", "localKeyID", NID_localKeyID, 9, &kObjectData[891], 0},
  2043. {"x509Certificate", "x509Certificate", NID_x509Certificate, 10,
  2044. &kObjectData[900], 0},
  2045. {"sdsiCertificate", "sdsiCertificate", NID_sdsiCertificate, 10,
  2046. &kObjectData[910], 0},
  2047. {"x509Crl", "x509Crl", NID_x509Crl, 10, &kObjectData[920], 0},
  2048. {"PBES2", "PBES2", NID_pbes2, 9, &kObjectData[930], 0},
  2049. {"PBMAC1", "PBMAC1", NID_pbmac1, 9, &kObjectData[939], 0},
  2050. {"hmacWithSHA1", "hmacWithSHA1", NID_hmacWithSHA1, 8, &kObjectData[948], 0},
  2051. {"id-qt-cps", "Policy Qualifier CPS", NID_id_qt_cps, 8, &kObjectData[956],
  2052. 0},
  2053. {"id-qt-unotice", "Policy Qualifier User Notice", NID_id_qt_unotice, 8,
  2054. &kObjectData[964], 0},
  2055. {"RC2-64-CBC", "rc2-64-cbc", NID_rc2_64_cbc, 0, NULL, 0},
  2056. {"SMIME-CAPS", "S/MIME Capabilities", NID_SMIMECapabilities, 9,
  2057. &kObjectData[972], 0},
  2058. {"PBE-MD2-RC2-64", "pbeWithMD2AndRC2-CBC", NID_pbeWithMD2AndRC2_CBC, 9,
  2059. &kObjectData[981], 0},
  2060. {"PBE-MD5-RC2-64", "pbeWithMD5AndRC2-CBC", NID_pbeWithMD5AndRC2_CBC, 9,
  2061. &kObjectData[990], 0},
  2062. {"PBE-SHA1-DES", "pbeWithSHA1AndDES-CBC", NID_pbeWithSHA1AndDES_CBC, 9,
  2063. &kObjectData[999], 0},
  2064. {"msExtReq", "Microsoft Extension Request", NID_ms_ext_req, 10,
  2065. &kObjectData[1008], 0},
  2066. {"extReq", "Extension Request", NID_ext_req, 9, &kObjectData[1018], 0},
  2067. {"name", "name", NID_name, 3, &kObjectData[1027], 0},
  2068. {"dnQualifier", "dnQualifier", NID_dnQualifier, 3, &kObjectData[1030], 0},
  2069. {"id-pe", "id-pe", NID_id_pe, 7, &kObjectData[1033], 0},
  2070. {"id-ad", "id-ad", NID_id_ad, 7, &kObjectData[1040], 0},
  2071. {"authorityInfoAccess", "Authority Information Access", NID_info_access, 8,
  2072. &kObjectData[1047], 0},
  2073. {"OCSP", "OCSP", NID_ad_OCSP, 8, &kObjectData[1055], 0},
  2074. {"caIssuers", "CA Issuers", NID_ad_ca_issuers, 8, &kObjectData[1063], 0},
  2075. {"OCSPSigning", "OCSP Signing", NID_OCSP_sign, 8, &kObjectData[1071], 0},
  2076. {"ISO", "iso", NID_iso, 0, NULL, 0},
  2077. {"member-body", "ISO Member Body", NID_member_body, 1, &kObjectData[1079],
  2078. 0},
  2079. {"ISO-US", "ISO US Member Body", NID_ISO_US, 3, &kObjectData[1080], 0},
  2080. {"X9-57", "X9.57", NID_X9_57, 5, &kObjectData[1083], 0},
  2081. {"X9cm", "X9.57 CM ?", NID_X9cm, 6, &kObjectData[1088], 0},
  2082. {"pkcs1", "pkcs1", NID_pkcs1, 8, &kObjectData[1094], 0},
  2083. {"pkcs5", "pkcs5", NID_pkcs5, 8, &kObjectData[1102], 0},
  2084. {"SMIME", "S/MIME", NID_SMIME, 9, &kObjectData[1110], 0},
  2085. {"id-smime-mod", "id-smime-mod", NID_id_smime_mod, 10, &kObjectData[1119],
  2086. 0},
  2087. {"id-smime-ct", "id-smime-ct", NID_id_smime_ct, 10, &kObjectData[1129], 0},
  2088. {"id-smime-aa", "id-smime-aa", NID_id_smime_aa, 10, &kObjectData[1139], 0},
  2089. {"id-smime-alg", "id-smime-alg", NID_id_smime_alg, 10, &kObjectData[1149],
  2090. 0},
  2091. {"id-smime-cd", "id-smime-cd", NID_id_smime_cd, 10, &kObjectData[1159], 0},
  2092. {"id-smime-spq", "id-smime-spq", NID_id_smime_spq, 10, &kObjectData[1169],
  2093. 0},
  2094. {"id-smime-cti", "id-smime-cti", NID_id_smime_cti, 10, &kObjectData[1179],
  2095. 0},
  2096. {"id-smime-mod-cms", "id-smime-mod-cms", NID_id_smime_mod_cms, 11,
  2097. &kObjectData[1189], 0},
  2098. {"id-smime-mod-ess", "id-smime-mod-ess", NID_id_smime_mod_ess, 11,
  2099. &kObjectData[1200], 0},
  2100. {"id-smime-mod-oid", "id-smime-mod-oid", NID_id_smime_mod_oid, 11,
  2101. &kObjectData[1211], 0},
  2102. {"id-smime-mod-msg-v3", "id-smime-mod-msg-v3", NID_id_smime_mod_msg_v3, 11,
  2103. &kObjectData[1222], 0},
  2104. {"id-smime-mod-ets-eSignature-88", "id-smime-mod-ets-eSignature-88",
  2105. NID_id_smime_mod_ets_eSignature_88, 11, &kObjectData[1233], 0},
  2106. {"id-smime-mod-ets-eSignature-97", "id-smime-mod-ets-eSignature-97",
  2107. NID_id_smime_mod_ets_eSignature_97, 11, &kObjectData[1244], 0},
  2108. {"id-smime-mod-ets-eSigPolicy-88", "id-smime-mod-ets-eSigPolicy-88",
  2109. NID_id_smime_mod_ets_eSigPolicy_88, 11, &kObjectData[1255], 0},
  2110. {"id-smime-mod-ets-eSigPolicy-97", "id-smime-mod-ets-eSigPolicy-97",
  2111. NID_id_smime_mod_ets_eSigPolicy_97, 11, &kObjectData[1266], 0},
  2112. {"id-smime-ct-receipt", "id-smime-ct-receipt", NID_id_smime_ct_receipt, 11,
  2113. &kObjectData[1277], 0},
  2114. {"id-smime-ct-authData", "id-smime-ct-authData", NID_id_smime_ct_authData,
  2115. 11, &kObjectData[1288], 0},
  2116. {"id-smime-ct-publishCert", "id-smime-ct-publishCert",
  2117. NID_id_smime_ct_publishCert, 11, &kObjectData[1299], 0},
  2118. {"id-smime-ct-TSTInfo", "id-smime-ct-TSTInfo", NID_id_smime_ct_TSTInfo, 11,
  2119. &kObjectData[1310], 0},
  2120. {"id-smime-ct-TDTInfo", "id-smime-ct-TDTInfo", NID_id_smime_ct_TDTInfo, 11,
  2121. &kObjectData[1321], 0},
  2122. {"id-smime-ct-contentInfo", "id-smime-ct-contentInfo",
  2123. NID_id_smime_ct_contentInfo, 11, &kObjectData[1332], 0},
  2124. {"id-smime-ct-DVCSRequestData", "id-smime-ct-DVCSRequestData",
  2125. NID_id_smime_ct_DVCSRequestData, 11, &kObjectData[1343], 0},
  2126. {"id-smime-ct-DVCSResponseData", "id-smime-ct-DVCSResponseData",
  2127. NID_id_smime_ct_DVCSResponseData, 11, &kObjectData[1354], 0},
  2128. {"id-smime-aa-receiptRequest", "id-smime-aa-receiptRequest",
  2129. NID_id_smime_aa_receiptRequest, 11, &kObjectData[1365], 0},
  2130. {"id-smime-aa-securityLabel", "id-smime-aa-securityLabel",
  2131. NID_id_smime_aa_securityLabel, 11, &kObjectData[1376], 0},
  2132. {"id-smime-aa-mlExpandHistory", "id-smime-aa-mlExpandHistory",
  2133. NID_id_smime_aa_mlExpandHistory, 11, &kObjectData[1387], 0},
  2134. {"id-smime-aa-contentHint", "id-smime-aa-contentHint",
  2135. NID_id_smime_aa_contentHint, 11, &kObjectData[1398], 0},
  2136. {"id-smime-aa-msgSigDigest", "id-smime-aa-msgSigDigest",
  2137. NID_id_smime_aa_msgSigDigest, 11, &kObjectData[1409], 0},
  2138. {"id-smime-aa-encapContentType", "id-smime-aa-encapContentType",
  2139. NID_id_smime_aa_encapContentType, 11, &kObjectData[1420], 0},
  2140. {"id-smime-aa-contentIdentifier", "id-smime-aa-contentIdentifier",
  2141. NID_id_smime_aa_contentIdentifier, 11, &kObjectData[1431], 0},
  2142. {"id-smime-aa-macValue", "id-smime-aa-macValue", NID_id_smime_aa_macValue,
  2143. 11, &kObjectData[1442], 0},
  2144. {"id-smime-aa-equivalentLabels", "id-smime-aa-equivalentLabels",
  2145. NID_id_smime_aa_equivalentLabels, 11, &kObjectData[1453], 0},
  2146. {"id-smime-aa-contentReference", "id-smime-aa-contentReference",
  2147. NID_id_smime_aa_contentReference, 11, &kObjectData[1464], 0},
  2148. {"id-smime-aa-encrypKeyPref", "id-smime-aa-encrypKeyPref",
  2149. NID_id_smime_aa_encrypKeyPref, 11, &kObjectData[1475], 0},
  2150. {"id-smime-aa-signingCertificate", "id-smime-aa-signingCertificate",
  2151. NID_id_smime_aa_signingCertificate, 11, &kObjectData[1486], 0},
  2152. {"id-smime-aa-smimeEncryptCerts", "id-smime-aa-smimeEncryptCerts",
  2153. NID_id_smime_aa_smimeEncryptCerts, 11, &kObjectData[1497], 0},
  2154. {"id-smime-aa-timeStampToken", "id-smime-aa-timeStampToken",
  2155. NID_id_smime_aa_timeStampToken, 11, &kObjectData[1508], 0},
  2156. {"id-smime-aa-ets-sigPolicyId", "id-smime-aa-ets-sigPolicyId",
  2157. NID_id_smime_aa_ets_sigPolicyId, 11, &kObjectData[1519], 0},
  2158. {"id-smime-aa-ets-commitmentType", "id-smime-aa-ets-commitmentType",
  2159. NID_id_smime_aa_ets_commitmentType, 11, &kObjectData[1530], 0},
  2160. {"id-smime-aa-ets-signerLocation", "id-smime-aa-ets-signerLocation",
  2161. NID_id_smime_aa_ets_signerLocation, 11, &kObjectData[1541], 0},
  2162. {"id-smime-aa-ets-signerAttr", "id-smime-aa-ets-signerAttr",
  2163. NID_id_smime_aa_ets_signerAttr, 11, &kObjectData[1552], 0},
  2164. {"id-smime-aa-ets-otherSigCert", "id-smime-aa-ets-otherSigCert",
  2165. NID_id_smime_aa_ets_otherSigCert, 11, &kObjectData[1563], 0},
  2166. {"id-smime-aa-ets-contentTimestamp", "id-smime-aa-ets-contentTimestamp",
  2167. NID_id_smime_aa_ets_contentTimestamp, 11, &kObjectData[1574], 0},
  2168. {"id-smime-aa-ets-CertificateRefs", "id-smime-aa-ets-CertificateRefs",
  2169. NID_id_smime_aa_ets_CertificateRefs, 11, &kObjectData[1585], 0},
  2170. {"id-smime-aa-ets-RevocationRefs", "id-smime-aa-ets-RevocationRefs",
  2171. NID_id_smime_aa_ets_RevocationRefs, 11, &kObjectData[1596], 0},
  2172. {"id-smime-aa-ets-certValues", "id-smime-aa-ets-certValues",
  2173. NID_id_smime_aa_ets_certValues, 11, &kObjectData[1607], 0},
  2174. {"id-smime-aa-ets-revocationValues", "id-smime-aa-ets-revocationValues",
  2175. NID_id_smime_aa_ets_revocationValues, 11, &kObjectData[1618], 0},
  2176. {"id-smime-aa-ets-escTimeStamp", "id-smime-aa-ets-escTimeStamp",
  2177. NID_id_smime_aa_ets_escTimeStamp, 11, &kObjectData[1629], 0},
  2178. {"id-smime-aa-ets-certCRLTimestamp", "id-smime-aa-ets-certCRLTimestamp",
  2179. NID_id_smime_aa_ets_certCRLTimestamp, 11, &kObjectData[1640], 0},
  2180. {"id-smime-aa-ets-archiveTimeStamp", "id-smime-aa-ets-archiveTimeStamp",
  2181. NID_id_smime_aa_ets_archiveTimeStamp, 11, &kObjectData[1651], 0},
  2182. {"id-smime-aa-signatureType", "id-smime-aa-signatureType",
  2183. NID_id_smime_aa_signatureType, 11, &kObjectData[1662], 0},
  2184. {"id-smime-aa-dvcs-dvc", "id-smime-aa-dvcs-dvc", NID_id_smime_aa_dvcs_dvc,
  2185. 11, &kObjectData[1673], 0},
  2186. {"id-smime-alg-ESDHwith3DES", "id-smime-alg-ESDHwith3DES",
  2187. NID_id_smime_alg_ESDHwith3DES, 11, &kObjectData[1684], 0},
  2188. {"id-smime-alg-ESDHwithRC2", "id-smime-alg-ESDHwithRC2",
  2189. NID_id_smime_alg_ESDHwithRC2, 11, &kObjectData[1695], 0},
  2190. {"id-smime-alg-3DESwrap", "id-smime-alg-3DESwrap",
  2191. NID_id_smime_alg_3DESwrap, 11, &kObjectData[1706], 0},
  2192. {"id-smime-alg-RC2wrap", "id-smime-alg-RC2wrap", NID_id_smime_alg_RC2wrap,
  2193. 11, &kObjectData[1717], 0},
  2194. {"id-smime-alg-ESDH", "id-smime-alg-ESDH", NID_id_smime_alg_ESDH, 11,
  2195. &kObjectData[1728], 0},
  2196. {"id-smime-alg-CMS3DESwrap", "id-smime-alg-CMS3DESwrap",
  2197. NID_id_smime_alg_CMS3DESwrap, 11, &kObjectData[1739], 0},
  2198. {"id-smime-alg-CMSRC2wrap", "id-smime-alg-CMSRC2wrap",
  2199. NID_id_smime_alg_CMSRC2wrap, 11, &kObjectData[1750], 0},
  2200. {"id-smime-cd-ldap", "id-smime-cd-ldap", NID_id_smime_cd_ldap, 11,
  2201. &kObjectData[1761], 0},
  2202. {"id-smime-spq-ets-sqt-uri", "id-smime-spq-ets-sqt-uri",
  2203. NID_id_smime_spq_ets_sqt_uri, 11, &kObjectData[1772], 0},
  2204. {"id-smime-spq-ets-sqt-unotice", "id-smime-spq-ets-sqt-unotice",
  2205. NID_id_smime_spq_ets_sqt_unotice, 11, &kObjectData[1783], 0},
  2206. {"id-smime-cti-ets-proofOfOrigin", "id-smime-cti-ets-proofOfOrigin",
  2207. NID_id_smime_cti_ets_proofOfOrigin, 11, &kObjectData[1794], 0},
  2208. {"id-smime-cti-ets-proofOfReceipt", "id-smime-cti-ets-proofOfReceipt",
  2209. NID_id_smime_cti_ets_proofOfReceipt, 11, &kObjectData[1805], 0},
  2210. {"id-smime-cti-ets-proofOfDelivery", "id-smime-cti-ets-proofOfDelivery",
  2211. NID_id_smime_cti_ets_proofOfDelivery, 11, &kObjectData[1816], 0},
  2212. {"id-smime-cti-ets-proofOfSender", "id-smime-cti-ets-proofOfSender",
  2213. NID_id_smime_cti_ets_proofOfSender, 11, &kObjectData[1827], 0},
  2214. {"id-smime-cti-ets-proofOfApproval", "id-smime-cti-ets-proofOfApproval",
  2215. NID_id_smime_cti_ets_proofOfApproval, 11, &kObjectData[1838], 0},
  2216. {"id-smime-cti-ets-proofOfCreation", "id-smime-cti-ets-proofOfCreation",
  2217. NID_id_smime_cti_ets_proofOfCreation, 11, &kObjectData[1849], 0},
  2218. {"MD4", "md4", NID_md4, 8, &kObjectData[1860], 0},
  2219. {"id-pkix-mod", "id-pkix-mod", NID_id_pkix_mod, 7, &kObjectData[1868], 0},
  2220. {"id-qt", "id-qt", NID_id_qt, 7, &kObjectData[1875], 0},
  2221. {"id-it", "id-it", NID_id_it, 7, &kObjectData[1882], 0},
  2222. {"id-pkip", "id-pkip", NID_id_pkip, 7, &kObjectData[1889], 0},
  2223. {"id-alg", "id-alg", NID_id_alg, 7, &kObjectData[1896], 0},
  2224. {"id-cmc", "id-cmc", NID_id_cmc, 7, &kObjectData[1903], 0},
  2225. {"id-on", "id-on", NID_id_on, 7, &kObjectData[1910], 0},
  2226. {"id-pda", "id-pda", NID_id_pda, 7, &kObjectData[1917], 0},
  2227. {"id-aca", "id-aca", NID_id_aca, 7, &kObjectData[1924], 0},
  2228. {"id-qcs", "id-qcs", NID_id_qcs, 7, &kObjectData[1931], 0},
  2229. {"id-cct", "id-cct", NID_id_cct, 7, &kObjectData[1938], 0},
  2230. {"id-pkix1-explicit-88", "id-pkix1-explicit-88", NID_id_pkix1_explicit_88,
  2231. 8, &kObjectData[1945], 0},
  2232. {"id-pkix1-implicit-88", "id-pkix1-implicit-88", NID_id_pkix1_implicit_88,
  2233. 8, &kObjectData[1953], 0},
  2234. {"id-pkix1-explicit-93", "id-pkix1-explicit-93", NID_id_pkix1_explicit_93,
  2235. 8, &kObjectData[1961], 0},
  2236. {"id-pkix1-implicit-93", "id-pkix1-implicit-93", NID_id_pkix1_implicit_93,
  2237. 8, &kObjectData[1969], 0},
  2238. {"id-mod-crmf", "id-mod-crmf", NID_id_mod_crmf, 8, &kObjectData[1977], 0},
  2239. {"id-mod-cmc", "id-mod-cmc", NID_id_mod_cmc, 8, &kObjectData[1985], 0},
  2240. {"id-mod-kea-profile-88", "id-mod-kea-profile-88",
  2241. NID_id_mod_kea_profile_88, 8, &kObjectData[1993], 0},
  2242. {"id-mod-kea-profile-93", "id-mod-kea-profile-93",
  2243. NID_id_mod_kea_profile_93, 8, &kObjectData[2001], 0},
  2244. {"id-mod-cmp", "id-mod-cmp", NID_id_mod_cmp, 8, &kObjectData[2009], 0},
  2245. {"id-mod-qualified-cert-88", "id-mod-qualified-cert-88",
  2246. NID_id_mod_qualified_cert_88, 8, &kObjectData[2017], 0},
  2247. {"id-mod-qualified-cert-93", "id-mod-qualified-cert-93",
  2248. NID_id_mod_qualified_cert_93, 8, &kObjectData[2025], 0},
  2249. {"id-mod-attribute-cert", "id-mod-attribute-cert",
  2250. NID_id_mod_attribute_cert, 8, &kObjectData[2033], 0},
  2251. {"id-mod-timestamp-protocol", "id-mod-timestamp-protocol",
  2252. NID_id_mod_timestamp_protocol, 8, &kObjectData[2041], 0},
  2253. {"id-mod-ocsp", "id-mod-ocsp", NID_id_mod_ocsp, 8, &kObjectData[2049], 0},
  2254. {"id-mod-dvcs", "id-mod-dvcs", NID_id_mod_dvcs, 8, &kObjectData[2057], 0},
  2255. {"id-mod-cmp2000", "id-mod-cmp2000", NID_id_mod_cmp2000, 8,
  2256. &kObjectData[2065], 0},
  2257. {"biometricInfo", "Biometric Info", NID_biometricInfo, 8,
  2258. &kObjectData[2073], 0},
  2259. {"qcStatements", "qcStatements", NID_qcStatements, 8, &kObjectData[2081],
  2260. 0},
  2261. {"ac-auditEntity", "ac-auditEntity", NID_ac_auditEntity, 8,
  2262. &kObjectData[2089], 0},
  2263. {"ac-targeting", "ac-targeting", NID_ac_targeting, 8, &kObjectData[2097],
  2264. 0},
  2265. {"aaControls", "aaControls", NID_aaControls, 8, &kObjectData[2105], 0},
  2266. {"sbgp-ipAddrBlock", "sbgp-ipAddrBlock", NID_sbgp_ipAddrBlock, 8,
  2267. &kObjectData[2113], 0},
  2268. {"sbgp-autonomousSysNum", "sbgp-autonomousSysNum",
  2269. NID_sbgp_autonomousSysNum, 8, &kObjectData[2121], 0},
  2270. {"sbgp-routerIdentifier", "sbgp-routerIdentifier",
  2271. NID_sbgp_routerIdentifier, 8, &kObjectData[2129], 0},
  2272. {"textNotice", "textNotice", NID_textNotice, 8, &kObjectData[2137], 0},
  2273. {"ipsecEndSystem", "IPSec End System", NID_ipsecEndSystem, 8,
  2274. &kObjectData[2145], 0},
  2275. {"ipsecTunnel", "IPSec Tunnel", NID_ipsecTunnel, 8, &kObjectData[2153], 0},
  2276. {"ipsecUser", "IPSec User", NID_ipsecUser, 8, &kObjectData[2161], 0},
  2277. {"DVCS", "dvcs", NID_dvcs, 8, &kObjectData[2169], 0},
  2278. {"id-it-caProtEncCert", "id-it-caProtEncCert", NID_id_it_caProtEncCert, 8,
  2279. &kObjectData[2177], 0},
  2280. {"id-it-signKeyPairTypes", "id-it-signKeyPairTypes",
  2281. NID_id_it_signKeyPairTypes, 8, &kObjectData[2185], 0},
  2282. {"id-it-encKeyPairTypes", "id-it-encKeyPairTypes",
  2283. NID_id_it_encKeyPairTypes, 8, &kObjectData[2193], 0},
  2284. {"id-it-preferredSymmAlg", "id-it-preferredSymmAlg",
  2285. NID_id_it_preferredSymmAlg, 8, &kObjectData[2201], 0},
  2286. {"id-it-caKeyUpdateInfo", "id-it-caKeyUpdateInfo",
  2287. NID_id_it_caKeyUpdateInfo, 8, &kObjectData[2209], 0},
  2288. {"id-it-currentCRL", "id-it-currentCRL", NID_id_it_currentCRL, 8,
  2289. &kObjectData[2217], 0},
  2290. {"id-it-unsupportedOIDs", "id-it-unsupportedOIDs",
  2291. NID_id_it_unsupportedOIDs, 8, &kObjectData[2225], 0},
  2292. {"id-it-subscriptionRequest", "id-it-subscriptionRequest",
  2293. NID_id_it_subscriptionRequest, 8, &kObjectData[2233], 0},
  2294. {"id-it-subscriptionResponse", "id-it-subscriptionResponse",
  2295. NID_id_it_subscriptionResponse, 8, &kObjectData[2241], 0},
  2296. {"id-it-keyPairParamReq", "id-it-keyPairParamReq",
  2297. NID_id_it_keyPairParamReq, 8, &kObjectData[2249], 0},
  2298. {"id-it-keyPairParamRep", "id-it-keyPairParamRep",
  2299. NID_id_it_keyPairParamRep, 8, &kObjectData[2257], 0},
  2300. {"id-it-revPassphrase", "id-it-revPassphrase", NID_id_it_revPassphrase, 8,
  2301. &kObjectData[2265], 0},
  2302. {"id-it-implicitConfirm", "id-it-implicitConfirm",
  2303. NID_id_it_implicitConfirm, 8, &kObjectData[2273], 0},
  2304. {"id-it-confirmWaitTime", "id-it-confirmWaitTime",
  2305. NID_id_it_confirmWaitTime, 8, &kObjectData[2281], 0},
  2306. {"id-it-origPKIMessage", "id-it-origPKIMessage", NID_id_it_origPKIMessage,
  2307. 8, &kObjectData[2289], 0},
  2308. {"id-regCtrl", "id-regCtrl", NID_id_regCtrl, 8, &kObjectData[2297], 0},
  2309. {"id-regInfo", "id-regInfo", NID_id_regInfo, 8, &kObjectData[2305], 0},
  2310. {"id-regCtrl-regToken", "id-regCtrl-regToken", NID_id_regCtrl_regToken, 9,
  2311. &kObjectData[2313], 0},
  2312. {"id-regCtrl-authenticator", "id-regCtrl-authenticator",
  2313. NID_id_regCtrl_authenticator, 9, &kObjectData[2322], 0},
  2314. {"id-regCtrl-pkiPublicationInfo", "id-regCtrl-pkiPublicationInfo",
  2315. NID_id_regCtrl_pkiPublicationInfo, 9, &kObjectData[2331], 0},
  2316. {"id-regCtrl-pkiArchiveOptions", "id-regCtrl-pkiArchiveOptions",
  2317. NID_id_regCtrl_pkiArchiveOptions, 9, &kObjectData[2340], 0},
  2318. {"id-regCtrl-oldCertID", "id-regCtrl-oldCertID", NID_id_regCtrl_oldCertID,
  2319. 9, &kObjectData[2349], 0},
  2320. {"id-regCtrl-protocolEncrKey", "id-regCtrl-protocolEncrKey",
  2321. NID_id_regCtrl_protocolEncrKey, 9, &kObjectData[2358], 0},
  2322. {"id-regInfo-utf8Pairs", "id-regInfo-utf8Pairs", NID_id_regInfo_utf8Pairs,
  2323. 9, &kObjectData[2367], 0},
  2324. {"id-regInfo-certReq", "id-regInfo-certReq", NID_id_regInfo_certReq, 9,
  2325. &kObjectData[2376], 0},
  2326. {"id-alg-des40", "id-alg-des40", NID_id_alg_des40, 8, &kObjectData[2385],
  2327. 0},
  2328. {"id-alg-noSignature", "id-alg-noSignature", NID_id_alg_noSignature, 8,
  2329. &kObjectData[2393], 0},
  2330. {"id-alg-dh-sig-hmac-sha1", "id-alg-dh-sig-hmac-sha1",
  2331. NID_id_alg_dh_sig_hmac_sha1, 8, &kObjectData[2401], 0},
  2332. {"id-alg-dh-pop", "id-alg-dh-pop", NID_id_alg_dh_pop, 8, &kObjectData[2409],
  2333. 0},
  2334. {"id-cmc-statusInfo", "id-cmc-statusInfo", NID_id_cmc_statusInfo, 8,
  2335. &kObjectData[2417], 0},
  2336. {"id-cmc-identification", "id-cmc-identification",
  2337. NID_id_cmc_identification, 8, &kObjectData[2425], 0},
  2338. {"id-cmc-identityProof", "id-cmc-identityProof", NID_id_cmc_identityProof,
  2339. 8, &kObjectData[2433], 0},
  2340. {"id-cmc-dataReturn", "id-cmc-dataReturn", NID_id_cmc_dataReturn, 8,
  2341. &kObjectData[2441], 0},
  2342. {"id-cmc-transactionId", "id-cmc-transactionId", NID_id_cmc_transactionId,
  2343. 8, &kObjectData[2449], 0},
  2344. {"id-cmc-senderNonce", "id-cmc-senderNonce", NID_id_cmc_senderNonce, 8,
  2345. &kObjectData[2457], 0},
  2346. {"id-cmc-recipientNonce", "id-cmc-recipientNonce",
  2347. NID_id_cmc_recipientNonce, 8, &kObjectData[2465], 0},
  2348. {"id-cmc-addExtensions", "id-cmc-addExtensions", NID_id_cmc_addExtensions,
  2349. 8, &kObjectData[2473], 0},
  2350. {"id-cmc-encryptedPOP", "id-cmc-encryptedPOP", NID_id_cmc_encryptedPOP, 8,
  2351. &kObjectData[2481], 0},
  2352. {"id-cmc-decryptedPOP", "id-cmc-decryptedPOP", NID_id_cmc_decryptedPOP, 8,
  2353. &kObjectData[2489], 0},
  2354. {"id-cmc-lraPOPWitness", "id-cmc-lraPOPWitness", NID_id_cmc_lraPOPWitness,
  2355. 8, &kObjectData[2497], 0},
  2356. {"id-cmc-getCert", "id-cmc-getCert", NID_id_cmc_getCert, 8,
  2357. &kObjectData[2505], 0},
  2358. {"id-cmc-getCRL", "id-cmc-getCRL", NID_id_cmc_getCRL, 8, &kObjectData[2513],
  2359. 0},
  2360. {"id-cmc-revokeRequest", "id-cmc-revokeRequest", NID_id_cmc_revokeRequest,
  2361. 8, &kObjectData[2521], 0},
  2362. {"id-cmc-regInfo", "id-cmc-regInfo", NID_id_cmc_regInfo, 8,
  2363. &kObjectData[2529], 0},
  2364. {"id-cmc-responseInfo", "id-cmc-responseInfo", NID_id_cmc_responseInfo, 8,
  2365. &kObjectData[2537], 0},
  2366. {"id-cmc-queryPending", "id-cmc-queryPending", NID_id_cmc_queryPending, 8,
  2367. &kObjectData[2545], 0},
  2368. {"id-cmc-popLinkRandom", "id-cmc-popLinkRandom", NID_id_cmc_popLinkRandom,
  2369. 8, &kObjectData[2553], 0},
  2370. {"id-cmc-popLinkWitness", "id-cmc-popLinkWitness",
  2371. NID_id_cmc_popLinkWitness, 8, &kObjectData[2561], 0},
  2372. {"id-cmc-confirmCertAcceptance", "id-cmc-confirmCertAcceptance",
  2373. NID_id_cmc_confirmCertAcceptance, 8, &kObjectData[2569], 0},
  2374. {"id-on-personalData", "id-on-personalData", NID_id_on_personalData, 8,
  2375. &kObjectData[2577], 0},
  2376. {"id-pda-dateOfBirth", "id-pda-dateOfBirth", NID_id_pda_dateOfBirth, 8,
  2377. &kObjectData[2585], 0},
  2378. {"id-pda-placeOfBirth", "id-pda-placeOfBirth", NID_id_pda_placeOfBirth, 8,
  2379. &kObjectData[2593], 0},
  2380. {NULL, NULL, NID_undef, 0, NULL, 0},
  2381. {"id-pda-gender", "id-pda-gender", NID_id_pda_gender, 8, &kObjectData[2601],
  2382. 0},
  2383. {"id-pda-countryOfCitizenship", "id-pda-countryOfCitizenship",
  2384. NID_id_pda_countryOfCitizenship, 8, &kObjectData[2609], 0},
  2385. {"id-pda-countryOfResidence", "id-pda-countryOfResidence",
  2386. NID_id_pda_countryOfResidence, 8, &kObjectData[2617], 0},
  2387. {"id-aca-authenticationInfo", "id-aca-authenticationInfo",
  2388. NID_id_aca_authenticationInfo, 8, &kObjectData[2625], 0},
  2389. {"id-aca-accessIdentity", "id-aca-accessIdentity",
  2390. NID_id_aca_accessIdentity, 8, &kObjectData[2633], 0},
  2391. {"id-aca-chargingIdentity", "id-aca-chargingIdentity",
  2392. NID_id_aca_chargingIdentity, 8, &kObjectData[2641], 0},
  2393. {"id-aca-group", "id-aca-group", NID_id_aca_group, 8, &kObjectData[2649],
  2394. 0},
  2395. {"id-aca-role", "id-aca-role", NID_id_aca_role, 8, &kObjectData[2657], 0},
  2396. {"id-qcs-pkixQCSyntax-v1", "id-qcs-pkixQCSyntax-v1",
  2397. NID_id_qcs_pkixQCSyntax_v1, 8, &kObjectData[2665], 0},
  2398. {"id-cct-crs", "id-cct-crs", NID_id_cct_crs, 8, &kObjectData[2673], 0},
  2399. {"id-cct-PKIData", "id-cct-PKIData", NID_id_cct_PKIData, 8,
  2400. &kObjectData[2681], 0},
  2401. {"id-cct-PKIResponse", "id-cct-PKIResponse", NID_id_cct_PKIResponse, 8,
  2402. &kObjectData[2689], 0},
  2403. {"ad_timestamping", "AD Time Stamping", NID_ad_timeStamping, 8,
  2404. &kObjectData[2697], 0},
  2405. {"AD_DVCS", "ad dvcs", NID_ad_dvcs, 8, &kObjectData[2705], 0},
  2406. {"basicOCSPResponse", "Basic OCSP Response", NID_id_pkix_OCSP_basic, 9,
  2407. &kObjectData[2713], 0},
  2408. {"Nonce", "OCSP Nonce", NID_id_pkix_OCSP_Nonce, 9, &kObjectData[2722], 0},
  2409. {"CrlID", "OCSP CRL ID", NID_id_pkix_OCSP_CrlID, 9, &kObjectData[2731], 0},
  2410. {"acceptableResponses", "Acceptable OCSP Responses",
  2411. NID_id_pkix_OCSP_acceptableResponses, 9, &kObjectData[2740], 0},
  2412. {"noCheck", "OCSP No Check", NID_id_pkix_OCSP_noCheck, 9,
  2413. &kObjectData[2749], 0},
  2414. {"archiveCutoff", "OCSP Archive Cutoff", NID_id_pkix_OCSP_archiveCutoff, 9,
  2415. &kObjectData[2758], 0},
  2416. {"serviceLocator", "OCSP Service Locator", NID_id_pkix_OCSP_serviceLocator,
  2417. 9, &kObjectData[2767], 0},
  2418. {"extendedStatus", "Extended OCSP Status", NID_id_pkix_OCSP_extendedStatus,
  2419. 9, &kObjectData[2776], 0},
  2420. {"valid", "valid", NID_id_pkix_OCSP_valid, 9, &kObjectData[2785], 0},
  2421. {"path", "path", NID_id_pkix_OCSP_path, 9, &kObjectData[2794], 0},
  2422. {"trustRoot", "Trust Root", NID_id_pkix_OCSP_trustRoot, 9,
  2423. &kObjectData[2803], 0},
  2424. {"algorithm", "algorithm", NID_algorithm, 4, &kObjectData[2812], 0},
  2425. {"rsaSignature", "rsaSignature", NID_rsaSignature, 5, &kObjectData[2816],
  2426. 0},
  2427. {"X500algorithms", "directory services - algorithms", NID_X500algorithms, 2,
  2428. &kObjectData[2821], 0},
  2429. {"ORG", "org", NID_org, 1, &kObjectData[2823], 0},
  2430. {"DOD", "dod", NID_dod, 2, &kObjectData[2824], 0},
  2431. {"IANA", "iana", NID_iana, 3, &kObjectData[2826], 0},
  2432. {"directory", "Directory", NID_Directory, 4, &kObjectData[2829], 0},
  2433. {"mgmt", "Management", NID_Management, 4, &kObjectData[2833], 0},
  2434. {"experimental", "Experimental", NID_Experimental, 4, &kObjectData[2837],
  2435. 0},
  2436. {"private", "Private", NID_Private, 4, &kObjectData[2841], 0},
  2437. {"security", "Security", NID_Security, 4, &kObjectData[2845], 0},
  2438. {"snmpv2", "SNMPv2", NID_SNMPv2, 4, &kObjectData[2849], 0},
  2439. {"Mail", "Mail", NID_Mail, 4, &kObjectData[2853], 0},
  2440. {"enterprises", "Enterprises", NID_Enterprises, 5, &kObjectData[2857], 0},
  2441. {"dcobject", "dcObject", NID_dcObject, 9, &kObjectData[2862], 0},
  2442. {"DC", "domainComponent", NID_domainComponent, 10, &kObjectData[2871], 0},
  2443. {"domain", "Domain", NID_Domain, 10, &kObjectData[2881], 0},
  2444. {NULL, NULL, NID_undef, 0, NULL, 0},
  2445. {"selected-attribute-types", "Selected Attribute Types",
  2446. NID_selected_attribute_types, 3, &kObjectData[2891], 0},
  2447. {"clearance", "clearance", NID_clearance, 4, &kObjectData[2894], 0},
  2448. {"RSA-MD4", "md4WithRSAEncryption", NID_md4WithRSAEncryption, 9,
  2449. &kObjectData[2898], 0},
  2450. {"ac-proxying", "ac-proxying", NID_ac_proxying, 8, &kObjectData[2907], 0},
  2451. {"subjectInfoAccess", "Subject Information Access", NID_sinfo_access, 8,
  2452. &kObjectData[2915], 0},
  2453. {"id-aca-encAttrs", "id-aca-encAttrs", NID_id_aca_encAttrs, 8,
  2454. &kObjectData[2923], 0},
  2455. {"role", "role", NID_role, 3, &kObjectData[2931], 0},
  2456. {"policyConstraints", "X509v3 Policy Constraints", NID_policy_constraints,
  2457. 3, &kObjectData[2934], 0},
  2458. {"targetInformation", "X509v3 AC Targeting", NID_target_information, 3,
  2459. &kObjectData[2937], 0},
  2460. {"noRevAvail", "X509v3 No Revocation Available", NID_no_rev_avail, 3,
  2461. &kObjectData[2940], 0},
  2462. {NULL, NULL, NID_undef, 0, NULL, 0},
  2463. {"ansi-X9-62", "ANSI X9.62", NID_ansi_X9_62, 5, &kObjectData[2943], 0},
  2464. {"prime-field", "prime-field", NID_X9_62_prime_field, 7, &kObjectData[2948],
  2465. 0},
  2466. {"characteristic-two-field", "characteristic-two-field",
  2467. NID_X9_62_characteristic_two_field, 7, &kObjectData[2955], 0},
  2468. {"id-ecPublicKey", "id-ecPublicKey", NID_X9_62_id_ecPublicKey, 7,
  2469. &kObjectData[2962], 0},
  2470. {"prime192v1", "prime192v1", NID_X9_62_prime192v1, 8, &kObjectData[2969],
  2471. 0},
  2472. {"prime192v2", "prime192v2", NID_X9_62_prime192v2, 8, &kObjectData[2977],
  2473. 0},
  2474. {"prime192v3", "prime192v3", NID_X9_62_prime192v3, 8, &kObjectData[2985],
  2475. 0},
  2476. {"prime239v1", "prime239v1", NID_X9_62_prime239v1, 8, &kObjectData[2993],
  2477. 0},
  2478. {"prime239v2", "prime239v2", NID_X9_62_prime239v2, 8, &kObjectData[3001],
  2479. 0},
  2480. {"prime239v3", "prime239v3", NID_X9_62_prime239v3, 8, &kObjectData[3009],
  2481. 0},
  2482. {"prime256v1", "prime256v1", NID_X9_62_prime256v1, 8, &kObjectData[3017],
  2483. 0},
  2484. {"ecdsa-with-SHA1", "ecdsa-with-SHA1", NID_ecdsa_with_SHA1, 7,
  2485. &kObjectData[3025], 0},
  2486. {"CSPName", "Microsoft CSP Name", NID_ms_csp_name, 9, &kObjectData[3032],
  2487. 0},
  2488. {"AES-128-ECB", "aes-128-ecb", NID_aes_128_ecb, 9, &kObjectData[3041], 0},
  2489. {"AES-128-CBC", "aes-128-cbc", NID_aes_128_cbc, 9, &kObjectData[3050], 0},
  2490. {"AES-128-OFB", "aes-128-ofb", NID_aes_128_ofb128, 9, &kObjectData[3059],
  2491. 0},
  2492. {"AES-128-CFB", "aes-128-cfb", NID_aes_128_cfb128, 9, &kObjectData[3068],
  2493. 0},
  2494. {"AES-192-ECB", "aes-192-ecb", NID_aes_192_ecb, 9, &kObjectData[3077], 0},
  2495. {"AES-192-CBC", "aes-192-cbc", NID_aes_192_cbc, 9, &kObjectData[3086], 0},
  2496. {"AES-192-OFB", "aes-192-ofb", NID_aes_192_ofb128, 9, &kObjectData[3095],
  2497. 0},
  2498. {"AES-192-CFB", "aes-192-cfb", NID_aes_192_cfb128, 9, &kObjectData[3104],
  2499. 0},
  2500. {"AES-256-ECB", "aes-256-ecb", NID_aes_256_ecb, 9, &kObjectData[3113], 0},
  2501. {"AES-256-CBC", "aes-256-cbc", NID_aes_256_cbc, 9, &kObjectData[3122], 0},
  2502. {"AES-256-OFB", "aes-256-ofb", NID_aes_256_ofb128, 9, &kObjectData[3131],
  2503. 0},
  2504. {"AES-256-CFB", "aes-256-cfb", NID_aes_256_cfb128, 9, &kObjectData[3140],
  2505. 0},
  2506. {"holdInstructionCode", "Hold Instruction Code", NID_hold_instruction_code,
  2507. 3, &kObjectData[3149], 0},
  2508. {"holdInstructionNone", "Hold Instruction None", NID_hold_instruction_none,
  2509. 7, &kObjectData[3152], 0},
  2510. {"holdInstructionCallIssuer", "Hold Instruction Call Issuer",
  2511. NID_hold_instruction_call_issuer, 7, &kObjectData[3159], 0},
  2512. {"holdInstructionReject", "Hold Instruction Reject",
  2513. NID_hold_instruction_reject, 7, &kObjectData[3166], 0},
  2514. {"data", "data", NID_data, 1, &kObjectData[3173], 0},
  2515. {"pss", "pss", NID_pss, 3, &kObjectData[3174], 0},
  2516. {"ucl", "ucl", NID_ucl, 7, &kObjectData[3177], 0},
  2517. {"pilot", "pilot", NID_pilot, 8, &kObjectData[3184], 0},
  2518. {"pilotAttributeType", "pilotAttributeType", NID_pilotAttributeType, 9,
  2519. &kObjectData[3192], 0},
  2520. {"pilotAttributeSyntax", "pilotAttributeSyntax", NID_pilotAttributeSyntax,
  2521. 9, &kObjectData[3201], 0},
  2522. {"pilotObjectClass", "pilotObjectClass", NID_pilotObjectClass, 9,
  2523. &kObjectData[3210], 0},
  2524. {"pilotGroups", "pilotGroups", NID_pilotGroups, 9, &kObjectData[3219], 0},
  2525. {"iA5StringSyntax", "iA5StringSyntax", NID_iA5StringSyntax, 10,
  2526. &kObjectData[3228], 0},
  2527. {"caseIgnoreIA5StringSyntax", "caseIgnoreIA5StringSyntax",
  2528. NID_caseIgnoreIA5StringSyntax, 10, &kObjectData[3238], 0},
  2529. {"pilotObject", "pilotObject", NID_pilotObject, 10, &kObjectData[3248], 0},
  2530. {"pilotPerson", "pilotPerson", NID_pilotPerson, 10, &kObjectData[3258], 0},
  2531. {"account", "account", NID_account, 10, &kObjectData[3268], 0},
  2532. {"document", "document", NID_document, 10, &kObjectData[3278], 0},
  2533. {"room", "room", NID_room, 10, &kObjectData[3288], 0},
  2534. {"documentSeries", "documentSeries", NID_documentSeries, 10,
  2535. &kObjectData[3298], 0},
  2536. {"rFC822localPart", "rFC822localPart", NID_rFC822localPart, 10,
  2537. &kObjectData[3308], 0},
  2538. {"dNSDomain", "dNSDomain", NID_dNSDomain, 10, &kObjectData[3318], 0},
  2539. {"domainRelatedObject", "domainRelatedObject", NID_domainRelatedObject, 10,
  2540. &kObjectData[3328], 0},
  2541. {"friendlyCountry", "friendlyCountry", NID_friendlyCountry, 10,
  2542. &kObjectData[3338], 0},
  2543. {"simpleSecurityObject", "simpleSecurityObject", NID_simpleSecurityObject,
  2544. 10, &kObjectData[3348], 0},
  2545. {"pilotOrganization", "pilotOrganization", NID_pilotOrganization, 10,
  2546. &kObjectData[3358], 0},
  2547. {"pilotDSA", "pilotDSA", NID_pilotDSA, 10, &kObjectData[3368], 0},
  2548. {"qualityLabelledData", "qualityLabelledData", NID_qualityLabelledData, 10,
  2549. &kObjectData[3378], 0},
  2550. {"UID", "userId", NID_userId, 10, &kObjectData[3388], 0},
  2551. {"textEncodedORAddress", "textEncodedORAddress", NID_textEncodedORAddress,
  2552. 10, &kObjectData[3398], 0},
  2553. {"mail", "rfc822Mailbox", NID_rfc822Mailbox, 10, &kObjectData[3408], 0},
  2554. {"info", "info", NID_info, 10, &kObjectData[3418], 0},
  2555. {"favouriteDrink", "favouriteDrink", NID_favouriteDrink, 10,
  2556. &kObjectData[3428], 0},
  2557. {"roomNumber", "roomNumber", NID_roomNumber, 10, &kObjectData[3438], 0},
  2558. {"photo", "photo", NID_photo, 10, &kObjectData[3448], 0},
  2559. {"userClass", "userClass", NID_userClass, 10, &kObjectData[3458], 0},
  2560. {"host", "host", NID_host, 10, &kObjectData[3468], 0},
  2561. {"manager", "manager", NID_manager, 10, &kObjectData[3478], 0},
  2562. {"documentIdentifier", "documentIdentifier", NID_documentIdentifier, 10,
  2563. &kObjectData[3488], 0},
  2564. {"documentTitle", "documentTitle", NID_documentTitle, 10,
  2565. &kObjectData[3498], 0},
  2566. {"documentVersion", "documentVersion", NID_documentVersion, 10,
  2567. &kObjectData[3508], 0},
  2568. {"documentAuthor", "documentAuthor", NID_documentAuthor, 10,
  2569. &kObjectData[3518], 0},
  2570. {"documentLocation", "documentLocation", NID_documentLocation, 10,
  2571. &kObjectData[3528], 0},
  2572. {"homeTelephoneNumber", "homeTelephoneNumber", NID_homeTelephoneNumber, 10,
  2573. &kObjectData[3538], 0},
  2574. {"secretary", "secretary", NID_secretary, 10, &kObjectData[3548], 0},
  2575. {"otherMailbox", "otherMailbox", NID_otherMailbox, 10, &kObjectData[3558],
  2576. 0},
  2577. {"lastModifiedTime", "lastModifiedTime", NID_lastModifiedTime, 10,
  2578. &kObjectData[3568], 0},
  2579. {"lastModifiedBy", "lastModifiedBy", NID_lastModifiedBy, 10,
  2580. &kObjectData[3578], 0},
  2581. {"aRecord", "aRecord", NID_aRecord, 10, &kObjectData[3588], 0},
  2582. {"pilotAttributeType27", "pilotAttributeType27", NID_pilotAttributeType27,
  2583. 10, &kObjectData[3598], 0},
  2584. {"mXRecord", "mXRecord", NID_mXRecord, 10, &kObjectData[3608], 0},
  2585. {"nSRecord", "nSRecord", NID_nSRecord, 10, &kObjectData[3618], 0},
  2586. {"sOARecord", "sOARecord", NID_sOARecord, 10, &kObjectData[3628], 0},
  2587. {"cNAMERecord", "cNAMERecord", NID_cNAMERecord, 10, &kObjectData[3638], 0},
  2588. {"associatedDomain", "associatedDomain", NID_associatedDomain, 10,
  2589. &kObjectData[3648], 0},
  2590. {"associatedName", "associatedName", NID_associatedName, 10,
  2591. &kObjectData[3658], 0},
  2592. {"homePostalAddress", "homePostalAddress", NID_homePostalAddress, 10,
  2593. &kObjectData[3668], 0},
  2594. {"personalTitle", "personalTitle", NID_personalTitle, 10,
  2595. &kObjectData[3678], 0},
  2596. {"mobileTelephoneNumber", "mobileTelephoneNumber",
  2597. NID_mobileTelephoneNumber, 10, &kObjectData[3688], 0},
  2598. {"pagerTelephoneNumber", "pagerTelephoneNumber", NID_pagerTelephoneNumber,
  2599. 10, &kObjectData[3698], 0},
  2600. {"friendlyCountryName", "friendlyCountryName", NID_friendlyCountryName, 10,
  2601. &kObjectData[3708], 0},
  2602. {"organizationalStatus", "organizationalStatus", NID_organizationalStatus,
  2603. 10, &kObjectData[3718], 0},
  2604. {"janetMailbox", "janetMailbox", NID_janetMailbox, 10, &kObjectData[3728],
  2605. 0},
  2606. {"mailPreferenceOption", "mailPreferenceOption", NID_mailPreferenceOption,
  2607. 10, &kObjectData[3738], 0},
  2608. {"buildingName", "buildingName", NID_buildingName, 10, &kObjectData[3748],
  2609. 0},
  2610. {"dSAQuality", "dSAQuality", NID_dSAQuality, 10, &kObjectData[3758], 0},
  2611. {"singleLevelQuality", "singleLevelQuality", NID_singleLevelQuality, 10,
  2612. &kObjectData[3768], 0},
  2613. {"subtreeMinimumQuality", "subtreeMinimumQuality",
  2614. NID_subtreeMinimumQuality, 10, &kObjectData[3778], 0},
  2615. {"subtreeMaximumQuality", "subtreeMaximumQuality",
  2616. NID_subtreeMaximumQuality, 10, &kObjectData[3788], 0},
  2617. {"personalSignature", "personalSignature", NID_personalSignature, 10,
  2618. &kObjectData[3798], 0},
  2619. {"dITRedirect", "dITRedirect", NID_dITRedirect, 10, &kObjectData[3808], 0},
  2620. {"audio", "audio", NID_audio, 10, &kObjectData[3818], 0},
  2621. {"documentPublisher", "documentPublisher", NID_documentPublisher, 10,
  2622. &kObjectData[3828], 0},
  2623. {"x500UniqueIdentifier", "x500UniqueIdentifier", NID_x500UniqueIdentifier,
  2624. 3, &kObjectData[3838], 0},
  2625. {"mime-mhs", "MIME MHS", NID_mime_mhs, 5, &kObjectData[3841], 0},
  2626. {"mime-mhs-headings", "mime-mhs-headings", NID_mime_mhs_headings, 6,
  2627. &kObjectData[3846], 0},
  2628. {"mime-mhs-bodies", "mime-mhs-bodies", NID_mime_mhs_bodies, 6,
  2629. &kObjectData[3852], 0},
  2630. {"id-hex-partial-message", "id-hex-partial-message",
  2631. NID_id_hex_partial_message, 7, &kObjectData[3858], 0},
  2632. {"id-hex-multipart-message", "id-hex-multipart-message",
  2633. NID_id_hex_multipart_message, 7, &kObjectData[3865], 0},
  2634. {"generationQualifier", "generationQualifier", NID_generationQualifier, 3,
  2635. &kObjectData[3872], 0},
  2636. {"pseudonym", "pseudonym", NID_pseudonym, 3, &kObjectData[3875], 0},
  2637. {NULL, NULL, NID_undef, 0, NULL, 0},
  2638. {"id-set", "Secure Electronic Transactions", NID_id_set, 2,
  2639. &kObjectData[3878], 0},
  2640. {"set-ctype", "content types", NID_set_ctype, 3, &kObjectData[3880], 0},
  2641. {"set-msgExt", "message extensions", NID_set_msgExt, 3, &kObjectData[3883],
  2642. 0},
  2643. {"set-attr", "set-attr", NID_set_attr, 3, &kObjectData[3886], 0},
  2644. {"set-policy", "set-policy", NID_set_policy, 3, &kObjectData[3889], 0},
  2645. {"set-certExt", "certificate extensions", NID_set_certExt, 3,
  2646. &kObjectData[3892], 0},
  2647. {"set-brand", "set-brand", NID_set_brand, 3, &kObjectData[3895], 0},
  2648. {"setct-PANData", "setct-PANData", NID_setct_PANData, 4, &kObjectData[3898],
  2649. 0},
  2650. {"setct-PANToken", "setct-PANToken", NID_setct_PANToken, 4,
  2651. &kObjectData[3902], 0},
  2652. {"setct-PANOnly", "setct-PANOnly", NID_setct_PANOnly, 4, &kObjectData[3906],
  2653. 0},
  2654. {"setct-OIData", "setct-OIData", NID_setct_OIData, 4, &kObjectData[3910],
  2655. 0},
  2656. {"setct-PI", "setct-PI", NID_setct_PI, 4, &kObjectData[3914], 0},
  2657. {"setct-PIData", "setct-PIData", NID_setct_PIData, 4, &kObjectData[3918],
  2658. 0},
  2659. {"setct-PIDataUnsigned", "setct-PIDataUnsigned", NID_setct_PIDataUnsigned,
  2660. 4, &kObjectData[3922], 0},
  2661. {"setct-HODInput", "setct-HODInput", NID_setct_HODInput, 4,
  2662. &kObjectData[3926], 0},
  2663. {"setct-AuthResBaggage", "setct-AuthResBaggage", NID_setct_AuthResBaggage,
  2664. 4, &kObjectData[3930], 0},
  2665. {"setct-AuthRevReqBaggage", "setct-AuthRevReqBaggage",
  2666. NID_setct_AuthRevReqBaggage, 4, &kObjectData[3934], 0},
  2667. {"setct-AuthRevResBaggage", "setct-AuthRevResBaggage",
  2668. NID_setct_AuthRevResBaggage, 4, &kObjectData[3938], 0},
  2669. {"setct-CapTokenSeq", "setct-CapTokenSeq", NID_setct_CapTokenSeq, 4,
  2670. &kObjectData[3942], 0},
  2671. {"setct-PInitResData", "setct-PInitResData", NID_setct_PInitResData, 4,
  2672. &kObjectData[3946], 0},
  2673. {"setct-PI-TBS", "setct-PI-TBS", NID_setct_PI_TBS, 4, &kObjectData[3950],
  2674. 0},
  2675. {"setct-PResData", "setct-PResData", NID_setct_PResData, 4,
  2676. &kObjectData[3954], 0},
  2677. {"setct-AuthReqTBS", "setct-AuthReqTBS", NID_setct_AuthReqTBS, 4,
  2678. &kObjectData[3958], 0},
  2679. {"setct-AuthResTBS", "setct-AuthResTBS", NID_setct_AuthResTBS, 4,
  2680. &kObjectData[3962], 0},
  2681. {"setct-AuthResTBSX", "setct-AuthResTBSX", NID_setct_AuthResTBSX, 4,
  2682. &kObjectData[3966], 0},
  2683. {"setct-AuthTokenTBS", "setct-AuthTokenTBS", NID_setct_AuthTokenTBS, 4,
  2684. &kObjectData[3970], 0},
  2685. {"setct-CapTokenData", "setct-CapTokenData", NID_setct_CapTokenData, 4,
  2686. &kObjectData[3974], 0},
  2687. {"setct-CapTokenTBS", "setct-CapTokenTBS", NID_setct_CapTokenTBS, 4,
  2688. &kObjectData[3978], 0},
  2689. {"setct-AcqCardCodeMsg", "setct-AcqCardCodeMsg", NID_setct_AcqCardCodeMsg,
  2690. 4, &kObjectData[3982], 0},
  2691. {"setct-AuthRevReqTBS", "setct-AuthRevReqTBS", NID_setct_AuthRevReqTBS, 4,
  2692. &kObjectData[3986], 0},
  2693. {"setct-AuthRevResData", "setct-AuthRevResData", NID_setct_AuthRevResData,
  2694. 4, &kObjectData[3990], 0},
  2695. {"setct-AuthRevResTBS", "setct-AuthRevResTBS", NID_setct_AuthRevResTBS, 4,
  2696. &kObjectData[3994], 0},
  2697. {"setct-CapReqTBS", "setct-CapReqTBS", NID_setct_CapReqTBS, 4,
  2698. &kObjectData[3998], 0},
  2699. {"setct-CapReqTBSX", "setct-CapReqTBSX", NID_setct_CapReqTBSX, 4,
  2700. &kObjectData[4002], 0},
  2701. {"setct-CapResData", "setct-CapResData", NID_setct_CapResData, 4,
  2702. &kObjectData[4006], 0},
  2703. {"setct-CapRevReqTBS", "setct-CapRevReqTBS", NID_setct_CapRevReqTBS, 4,
  2704. &kObjectData[4010], 0},
  2705. {"setct-CapRevReqTBSX", "setct-CapRevReqTBSX", NID_setct_CapRevReqTBSX, 4,
  2706. &kObjectData[4014], 0},
  2707. {"setct-CapRevResData", "setct-CapRevResData", NID_setct_CapRevResData, 4,
  2708. &kObjectData[4018], 0},
  2709. {"setct-CredReqTBS", "setct-CredReqTBS", NID_setct_CredReqTBS, 4,
  2710. &kObjectData[4022], 0},
  2711. {"setct-CredReqTBSX", "setct-CredReqTBSX", NID_setct_CredReqTBSX, 4,
  2712. &kObjectData[4026], 0},
  2713. {"setct-CredResData", "setct-CredResData", NID_setct_CredResData, 4,
  2714. &kObjectData[4030], 0},
  2715. {"setct-CredRevReqTBS", "setct-CredRevReqTBS", NID_setct_CredRevReqTBS, 4,
  2716. &kObjectData[4034], 0},
  2717. {"setct-CredRevReqTBSX", "setct-CredRevReqTBSX", NID_setct_CredRevReqTBSX,
  2718. 4, &kObjectData[4038], 0},
  2719. {"setct-CredRevResData", "setct-CredRevResData", NID_setct_CredRevResData,
  2720. 4, &kObjectData[4042], 0},
  2721. {"setct-PCertReqData", "setct-PCertReqData", NID_setct_PCertReqData, 4,
  2722. &kObjectData[4046], 0},
  2723. {"setct-PCertResTBS", "setct-PCertResTBS", NID_setct_PCertResTBS, 4,
  2724. &kObjectData[4050], 0},
  2725. {"setct-BatchAdminReqData", "setct-BatchAdminReqData",
  2726. NID_setct_BatchAdminReqData, 4, &kObjectData[4054], 0},
  2727. {"setct-BatchAdminResData", "setct-BatchAdminResData",
  2728. NID_setct_BatchAdminResData, 4, &kObjectData[4058], 0},
  2729. {"setct-CardCInitResTBS", "setct-CardCInitResTBS",
  2730. NID_setct_CardCInitResTBS, 4, &kObjectData[4062], 0},
  2731. {"setct-MeAqCInitResTBS", "setct-MeAqCInitResTBS",
  2732. NID_setct_MeAqCInitResTBS, 4, &kObjectData[4066], 0},
  2733. {"setct-RegFormResTBS", "setct-RegFormResTBS", NID_setct_RegFormResTBS, 4,
  2734. &kObjectData[4070], 0},
  2735. {"setct-CertReqData", "setct-CertReqData", NID_setct_CertReqData, 4,
  2736. &kObjectData[4074], 0},
  2737. {"setct-CertReqTBS", "setct-CertReqTBS", NID_setct_CertReqTBS, 4,
  2738. &kObjectData[4078], 0},
  2739. {"setct-CertResData", "setct-CertResData", NID_setct_CertResData, 4,
  2740. &kObjectData[4082], 0},
  2741. {"setct-CertInqReqTBS", "setct-CertInqReqTBS", NID_setct_CertInqReqTBS, 4,
  2742. &kObjectData[4086], 0},
  2743. {"setct-ErrorTBS", "setct-ErrorTBS", NID_setct_ErrorTBS, 4,
  2744. &kObjectData[4090], 0},
  2745. {"setct-PIDualSignedTBE", "setct-PIDualSignedTBE",
  2746. NID_setct_PIDualSignedTBE, 4, &kObjectData[4094], 0},
  2747. {"setct-PIUnsignedTBE", "setct-PIUnsignedTBE", NID_setct_PIUnsignedTBE, 4,
  2748. &kObjectData[4098], 0},
  2749. {"setct-AuthReqTBE", "setct-AuthReqTBE", NID_setct_AuthReqTBE, 4,
  2750. &kObjectData[4102], 0},
  2751. {"setct-AuthResTBE", "setct-AuthResTBE", NID_setct_AuthResTBE, 4,
  2752. &kObjectData[4106], 0},
  2753. {"setct-AuthResTBEX", "setct-AuthResTBEX", NID_setct_AuthResTBEX, 4,
  2754. &kObjectData[4110], 0},
  2755. {"setct-AuthTokenTBE", "setct-AuthTokenTBE", NID_setct_AuthTokenTBE, 4,
  2756. &kObjectData[4114], 0},
  2757. {"setct-CapTokenTBE", "setct-CapTokenTBE", NID_setct_CapTokenTBE, 4,
  2758. &kObjectData[4118], 0},
  2759. {"setct-CapTokenTBEX", "setct-CapTokenTBEX", NID_setct_CapTokenTBEX, 4,
  2760. &kObjectData[4122], 0},
  2761. {"setct-AcqCardCodeMsgTBE", "setct-AcqCardCodeMsgTBE",
  2762. NID_setct_AcqCardCodeMsgTBE, 4, &kObjectData[4126], 0},
  2763. {"setct-AuthRevReqTBE", "setct-AuthRevReqTBE", NID_setct_AuthRevReqTBE, 4,
  2764. &kObjectData[4130], 0},
  2765. {"setct-AuthRevResTBE", "setct-AuthRevResTBE", NID_setct_AuthRevResTBE, 4,
  2766. &kObjectData[4134], 0},
  2767. {"setct-AuthRevResTBEB", "setct-AuthRevResTBEB", NID_setct_AuthRevResTBEB,
  2768. 4, &kObjectData[4138], 0},
  2769. {"setct-CapReqTBE", "setct-CapReqTBE", NID_setct_CapReqTBE, 4,
  2770. &kObjectData[4142], 0},
  2771. {"setct-CapReqTBEX", "setct-CapReqTBEX", NID_setct_CapReqTBEX, 4,
  2772. &kObjectData[4146], 0},
  2773. {"setct-CapResTBE", "setct-CapResTBE", NID_setct_CapResTBE, 4,
  2774. &kObjectData[4150], 0},
  2775. {"setct-CapRevReqTBE", "setct-CapRevReqTBE", NID_setct_CapRevReqTBE, 4,
  2776. &kObjectData[4154], 0},
  2777. {"setct-CapRevReqTBEX", "setct-CapRevReqTBEX", NID_setct_CapRevReqTBEX, 4,
  2778. &kObjectData[4158], 0},
  2779. {"setct-CapRevResTBE", "setct-CapRevResTBE", NID_setct_CapRevResTBE, 4,
  2780. &kObjectData[4162], 0},
  2781. {"setct-CredReqTBE", "setct-CredReqTBE", NID_setct_CredReqTBE, 4,
  2782. &kObjectData[4166], 0},
  2783. {"setct-CredReqTBEX", "setct-CredReqTBEX", NID_setct_CredReqTBEX, 4,
  2784. &kObjectData[4170], 0},
  2785. {"setct-CredResTBE", "setct-CredResTBE", NID_setct_CredResTBE, 4,
  2786. &kObjectData[4174], 0},
  2787. {"setct-CredRevReqTBE", "setct-CredRevReqTBE", NID_setct_CredRevReqTBE, 4,
  2788. &kObjectData[4178], 0},
  2789. {"setct-CredRevReqTBEX", "setct-CredRevReqTBEX", NID_setct_CredRevReqTBEX,
  2790. 4, &kObjectData[4182], 0},
  2791. {"setct-CredRevResTBE", "setct-CredRevResTBE", NID_setct_CredRevResTBE, 4,
  2792. &kObjectData[4186], 0},
  2793. {"setct-BatchAdminReqTBE", "setct-BatchAdminReqTBE",
  2794. NID_setct_BatchAdminReqTBE, 4, &kObjectData[4190], 0},
  2795. {"setct-BatchAdminResTBE", "setct-BatchAdminResTBE",
  2796. NID_setct_BatchAdminResTBE, 4, &kObjectData[4194], 0},
  2797. {"setct-RegFormReqTBE", "setct-RegFormReqTBE", NID_setct_RegFormReqTBE, 4,
  2798. &kObjectData[4198], 0},
  2799. {"setct-CertReqTBE", "setct-CertReqTBE", NID_setct_CertReqTBE, 4,
  2800. &kObjectData[4202], 0},
  2801. {"setct-CertReqTBEX", "setct-CertReqTBEX", NID_setct_CertReqTBEX, 4,
  2802. &kObjectData[4206], 0},
  2803. {"setct-CertResTBE", "setct-CertResTBE", NID_setct_CertResTBE, 4,
  2804. &kObjectData[4210], 0},
  2805. {"setct-CRLNotificationTBS", "setct-CRLNotificationTBS",
  2806. NID_setct_CRLNotificationTBS, 4, &kObjectData[4214], 0},
  2807. {"setct-CRLNotificationResTBS", "setct-CRLNotificationResTBS",
  2808. NID_setct_CRLNotificationResTBS, 4, &kObjectData[4218], 0},
  2809. {"setct-BCIDistributionTBS", "setct-BCIDistributionTBS",
  2810. NID_setct_BCIDistributionTBS, 4, &kObjectData[4222], 0},
  2811. {"setext-genCrypt", "generic cryptogram", NID_setext_genCrypt, 4,
  2812. &kObjectData[4226], 0},
  2813. {"setext-miAuth", "merchant initiated auth", NID_setext_miAuth, 4,
  2814. &kObjectData[4230], 0},
  2815. {"setext-pinSecure", "setext-pinSecure", NID_setext_pinSecure, 4,
  2816. &kObjectData[4234], 0},
  2817. {"setext-pinAny", "setext-pinAny", NID_setext_pinAny, 4, &kObjectData[4238],
  2818. 0},
  2819. {"setext-track2", "setext-track2", NID_setext_track2, 4, &kObjectData[4242],
  2820. 0},
  2821. {"setext-cv", "additional verification", NID_setext_cv, 4,
  2822. &kObjectData[4246], 0},
  2823. {"set-policy-root", "set-policy-root", NID_set_policy_root, 4,
  2824. &kObjectData[4250], 0},
  2825. {"setCext-hashedRoot", "setCext-hashedRoot", NID_setCext_hashedRoot, 4,
  2826. &kObjectData[4254], 0},
  2827. {"setCext-certType", "setCext-certType", NID_setCext_certType, 4,
  2828. &kObjectData[4258], 0},
  2829. {"setCext-merchData", "setCext-merchData", NID_setCext_merchData, 4,
  2830. &kObjectData[4262], 0},
  2831. {"setCext-cCertRequired", "setCext-cCertRequired",
  2832. NID_setCext_cCertRequired, 4, &kObjectData[4266], 0},
  2833. {"setCext-tunneling", "setCext-tunneling", NID_setCext_tunneling, 4,
  2834. &kObjectData[4270], 0},
  2835. {"setCext-setExt", "setCext-setExt", NID_setCext_setExt, 4,
  2836. &kObjectData[4274], 0},
  2837. {"setCext-setQualf", "setCext-setQualf", NID_setCext_setQualf, 4,
  2838. &kObjectData[4278], 0},
  2839. {"setCext-PGWYcapabilities", "setCext-PGWYcapabilities",
  2840. NID_setCext_PGWYcapabilities, 4, &kObjectData[4282], 0},
  2841. {"setCext-TokenIdentifier", "setCext-TokenIdentifier",
  2842. NID_setCext_TokenIdentifier, 4, &kObjectData[4286], 0},
  2843. {"setCext-Track2Data", "setCext-Track2Data", NID_setCext_Track2Data, 4,
  2844. &kObjectData[4290], 0},
  2845. {"setCext-TokenType", "setCext-TokenType", NID_setCext_TokenType, 4,
  2846. &kObjectData[4294], 0},
  2847. {"setCext-IssuerCapabilities", "setCext-IssuerCapabilities",
  2848. NID_setCext_IssuerCapabilities, 4, &kObjectData[4298], 0},
  2849. {"setAttr-Cert", "setAttr-Cert", NID_setAttr_Cert, 4, &kObjectData[4302],
  2850. 0},
  2851. {"setAttr-PGWYcap", "payment gateway capabilities", NID_setAttr_PGWYcap, 4,
  2852. &kObjectData[4306], 0},
  2853. {"setAttr-TokenType", "setAttr-TokenType", NID_setAttr_TokenType, 4,
  2854. &kObjectData[4310], 0},
  2855. {"setAttr-IssCap", "issuer capabilities", NID_setAttr_IssCap, 4,
  2856. &kObjectData[4314], 0},
  2857. {"set-rootKeyThumb", "set-rootKeyThumb", NID_set_rootKeyThumb, 5,
  2858. &kObjectData[4318], 0},
  2859. {"set-addPolicy", "set-addPolicy", NID_set_addPolicy, 5, &kObjectData[4323],
  2860. 0},
  2861. {"setAttr-Token-EMV", "setAttr-Token-EMV", NID_setAttr_Token_EMV, 5,
  2862. &kObjectData[4328], 0},
  2863. {"setAttr-Token-B0Prime", "setAttr-Token-B0Prime",
  2864. NID_setAttr_Token_B0Prime, 5, &kObjectData[4333], 0},
  2865. {"setAttr-IssCap-CVM", "setAttr-IssCap-CVM", NID_setAttr_IssCap_CVM, 5,
  2866. &kObjectData[4338], 0},
  2867. {"setAttr-IssCap-T2", "setAttr-IssCap-T2", NID_setAttr_IssCap_T2, 5,
  2868. &kObjectData[4343], 0},
  2869. {"setAttr-IssCap-Sig", "setAttr-IssCap-Sig", NID_setAttr_IssCap_Sig, 5,
  2870. &kObjectData[4348], 0},
  2871. {"setAttr-GenCryptgrm", "generate cryptogram", NID_setAttr_GenCryptgrm, 6,
  2872. &kObjectData[4353], 0},
  2873. {"setAttr-T2Enc", "encrypted track 2", NID_setAttr_T2Enc, 6,
  2874. &kObjectData[4359], 0},
  2875. {"setAttr-T2cleartxt", "cleartext track 2", NID_setAttr_T2cleartxt, 6,
  2876. &kObjectData[4365], 0},
  2877. {"setAttr-TokICCsig", "ICC or token signature", NID_setAttr_TokICCsig, 6,
  2878. &kObjectData[4371], 0},
  2879. {"setAttr-SecDevSig", "secure device signature", NID_setAttr_SecDevSig, 6,
  2880. &kObjectData[4377], 0},
  2881. {"set-brand-IATA-ATA", "set-brand-IATA-ATA", NID_set_brand_IATA_ATA, 4,
  2882. &kObjectData[4383], 0},
  2883. {"set-brand-Diners", "set-brand-Diners", NID_set_brand_Diners, 4,
  2884. &kObjectData[4387], 0},
  2885. {"set-brand-AmericanExpress", "set-brand-AmericanExpress",
  2886. NID_set_brand_AmericanExpress, 4, &kObjectData[4391], 0},
  2887. {"set-brand-JCB", "set-brand-JCB", NID_set_brand_JCB, 4, &kObjectData[4395],
  2888. 0},
  2889. {"set-brand-Visa", "set-brand-Visa", NID_set_brand_Visa, 4,
  2890. &kObjectData[4399], 0},
  2891. {"set-brand-MasterCard", "set-brand-MasterCard", NID_set_brand_MasterCard,
  2892. 4, &kObjectData[4403], 0},
  2893. {"set-brand-Novus", "set-brand-Novus", NID_set_brand_Novus, 5,
  2894. &kObjectData[4407], 0},
  2895. {"DES-CDMF", "des-cdmf", NID_des_cdmf, 8, &kObjectData[4412], 0},
  2896. {"rsaOAEPEncryptionSET", "rsaOAEPEncryptionSET", NID_rsaOAEPEncryptionSET,
  2897. 9, &kObjectData[4420], 0},
  2898. {"ITU-T", "itu-t", NID_itu_t, 0, NULL, 0},
  2899. {"JOINT-ISO-ITU-T", "joint-iso-itu-t", NID_joint_iso_itu_t, 0, NULL, 0},
  2900. {"international-organizations", "International Organizations",
  2901. NID_international_organizations, 1, &kObjectData[4429], 0},
  2902. {"msSmartcardLogin", "Microsoft Smartcardlogin", NID_ms_smartcard_login, 10,
  2903. &kObjectData[4430], 0},
  2904. {"msUPN", "Microsoft Universal Principal Name", NID_ms_upn, 10,
  2905. &kObjectData[4440], 0},
  2906. {"AES-128-CFB1", "aes-128-cfb1", NID_aes_128_cfb1, 0, NULL, 0},
  2907. {"AES-192-CFB1", "aes-192-cfb1", NID_aes_192_cfb1, 0, NULL, 0},
  2908. {"AES-256-CFB1", "aes-256-cfb1", NID_aes_256_cfb1, 0, NULL, 0},
  2909. {"AES-128-CFB8", "aes-128-cfb8", NID_aes_128_cfb8, 0, NULL, 0},
  2910. {"AES-192-CFB8", "aes-192-cfb8", NID_aes_192_cfb8, 0, NULL, 0},
  2911. {"AES-256-CFB8", "aes-256-cfb8", NID_aes_256_cfb8, 0, NULL, 0},
  2912. {"DES-CFB1", "des-cfb1", NID_des_cfb1, 0, NULL, 0},
  2913. {"DES-CFB8", "des-cfb8", NID_des_cfb8, 0, NULL, 0},
  2914. {"DES-EDE3-CFB1", "des-ede3-cfb1", NID_des_ede3_cfb1, 0, NULL, 0},
  2915. {"DES-EDE3-CFB8", "des-ede3-cfb8", NID_des_ede3_cfb8, 0, NULL, 0},
  2916. {"street", "streetAddress", NID_streetAddress, 3, &kObjectData[4450], 0},
  2917. {"postalCode", "postalCode", NID_postalCode, 3, &kObjectData[4453], 0},
  2918. {"id-ppl", "id-ppl", NID_id_ppl, 7, &kObjectData[4456], 0},
  2919. {"proxyCertInfo", "Proxy Certificate Information", NID_proxyCertInfo, 8,
  2920. &kObjectData[4463], 0},
  2921. {"id-ppl-anyLanguage", "Any language", NID_id_ppl_anyLanguage, 8,
  2922. &kObjectData[4471], 0},
  2923. {"id-ppl-inheritAll", "Inherit all", NID_id_ppl_inheritAll, 8,
  2924. &kObjectData[4479], 0},
  2925. {"nameConstraints", "X509v3 Name Constraints", NID_name_constraints, 3,
  2926. &kObjectData[4487], 0},
  2927. {"id-ppl-independent", "Independent", NID_Independent, 8,
  2928. &kObjectData[4490], 0},
  2929. {"RSA-SHA256", "sha256WithRSAEncryption", NID_sha256WithRSAEncryption, 9,
  2930. &kObjectData[4498], 0},
  2931. {"RSA-SHA384", "sha384WithRSAEncryption", NID_sha384WithRSAEncryption, 9,
  2932. &kObjectData[4507], 0},
  2933. {"RSA-SHA512", "sha512WithRSAEncryption", NID_sha512WithRSAEncryption, 9,
  2934. &kObjectData[4516], 0},
  2935. {"RSA-SHA224", "sha224WithRSAEncryption", NID_sha224WithRSAEncryption, 9,
  2936. &kObjectData[4525], 0},
  2937. {"SHA256", "sha256", NID_sha256, 9, &kObjectData[4534], 0},
  2938. {"SHA384", "sha384", NID_sha384, 9, &kObjectData[4543], 0},
  2939. {"SHA512", "sha512", NID_sha512, 9, &kObjectData[4552], 0},
  2940. {"SHA224", "sha224", NID_sha224, 9, &kObjectData[4561], 0},
  2941. {"identified-organization", "identified-organization",
  2942. NID_identified_organization, 1, &kObjectData[4570], 0},
  2943. {"certicom-arc", "certicom-arc", NID_certicom_arc, 3, &kObjectData[4571],
  2944. 0},
  2945. {"wap", "wap", NID_wap, 2, &kObjectData[4574], 0},
  2946. {"wap-wsg", "wap-wsg", NID_wap_wsg, 3, &kObjectData[4576], 0},
  2947. {"id-characteristic-two-basis", "id-characteristic-two-basis",
  2948. NID_X9_62_id_characteristic_two_basis, 8, &kObjectData[4579], 0},
  2949. {"onBasis", "onBasis", NID_X9_62_onBasis, 9, &kObjectData[4587], 0},
  2950. {"tpBasis", "tpBasis", NID_X9_62_tpBasis, 9, &kObjectData[4596], 0},
  2951. {"ppBasis", "ppBasis", NID_X9_62_ppBasis, 9, &kObjectData[4605], 0},
  2952. {"c2pnb163v1", "c2pnb163v1", NID_X9_62_c2pnb163v1, 8, &kObjectData[4614],
  2953. 0},
  2954. {"c2pnb163v2", "c2pnb163v2", NID_X9_62_c2pnb163v2, 8, &kObjectData[4622],
  2955. 0},
  2956. {"c2pnb163v3", "c2pnb163v3", NID_X9_62_c2pnb163v3, 8, &kObjectData[4630],
  2957. 0},
  2958. {"c2pnb176v1", "c2pnb176v1", NID_X9_62_c2pnb176v1, 8, &kObjectData[4638],
  2959. 0},
  2960. {"c2tnb191v1", "c2tnb191v1", NID_X9_62_c2tnb191v1, 8, &kObjectData[4646],
  2961. 0},
  2962. {"c2tnb191v2", "c2tnb191v2", NID_X9_62_c2tnb191v2, 8, &kObjectData[4654],
  2963. 0},
  2964. {"c2tnb191v3", "c2tnb191v3", NID_X9_62_c2tnb191v3, 8, &kObjectData[4662],
  2965. 0},
  2966. {"c2onb191v4", "c2onb191v4", NID_X9_62_c2onb191v4, 8, &kObjectData[4670],
  2967. 0},
  2968. {"c2onb191v5", "c2onb191v5", NID_X9_62_c2onb191v5, 8, &kObjectData[4678],
  2969. 0},
  2970. {"c2pnb208w1", "c2pnb208w1", NID_X9_62_c2pnb208w1, 8, &kObjectData[4686],
  2971. 0},
  2972. {"c2tnb239v1", "c2tnb239v1", NID_X9_62_c2tnb239v1, 8, &kObjectData[4694],
  2973. 0},
  2974. {"c2tnb239v2", "c2tnb239v2", NID_X9_62_c2tnb239v2, 8, &kObjectData[4702],
  2975. 0},
  2976. {"c2tnb239v3", "c2tnb239v3", NID_X9_62_c2tnb239v3, 8, &kObjectData[4710],
  2977. 0},
  2978. {"c2onb239v4", "c2onb239v4", NID_X9_62_c2onb239v4, 8, &kObjectData[4718],
  2979. 0},
  2980. {"c2onb239v5", "c2onb239v5", NID_X9_62_c2onb239v5, 8, &kObjectData[4726],
  2981. 0},
  2982. {"c2pnb272w1", "c2pnb272w1", NID_X9_62_c2pnb272w1, 8, &kObjectData[4734],
  2983. 0},
  2984. {"c2pnb304w1", "c2pnb304w1", NID_X9_62_c2pnb304w1, 8, &kObjectData[4742],
  2985. 0},
  2986. {"c2tnb359v1", "c2tnb359v1", NID_X9_62_c2tnb359v1, 8, &kObjectData[4750],
  2987. 0},
  2988. {"c2pnb368w1", "c2pnb368w1", NID_X9_62_c2pnb368w1, 8, &kObjectData[4758],
  2989. 0},
  2990. {"c2tnb431r1", "c2tnb431r1", NID_X9_62_c2tnb431r1, 8, &kObjectData[4766],
  2991. 0},
  2992. {"secp112r1", "secp112r1", NID_secp112r1, 5, &kObjectData[4774], 0},
  2993. {"secp112r2", "secp112r2", NID_secp112r2, 5, &kObjectData[4779], 0},
  2994. {"secp128r1", "secp128r1", NID_secp128r1, 5, &kObjectData[4784], 0},
  2995. {"secp128r2", "secp128r2", NID_secp128r2, 5, &kObjectData[4789], 0},
  2996. {"secp160k1", "secp160k1", NID_secp160k1, 5, &kObjectData[4794], 0},
  2997. {"secp160r1", "secp160r1", NID_secp160r1, 5, &kObjectData[4799], 0},
  2998. {"secp160r2", "secp160r2", NID_secp160r2, 5, &kObjectData[4804], 0},
  2999. {"secp192k1", "secp192k1", NID_secp192k1, 5, &kObjectData[4809], 0},
  3000. {"secp224k1", "secp224k1", NID_secp224k1, 5, &kObjectData[4814], 0},
  3001. {"secp224r1", "secp224r1", NID_secp224r1, 5, &kObjectData[4819], 0},
  3002. {"secp256k1", "secp256k1", NID_secp256k1, 5, &kObjectData[4824], 0},
  3003. {"secp384r1", "secp384r1", NID_secp384r1, 5, &kObjectData[4829], 0},
  3004. {"secp521r1", "secp521r1", NID_secp521r1, 5, &kObjectData[4834], 0},
  3005. {"sect113r1", "sect113r1", NID_sect113r1, 5, &kObjectData[4839], 0},
  3006. {"sect113r2", "sect113r2", NID_sect113r2, 5, &kObjectData[4844], 0},
  3007. {"sect131r1", "sect131r1", NID_sect131r1, 5, &kObjectData[4849], 0},
  3008. {"sect131r2", "sect131r2", NID_sect131r2, 5, &kObjectData[4854], 0},
  3009. {"sect163k1", "sect163k1", NID_sect163k1, 5, &kObjectData[4859], 0},
  3010. {"sect163r1", "sect163r1", NID_sect163r1, 5, &kObjectData[4864], 0},
  3011. {"sect163r2", "sect163r2", NID_sect163r2, 5, &kObjectData[4869], 0},
  3012. {"sect193r1", "sect193r1", NID_sect193r1, 5, &kObjectData[4874], 0},
  3013. {"sect193r2", "sect193r2", NID_sect193r2, 5, &kObjectData[4879], 0},
  3014. {"sect233k1", "sect233k1", NID_sect233k1, 5, &kObjectData[4884], 0},
  3015. {"sect233r1", "sect233r1", NID_sect233r1, 5, &kObjectData[4889], 0},
  3016. {"sect239k1", "sect239k1", NID_sect239k1, 5, &kObjectData[4894], 0},
  3017. {"sect283k1", "sect283k1", NID_sect283k1, 5, &kObjectData[4899], 0},
  3018. {"sect283r1", "sect283r1", NID_sect283r1, 5, &kObjectData[4904], 0},
  3019. {"sect409k1", "sect409k1", NID_sect409k1, 5, &kObjectData[4909], 0},
  3020. {"sect409r1", "sect409r1", NID_sect409r1, 5, &kObjectData[4914], 0},
  3021. {"sect571k1", "sect571k1", NID_sect571k1, 5, &kObjectData[4919], 0},
  3022. {"sect571r1", "sect571r1", NID_sect571r1, 5, &kObjectData[4924], 0},
  3023. {"wap-wsg-idm-ecid-wtls1", "wap-wsg-idm-ecid-wtls1",
  3024. NID_wap_wsg_idm_ecid_wtls1, 5, &kObjectData[4929], 0},
  3025. {"wap-wsg-idm-ecid-wtls3", "wap-wsg-idm-ecid-wtls3",
  3026. NID_wap_wsg_idm_ecid_wtls3, 5, &kObjectData[4934], 0},
  3027. {"wap-wsg-idm-ecid-wtls4", "wap-wsg-idm-ecid-wtls4",
  3028. NID_wap_wsg_idm_ecid_wtls4, 5, &kObjectData[4939], 0},
  3029. {"wap-wsg-idm-ecid-wtls5", "wap-wsg-idm-ecid-wtls5",
  3030. NID_wap_wsg_idm_ecid_wtls5, 5, &kObjectData[4944], 0},
  3031. {"wap-wsg-idm-ecid-wtls6", "wap-wsg-idm-ecid-wtls6",
  3032. NID_wap_wsg_idm_ecid_wtls6, 5, &kObjectData[4949], 0},
  3033. {"wap-wsg-idm-ecid-wtls7", "wap-wsg-idm-ecid-wtls7",
  3034. NID_wap_wsg_idm_ecid_wtls7, 5, &kObjectData[4954], 0},
  3035. {"wap-wsg-idm-ecid-wtls8", "wap-wsg-idm-ecid-wtls8",
  3036. NID_wap_wsg_idm_ecid_wtls8, 5, &kObjectData[4959], 0},
  3037. {"wap-wsg-idm-ecid-wtls9", "wap-wsg-idm-ecid-wtls9",
  3038. NID_wap_wsg_idm_ecid_wtls9, 5, &kObjectData[4964], 0},
  3039. {"wap-wsg-idm-ecid-wtls10", "wap-wsg-idm-ecid-wtls10",
  3040. NID_wap_wsg_idm_ecid_wtls10, 5, &kObjectData[4969], 0},
  3041. {"wap-wsg-idm-ecid-wtls11", "wap-wsg-idm-ecid-wtls11",
  3042. NID_wap_wsg_idm_ecid_wtls11, 5, &kObjectData[4974], 0},
  3043. {"wap-wsg-idm-ecid-wtls12", "wap-wsg-idm-ecid-wtls12",
  3044. NID_wap_wsg_idm_ecid_wtls12, 5, &kObjectData[4979], 0},
  3045. {"anyPolicy", "X509v3 Any Policy", NID_any_policy, 4, &kObjectData[4984],
  3046. 0},
  3047. {"policyMappings", "X509v3 Policy Mappings", NID_policy_mappings, 3,
  3048. &kObjectData[4988], 0},
  3049. {"inhibitAnyPolicy", "X509v3 Inhibit Any Policy", NID_inhibit_any_policy, 3,
  3050. &kObjectData[4991], 0},
  3051. {"Oakley-EC2N-3", "ipsec3", NID_ipsec3, 0, NULL, 0},
  3052. {"Oakley-EC2N-4", "ipsec4", NID_ipsec4, 0, NULL, 0},
  3053. {"CAMELLIA-128-CBC", "camellia-128-cbc", NID_camellia_128_cbc, 11,
  3054. &kObjectData[4994], 0},
  3055. {"CAMELLIA-192-CBC", "camellia-192-cbc", NID_camellia_192_cbc, 11,
  3056. &kObjectData[5005], 0},
  3057. {"CAMELLIA-256-CBC", "camellia-256-cbc", NID_camellia_256_cbc, 11,
  3058. &kObjectData[5016], 0},
  3059. {"CAMELLIA-128-ECB", "camellia-128-ecb", NID_camellia_128_ecb, 8,
  3060. &kObjectData[5027], 0},
  3061. {"CAMELLIA-192-ECB", "camellia-192-ecb", NID_camellia_192_ecb, 8,
  3062. &kObjectData[5035], 0},
  3063. {"CAMELLIA-256-ECB", "camellia-256-ecb", NID_camellia_256_ecb, 8,
  3064. &kObjectData[5043], 0},
  3065. {"CAMELLIA-128-CFB", "camellia-128-cfb", NID_camellia_128_cfb128, 8,
  3066. &kObjectData[5051], 0},
  3067. {"CAMELLIA-192-CFB", "camellia-192-cfb", NID_camellia_192_cfb128, 8,
  3068. &kObjectData[5059], 0},
  3069. {"CAMELLIA-256-CFB", "camellia-256-cfb", NID_camellia_256_cfb128, 8,
  3070. &kObjectData[5067], 0},
  3071. {"CAMELLIA-128-CFB1", "camellia-128-cfb1", NID_camellia_128_cfb1, 0, NULL,
  3072. 0},
  3073. {"CAMELLIA-192-CFB1", "camellia-192-cfb1", NID_camellia_192_cfb1, 0, NULL,
  3074. 0},
  3075. {"CAMELLIA-256-CFB1", "camellia-256-cfb1", NID_camellia_256_cfb1, 0, NULL,
  3076. 0},
  3077. {"CAMELLIA-128-CFB8", "camellia-128-cfb8", NID_camellia_128_cfb8, 0, NULL,
  3078. 0},
  3079. {"CAMELLIA-192-CFB8", "camellia-192-cfb8", NID_camellia_192_cfb8, 0, NULL,
  3080. 0},
  3081. {"CAMELLIA-256-CFB8", "camellia-256-cfb8", NID_camellia_256_cfb8, 0, NULL,
  3082. 0},
  3083. {"CAMELLIA-128-OFB", "camellia-128-ofb", NID_camellia_128_ofb128, 8,
  3084. &kObjectData[5075], 0},
  3085. {"CAMELLIA-192-OFB", "camellia-192-ofb", NID_camellia_192_ofb128, 8,
  3086. &kObjectData[5083], 0},
  3087. {"CAMELLIA-256-OFB", "camellia-256-ofb", NID_camellia_256_ofb128, 8,
  3088. &kObjectData[5091], 0},
  3089. {"subjectDirectoryAttributes", "X509v3 Subject Directory Attributes",
  3090. NID_subject_directory_attributes, 3, &kObjectData[5099], 0},
  3091. {"issuingDistributionPoint", "X509v3 Issuing Distribution Point",
  3092. NID_issuing_distribution_point, 3, &kObjectData[5102], 0},
  3093. {"certificateIssuer", "X509v3 Certificate Issuer", NID_certificate_issuer,
  3094. 3, &kObjectData[5105], 0},
  3095. {NULL, NULL, NID_undef, 0, NULL, 0},
  3096. {"KISA", "kisa", NID_kisa, 6, &kObjectData[5108], 0},
  3097. {NULL, NULL, NID_undef, 0, NULL, 0},
  3098. {NULL, NULL, NID_undef, 0, NULL, 0},
  3099. {"SEED-ECB", "seed-ecb", NID_seed_ecb, 8, &kObjectData[5114], 0},
  3100. {"SEED-CBC", "seed-cbc", NID_seed_cbc, 8, &kObjectData[5122], 0},
  3101. {"SEED-OFB", "seed-ofb", NID_seed_ofb128, 8, &kObjectData[5130], 0},
  3102. {"SEED-CFB", "seed-cfb", NID_seed_cfb128, 8, &kObjectData[5138], 0},
  3103. {"HMAC-MD5", "hmac-md5", NID_hmac_md5, 8, &kObjectData[5146], 0},
  3104. {"HMAC-SHA1", "hmac-sha1", NID_hmac_sha1, 8, &kObjectData[5154], 0},
  3105. {"id-PasswordBasedMAC", "password based MAC", NID_id_PasswordBasedMAC, 9,
  3106. &kObjectData[5162], 0},
  3107. {"id-DHBasedMac", "Diffie-Hellman based MAC", NID_id_DHBasedMac, 9,
  3108. &kObjectData[5171], 0},
  3109. {"id-it-suppLangTags", "id-it-suppLangTags", NID_id_it_suppLangTags, 8,
  3110. &kObjectData[5180], 0},
  3111. {"caRepository", "CA Repository", NID_caRepository, 8, &kObjectData[5188],
  3112. 0},
  3113. {"id-smime-ct-compressedData", "id-smime-ct-compressedData",
  3114. NID_id_smime_ct_compressedData, 11, &kObjectData[5196], 0},
  3115. {"id-ct-asciiTextWithCRLF", "id-ct-asciiTextWithCRLF",
  3116. NID_id_ct_asciiTextWithCRLF, 11, &kObjectData[5207], 0},
  3117. {"id-aes128-wrap", "id-aes128-wrap", NID_id_aes128_wrap, 9,
  3118. &kObjectData[5218], 0},
  3119. {"id-aes192-wrap", "id-aes192-wrap", NID_id_aes192_wrap, 9,
  3120. &kObjectData[5227], 0},
  3121. {"id-aes256-wrap", "id-aes256-wrap", NID_id_aes256_wrap, 9,
  3122. &kObjectData[5236], 0},
  3123. {"ecdsa-with-Recommended", "ecdsa-with-Recommended",
  3124. NID_ecdsa_with_Recommended, 7, &kObjectData[5245], 0},
  3125. {"ecdsa-with-Specified", "ecdsa-with-Specified", NID_ecdsa_with_Specified,
  3126. 7, &kObjectData[5252], 0},
  3127. {"ecdsa-with-SHA224", "ecdsa-with-SHA224", NID_ecdsa_with_SHA224, 8,
  3128. &kObjectData[5259], 0},
  3129. {"ecdsa-with-SHA256", "ecdsa-with-SHA256", NID_ecdsa_with_SHA256, 8,
  3130. &kObjectData[5267], 0},
  3131. {"ecdsa-with-SHA384", "ecdsa-with-SHA384", NID_ecdsa_with_SHA384, 8,
  3132. &kObjectData[5275], 0},
  3133. {"ecdsa-with-SHA512", "ecdsa-with-SHA512", NID_ecdsa_with_SHA512, 8,
  3134. &kObjectData[5283], 0},
  3135. {"hmacWithMD5", "hmacWithMD5", NID_hmacWithMD5, 8, &kObjectData[5291], 0},
  3136. {"hmacWithSHA224", "hmacWithSHA224", NID_hmacWithSHA224, 8,
  3137. &kObjectData[5299], 0},
  3138. {"hmacWithSHA256", "hmacWithSHA256", NID_hmacWithSHA256, 8,
  3139. &kObjectData[5307], 0},
  3140. {"hmacWithSHA384", "hmacWithSHA384", NID_hmacWithSHA384, 8,
  3141. &kObjectData[5315], 0},
  3142. {"hmacWithSHA512", "hmacWithSHA512", NID_hmacWithSHA512, 8,
  3143. &kObjectData[5323], 0},
  3144. {"dsa_with_SHA224", "dsa_with_SHA224", NID_dsa_with_SHA224, 9,
  3145. &kObjectData[5331], 0},
  3146. {"dsa_with_SHA256", "dsa_with_SHA256", NID_dsa_with_SHA256, 9,
  3147. &kObjectData[5340], 0},
  3148. {"whirlpool", "whirlpool", NID_whirlpool, 6, &kObjectData[5349], 0},
  3149. {"cryptopro", "cryptopro", NID_cryptopro, 5, &kObjectData[5355], 0},
  3150. {"cryptocom", "cryptocom", NID_cryptocom, 5, &kObjectData[5360], 0},
  3151. {"id-GostR3411-94-with-GostR3410-2001",
  3152. "GOST R 34.11-94 with GOST R 34.10-2001",
  3153. NID_id_GostR3411_94_with_GostR3410_2001, 6, &kObjectData[5365], 0},
  3154. {"id-GostR3411-94-with-GostR3410-94",
  3155. "GOST R 34.11-94 with GOST R 34.10-94",
  3156. NID_id_GostR3411_94_with_GostR3410_94, 6, &kObjectData[5371], 0},
  3157. {"md_gost94", "GOST R 34.11-94", NID_id_GostR3411_94, 6, &kObjectData[5377],
  3158. 0},
  3159. {"id-HMACGostR3411-94", "HMAC GOST 34.11-94", NID_id_HMACGostR3411_94, 6,
  3160. &kObjectData[5383], 0},
  3161. {"gost2001", "GOST R 34.10-2001", NID_id_GostR3410_2001, 6,
  3162. &kObjectData[5389], 0},
  3163. {"gost94", "GOST R 34.10-94", NID_id_GostR3410_94, 6, &kObjectData[5395],
  3164. 0},
  3165. {"gost89", "GOST 28147-89", NID_id_Gost28147_89, 6, &kObjectData[5401], 0},
  3166. {"gost89-cnt", "gost89-cnt", NID_gost89_cnt, 0, NULL, 0},
  3167. {"gost-mac", "GOST 28147-89 MAC", NID_id_Gost28147_89_MAC, 6,
  3168. &kObjectData[5407], 0},
  3169. {"prf-gostr3411-94", "GOST R 34.11-94 PRF", NID_id_GostR3411_94_prf, 6,
  3170. &kObjectData[5413], 0},
  3171. {"id-GostR3410-2001DH", "GOST R 34.10-2001 DH", NID_id_GostR3410_2001DH, 6,
  3172. &kObjectData[5419], 0},
  3173. {"id-GostR3410-94DH", "GOST R 34.10-94 DH", NID_id_GostR3410_94DH, 6,
  3174. &kObjectData[5425], 0},
  3175. {"id-Gost28147-89-CryptoPro-KeyMeshing",
  3176. "id-Gost28147-89-CryptoPro-KeyMeshing",
  3177. NID_id_Gost28147_89_CryptoPro_KeyMeshing, 7, &kObjectData[5431], 0},
  3178. {"id-Gost28147-89-None-KeyMeshing", "id-Gost28147-89-None-KeyMeshing",
  3179. NID_id_Gost28147_89_None_KeyMeshing, 7, &kObjectData[5438], 0},
  3180. {"id-GostR3411-94-TestParamSet", "id-GostR3411-94-TestParamSet",
  3181. NID_id_GostR3411_94_TestParamSet, 7, &kObjectData[5445], 0},
  3182. {"id-GostR3411-94-CryptoProParamSet", "id-GostR3411-94-CryptoProParamSet",
  3183. NID_id_GostR3411_94_CryptoProParamSet, 7, &kObjectData[5452], 0},
  3184. {"id-Gost28147-89-TestParamSet", "id-Gost28147-89-TestParamSet",
  3185. NID_id_Gost28147_89_TestParamSet, 7, &kObjectData[5459], 0},
  3186. {"id-Gost28147-89-CryptoPro-A-ParamSet",
  3187. "id-Gost28147-89-CryptoPro-A-ParamSet",
  3188. NID_id_Gost28147_89_CryptoPro_A_ParamSet, 7, &kObjectData[5466], 0},
  3189. {"id-Gost28147-89-CryptoPro-B-ParamSet",
  3190. "id-Gost28147-89-CryptoPro-B-ParamSet",
  3191. NID_id_Gost28147_89_CryptoPro_B_ParamSet, 7, &kObjectData[5473], 0},
  3192. {"id-Gost28147-89-CryptoPro-C-ParamSet",
  3193. "id-Gost28147-89-CryptoPro-C-ParamSet",
  3194. NID_id_Gost28147_89_CryptoPro_C_ParamSet, 7, &kObjectData[5480], 0},
  3195. {"id-Gost28147-89-CryptoPro-D-ParamSet",
  3196. "id-Gost28147-89-CryptoPro-D-ParamSet",
  3197. NID_id_Gost28147_89_CryptoPro_D_ParamSet, 7, &kObjectData[5487], 0},
  3198. {"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
  3199. "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
  3200. NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet, 7, &kObjectData[5494],
  3201. 0},
  3202. {"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
  3203. "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
  3204. NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet, 7, &kObjectData[5501],
  3205. 0},
  3206. {"id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
  3207. "id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
  3208. NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet, 7, &kObjectData[5508], 0},
  3209. {"id-GostR3410-94-TestParamSet", "id-GostR3410-94-TestParamSet",
  3210. NID_id_GostR3410_94_TestParamSet, 7, &kObjectData[5515], 0},
  3211. {"id-GostR3410-94-CryptoPro-A-ParamSet",
  3212. "id-GostR3410-94-CryptoPro-A-ParamSet",
  3213. NID_id_GostR3410_94_CryptoPro_A_ParamSet, 7, &kObjectData[5522], 0},
  3214. {"id-GostR3410-94-CryptoPro-B-ParamSet",
  3215. "id-GostR3410-94-CryptoPro-B-ParamSet",
  3216. NID_id_GostR3410_94_CryptoPro_B_ParamSet, 7, &kObjectData[5529], 0},
  3217. {"id-GostR3410-94-CryptoPro-C-ParamSet",
  3218. "id-GostR3410-94-CryptoPro-C-ParamSet",
  3219. NID_id_GostR3410_94_CryptoPro_C_ParamSet, 7, &kObjectData[5536], 0},
  3220. {"id-GostR3410-94-CryptoPro-D-ParamSet",
  3221. "id-GostR3410-94-CryptoPro-D-ParamSet",
  3222. NID_id_GostR3410_94_CryptoPro_D_ParamSet, 7, &kObjectData[5543], 0},
  3223. {"id-GostR3410-94-CryptoPro-XchA-ParamSet",
  3224. "id-GostR3410-94-CryptoPro-XchA-ParamSet",
  3225. NID_id_GostR3410_94_CryptoPro_XchA_ParamSet, 7, &kObjectData[5550], 0},
  3226. {"id-GostR3410-94-CryptoPro-XchB-ParamSet",
  3227. "id-GostR3410-94-CryptoPro-XchB-ParamSet",
  3228. NID_id_GostR3410_94_CryptoPro_XchB_ParamSet, 7, &kObjectData[5557], 0},
  3229. {"id-GostR3410-94-CryptoPro-XchC-ParamSet",
  3230. "id-GostR3410-94-CryptoPro-XchC-ParamSet",
  3231. NID_id_GostR3410_94_CryptoPro_XchC_ParamSet, 7, &kObjectData[5564], 0},
  3232. {"id-GostR3410-2001-TestParamSet", "id-GostR3410-2001-TestParamSet",
  3233. NID_id_GostR3410_2001_TestParamSet, 7, &kObjectData[5571], 0},
  3234. {"id-GostR3410-2001-CryptoPro-A-ParamSet",
  3235. "id-GostR3410-2001-CryptoPro-A-ParamSet",
  3236. NID_id_GostR3410_2001_CryptoPro_A_ParamSet, 7, &kObjectData[5578], 0},
  3237. {"id-GostR3410-2001-CryptoPro-B-ParamSet",
  3238. "id-GostR3410-2001-CryptoPro-B-ParamSet",
  3239. NID_id_GostR3410_2001_CryptoPro_B_ParamSet, 7, &kObjectData[5585], 0},
  3240. {"id-GostR3410-2001-CryptoPro-C-ParamSet",
  3241. "id-GostR3410-2001-CryptoPro-C-ParamSet",
  3242. NID_id_GostR3410_2001_CryptoPro_C_ParamSet, 7, &kObjectData[5592], 0},
  3243. {"id-GostR3410-2001-CryptoPro-XchA-ParamSet",
  3244. "id-GostR3410-2001-CryptoPro-XchA-ParamSet",
  3245. NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet, 7, &kObjectData[5599], 0},
  3246. {"id-GostR3410-2001-CryptoPro-XchB-ParamSet",
  3247. "id-GostR3410-2001-CryptoPro-XchB-ParamSet",
  3248. NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet, 7, &kObjectData[5606], 0},
  3249. {"id-GostR3410-94-a", "id-GostR3410-94-a", NID_id_GostR3410_94_a, 7,
  3250. &kObjectData[5613], 0},
  3251. {"id-GostR3410-94-aBis", "id-GostR3410-94-aBis", NID_id_GostR3410_94_aBis,
  3252. 7, &kObjectData[5620], 0},
  3253. {"id-GostR3410-94-b", "id-GostR3410-94-b", NID_id_GostR3410_94_b, 7,
  3254. &kObjectData[5627], 0},
  3255. {"id-GostR3410-94-bBis", "id-GostR3410-94-bBis", NID_id_GostR3410_94_bBis,
  3256. 7, &kObjectData[5634], 0},
  3257. {"id-Gost28147-89-cc", "GOST 28147-89 Cryptocom ParamSet",
  3258. NID_id_Gost28147_89_cc, 8, &kObjectData[5641], 0},
  3259. {"gost94cc", "GOST 34.10-94 Cryptocom", NID_id_GostR3410_94_cc, 8,
  3260. &kObjectData[5649], 0},
  3261. {"gost2001cc", "GOST 34.10-2001 Cryptocom", NID_id_GostR3410_2001_cc, 8,
  3262. &kObjectData[5657], 0},
  3263. {"id-GostR3411-94-with-GostR3410-94-cc",
  3264. "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom",
  3265. NID_id_GostR3411_94_with_GostR3410_94_cc, 8, &kObjectData[5665], 0},
  3266. {"id-GostR3411-94-with-GostR3410-2001-cc",
  3267. "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom",
  3268. NID_id_GostR3411_94_with_GostR3410_2001_cc, 8, &kObjectData[5673], 0},
  3269. {"id-GostR3410-2001-ParamSet-cc",
  3270. "GOST R 3410-2001 Parameter Set Cryptocom",
  3271. NID_id_GostR3410_2001_ParamSet_cc, 8, &kObjectData[5681], 0},
  3272. {"HMAC", "hmac", NID_hmac, 0, NULL, 0},
  3273. {"LocalKeySet", "Microsoft Local Key set", NID_LocalKeySet, 9,
  3274. &kObjectData[5689], 0},
  3275. {"freshestCRL", "X509v3 Freshest CRL", NID_freshest_crl, 3,
  3276. &kObjectData[5698], 0},
  3277. {"id-on-permanentIdentifier", "Permanent Identifier",
  3278. NID_id_on_permanentIdentifier, 8, &kObjectData[5701], 0},
  3279. {"searchGuide", "searchGuide", NID_searchGuide, 3, &kObjectData[5709], 0},
  3280. {"businessCategory", "businessCategory", NID_businessCategory, 3,
  3281. &kObjectData[5712], 0},
  3282. {"postalAddress", "postalAddress", NID_postalAddress, 3, &kObjectData[5715],
  3283. 0},
  3284. {"postOfficeBox", "postOfficeBox", NID_postOfficeBox, 3, &kObjectData[5718],
  3285. 0},
  3286. {"physicalDeliveryOfficeName", "physicalDeliveryOfficeName",
  3287. NID_physicalDeliveryOfficeName, 3, &kObjectData[5721], 0},
  3288. {"telephoneNumber", "telephoneNumber", NID_telephoneNumber, 3,
  3289. &kObjectData[5724], 0},
  3290. {"telexNumber", "telexNumber", NID_telexNumber, 3, &kObjectData[5727], 0},
  3291. {"teletexTerminalIdentifier", "teletexTerminalIdentifier",
  3292. NID_teletexTerminalIdentifier, 3, &kObjectData[5730], 0},
  3293. {"facsimileTelephoneNumber", "facsimileTelephoneNumber",
  3294. NID_facsimileTelephoneNumber, 3, &kObjectData[5733], 0},
  3295. {"x121Address", "x121Address", NID_x121Address, 3, &kObjectData[5736], 0},
  3296. {"internationaliSDNNumber", "internationaliSDNNumber",
  3297. NID_internationaliSDNNumber, 3, &kObjectData[5739], 0},
  3298. {"registeredAddress", "registeredAddress", NID_registeredAddress, 3,
  3299. &kObjectData[5742], 0},
  3300. {"destinationIndicator", "destinationIndicator", NID_destinationIndicator,
  3301. 3, &kObjectData[5745], 0},
  3302. {"preferredDeliveryMethod", "preferredDeliveryMethod",
  3303. NID_preferredDeliveryMethod, 3, &kObjectData[5748], 0},
  3304. {"presentationAddress", "presentationAddress", NID_presentationAddress, 3,
  3305. &kObjectData[5751], 0},
  3306. {"supportedApplicationContext", "supportedApplicationContext",
  3307. NID_supportedApplicationContext, 3, &kObjectData[5754], 0},
  3308. {"member", "member", NID_member, 3, &kObjectData[5757], 0},
  3309. {"owner", "owner", NID_owner, 3, &kObjectData[5760], 0},
  3310. {"roleOccupant", "roleOccupant", NID_roleOccupant, 3, &kObjectData[5763],
  3311. 0},
  3312. {"seeAlso", "seeAlso", NID_seeAlso, 3, &kObjectData[5766], 0},
  3313. {"userPassword", "userPassword", NID_userPassword, 3, &kObjectData[5769],
  3314. 0},
  3315. {"userCertificate", "userCertificate", NID_userCertificate, 3,
  3316. &kObjectData[5772], 0},
  3317. {"cACertificate", "cACertificate", NID_cACertificate, 3, &kObjectData[5775],
  3318. 0},
  3319. {"authorityRevocationList", "authorityRevocationList",
  3320. NID_authorityRevocationList, 3, &kObjectData[5778], 0},
  3321. {"certificateRevocationList", "certificateRevocationList",
  3322. NID_certificateRevocationList, 3, &kObjectData[5781], 0},
  3323. {"crossCertificatePair", "crossCertificatePair", NID_crossCertificatePair,
  3324. 3, &kObjectData[5784], 0},
  3325. {"enhancedSearchGuide", "enhancedSearchGuide", NID_enhancedSearchGuide, 3,
  3326. &kObjectData[5787], 0},
  3327. {"protocolInformation", "protocolInformation", NID_protocolInformation, 3,
  3328. &kObjectData[5790], 0},
  3329. {"distinguishedName", "distinguishedName", NID_distinguishedName, 3,
  3330. &kObjectData[5793], 0},
  3331. {"uniqueMember", "uniqueMember", NID_uniqueMember, 3, &kObjectData[5796],
  3332. 0},
  3333. {"houseIdentifier", "houseIdentifier", NID_houseIdentifier, 3,
  3334. &kObjectData[5799], 0},
  3335. {"supportedAlgorithms", "supportedAlgorithms", NID_supportedAlgorithms, 3,
  3336. &kObjectData[5802], 0},
  3337. {"deltaRevocationList", "deltaRevocationList", NID_deltaRevocationList, 3,
  3338. &kObjectData[5805], 0},
  3339. {"dmdName", "dmdName", NID_dmdName, 3, &kObjectData[5808], 0},
  3340. {"id-alg-PWRI-KEK", "id-alg-PWRI-KEK", NID_id_alg_PWRI_KEK, 11,
  3341. &kObjectData[5811], 0},
  3342. {"CMAC", "cmac", NID_cmac, 0, NULL, 0},
  3343. {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &kObjectData[5822], 0},
  3344. {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &kObjectData[5831], 0},
  3345. {"id-aes128-wrap-pad", "id-aes128-wrap-pad", NID_id_aes128_wrap_pad, 9,
  3346. &kObjectData[5840], 0},
  3347. {"id-aes192-GCM", "aes-192-gcm", NID_aes_192_gcm, 9, &kObjectData[5849], 0},
  3348. {"id-aes192-CCM", "aes-192-ccm", NID_aes_192_ccm, 9, &kObjectData[5858], 0},
  3349. {"id-aes192-wrap-pad", "id-aes192-wrap-pad", NID_id_aes192_wrap_pad, 9,
  3350. &kObjectData[5867], 0},
  3351. {"id-aes256-GCM", "aes-256-gcm", NID_aes_256_gcm, 9, &kObjectData[5876], 0},
  3352. {"id-aes256-CCM", "aes-256-ccm", NID_aes_256_ccm, 9, &kObjectData[5885], 0},
  3353. {"id-aes256-wrap-pad", "id-aes256-wrap-pad", NID_id_aes256_wrap_pad, 9,
  3354. &kObjectData[5894], 0},
  3355. {"AES-128-CTR", "aes-128-ctr", NID_aes_128_ctr, 0, NULL, 0},
  3356. {"AES-192-CTR", "aes-192-ctr", NID_aes_192_ctr, 0, NULL, 0},
  3357. {"AES-256-CTR", "aes-256-ctr", NID_aes_256_ctr, 0, NULL, 0},
  3358. {"id-camellia128-wrap", "id-camellia128-wrap", NID_id_camellia128_wrap, 11,
  3359. &kObjectData[5903], 0},
  3360. {"id-camellia192-wrap", "id-camellia192-wrap", NID_id_camellia192_wrap, 11,
  3361. &kObjectData[5914], 0},
  3362. {"id-camellia256-wrap", "id-camellia256-wrap", NID_id_camellia256_wrap, 11,
  3363. &kObjectData[5925], 0},
  3364. {"anyExtendedKeyUsage", "Any Extended Key Usage", NID_anyExtendedKeyUsage,
  3365. 4, &kObjectData[5936], 0},
  3366. {"MGF1", "mgf1", NID_mgf1, 9, &kObjectData[5940], 0},
  3367. {"RSASSA-PSS", "rsassaPss", NID_rsassaPss, 9, &kObjectData[5949], 0},
  3368. {"AES-128-XTS", "aes-128-xts", NID_aes_128_xts, 0, NULL, 0},
  3369. {"AES-256-XTS", "aes-256-xts", NID_aes_256_xts, 0, NULL, 0},
  3370. {"RC4-HMAC-MD5", "rc4-hmac-md5", NID_rc4_hmac_md5, 0, NULL, 0},
  3371. {"AES-128-CBC-HMAC-SHA1", "aes-128-cbc-hmac-sha1",
  3372. NID_aes_128_cbc_hmac_sha1, 0, NULL, 0},
  3373. {"AES-192-CBC-HMAC-SHA1", "aes-192-cbc-hmac-sha1",
  3374. NID_aes_192_cbc_hmac_sha1, 0, NULL, 0},
  3375. {"AES-256-CBC-HMAC-SHA1", "aes-256-cbc-hmac-sha1",
  3376. NID_aes_256_cbc_hmac_sha1, 0, NULL, 0},
  3377. {"RSAES-OAEP", "rsaesOaep", NID_rsaesOaep, 9, &kObjectData[5958], 0},
  3378. {"dhpublicnumber", "X9.42 DH", NID_dhpublicnumber, 7, &kObjectData[5967],
  3379. 0},
  3380. {"brainpoolP160r1", "brainpoolP160r1", NID_brainpoolP160r1, 9,
  3381. &kObjectData[5974], 0},
  3382. {"brainpoolP160t1", "brainpoolP160t1", NID_brainpoolP160t1, 9,
  3383. &kObjectData[5983], 0},
  3384. {"brainpoolP192r1", "brainpoolP192r1", NID_brainpoolP192r1, 9,
  3385. &kObjectData[5992], 0},
  3386. {"brainpoolP192t1", "brainpoolP192t1", NID_brainpoolP192t1, 9,
  3387. &kObjectData[6001], 0},
  3388. {"brainpoolP224r1", "brainpoolP224r1", NID_brainpoolP224r1, 9,
  3389. &kObjectData[6010], 0},
  3390. {"brainpoolP224t1", "brainpoolP224t1", NID_brainpoolP224t1, 9,
  3391. &kObjectData[6019], 0},
  3392. {"brainpoolP256r1", "brainpoolP256r1", NID_brainpoolP256r1, 9,
  3393. &kObjectData[6028], 0},
  3394. {"brainpoolP256t1", "brainpoolP256t1", NID_brainpoolP256t1, 9,
  3395. &kObjectData[6037], 0},
  3396. {"brainpoolP320r1", "brainpoolP320r1", NID_brainpoolP320r1, 9,
  3397. &kObjectData[6046], 0},
  3398. {"brainpoolP320t1", "brainpoolP320t1", NID_brainpoolP320t1, 9,
  3399. &kObjectData[6055], 0},
  3400. {"brainpoolP384r1", "brainpoolP384r1", NID_brainpoolP384r1, 9,
  3401. &kObjectData[6064], 0},
  3402. {"brainpoolP384t1", "brainpoolP384t1", NID_brainpoolP384t1, 9,
  3403. &kObjectData[6073], 0},
  3404. {"brainpoolP512r1", "brainpoolP512r1", NID_brainpoolP512r1, 9,
  3405. &kObjectData[6082], 0},
  3406. {"brainpoolP512t1", "brainpoolP512t1", NID_brainpoolP512t1, 9,
  3407. &kObjectData[6091], 0},
  3408. {"PSPECIFIED", "pSpecified", NID_pSpecified, 9, &kObjectData[6100], 0},
  3409. {"dhSinglePass-stdDH-sha1kdf-scheme", "dhSinglePass-stdDH-sha1kdf-scheme",
  3410. NID_dhSinglePass_stdDH_sha1kdf_scheme, 9, &kObjectData[6109], 0},
  3411. {"dhSinglePass-stdDH-sha224kdf-scheme",
  3412. "dhSinglePass-stdDH-sha224kdf-scheme",
  3413. NID_dhSinglePass_stdDH_sha224kdf_scheme, 6, &kObjectData[6118], 0},
  3414. {"dhSinglePass-stdDH-sha256kdf-scheme",
  3415. "dhSinglePass-stdDH-sha256kdf-scheme",
  3416. NID_dhSinglePass_stdDH_sha256kdf_scheme, 6, &kObjectData[6124], 0},
  3417. {"dhSinglePass-stdDH-sha384kdf-scheme",
  3418. "dhSinglePass-stdDH-sha384kdf-scheme",
  3419. NID_dhSinglePass_stdDH_sha384kdf_scheme, 6, &kObjectData[6130], 0},
  3420. {"dhSinglePass-stdDH-sha512kdf-scheme",
  3421. "dhSinglePass-stdDH-sha512kdf-scheme",
  3422. NID_dhSinglePass_stdDH_sha512kdf_scheme, 6, &kObjectData[6136], 0},
  3423. {"dhSinglePass-cofactorDH-sha1kdf-scheme",
  3424. "dhSinglePass-cofactorDH-sha1kdf-scheme",
  3425. NID_dhSinglePass_cofactorDH_sha1kdf_scheme, 9, &kObjectData[6142], 0},
  3426. {"dhSinglePass-cofactorDH-sha224kdf-scheme",
  3427. "dhSinglePass-cofactorDH-sha224kdf-scheme",
  3428. NID_dhSinglePass_cofactorDH_sha224kdf_scheme, 6, &kObjectData[6151], 0},
  3429. {"dhSinglePass-cofactorDH-sha256kdf-scheme",
  3430. "dhSinglePass-cofactorDH-sha256kdf-scheme",
  3431. NID_dhSinglePass_cofactorDH_sha256kdf_scheme, 6, &kObjectData[6157], 0},
  3432. {"dhSinglePass-cofactorDH-sha384kdf-scheme",
  3433. "dhSinglePass-cofactorDH-sha384kdf-scheme",
  3434. NID_dhSinglePass_cofactorDH_sha384kdf_scheme, 6, &kObjectData[6163], 0},
  3435. {"dhSinglePass-cofactorDH-sha512kdf-scheme",
  3436. "dhSinglePass-cofactorDH-sha512kdf-scheme",
  3437. NID_dhSinglePass_cofactorDH_sha512kdf_scheme, 6, &kObjectData[6169], 0},
  3438. {"dh-std-kdf", "dh-std-kdf", NID_dh_std_kdf, 0, NULL, 0},
  3439. {"dh-cofactor-kdf", "dh-cofactor-kdf", NID_dh_cofactor_kdf, 0, NULL, 0},
  3440. {"X25519", "X25519", NID_X25519, 0, NULL, 0},
  3441. {"ED25519", "ED25519", NID_ED25519, 3, &kObjectData[6175], 0},
  3442. {"ChaCha20-Poly1305", "chacha20-poly1305", NID_chacha20_poly1305, 0, NULL,
  3443. 0},
  3444. {"KxRSA", "kx-rsa", NID_kx_rsa, 0, NULL, 0},
  3445. {"KxECDHE", "kx-ecdhe", NID_kx_ecdhe, 0, NULL, 0},
  3446. {"KxPSK", "kx-psk", NID_kx_psk, 0, NULL, 0},
  3447. {"AuthRSA", "auth-rsa", NID_auth_rsa, 0, NULL, 0},
  3448. {"AuthECDSA", "auth-ecdsa", NID_auth_ecdsa, 0, NULL, 0},
  3449. {"AuthPSK", "auth-psk", NID_auth_psk, 0, NULL, 0},
  3450. {"KxANY", "kx-any", NID_kx_any, 0, NULL, 0},
  3451. {"AuthANY", "auth-any", NID_auth_any, 0, NULL, 0},
  3452. };
  3453. static const unsigned kNIDsInShortNameOrder[] = {
  3454. 364 /* AD_DVCS */,
  3455. 419 /* AES-128-CBC */,
  3456. 916 /* AES-128-CBC-HMAC-SHA1 */,
  3457. 421 /* AES-128-CFB */,
  3458. 650 /* AES-128-CFB1 */,
  3459. 653 /* AES-128-CFB8 */,
  3460. 904 /* AES-128-CTR */,
  3461. 418 /* AES-128-ECB */,
  3462. 420 /* AES-128-OFB */,
  3463. 913 /* AES-128-XTS */,
  3464. 423 /* AES-192-CBC */,
  3465. 917 /* AES-192-CBC-HMAC-SHA1 */,
  3466. 425 /* AES-192-CFB */,
  3467. 651 /* AES-192-CFB1 */,
  3468. 654 /* AES-192-CFB8 */,
  3469. 905 /* AES-192-CTR */,
  3470. 422 /* AES-192-ECB */,
  3471. 424 /* AES-192-OFB */,
  3472. 427 /* AES-256-CBC */,
  3473. 918 /* AES-256-CBC-HMAC-SHA1 */,
  3474. 429 /* AES-256-CFB */,
  3475. 652 /* AES-256-CFB1 */,
  3476. 655 /* AES-256-CFB8 */,
  3477. 906 /* AES-256-CTR */,
  3478. 426 /* AES-256-ECB */,
  3479. 428 /* AES-256-OFB */,
  3480. 914 /* AES-256-XTS */,
  3481. 958 /* AuthANY */,
  3482. 955 /* AuthECDSA */,
  3483. 956 /* AuthPSK */,
  3484. 954 /* AuthRSA */,
  3485. 91 /* BF-CBC */,
  3486. 93 /* BF-CFB */,
  3487. 92 /* BF-ECB */,
  3488. 94 /* BF-OFB */,
  3489. 14 /* C */,
  3490. 751 /* CAMELLIA-128-CBC */,
  3491. 757 /* CAMELLIA-128-CFB */,
  3492. 760 /* CAMELLIA-128-CFB1 */,
  3493. 763 /* CAMELLIA-128-CFB8 */,
  3494. 754 /* CAMELLIA-128-ECB */,
  3495. 766 /* CAMELLIA-128-OFB */,
  3496. 752 /* CAMELLIA-192-CBC */,
  3497. 758 /* CAMELLIA-192-CFB */,
  3498. 761 /* CAMELLIA-192-CFB1 */,
  3499. 764 /* CAMELLIA-192-CFB8 */,
  3500. 755 /* CAMELLIA-192-ECB */,
  3501. 767 /* CAMELLIA-192-OFB */,
  3502. 753 /* CAMELLIA-256-CBC */,
  3503. 759 /* CAMELLIA-256-CFB */,
  3504. 762 /* CAMELLIA-256-CFB1 */,
  3505. 765 /* CAMELLIA-256-CFB8 */,
  3506. 756 /* CAMELLIA-256-ECB */,
  3507. 768 /* CAMELLIA-256-OFB */,
  3508. 108 /* CAST5-CBC */,
  3509. 110 /* CAST5-CFB */,
  3510. 109 /* CAST5-ECB */,
  3511. 111 /* CAST5-OFB */,
  3512. 894 /* CMAC */,
  3513. 13 /* CN */,
  3514. 141 /* CRLReason */,
  3515. 417 /* CSPName */,
  3516. 950 /* ChaCha20-Poly1305 */,
  3517. 367 /* CrlID */,
  3518. 391 /* DC */,
  3519. 31 /* DES-CBC */,
  3520. 643 /* DES-CDMF */,
  3521. 30 /* DES-CFB */,
  3522. 656 /* DES-CFB1 */,
  3523. 657 /* DES-CFB8 */,
  3524. 29 /* DES-ECB */,
  3525. 32 /* DES-EDE */,
  3526. 43 /* DES-EDE-CBC */,
  3527. 60 /* DES-EDE-CFB */,
  3528. 62 /* DES-EDE-OFB */,
  3529. 33 /* DES-EDE3 */,
  3530. 44 /* DES-EDE3-CBC */,
  3531. 61 /* DES-EDE3-CFB */,
  3532. 658 /* DES-EDE3-CFB1 */,
  3533. 659 /* DES-EDE3-CFB8 */,
  3534. 63 /* DES-EDE3-OFB */,
  3535. 45 /* DES-OFB */,
  3536. 80 /* DESX-CBC */,
  3537. 380 /* DOD */,
  3538. 116 /* DSA */,
  3539. 66 /* DSA-SHA */,
  3540. 113 /* DSA-SHA1 */,
  3541. 70 /* DSA-SHA1-old */,
  3542. 67 /* DSA-old */,
  3543. 297 /* DVCS */,
  3544. 949 /* ED25519 */,
  3545. 99 /* GN */,
  3546. 855 /* HMAC */,
  3547. 780 /* HMAC-MD5 */,
  3548. 781 /* HMAC-SHA1 */,
  3549. 381 /* IANA */,
  3550. 34 /* IDEA-CBC */,
  3551. 35 /* IDEA-CFB */,
  3552. 36 /* IDEA-ECB */,
  3553. 46 /* IDEA-OFB */,
  3554. 181 /* ISO */,
  3555. 183 /* ISO-US */,
  3556. 645 /* ITU-T */,
  3557. 646 /* JOINT-ISO-ITU-T */,
  3558. 773 /* KISA */,
  3559. 957 /* KxANY */,
  3560. 952 /* KxECDHE */,
  3561. 953 /* KxPSK */,
  3562. 951 /* KxRSA */,
  3563. 15 /* L */,
  3564. 856 /* LocalKeySet */,
  3565. 3 /* MD2 */,
  3566. 257 /* MD4 */,
  3567. 4 /* MD5 */,
  3568. 114 /* MD5-SHA1 */,
  3569. 95 /* MDC2 */,
  3570. 911 /* MGF1 */,
  3571. 388 /* Mail */,
  3572. 57 /* Netscape */,
  3573. 366 /* Nonce */,
  3574. 17 /* O */,
  3575. 178 /* OCSP */,
  3576. 180 /* OCSPSigning */,
  3577. 379 /* ORG */,
  3578. 18 /* OU */,
  3579. 749 /* Oakley-EC2N-3 */,
  3580. 750 /* Oakley-EC2N-4 */,
  3581. 9 /* PBE-MD2-DES */,
  3582. 168 /* PBE-MD2-RC2-64 */,
  3583. 10 /* PBE-MD5-DES */,
  3584. 169 /* PBE-MD5-RC2-64 */,
  3585. 147 /* PBE-SHA1-2DES */,
  3586. 146 /* PBE-SHA1-3DES */,
  3587. 170 /* PBE-SHA1-DES */,
  3588. 148 /* PBE-SHA1-RC2-128 */,
  3589. 149 /* PBE-SHA1-RC2-40 */,
  3590. 68 /* PBE-SHA1-RC2-64 */,
  3591. 144 /* PBE-SHA1-RC4-128 */,
  3592. 145 /* PBE-SHA1-RC4-40 */,
  3593. 161 /* PBES2 */,
  3594. 69 /* PBKDF2 */,
  3595. 162 /* PBMAC1 */,
  3596. 127 /* PKIX */,
  3597. 935 /* PSPECIFIED */,
  3598. 98 /* RC2-40-CBC */,
  3599. 166 /* RC2-64-CBC */,
  3600. 37 /* RC2-CBC */,
  3601. 39 /* RC2-CFB */,
  3602. 38 /* RC2-ECB */,
  3603. 40 /* RC2-OFB */,
  3604. 5 /* RC4 */,
  3605. 97 /* RC4-40 */,
  3606. 915 /* RC4-HMAC-MD5 */,
  3607. 120 /* RC5-CBC */,
  3608. 122 /* RC5-CFB */,
  3609. 121 /* RC5-ECB */,
  3610. 123 /* RC5-OFB */,
  3611. 117 /* RIPEMD160 */,
  3612. 19 /* RSA */,
  3613. 7 /* RSA-MD2 */,
  3614. 396 /* RSA-MD4 */,
  3615. 8 /* RSA-MD5 */,
  3616. 96 /* RSA-MDC2 */,
  3617. 104 /* RSA-NP-MD5 */,
  3618. 119 /* RSA-RIPEMD160 */,
  3619. 42 /* RSA-SHA */,
  3620. 65 /* RSA-SHA1 */,
  3621. 115 /* RSA-SHA1-2 */,
  3622. 671 /* RSA-SHA224 */,
  3623. 668 /* RSA-SHA256 */,
  3624. 669 /* RSA-SHA384 */,
  3625. 670 /* RSA-SHA512 */,
  3626. 919 /* RSAES-OAEP */,
  3627. 912 /* RSASSA-PSS */,
  3628. 777 /* SEED-CBC */,
  3629. 779 /* SEED-CFB */,
  3630. 776 /* SEED-ECB */,
  3631. 778 /* SEED-OFB */,
  3632. 41 /* SHA */,
  3633. 64 /* SHA1 */,
  3634. 675 /* SHA224 */,
  3635. 672 /* SHA256 */,
  3636. 673 /* SHA384 */,
  3637. 674 /* SHA512 */,
  3638. 188 /* SMIME */,
  3639. 167 /* SMIME-CAPS */,
  3640. 100 /* SN */,
  3641. 16 /* ST */,
  3642. 143 /* SXNetID */,
  3643. 458 /* UID */,
  3644. 0 /* UNDEF */,
  3645. 948 /* X25519 */,
  3646. 11 /* X500 */,
  3647. 378 /* X500algorithms */,
  3648. 12 /* X509 */,
  3649. 184 /* X9-57 */,
  3650. 185 /* X9cm */,
  3651. 125 /* ZLIB */,
  3652. 478 /* aRecord */,
  3653. 289 /* aaControls */,
  3654. 287 /* ac-auditEntity */,
  3655. 397 /* ac-proxying */,
  3656. 288 /* ac-targeting */,
  3657. 368 /* acceptableResponses */,
  3658. 446 /* account */,
  3659. 363 /* ad_timestamping */,
  3660. 376 /* algorithm */,
  3661. 405 /* ansi-X9-62 */,
  3662. 910 /* anyExtendedKeyUsage */,
  3663. 746 /* anyPolicy */,
  3664. 370 /* archiveCutoff */,
  3665. 484 /* associatedDomain */,
  3666. 485 /* associatedName */,
  3667. 501 /* audio */,
  3668. 177 /* authorityInfoAccess */,
  3669. 90 /* authorityKeyIdentifier */,
  3670. 882 /* authorityRevocationList */,
  3671. 87 /* basicConstraints */,
  3672. 365 /* basicOCSPResponse */,
  3673. 285 /* biometricInfo */,
  3674. 921 /* brainpoolP160r1 */,
  3675. 922 /* brainpoolP160t1 */,
  3676. 923 /* brainpoolP192r1 */,
  3677. 924 /* brainpoolP192t1 */,
  3678. 925 /* brainpoolP224r1 */,
  3679. 926 /* brainpoolP224t1 */,
  3680. 927 /* brainpoolP256r1 */,
  3681. 928 /* brainpoolP256t1 */,
  3682. 929 /* brainpoolP320r1 */,
  3683. 930 /* brainpoolP320t1 */,
  3684. 931 /* brainpoolP384r1 */,
  3685. 932 /* brainpoolP384t1 */,
  3686. 933 /* brainpoolP512r1 */,
  3687. 934 /* brainpoolP512t1 */,
  3688. 494 /* buildingName */,
  3689. 860 /* businessCategory */,
  3690. 691 /* c2onb191v4 */,
  3691. 692 /* c2onb191v5 */,
  3692. 697 /* c2onb239v4 */,
  3693. 698 /* c2onb239v5 */,
  3694. 684 /* c2pnb163v1 */,
  3695. 685 /* c2pnb163v2 */,
  3696. 686 /* c2pnb163v3 */,
  3697. 687 /* c2pnb176v1 */,
  3698. 693 /* c2pnb208w1 */,
  3699. 699 /* c2pnb272w1 */,
  3700. 700 /* c2pnb304w1 */,
  3701. 702 /* c2pnb368w1 */,
  3702. 688 /* c2tnb191v1 */,
  3703. 689 /* c2tnb191v2 */,
  3704. 690 /* c2tnb191v3 */,
  3705. 694 /* c2tnb239v1 */,
  3706. 695 /* c2tnb239v2 */,
  3707. 696 /* c2tnb239v3 */,
  3708. 701 /* c2tnb359v1 */,
  3709. 703 /* c2tnb431r1 */,
  3710. 881 /* cACertificate */,
  3711. 483 /* cNAMERecord */,
  3712. 179 /* caIssuers */,
  3713. 785 /* caRepository */,
  3714. 443 /* caseIgnoreIA5StringSyntax */,
  3715. 152 /* certBag */,
  3716. 677 /* certicom-arc */,
  3717. 771 /* certificateIssuer */,
  3718. 89 /* certificatePolicies */,
  3719. 883 /* certificateRevocationList */,
  3720. 54 /* challengePassword */,
  3721. 407 /* characteristic-two-field */,
  3722. 395 /* clearance */,
  3723. 130 /* clientAuth */,
  3724. 131 /* codeSigning */,
  3725. 50 /* contentType */,
  3726. 53 /* countersignature */,
  3727. 153 /* crlBag */,
  3728. 103 /* crlDistributionPoints */,
  3729. 88 /* crlNumber */,
  3730. 884 /* crossCertificatePair */,
  3731. 806 /* cryptocom */,
  3732. 805 /* cryptopro */,
  3733. 500 /* dITRedirect */,
  3734. 451 /* dNSDomain */,
  3735. 495 /* dSAQuality */,
  3736. 434 /* data */,
  3737. 390 /* dcobject */,
  3738. 140 /* deltaCRL */,
  3739. 891 /* deltaRevocationList */,
  3740. 107 /* description */,
  3741. 871 /* destinationIndicator */,
  3742. 947 /* dh-cofactor-kdf */,
  3743. 946 /* dh-std-kdf */,
  3744. 28 /* dhKeyAgreement */,
  3745. 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */,
  3746. 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */,
  3747. 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */,
  3748. 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */,
  3749. 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */,
  3750. 936 /* dhSinglePass-stdDH-sha1kdf-scheme */,
  3751. 937 /* dhSinglePass-stdDH-sha224kdf-scheme */,
  3752. 938 /* dhSinglePass-stdDH-sha256kdf-scheme */,
  3753. 939 /* dhSinglePass-stdDH-sha384kdf-scheme */,
  3754. 940 /* dhSinglePass-stdDH-sha512kdf-scheme */,
  3755. 920 /* dhpublicnumber */,
  3756. 382 /* directory */,
  3757. 887 /* distinguishedName */,
  3758. 892 /* dmdName */,
  3759. 174 /* dnQualifier */,
  3760. 447 /* document */,
  3761. 471 /* documentAuthor */,
  3762. 468 /* documentIdentifier */,
  3763. 472 /* documentLocation */,
  3764. 502 /* documentPublisher */,
  3765. 449 /* documentSeries */,
  3766. 469 /* documentTitle */,
  3767. 470 /* documentVersion */,
  3768. 392 /* domain */,
  3769. 452 /* domainRelatedObject */,
  3770. 802 /* dsa_with_SHA224 */,
  3771. 803 /* dsa_with_SHA256 */,
  3772. 791 /* ecdsa-with-Recommended */,
  3773. 416 /* ecdsa-with-SHA1 */,
  3774. 793 /* ecdsa-with-SHA224 */,
  3775. 794 /* ecdsa-with-SHA256 */,
  3776. 795 /* ecdsa-with-SHA384 */,
  3777. 796 /* ecdsa-with-SHA512 */,
  3778. 792 /* ecdsa-with-Specified */,
  3779. 48 /* emailAddress */,
  3780. 132 /* emailProtection */,
  3781. 885 /* enhancedSearchGuide */,
  3782. 389 /* enterprises */,
  3783. 384 /* experimental */,
  3784. 172 /* extReq */,
  3785. 56 /* extendedCertificateAttributes */,
  3786. 126 /* extendedKeyUsage */,
  3787. 372 /* extendedStatus */,
  3788. 867 /* facsimileTelephoneNumber */,
  3789. 462 /* favouriteDrink */,
  3790. 857 /* freshestCRL */,
  3791. 453 /* friendlyCountry */,
  3792. 490 /* friendlyCountryName */,
  3793. 156 /* friendlyName */,
  3794. 509 /* generationQualifier */,
  3795. 815 /* gost-mac */,
  3796. 811 /* gost2001 */,
  3797. 851 /* gost2001cc */,
  3798. 813 /* gost89 */,
  3799. 814 /* gost89-cnt */,
  3800. 812 /* gost94 */,
  3801. 850 /* gost94cc */,
  3802. 797 /* hmacWithMD5 */,
  3803. 163 /* hmacWithSHA1 */,
  3804. 798 /* hmacWithSHA224 */,
  3805. 799 /* hmacWithSHA256 */,
  3806. 800 /* hmacWithSHA384 */,
  3807. 801 /* hmacWithSHA512 */,
  3808. 432 /* holdInstructionCallIssuer */,
  3809. 430 /* holdInstructionCode */,
  3810. 431 /* holdInstructionNone */,
  3811. 433 /* holdInstructionReject */,
  3812. 486 /* homePostalAddress */,
  3813. 473 /* homeTelephoneNumber */,
  3814. 466 /* host */,
  3815. 889 /* houseIdentifier */,
  3816. 442 /* iA5StringSyntax */,
  3817. 783 /* id-DHBasedMac */,
  3818. 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */,
  3819. 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */,
  3820. 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */,
  3821. 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */,
  3822. 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */,
  3823. 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */,
  3824. 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */,
  3825. 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */,
  3826. 820 /* id-Gost28147-89-None-KeyMeshing */,
  3827. 823 /* id-Gost28147-89-TestParamSet */,
  3828. 849 /* id-Gost28147-89-cc */,
  3829. 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */,
  3830. 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */,
  3831. 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */,
  3832. 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */,
  3833. 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */,
  3834. 854 /* id-GostR3410-2001-ParamSet-cc */,
  3835. 839 /* id-GostR3410-2001-TestParamSet */,
  3836. 817 /* id-GostR3410-2001DH */,
  3837. 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */,
  3838. 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */,
  3839. 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */,
  3840. 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */,
  3841. 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */,
  3842. 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */,
  3843. 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */,
  3844. 831 /* id-GostR3410-94-TestParamSet */,
  3845. 845 /* id-GostR3410-94-a */,
  3846. 846 /* id-GostR3410-94-aBis */,
  3847. 847 /* id-GostR3410-94-b */,
  3848. 848 /* id-GostR3410-94-bBis */,
  3849. 818 /* id-GostR3410-94DH */,
  3850. 822 /* id-GostR3411-94-CryptoProParamSet */,
  3851. 821 /* id-GostR3411-94-TestParamSet */,
  3852. 807 /* id-GostR3411-94-with-GostR3410-2001 */,
  3853. 853 /* id-GostR3411-94-with-GostR3410-2001-cc */,
  3854. 808 /* id-GostR3411-94-with-GostR3410-94 */,
  3855. 852 /* id-GostR3411-94-with-GostR3410-94-cc */,
  3856. 810 /* id-HMACGostR3411-94 */,
  3857. 782 /* id-PasswordBasedMAC */,
  3858. 266 /* id-aca */,
  3859. 355 /* id-aca-accessIdentity */,
  3860. 354 /* id-aca-authenticationInfo */,
  3861. 356 /* id-aca-chargingIdentity */,
  3862. 399 /* id-aca-encAttrs */,
  3863. 357 /* id-aca-group */,
  3864. 358 /* id-aca-role */,
  3865. 176 /* id-ad */,
  3866. 896 /* id-aes128-CCM */,
  3867. 895 /* id-aes128-GCM */,
  3868. 788 /* id-aes128-wrap */,
  3869. 897 /* id-aes128-wrap-pad */,
  3870. 899 /* id-aes192-CCM */,
  3871. 898 /* id-aes192-GCM */,
  3872. 789 /* id-aes192-wrap */,
  3873. 900 /* id-aes192-wrap-pad */,
  3874. 902 /* id-aes256-CCM */,
  3875. 901 /* id-aes256-GCM */,
  3876. 790 /* id-aes256-wrap */,
  3877. 903 /* id-aes256-wrap-pad */,
  3878. 262 /* id-alg */,
  3879. 893 /* id-alg-PWRI-KEK */,
  3880. 323 /* id-alg-des40 */,
  3881. 326 /* id-alg-dh-pop */,
  3882. 325 /* id-alg-dh-sig-hmac-sha1 */,
  3883. 324 /* id-alg-noSignature */,
  3884. 907 /* id-camellia128-wrap */,
  3885. 908 /* id-camellia192-wrap */,
  3886. 909 /* id-camellia256-wrap */,
  3887. 268 /* id-cct */,
  3888. 361 /* id-cct-PKIData */,
  3889. 362 /* id-cct-PKIResponse */,
  3890. 360 /* id-cct-crs */,
  3891. 81 /* id-ce */,
  3892. 680 /* id-characteristic-two-basis */,
  3893. 263 /* id-cmc */,
  3894. 334 /* id-cmc-addExtensions */,
  3895. 346 /* id-cmc-confirmCertAcceptance */,
  3896. 330 /* id-cmc-dataReturn */,
  3897. 336 /* id-cmc-decryptedPOP */,
  3898. 335 /* id-cmc-encryptedPOP */,
  3899. 339 /* id-cmc-getCRL */,
  3900. 338 /* id-cmc-getCert */,
  3901. 328 /* id-cmc-identification */,
  3902. 329 /* id-cmc-identityProof */,
  3903. 337 /* id-cmc-lraPOPWitness */,
  3904. 344 /* id-cmc-popLinkRandom */,
  3905. 345 /* id-cmc-popLinkWitness */,
  3906. 343 /* id-cmc-queryPending */,
  3907. 333 /* id-cmc-recipientNonce */,
  3908. 341 /* id-cmc-regInfo */,
  3909. 342 /* id-cmc-responseInfo */,
  3910. 340 /* id-cmc-revokeRequest */,
  3911. 332 /* id-cmc-senderNonce */,
  3912. 327 /* id-cmc-statusInfo */,
  3913. 331 /* id-cmc-transactionId */,
  3914. 787 /* id-ct-asciiTextWithCRLF */,
  3915. 408 /* id-ecPublicKey */,
  3916. 508 /* id-hex-multipart-message */,
  3917. 507 /* id-hex-partial-message */,
  3918. 260 /* id-it */,
  3919. 302 /* id-it-caKeyUpdateInfo */,
  3920. 298 /* id-it-caProtEncCert */,
  3921. 311 /* id-it-confirmWaitTime */,
  3922. 303 /* id-it-currentCRL */,
  3923. 300 /* id-it-encKeyPairTypes */,
  3924. 310 /* id-it-implicitConfirm */,
  3925. 308 /* id-it-keyPairParamRep */,
  3926. 307 /* id-it-keyPairParamReq */,
  3927. 312 /* id-it-origPKIMessage */,
  3928. 301 /* id-it-preferredSymmAlg */,
  3929. 309 /* id-it-revPassphrase */,
  3930. 299 /* id-it-signKeyPairTypes */,
  3931. 305 /* id-it-subscriptionRequest */,
  3932. 306 /* id-it-subscriptionResponse */,
  3933. 784 /* id-it-suppLangTags */,
  3934. 304 /* id-it-unsupportedOIDs */,
  3935. 128 /* id-kp */,
  3936. 280 /* id-mod-attribute-cert */,
  3937. 274 /* id-mod-cmc */,
  3938. 277 /* id-mod-cmp */,
  3939. 284 /* id-mod-cmp2000 */,
  3940. 273 /* id-mod-crmf */,
  3941. 283 /* id-mod-dvcs */,
  3942. 275 /* id-mod-kea-profile-88 */,
  3943. 276 /* id-mod-kea-profile-93 */,
  3944. 282 /* id-mod-ocsp */,
  3945. 278 /* id-mod-qualified-cert-88 */,
  3946. 279 /* id-mod-qualified-cert-93 */,
  3947. 281 /* id-mod-timestamp-protocol */,
  3948. 264 /* id-on */,
  3949. 858 /* id-on-permanentIdentifier */,
  3950. 347 /* id-on-personalData */,
  3951. 265 /* id-pda */,
  3952. 352 /* id-pda-countryOfCitizenship */,
  3953. 353 /* id-pda-countryOfResidence */,
  3954. 348 /* id-pda-dateOfBirth */,
  3955. 351 /* id-pda-gender */,
  3956. 349 /* id-pda-placeOfBirth */,
  3957. 175 /* id-pe */,
  3958. 261 /* id-pkip */,
  3959. 258 /* id-pkix-mod */,
  3960. 269 /* id-pkix1-explicit-88 */,
  3961. 271 /* id-pkix1-explicit-93 */,
  3962. 270 /* id-pkix1-implicit-88 */,
  3963. 272 /* id-pkix1-implicit-93 */,
  3964. 662 /* id-ppl */,
  3965. 664 /* id-ppl-anyLanguage */,
  3966. 667 /* id-ppl-independent */,
  3967. 665 /* id-ppl-inheritAll */,
  3968. 267 /* id-qcs */,
  3969. 359 /* id-qcs-pkixQCSyntax-v1 */,
  3970. 259 /* id-qt */,
  3971. 164 /* id-qt-cps */,
  3972. 165 /* id-qt-unotice */,
  3973. 313 /* id-regCtrl */,
  3974. 316 /* id-regCtrl-authenticator */,
  3975. 319 /* id-regCtrl-oldCertID */,
  3976. 318 /* id-regCtrl-pkiArchiveOptions */,
  3977. 317 /* id-regCtrl-pkiPublicationInfo */,
  3978. 320 /* id-regCtrl-protocolEncrKey */,
  3979. 315 /* id-regCtrl-regToken */,
  3980. 314 /* id-regInfo */,
  3981. 322 /* id-regInfo-certReq */,
  3982. 321 /* id-regInfo-utf8Pairs */,
  3983. 512 /* id-set */,
  3984. 191 /* id-smime-aa */,
  3985. 215 /* id-smime-aa-contentHint */,
  3986. 218 /* id-smime-aa-contentIdentifier */,
  3987. 221 /* id-smime-aa-contentReference */,
  3988. 240 /* id-smime-aa-dvcs-dvc */,
  3989. 217 /* id-smime-aa-encapContentType */,
  3990. 222 /* id-smime-aa-encrypKeyPref */,
  3991. 220 /* id-smime-aa-equivalentLabels */,
  3992. 232 /* id-smime-aa-ets-CertificateRefs */,
  3993. 233 /* id-smime-aa-ets-RevocationRefs */,
  3994. 238 /* id-smime-aa-ets-archiveTimeStamp */,
  3995. 237 /* id-smime-aa-ets-certCRLTimestamp */,
  3996. 234 /* id-smime-aa-ets-certValues */,
  3997. 227 /* id-smime-aa-ets-commitmentType */,
  3998. 231 /* id-smime-aa-ets-contentTimestamp */,
  3999. 236 /* id-smime-aa-ets-escTimeStamp */,
  4000. 230 /* id-smime-aa-ets-otherSigCert */,
  4001. 235 /* id-smime-aa-ets-revocationValues */,
  4002. 226 /* id-smime-aa-ets-sigPolicyId */,
  4003. 229 /* id-smime-aa-ets-signerAttr */,
  4004. 228 /* id-smime-aa-ets-signerLocation */,
  4005. 219 /* id-smime-aa-macValue */,
  4006. 214 /* id-smime-aa-mlExpandHistory */,
  4007. 216 /* id-smime-aa-msgSigDigest */,
  4008. 212 /* id-smime-aa-receiptRequest */,
  4009. 213 /* id-smime-aa-securityLabel */,
  4010. 239 /* id-smime-aa-signatureType */,
  4011. 223 /* id-smime-aa-signingCertificate */,
  4012. 224 /* id-smime-aa-smimeEncryptCerts */,
  4013. 225 /* id-smime-aa-timeStampToken */,
  4014. 192 /* id-smime-alg */,
  4015. 243 /* id-smime-alg-3DESwrap */,
  4016. 246 /* id-smime-alg-CMS3DESwrap */,
  4017. 247 /* id-smime-alg-CMSRC2wrap */,
  4018. 245 /* id-smime-alg-ESDH */,
  4019. 241 /* id-smime-alg-ESDHwith3DES */,
  4020. 242 /* id-smime-alg-ESDHwithRC2 */,
  4021. 244 /* id-smime-alg-RC2wrap */,
  4022. 193 /* id-smime-cd */,
  4023. 248 /* id-smime-cd-ldap */,
  4024. 190 /* id-smime-ct */,
  4025. 210 /* id-smime-ct-DVCSRequestData */,
  4026. 211 /* id-smime-ct-DVCSResponseData */,
  4027. 208 /* id-smime-ct-TDTInfo */,
  4028. 207 /* id-smime-ct-TSTInfo */,
  4029. 205 /* id-smime-ct-authData */,
  4030. 786 /* id-smime-ct-compressedData */,
  4031. 209 /* id-smime-ct-contentInfo */,
  4032. 206 /* id-smime-ct-publishCert */,
  4033. 204 /* id-smime-ct-receipt */,
  4034. 195 /* id-smime-cti */,
  4035. 255 /* id-smime-cti-ets-proofOfApproval */,
  4036. 256 /* id-smime-cti-ets-proofOfCreation */,
  4037. 253 /* id-smime-cti-ets-proofOfDelivery */,
  4038. 251 /* id-smime-cti-ets-proofOfOrigin */,
  4039. 252 /* id-smime-cti-ets-proofOfReceipt */,
  4040. 254 /* id-smime-cti-ets-proofOfSender */,
  4041. 189 /* id-smime-mod */,
  4042. 196 /* id-smime-mod-cms */,
  4043. 197 /* id-smime-mod-ess */,
  4044. 202 /* id-smime-mod-ets-eSigPolicy-88 */,
  4045. 203 /* id-smime-mod-ets-eSigPolicy-97 */,
  4046. 200 /* id-smime-mod-ets-eSignature-88 */,
  4047. 201 /* id-smime-mod-ets-eSignature-97 */,
  4048. 199 /* id-smime-mod-msg-v3 */,
  4049. 198 /* id-smime-mod-oid */,
  4050. 194 /* id-smime-spq */,
  4051. 250 /* id-smime-spq-ets-sqt-unotice */,
  4052. 249 /* id-smime-spq-ets-sqt-uri */,
  4053. 676 /* identified-organization */,
  4054. 461 /* info */,
  4055. 748 /* inhibitAnyPolicy */,
  4056. 101 /* initials */,
  4057. 647 /* international-organizations */,
  4058. 869 /* internationaliSDNNumber */,
  4059. 142 /* invalidityDate */,
  4060. 294 /* ipsecEndSystem */,
  4061. 295 /* ipsecTunnel */,
  4062. 296 /* ipsecUser */,
  4063. 86 /* issuerAltName */,
  4064. 770 /* issuingDistributionPoint */,
  4065. 492 /* janetMailbox */,
  4066. 150 /* keyBag */,
  4067. 83 /* keyUsage */,
  4068. 477 /* lastModifiedBy */,
  4069. 476 /* lastModifiedTime */,
  4070. 157 /* localKeyID */,
  4071. 480 /* mXRecord */,
  4072. 460 /* mail */,
  4073. 493 /* mailPreferenceOption */,
  4074. 467 /* manager */,
  4075. 809 /* md_gost94 */,
  4076. 875 /* member */,
  4077. 182 /* member-body */,
  4078. 51 /* messageDigest */,
  4079. 383 /* mgmt */,
  4080. 504 /* mime-mhs */,
  4081. 506 /* mime-mhs-bodies */,
  4082. 505 /* mime-mhs-headings */,
  4083. 488 /* mobileTelephoneNumber */,
  4084. 136 /* msCTLSign */,
  4085. 135 /* msCodeCom */,
  4086. 134 /* msCodeInd */,
  4087. 138 /* msEFS */,
  4088. 171 /* msExtReq */,
  4089. 137 /* msSGC */,
  4090. 648 /* msSmartcardLogin */,
  4091. 649 /* msUPN */,
  4092. 481 /* nSRecord */,
  4093. 173 /* name */,
  4094. 666 /* nameConstraints */,
  4095. 369 /* noCheck */,
  4096. 403 /* noRevAvail */,
  4097. 72 /* nsBaseUrl */,
  4098. 76 /* nsCaPolicyUrl */,
  4099. 74 /* nsCaRevocationUrl */,
  4100. 58 /* nsCertExt */,
  4101. 79 /* nsCertSequence */,
  4102. 71 /* nsCertType */,
  4103. 78 /* nsComment */,
  4104. 59 /* nsDataType */,
  4105. 75 /* nsRenewalUrl */,
  4106. 73 /* nsRevocationUrl */,
  4107. 139 /* nsSGC */,
  4108. 77 /* nsSslServerName */,
  4109. 681 /* onBasis */,
  4110. 491 /* organizationalStatus */,
  4111. 475 /* otherMailbox */,
  4112. 876 /* owner */,
  4113. 489 /* pagerTelephoneNumber */,
  4114. 374 /* path */,
  4115. 112 /* pbeWithMD5AndCast5CBC */,
  4116. 499 /* personalSignature */,
  4117. 487 /* personalTitle */,
  4118. 464 /* photo */,
  4119. 863 /* physicalDeliveryOfficeName */,
  4120. 437 /* pilot */,
  4121. 439 /* pilotAttributeSyntax */,
  4122. 438 /* pilotAttributeType */,
  4123. 479 /* pilotAttributeType27 */,
  4124. 456 /* pilotDSA */,
  4125. 441 /* pilotGroups */,
  4126. 444 /* pilotObject */,
  4127. 440 /* pilotObjectClass */,
  4128. 455 /* pilotOrganization */,
  4129. 445 /* pilotPerson */,
  4130. 2 /* pkcs */,
  4131. 186 /* pkcs1 */,
  4132. 27 /* pkcs3 */,
  4133. 187 /* pkcs5 */,
  4134. 20 /* pkcs7 */,
  4135. 21 /* pkcs7-data */,
  4136. 25 /* pkcs7-digestData */,
  4137. 26 /* pkcs7-encryptedData */,
  4138. 23 /* pkcs7-envelopedData */,
  4139. 24 /* pkcs7-signedAndEnvelopedData */,
  4140. 22 /* pkcs7-signedData */,
  4141. 151 /* pkcs8ShroudedKeyBag */,
  4142. 47 /* pkcs9 */,
  4143. 401 /* policyConstraints */,
  4144. 747 /* policyMappings */,
  4145. 862 /* postOfficeBox */,
  4146. 861 /* postalAddress */,
  4147. 661 /* postalCode */,
  4148. 683 /* ppBasis */,
  4149. 872 /* preferredDeliveryMethod */,
  4150. 873 /* presentationAddress */,
  4151. 816 /* prf-gostr3411-94 */,
  4152. 406 /* prime-field */,
  4153. 409 /* prime192v1 */,
  4154. 410 /* prime192v2 */,
  4155. 411 /* prime192v3 */,
  4156. 412 /* prime239v1 */,
  4157. 413 /* prime239v2 */,
  4158. 414 /* prime239v3 */,
  4159. 415 /* prime256v1 */,
  4160. 385 /* private */,
  4161. 84 /* privateKeyUsagePeriod */,
  4162. 886 /* protocolInformation */,
  4163. 663 /* proxyCertInfo */,
  4164. 510 /* pseudonym */,
  4165. 435 /* pss */,
  4166. 286 /* qcStatements */,
  4167. 457 /* qualityLabelledData */,
  4168. 450 /* rFC822localPart */,
  4169. 870 /* registeredAddress */,
  4170. 400 /* role */,
  4171. 877 /* roleOccupant */,
  4172. 448 /* room */,
  4173. 463 /* roomNumber */,
  4174. 6 /* rsaEncryption */,
  4175. 644 /* rsaOAEPEncryptionSET */,
  4176. 377 /* rsaSignature */,
  4177. 1 /* rsadsi */,
  4178. 482 /* sOARecord */,
  4179. 155 /* safeContentsBag */,
  4180. 291 /* sbgp-autonomousSysNum */,
  4181. 290 /* sbgp-ipAddrBlock */,
  4182. 292 /* sbgp-routerIdentifier */,
  4183. 159 /* sdsiCertificate */,
  4184. 859 /* searchGuide */,
  4185. 704 /* secp112r1 */,
  4186. 705 /* secp112r2 */,
  4187. 706 /* secp128r1 */,
  4188. 707 /* secp128r2 */,
  4189. 708 /* secp160k1 */,
  4190. 709 /* secp160r1 */,
  4191. 710 /* secp160r2 */,
  4192. 711 /* secp192k1 */,
  4193. 712 /* secp224k1 */,
  4194. 713 /* secp224r1 */,
  4195. 714 /* secp256k1 */,
  4196. 715 /* secp384r1 */,
  4197. 716 /* secp521r1 */,
  4198. 154 /* secretBag */,
  4199. 474 /* secretary */,
  4200. 717 /* sect113r1 */,
  4201. 718 /* sect113r2 */,
  4202. 719 /* sect131r1 */,
  4203. 720 /* sect131r2 */,
  4204. 721 /* sect163k1 */,
  4205. 722 /* sect163r1 */,
  4206. 723 /* sect163r2 */,
  4207. 724 /* sect193r1 */,
  4208. 725 /* sect193r2 */,
  4209. 726 /* sect233k1 */,
  4210. 727 /* sect233r1 */,
  4211. 728 /* sect239k1 */,
  4212. 729 /* sect283k1 */,
  4213. 730 /* sect283r1 */,
  4214. 731 /* sect409k1 */,
  4215. 732 /* sect409r1 */,
  4216. 733 /* sect571k1 */,
  4217. 734 /* sect571r1 */,
  4218. 386 /* security */,
  4219. 878 /* seeAlso */,
  4220. 394 /* selected-attribute-types */,
  4221. 105 /* serialNumber */,
  4222. 129 /* serverAuth */,
  4223. 371 /* serviceLocator */,
  4224. 625 /* set-addPolicy */,
  4225. 515 /* set-attr */,
  4226. 518 /* set-brand */,
  4227. 638 /* set-brand-AmericanExpress */,
  4228. 637 /* set-brand-Diners */,
  4229. 636 /* set-brand-IATA-ATA */,
  4230. 639 /* set-brand-JCB */,
  4231. 641 /* set-brand-MasterCard */,
  4232. 642 /* set-brand-Novus */,
  4233. 640 /* set-brand-Visa */,
  4234. 517 /* set-certExt */,
  4235. 513 /* set-ctype */,
  4236. 514 /* set-msgExt */,
  4237. 516 /* set-policy */,
  4238. 607 /* set-policy-root */,
  4239. 624 /* set-rootKeyThumb */,
  4240. 620 /* setAttr-Cert */,
  4241. 631 /* setAttr-GenCryptgrm */,
  4242. 623 /* setAttr-IssCap */,
  4243. 628 /* setAttr-IssCap-CVM */,
  4244. 630 /* setAttr-IssCap-Sig */,
  4245. 629 /* setAttr-IssCap-T2 */,
  4246. 621 /* setAttr-PGWYcap */,
  4247. 635 /* setAttr-SecDevSig */,
  4248. 632 /* setAttr-T2Enc */,
  4249. 633 /* setAttr-T2cleartxt */,
  4250. 634 /* setAttr-TokICCsig */,
  4251. 627 /* setAttr-Token-B0Prime */,
  4252. 626 /* setAttr-Token-EMV */,
  4253. 622 /* setAttr-TokenType */,
  4254. 619 /* setCext-IssuerCapabilities */,
  4255. 615 /* setCext-PGWYcapabilities */,
  4256. 616 /* setCext-TokenIdentifier */,
  4257. 618 /* setCext-TokenType */,
  4258. 617 /* setCext-Track2Data */,
  4259. 611 /* setCext-cCertRequired */,
  4260. 609 /* setCext-certType */,
  4261. 608 /* setCext-hashedRoot */,
  4262. 610 /* setCext-merchData */,
  4263. 613 /* setCext-setExt */,
  4264. 614 /* setCext-setQualf */,
  4265. 612 /* setCext-tunneling */,
  4266. 540 /* setct-AcqCardCodeMsg */,
  4267. 576 /* setct-AcqCardCodeMsgTBE */,
  4268. 570 /* setct-AuthReqTBE */,
  4269. 534 /* setct-AuthReqTBS */,
  4270. 527 /* setct-AuthResBaggage */,
  4271. 571 /* setct-AuthResTBE */,
  4272. 572 /* setct-AuthResTBEX */,
  4273. 535 /* setct-AuthResTBS */,
  4274. 536 /* setct-AuthResTBSX */,
  4275. 528 /* setct-AuthRevReqBaggage */,
  4276. 577 /* setct-AuthRevReqTBE */,
  4277. 541 /* setct-AuthRevReqTBS */,
  4278. 529 /* setct-AuthRevResBaggage */,
  4279. 542 /* setct-AuthRevResData */,
  4280. 578 /* setct-AuthRevResTBE */,
  4281. 579 /* setct-AuthRevResTBEB */,
  4282. 543 /* setct-AuthRevResTBS */,
  4283. 573 /* setct-AuthTokenTBE */,
  4284. 537 /* setct-AuthTokenTBS */,
  4285. 600 /* setct-BCIDistributionTBS */,
  4286. 558 /* setct-BatchAdminReqData */,
  4287. 592 /* setct-BatchAdminReqTBE */,
  4288. 559 /* setct-BatchAdminResData */,
  4289. 593 /* setct-BatchAdminResTBE */,
  4290. 599 /* setct-CRLNotificationResTBS */,
  4291. 598 /* setct-CRLNotificationTBS */,
  4292. 580 /* setct-CapReqTBE */,
  4293. 581 /* setct-CapReqTBEX */,
  4294. 544 /* setct-CapReqTBS */,
  4295. 545 /* setct-CapReqTBSX */,
  4296. 546 /* setct-CapResData */,
  4297. 582 /* setct-CapResTBE */,
  4298. 583 /* setct-CapRevReqTBE */,
  4299. 584 /* setct-CapRevReqTBEX */,
  4300. 547 /* setct-CapRevReqTBS */,
  4301. 548 /* setct-CapRevReqTBSX */,
  4302. 549 /* setct-CapRevResData */,
  4303. 585 /* setct-CapRevResTBE */,
  4304. 538 /* setct-CapTokenData */,
  4305. 530 /* setct-CapTokenSeq */,
  4306. 574 /* setct-CapTokenTBE */,
  4307. 575 /* setct-CapTokenTBEX */,
  4308. 539 /* setct-CapTokenTBS */,
  4309. 560 /* setct-CardCInitResTBS */,
  4310. 566 /* setct-CertInqReqTBS */,
  4311. 563 /* setct-CertReqData */,
  4312. 595 /* setct-CertReqTBE */,
  4313. 596 /* setct-CertReqTBEX */,
  4314. 564 /* setct-CertReqTBS */,
  4315. 565 /* setct-CertResData */,
  4316. 597 /* setct-CertResTBE */,
  4317. 586 /* setct-CredReqTBE */,
  4318. 587 /* setct-CredReqTBEX */,
  4319. 550 /* setct-CredReqTBS */,
  4320. 551 /* setct-CredReqTBSX */,
  4321. 552 /* setct-CredResData */,
  4322. 588 /* setct-CredResTBE */,
  4323. 589 /* setct-CredRevReqTBE */,
  4324. 590 /* setct-CredRevReqTBEX */,
  4325. 553 /* setct-CredRevReqTBS */,
  4326. 554 /* setct-CredRevReqTBSX */,
  4327. 555 /* setct-CredRevResData */,
  4328. 591 /* setct-CredRevResTBE */,
  4329. 567 /* setct-ErrorTBS */,
  4330. 526 /* setct-HODInput */,
  4331. 561 /* setct-MeAqCInitResTBS */,
  4332. 522 /* setct-OIData */,
  4333. 519 /* setct-PANData */,
  4334. 521 /* setct-PANOnly */,
  4335. 520 /* setct-PANToken */,
  4336. 556 /* setct-PCertReqData */,
  4337. 557 /* setct-PCertResTBS */,
  4338. 523 /* setct-PI */,
  4339. 532 /* setct-PI-TBS */,
  4340. 524 /* setct-PIData */,
  4341. 525 /* setct-PIDataUnsigned */,
  4342. 568 /* setct-PIDualSignedTBE */,
  4343. 569 /* setct-PIUnsignedTBE */,
  4344. 531 /* setct-PInitResData */,
  4345. 533 /* setct-PResData */,
  4346. 594 /* setct-RegFormReqTBE */,
  4347. 562 /* setct-RegFormResTBS */,
  4348. 606 /* setext-cv */,
  4349. 601 /* setext-genCrypt */,
  4350. 602 /* setext-miAuth */,
  4351. 604 /* setext-pinAny */,
  4352. 603 /* setext-pinSecure */,
  4353. 605 /* setext-track2 */,
  4354. 52 /* signingTime */,
  4355. 454 /* simpleSecurityObject */,
  4356. 496 /* singleLevelQuality */,
  4357. 387 /* snmpv2 */,
  4358. 660 /* street */,
  4359. 85 /* subjectAltName */,
  4360. 769 /* subjectDirectoryAttributes */,
  4361. 398 /* subjectInfoAccess */,
  4362. 82 /* subjectKeyIdentifier */,
  4363. 498 /* subtreeMaximumQuality */,
  4364. 497 /* subtreeMinimumQuality */,
  4365. 890 /* supportedAlgorithms */,
  4366. 874 /* supportedApplicationContext */,
  4367. 402 /* targetInformation */,
  4368. 864 /* telephoneNumber */,
  4369. 866 /* teletexTerminalIdentifier */,
  4370. 865 /* telexNumber */,
  4371. 459 /* textEncodedORAddress */,
  4372. 293 /* textNotice */,
  4373. 133 /* timeStamping */,
  4374. 106 /* title */,
  4375. 682 /* tpBasis */,
  4376. 375 /* trustRoot */,
  4377. 436 /* ucl */,
  4378. 888 /* uniqueMember */,
  4379. 55 /* unstructuredAddress */,
  4380. 49 /* unstructuredName */,
  4381. 880 /* userCertificate */,
  4382. 465 /* userClass */,
  4383. 879 /* userPassword */,
  4384. 373 /* valid */,
  4385. 678 /* wap */,
  4386. 679 /* wap-wsg */,
  4387. 735 /* wap-wsg-idm-ecid-wtls1 */,
  4388. 743 /* wap-wsg-idm-ecid-wtls10 */,
  4389. 744 /* wap-wsg-idm-ecid-wtls11 */,
  4390. 745 /* wap-wsg-idm-ecid-wtls12 */,
  4391. 736 /* wap-wsg-idm-ecid-wtls3 */,
  4392. 737 /* wap-wsg-idm-ecid-wtls4 */,
  4393. 738 /* wap-wsg-idm-ecid-wtls5 */,
  4394. 739 /* wap-wsg-idm-ecid-wtls6 */,
  4395. 740 /* wap-wsg-idm-ecid-wtls7 */,
  4396. 741 /* wap-wsg-idm-ecid-wtls8 */,
  4397. 742 /* wap-wsg-idm-ecid-wtls9 */,
  4398. 804 /* whirlpool */,
  4399. 868 /* x121Address */,
  4400. 503 /* x500UniqueIdentifier */,
  4401. 158 /* x509Certificate */,
  4402. 160 /* x509Crl */,
  4403. };
  4404. static const unsigned kNIDsInLongNameOrder[] = {
  4405. 363 /* AD Time Stamping */,
  4406. 405 /* ANSI X9.62 */,
  4407. 368 /* Acceptable OCSP Responses */,
  4408. 910 /* Any Extended Key Usage */,
  4409. 664 /* Any language */,
  4410. 177 /* Authority Information Access */,
  4411. 365 /* Basic OCSP Response */,
  4412. 285 /* Biometric Info */,
  4413. 179 /* CA Issuers */,
  4414. 785 /* CA Repository */,
  4415. 131 /* Code Signing */,
  4416. 783 /* Diffie-Hellman based MAC */,
  4417. 382 /* Directory */,
  4418. 392 /* Domain */,
  4419. 132 /* E-mail Protection */,
  4420. 949 /* ED25519 */,
  4421. 389 /* Enterprises */,
  4422. 384 /* Experimental */,
  4423. 372 /* Extended OCSP Status */,
  4424. 172 /* Extension Request */,
  4425. 813 /* GOST 28147-89 */,
  4426. 849 /* GOST 28147-89 Cryptocom ParamSet */,
  4427. 815 /* GOST 28147-89 MAC */,
  4428. 851 /* GOST 34.10-2001 Cryptocom */,
  4429. 850 /* GOST 34.10-94 Cryptocom */,
  4430. 811 /* GOST R 34.10-2001 */,
  4431. 817 /* GOST R 34.10-2001 DH */,
  4432. 812 /* GOST R 34.10-94 */,
  4433. 818 /* GOST R 34.10-94 DH */,
  4434. 809 /* GOST R 34.11-94 */,
  4435. 816 /* GOST R 34.11-94 PRF */,
  4436. 807 /* GOST R 34.11-94 with GOST R 34.10-2001 */,
  4437. 853 /* GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom */,
  4438. 808 /* GOST R 34.11-94 with GOST R 34.10-94 */,
  4439. 852 /* GOST R 34.11-94 with GOST R 34.10-94 Cryptocom */,
  4440. 854 /* GOST R 3410-2001 Parameter Set Cryptocom */,
  4441. 810 /* HMAC GOST 34.11-94 */,
  4442. 432 /* Hold Instruction Call Issuer */,
  4443. 430 /* Hold Instruction Code */,
  4444. 431 /* Hold Instruction None */,
  4445. 433 /* Hold Instruction Reject */,
  4446. 634 /* ICC or token signature */,
  4447. 294 /* IPSec End System */,
  4448. 295 /* IPSec Tunnel */,
  4449. 296 /* IPSec User */,
  4450. 182 /* ISO Member Body */,
  4451. 183 /* ISO US Member Body */,
  4452. 667 /* Independent */,
  4453. 665 /* Inherit all */,
  4454. 647 /* International Organizations */,
  4455. 142 /* Invalidity Date */,
  4456. 504 /* MIME MHS */,
  4457. 388 /* Mail */,
  4458. 383 /* Management */,
  4459. 417 /* Microsoft CSP Name */,
  4460. 135 /* Microsoft Commercial Code Signing */,
  4461. 138 /* Microsoft Encrypted File System */,
  4462. 171 /* Microsoft Extension Request */,
  4463. 134 /* Microsoft Individual Code Signing */,
  4464. 856 /* Microsoft Local Key set */,
  4465. 137 /* Microsoft Server Gated Crypto */,
  4466. 648 /* Microsoft Smartcardlogin */,
  4467. 136 /* Microsoft Trust List Signing */,
  4468. 649 /* Microsoft Universal Principal Name */,
  4469. 72 /* Netscape Base Url */,
  4470. 76 /* Netscape CA Policy Url */,
  4471. 74 /* Netscape CA Revocation Url */,
  4472. 71 /* Netscape Cert Type */,
  4473. 58 /* Netscape Certificate Extension */,
  4474. 79 /* Netscape Certificate Sequence */,
  4475. 78 /* Netscape Comment */,
  4476. 57 /* Netscape Communications Corp. */,
  4477. 59 /* Netscape Data Type */,
  4478. 75 /* Netscape Renewal Url */,
  4479. 73 /* Netscape Revocation Url */,
  4480. 77 /* Netscape SSL Server Name */,
  4481. 139 /* Netscape Server Gated Crypto */,
  4482. 178 /* OCSP */,
  4483. 370 /* OCSP Archive Cutoff */,
  4484. 367 /* OCSP CRL ID */,
  4485. 369 /* OCSP No Check */,
  4486. 366 /* OCSP Nonce */,
  4487. 371 /* OCSP Service Locator */,
  4488. 180 /* OCSP Signing */,
  4489. 161 /* PBES2 */,
  4490. 69 /* PBKDF2 */,
  4491. 162 /* PBMAC1 */,
  4492. 127 /* PKIX */,
  4493. 858 /* Permanent Identifier */,
  4494. 164 /* Policy Qualifier CPS */,
  4495. 165 /* Policy Qualifier User Notice */,
  4496. 385 /* Private */,
  4497. 663 /* Proxy Certificate Information */,
  4498. 1 /* RSA Data Security, Inc. */,
  4499. 2 /* RSA Data Security, Inc. PKCS */,
  4500. 188 /* S/MIME */,
  4501. 167 /* S/MIME Capabilities */,
  4502. 387 /* SNMPv2 */,
  4503. 512 /* Secure Electronic Transactions */,
  4504. 386 /* Security */,
  4505. 394 /* Selected Attribute Types */,
  4506. 143 /* Strong Extranet ID */,
  4507. 398 /* Subject Information Access */,
  4508. 130 /* TLS Web Client Authentication */,
  4509. 129 /* TLS Web Server Authentication */,
  4510. 133 /* Time Stamping */,
  4511. 375 /* Trust Root */,
  4512. 948 /* X25519 */,
  4513. 12 /* X509 */,
  4514. 402 /* X509v3 AC Targeting */,
  4515. 746 /* X509v3 Any Policy */,
  4516. 90 /* X509v3 Authority Key Identifier */,
  4517. 87 /* X509v3 Basic Constraints */,
  4518. 103 /* X509v3 CRL Distribution Points */,
  4519. 88 /* X509v3 CRL Number */,
  4520. 141 /* X509v3 CRL Reason Code */,
  4521. 771 /* X509v3 Certificate Issuer */,
  4522. 89 /* X509v3 Certificate Policies */,
  4523. 140 /* X509v3 Delta CRL Indicator */,
  4524. 126 /* X509v3 Extended Key Usage */,
  4525. 857 /* X509v3 Freshest CRL */,
  4526. 748 /* X509v3 Inhibit Any Policy */,
  4527. 86 /* X509v3 Issuer Alternative Name */,
  4528. 770 /* X509v3 Issuing Distribution Point */,
  4529. 83 /* X509v3 Key Usage */,
  4530. 666 /* X509v3 Name Constraints */,
  4531. 403 /* X509v3 No Revocation Available */,
  4532. 401 /* X509v3 Policy Constraints */,
  4533. 747 /* X509v3 Policy Mappings */,
  4534. 84 /* X509v3 Private Key Usage Period */,
  4535. 85 /* X509v3 Subject Alternative Name */,
  4536. 769 /* X509v3 Subject Directory Attributes */,
  4537. 82 /* X509v3 Subject Key Identifier */,
  4538. 920 /* X9.42 DH */,
  4539. 184 /* X9.57 */,
  4540. 185 /* X9.57 CM ? */,
  4541. 478 /* aRecord */,
  4542. 289 /* aaControls */,
  4543. 287 /* ac-auditEntity */,
  4544. 397 /* ac-proxying */,
  4545. 288 /* ac-targeting */,
  4546. 446 /* account */,
  4547. 364 /* ad dvcs */,
  4548. 606 /* additional verification */,
  4549. 419 /* aes-128-cbc */,
  4550. 916 /* aes-128-cbc-hmac-sha1 */,
  4551. 896 /* aes-128-ccm */,
  4552. 421 /* aes-128-cfb */,
  4553. 650 /* aes-128-cfb1 */,
  4554. 653 /* aes-128-cfb8 */,
  4555. 904 /* aes-128-ctr */,
  4556. 418 /* aes-128-ecb */,
  4557. 895 /* aes-128-gcm */,
  4558. 420 /* aes-128-ofb */,
  4559. 913 /* aes-128-xts */,
  4560. 423 /* aes-192-cbc */,
  4561. 917 /* aes-192-cbc-hmac-sha1 */,
  4562. 899 /* aes-192-ccm */,
  4563. 425 /* aes-192-cfb */,
  4564. 651 /* aes-192-cfb1 */,
  4565. 654 /* aes-192-cfb8 */,
  4566. 905 /* aes-192-ctr */,
  4567. 422 /* aes-192-ecb */,
  4568. 898 /* aes-192-gcm */,
  4569. 424 /* aes-192-ofb */,
  4570. 427 /* aes-256-cbc */,
  4571. 918 /* aes-256-cbc-hmac-sha1 */,
  4572. 902 /* aes-256-ccm */,
  4573. 429 /* aes-256-cfb */,
  4574. 652 /* aes-256-cfb1 */,
  4575. 655 /* aes-256-cfb8 */,
  4576. 906 /* aes-256-ctr */,
  4577. 426 /* aes-256-ecb */,
  4578. 901 /* aes-256-gcm */,
  4579. 428 /* aes-256-ofb */,
  4580. 914 /* aes-256-xts */,
  4581. 376 /* algorithm */,
  4582. 484 /* associatedDomain */,
  4583. 485 /* associatedName */,
  4584. 501 /* audio */,
  4585. 958 /* auth-any */,
  4586. 955 /* auth-ecdsa */,
  4587. 956 /* auth-psk */,
  4588. 954 /* auth-rsa */,
  4589. 882 /* authorityRevocationList */,
  4590. 91 /* bf-cbc */,
  4591. 93 /* bf-cfb */,
  4592. 92 /* bf-ecb */,
  4593. 94 /* bf-ofb */,
  4594. 921 /* brainpoolP160r1 */,
  4595. 922 /* brainpoolP160t1 */,
  4596. 923 /* brainpoolP192r1 */,
  4597. 924 /* brainpoolP192t1 */,
  4598. 925 /* brainpoolP224r1 */,
  4599. 926 /* brainpoolP224t1 */,
  4600. 927 /* brainpoolP256r1 */,
  4601. 928 /* brainpoolP256t1 */,
  4602. 929 /* brainpoolP320r1 */,
  4603. 930 /* brainpoolP320t1 */,
  4604. 931 /* brainpoolP384r1 */,
  4605. 932 /* brainpoolP384t1 */,
  4606. 933 /* brainpoolP512r1 */,
  4607. 934 /* brainpoolP512t1 */,
  4608. 494 /* buildingName */,
  4609. 860 /* businessCategory */,
  4610. 691 /* c2onb191v4 */,
  4611. 692 /* c2onb191v5 */,
  4612. 697 /* c2onb239v4 */,
  4613. 698 /* c2onb239v5 */,
  4614. 684 /* c2pnb163v1 */,
  4615. 685 /* c2pnb163v2 */,
  4616. 686 /* c2pnb163v3 */,
  4617. 687 /* c2pnb176v1 */,
  4618. 693 /* c2pnb208w1 */,
  4619. 699 /* c2pnb272w1 */,
  4620. 700 /* c2pnb304w1 */,
  4621. 702 /* c2pnb368w1 */,
  4622. 688 /* c2tnb191v1 */,
  4623. 689 /* c2tnb191v2 */,
  4624. 690 /* c2tnb191v3 */,
  4625. 694 /* c2tnb239v1 */,
  4626. 695 /* c2tnb239v2 */,
  4627. 696 /* c2tnb239v3 */,
  4628. 701 /* c2tnb359v1 */,
  4629. 703 /* c2tnb431r1 */,
  4630. 881 /* cACertificate */,
  4631. 483 /* cNAMERecord */,
  4632. 751 /* camellia-128-cbc */,
  4633. 757 /* camellia-128-cfb */,
  4634. 760 /* camellia-128-cfb1 */,
  4635. 763 /* camellia-128-cfb8 */,
  4636. 754 /* camellia-128-ecb */,
  4637. 766 /* camellia-128-ofb */,
  4638. 752 /* camellia-192-cbc */,
  4639. 758 /* camellia-192-cfb */,
  4640. 761 /* camellia-192-cfb1 */,
  4641. 764 /* camellia-192-cfb8 */,
  4642. 755 /* camellia-192-ecb */,
  4643. 767 /* camellia-192-ofb */,
  4644. 753 /* camellia-256-cbc */,
  4645. 759 /* camellia-256-cfb */,
  4646. 762 /* camellia-256-cfb1 */,
  4647. 765 /* camellia-256-cfb8 */,
  4648. 756 /* camellia-256-ecb */,
  4649. 768 /* camellia-256-ofb */,
  4650. 443 /* caseIgnoreIA5StringSyntax */,
  4651. 108 /* cast5-cbc */,
  4652. 110 /* cast5-cfb */,
  4653. 109 /* cast5-ecb */,
  4654. 111 /* cast5-ofb */,
  4655. 152 /* certBag */,
  4656. 677 /* certicom-arc */,
  4657. 517 /* certificate extensions */,
  4658. 883 /* certificateRevocationList */,
  4659. 950 /* chacha20-poly1305 */,
  4660. 54 /* challengePassword */,
  4661. 407 /* characteristic-two-field */,
  4662. 395 /* clearance */,
  4663. 633 /* cleartext track 2 */,
  4664. 894 /* cmac */,
  4665. 13 /* commonName */,
  4666. 513 /* content types */,
  4667. 50 /* contentType */,
  4668. 53 /* countersignature */,
  4669. 14 /* countryName */,
  4670. 153 /* crlBag */,
  4671. 884 /* crossCertificatePair */,
  4672. 806 /* cryptocom */,
  4673. 805 /* cryptopro */,
  4674. 500 /* dITRedirect */,
  4675. 451 /* dNSDomain */,
  4676. 495 /* dSAQuality */,
  4677. 434 /* data */,
  4678. 390 /* dcObject */,
  4679. 891 /* deltaRevocationList */,
  4680. 31 /* des-cbc */,
  4681. 643 /* des-cdmf */,
  4682. 30 /* des-cfb */,
  4683. 656 /* des-cfb1 */,
  4684. 657 /* des-cfb8 */,
  4685. 29 /* des-ecb */,
  4686. 32 /* des-ede */,
  4687. 43 /* des-ede-cbc */,
  4688. 60 /* des-ede-cfb */,
  4689. 62 /* des-ede-ofb */,
  4690. 33 /* des-ede3 */,
  4691. 44 /* des-ede3-cbc */,
  4692. 61 /* des-ede3-cfb */,
  4693. 658 /* des-ede3-cfb1 */,
  4694. 659 /* des-ede3-cfb8 */,
  4695. 63 /* des-ede3-ofb */,
  4696. 45 /* des-ofb */,
  4697. 107 /* description */,
  4698. 871 /* destinationIndicator */,
  4699. 80 /* desx-cbc */,
  4700. 947 /* dh-cofactor-kdf */,
  4701. 946 /* dh-std-kdf */,
  4702. 28 /* dhKeyAgreement */,
  4703. 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */,
  4704. 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */,
  4705. 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */,
  4706. 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */,
  4707. 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */,
  4708. 936 /* dhSinglePass-stdDH-sha1kdf-scheme */,
  4709. 937 /* dhSinglePass-stdDH-sha224kdf-scheme */,
  4710. 938 /* dhSinglePass-stdDH-sha256kdf-scheme */,
  4711. 939 /* dhSinglePass-stdDH-sha384kdf-scheme */,
  4712. 940 /* dhSinglePass-stdDH-sha512kdf-scheme */,
  4713. 11 /* directory services (X.500) */,
  4714. 378 /* directory services - algorithms */,
  4715. 887 /* distinguishedName */,
  4716. 892 /* dmdName */,
  4717. 174 /* dnQualifier */,
  4718. 447 /* document */,
  4719. 471 /* documentAuthor */,
  4720. 468 /* documentIdentifier */,
  4721. 472 /* documentLocation */,
  4722. 502 /* documentPublisher */,
  4723. 449 /* documentSeries */,
  4724. 469 /* documentTitle */,
  4725. 470 /* documentVersion */,
  4726. 380 /* dod */,
  4727. 391 /* domainComponent */,
  4728. 452 /* domainRelatedObject */,
  4729. 116 /* dsaEncryption */,
  4730. 67 /* dsaEncryption-old */,
  4731. 66 /* dsaWithSHA */,
  4732. 113 /* dsaWithSHA1 */,
  4733. 70 /* dsaWithSHA1-old */,
  4734. 802 /* dsa_with_SHA224 */,
  4735. 803 /* dsa_with_SHA256 */,
  4736. 297 /* dvcs */,
  4737. 791 /* ecdsa-with-Recommended */,
  4738. 416 /* ecdsa-with-SHA1 */,
  4739. 793 /* ecdsa-with-SHA224 */,
  4740. 794 /* ecdsa-with-SHA256 */,
  4741. 795 /* ecdsa-with-SHA384 */,
  4742. 796 /* ecdsa-with-SHA512 */,
  4743. 792 /* ecdsa-with-Specified */,
  4744. 48 /* emailAddress */,
  4745. 632 /* encrypted track 2 */,
  4746. 885 /* enhancedSearchGuide */,
  4747. 56 /* extendedCertificateAttributes */,
  4748. 867 /* facsimileTelephoneNumber */,
  4749. 462 /* favouriteDrink */,
  4750. 453 /* friendlyCountry */,
  4751. 490 /* friendlyCountryName */,
  4752. 156 /* friendlyName */,
  4753. 631 /* generate cryptogram */,
  4754. 509 /* generationQualifier */,
  4755. 601 /* generic cryptogram */,
  4756. 99 /* givenName */,
  4757. 814 /* gost89-cnt */,
  4758. 855 /* hmac */,
  4759. 780 /* hmac-md5 */,
  4760. 781 /* hmac-sha1 */,
  4761. 797 /* hmacWithMD5 */,
  4762. 163 /* hmacWithSHA1 */,
  4763. 798 /* hmacWithSHA224 */,
  4764. 799 /* hmacWithSHA256 */,
  4765. 800 /* hmacWithSHA384 */,
  4766. 801 /* hmacWithSHA512 */,
  4767. 486 /* homePostalAddress */,
  4768. 473 /* homeTelephoneNumber */,
  4769. 466 /* host */,
  4770. 889 /* houseIdentifier */,
  4771. 442 /* iA5StringSyntax */,
  4772. 381 /* iana */,
  4773. 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */,
  4774. 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */,
  4775. 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */,
  4776. 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */,
  4777. 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */,
  4778. 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */,
  4779. 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */,
  4780. 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */,
  4781. 820 /* id-Gost28147-89-None-KeyMeshing */,
  4782. 823 /* id-Gost28147-89-TestParamSet */,
  4783. 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */,
  4784. 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */,
  4785. 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */,
  4786. 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */,
  4787. 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */,
  4788. 839 /* id-GostR3410-2001-TestParamSet */,
  4789. 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */,
  4790. 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */,
  4791. 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */,
  4792. 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */,
  4793. 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */,
  4794. 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */,
  4795. 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */,
  4796. 831 /* id-GostR3410-94-TestParamSet */,
  4797. 845 /* id-GostR3410-94-a */,
  4798. 846 /* id-GostR3410-94-aBis */,
  4799. 847 /* id-GostR3410-94-b */,
  4800. 848 /* id-GostR3410-94-bBis */,
  4801. 822 /* id-GostR3411-94-CryptoProParamSet */,
  4802. 821 /* id-GostR3411-94-TestParamSet */,
  4803. 266 /* id-aca */,
  4804. 355 /* id-aca-accessIdentity */,
  4805. 354 /* id-aca-authenticationInfo */,
  4806. 356 /* id-aca-chargingIdentity */,
  4807. 399 /* id-aca-encAttrs */,
  4808. 357 /* id-aca-group */,
  4809. 358 /* id-aca-role */,
  4810. 176 /* id-ad */,
  4811. 788 /* id-aes128-wrap */,
  4812. 897 /* id-aes128-wrap-pad */,
  4813. 789 /* id-aes192-wrap */,
  4814. 900 /* id-aes192-wrap-pad */,
  4815. 790 /* id-aes256-wrap */,
  4816. 903 /* id-aes256-wrap-pad */,
  4817. 262 /* id-alg */,
  4818. 893 /* id-alg-PWRI-KEK */,
  4819. 323 /* id-alg-des40 */,
  4820. 326 /* id-alg-dh-pop */,
  4821. 325 /* id-alg-dh-sig-hmac-sha1 */,
  4822. 324 /* id-alg-noSignature */,
  4823. 907 /* id-camellia128-wrap */,
  4824. 908 /* id-camellia192-wrap */,
  4825. 909 /* id-camellia256-wrap */,
  4826. 268 /* id-cct */,
  4827. 361 /* id-cct-PKIData */,
  4828. 362 /* id-cct-PKIResponse */,
  4829. 360 /* id-cct-crs */,
  4830. 81 /* id-ce */,
  4831. 680 /* id-characteristic-two-basis */,
  4832. 263 /* id-cmc */,
  4833. 334 /* id-cmc-addExtensions */,
  4834. 346 /* id-cmc-confirmCertAcceptance */,
  4835. 330 /* id-cmc-dataReturn */,
  4836. 336 /* id-cmc-decryptedPOP */,
  4837. 335 /* id-cmc-encryptedPOP */,
  4838. 339 /* id-cmc-getCRL */,
  4839. 338 /* id-cmc-getCert */,
  4840. 328 /* id-cmc-identification */,
  4841. 329 /* id-cmc-identityProof */,
  4842. 337 /* id-cmc-lraPOPWitness */,
  4843. 344 /* id-cmc-popLinkRandom */,
  4844. 345 /* id-cmc-popLinkWitness */,
  4845. 343 /* id-cmc-queryPending */,
  4846. 333 /* id-cmc-recipientNonce */,
  4847. 341 /* id-cmc-regInfo */,
  4848. 342 /* id-cmc-responseInfo */,
  4849. 340 /* id-cmc-revokeRequest */,
  4850. 332 /* id-cmc-senderNonce */,
  4851. 327 /* id-cmc-statusInfo */,
  4852. 331 /* id-cmc-transactionId */,
  4853. 787 /* id-ct-asciiTextWithCRLF */,
  4854. 408 /* id-ecPublicKey */,
  4855. 508 /* id-hex-multipart-message */,
  4856. 507 /* id-hex-partial-message */,
  4857. 260 /* id-it */,
  4858. 302 /* id-it-caKeyUpdateInfo */,
  4859. 298 /* id-it-caProtEncCert */,
  4860. 311 /* id-it-confirmWaitTime */,
  4861. 303 /* id-it-currentCRL */,
  4862. 300 /* id-it-encKeyPairTypes */,
  4863. 310 /* id-it-implicitConfirm */,
  4864. 308 /* id-it-keyPairParamRep */,
  4865. 307 /* id-it-keyPairParamReq */,
  4866. 312 /* id-it-origPKIMessage */,
  4867. 301 /* id-it-preferredSymmAlg */,
  4868. 309 /* id-it-revPassphrase */,
  4869. 299 /* id-it-signKeyPairTypes */,
  4870. 305 /* id-it-subscriptionRequest */,
  4871. 306 /* id-it-subscriptionResponse */,
  4872. 784 /* id-it-suppLangTags */,
  4873. 304 /* id-it-unsupportedOIDs */,
  4874. 128 /* id-kp */,
  4875. 280 /* id-mod-attribute-cert */,
  4876. 274 /* id-mod-cmc */,
  4877. 277 /* id-mod-cmp */,
  4878. 284 /* id-mod-cmp2000 */,
  4879. 273 /* id-mod-crmf */,
  4880. 283 /* id-mod-dvcs */,
  4881. 275 /* id-mod-kea-profile-88 */,
  4882. 276 /* id-mod-kea-profile-93 */,
  4883. 282 /* id-mod-ocsp */,
  4884. 278 /* id-mod-qualified-cert-88 */,
  4885. 279 /* id-mod-qualified-cert-93 */,
  4886. 281 /* id-mod-timestamp-protocol */,
  4887. 264 /* id-on */,
  4888. 347 /* id-on-personalData */,
  4889. 265 /* id-pda */,
  4890. 352 /* id-pda-countryOfCitizenship */,
  4891. 353 /* id-pda-countryOfResidence */,
  4892. 348 /* id-pda-dateOfBirth */,
  4893. 351 /* id-pda-gender */,
  4894. 349 /* id-pda-placeOfBirth */,
  4895. 175 /* id-pe */,
  4896. 261 /* id-pkip */,
  4897. 258 /* id-pkix-mod */,
  4898. 269 /* id-pkix1-explicit-88 */,
  4899. 271 /* id-pkix1-explicit-93 */,
  4900. 270 /* id-pkix1-implicit-88 */,
  4901. 272 /* id-pkix1-implicit-93 */,
  4902. 662 /* id-ppl */,
  4903. 267 /* id-qcs */,
  4904. 359 /* id-qcs-pkixQCSyntax-v1 */,
  4905. 259 /* id-qt */,
  4906. 313 /* id-regCtrl */,
  4907. 316 /* id-regCtrl-authenticator */,
  4908. 319 /* id-regCtrl-oldCertID */,
  4909. 318 /* id-regCtrl-pkiArchiveOptions */,
  4910. 317 /* id-regCtrl-pkiPublicationInfo */,
  4911. 320 /* id-regCtrl-protocolEncrKey */,
  4912. 315 /* id-regCtrl-regToken */,
  4913. 314 /* id-regInfo */,
  4914. 322 /* id-regInfo-certReq */,
  4915. 321 /* id-regInfo-utf8Pairs */,
  4916. 191 /* id-smime-aa */,
  4917. 215 /* id-smime-aa-contentHint */,
  4918. 218 /* id-smime-aa-contentIdentifier */,
  4919. 221 /* id-smime-aa-contentReference */,
  4920. 240 /* id-smime-aa-dvcs-dvc */,
  4921. 217 /* id-smime-aa-encapContentType */,
  4922. 222 /* id-smime-aa-encrypKeyPref */,
  4923. 220 /* id-smime-aa-equivalentLabels */,
  4924. 232 /* id-smime-aa-ets-CertificateRefs */,
  4925. 233 /* id-smime-aa-ets-RevocationRefs */,
  4926. 238 /* id-smime-aa-ets-archiveTimeStamp */,
  4927. 237 /* id-smime-aa-ets-certCRLTimestamp */,
  4928. 234 /* id-smime-aa-ets-certValues */,
  4929. 227 /* id-smime-aa-ets-commitmentType */,
  4930. 231 /* id-smime-aa-ets-contentTimestamp */,
  4931. 236 /* id-smime-aa-ets-escTimeStamp */,
  4932. 230 /* id-smime-aa-ets-otherSigCert */,
  4933. 235 /* id-smime-aa-ets-revocationValues */,
  4934. 226 /* id-smime-aa-ets-sigPolicyId */,
  4935. 229 /* id-smime-aa-ets-signerAttr */,
  4936. 228 /* id-smime-aa-ets-signerLocation */,
  4937. 219 /* id-smime-aa-macValue */,
  4938. 214 /* id-smime-aa-mlExpandHistory */,
  4939. 216 /* id-smime-aa-msgSigDigest */,
  4940. 212 /* id-smime-aa-receiptRequest */,
  4941. 213 /* id-smime-aa-securityLabel */,
  4942. 239 /* id-smime-aa-signatureType */,
  4943. 223 /* id-smime-aa-signingCertificate */,
  4944. 224 /* id-smime-aa-smimeEncryptCerts */,
  4945. 225 /* id-smime-aa-timeStampToken */,
  4946. 192 /* id-smime-alg */,
  4947. 243 /* id-smime-alg-3DESwrap */,
  4948. 246 /* id-smime-alg-CMS3DESwrap */,
  4949. 247 /* id-smime-alg-CMSRC2wrap */,
  4950. 245 /* id-smime-alg-ESDH */,
  4951. 241 /* id-smime-alg-ESDHwith3DES */,
  4952. 242 /* id-smime-alg-ESDHwithRC2 */,
  4953. 244 /* id-smime-alg-RC2wrap */,
  4954. 193 /* id-smime-cd */,
  4955. 248 /* id-smime-cd-ldap */,
  4956. 190 /* id-smime-ct */,
  4957. 210 /* id-smime-ct-DVCSRequestData */,
  4958. 211 /* id-smime-ct-DVCSResponseData */,
  4959. 208 /* id-smime-ct-TDTInfo */,
  4960. 207 /* id-smime-ct-TSTInfo */,
  4961. 205 /* id-smime-ct-authData */,
  4962. 786 /* id-smime-ct-compressedData */,
  4963. 209 /* id-smime-ct-contentInfo */,
  4964. 206 /* id-smime-ct-publishCert */,
  4965. 204 /* id-smime-ct-receipt */,
  4966. 195 /* id-smime-cti */,
  4967. 255 /* id-smime-cti-ets-proofOfApproval */,
  4968. 256 /* id-smime-cti-ets-proofOfCreation */,
  4969. 253 /* id-smime-cti-ets-proofOfDelivery */,
  4970. 251 /* id-smime-cti-ets-proofOfOrigin */,
  4971. 252 /* id-smime-cti-ets-proofOfReceipt */,
  4972. 254 /* id-smime-cti-ets-proofOfSender */,
  4973. 189 /* id-smime-mod */,
  4974. 196 /* id-smime-mod-cms */,
  4975. 197 /* id-smime-mod-ess */,
  4976. 202 /* id-smime-mod-ets-eSigPolicy-88 */,
  4977. 203 /* id-smime-mod-ets-eSigPolicy-97 */,
  4978. 200 /* id-smime-mod-ets-eSignature-88 */,
  4979. 201 /* id-smime-mod-ets-eSignature-97 */,
  4980. 199 /* id-smime-mod-msg-v3 */,
  4981. 198 /* id-smime-mod-oid */,
  4982. 194 /* id-smime-spq */,
  4983. 250 /* id-smime-spq-ets-sqt-unotice */,
  4984. 249 /* id-smime-spq-ets-sqt-uri */,
  4985. 34 /* idea-cbc */,
  4986. 35 /* idea-cfb */,
  4987. 36 /* idea-ecb */,
  4988. 46 /* idea-ofb */,
  4989. 676 /* identified-organization */,
  4990. 461 /* info */,
  4991. 101 /* initials */,
  4992. 869 /* internationaliSDNNumber */,
  4993. 749 /* ipsec3 */,
  4994. 750 /* ipsec4 */,
  4995. 181 /* iso */,
  4996. 623 /* issuer capabilities */,
  4997. 645 /* itu-t */,
  4998. 492 /* janetMailbox */,
  4999. 646 /* joint-iso-itu-t */,
  5000. 150 /* keyBag */,
  5001. 773 /* kisa */,
  5002. 957 /* kx-any */,
  5003. 952 /* kx-ecdhe */,
  5004. 953 /* kx-psk */,
  5005. 951 /* kx-rsa */,
  5006. 477 /* lastModifiedBy */,
  5007. 476 /* lastModifiedTime */,
  5008. 157 /* localKeyID */,
  5009. 15 /* localityName */,
  5010. 480 /* mXRecord */,
  5011. 493 /* mailPreferenceOption */,
  5012. 467 /* manager */,
  5013. 3 /* md2 */,
  5014. 7 /* md2WithRSAEncryption */,
  5015. 257 /* md4 */,
  5016. 396 /* md4WithRSAEncryption */,
  5017. 4 /* md5 */,
  5018. 114 /* md5-sha1 */,
  5019. 104 /* md5WithRSA */,
  5020. 8 /* md5WithRSAEncryption */,
  5021. 95 /* mdc2 */,
  5022. 96 /* mdc2WithRSA */,
  5023. 875 /* member */,
  5024. 602 /* merchant initiated auth */,
  5025. 514 /* message extensions */,
  5026. 51 /* messageDigest */,
  5027. 911 /* mgf1 */,
  5028. 506 /* mime-mhs-bodies */,
  5029. 505 /* mime-mhs-headings */,
  5030. 488 /* mobileTelephoneNumber */,
  5031. 481 /* nSRecord */,
  5032. 173 /* name */,
  5033. 681 /* onBasis */,
  5034. 379 /* org */,
  5035. 17 /* organizationName */,
  5036. 491 /* organizationalStatus */,
  5037. 18 /* organizationalUnitName */,
  5038. 475 /* otherMailbox */,
  5039. 876 /* owner */,
  5040. 935 /* pSpecified */,
  5041. 489 /* pagerTelephoneNumber */,
  5042. 782 /* password based MAC */,
  5043. 374 /* path */,
  5044. 621 /* payment gateway capabilities */,
  5045. 9 /* pbeWithMD2AndDES-CBC */,
  5046. 168 /* pbeWithMD2AndRC2-CBC */,
  5047. 112 /* pbeWithMD5AndCast5CBC */,
  5048. 10 /* pbeWithMD5AndDES-CBC */,
  5049. 169 /* pbeWithMD5AndRC2-CBC */,
  5050. 148 /* pbeWithSHA1And128BitRC2-CBC */,
  5051. 144 /* pbeWithSHA1And128BitRC4 */,
  5052. 147 /* pbeWithSHA1And2-KeyTripleDES-CBC */,
  5053. 146 /* pbeWithSHA1And3-KeyTripleDES-CBC */,
  5054. 149 /* pbeWithSHA1And40BitRC2-CBC */,
  5055. 145 /* pbeWithSHA1And40BitRC4 */,
  5056. 170 /* pbeWithSHA1AndDES-CBC */,
  5057. 68 /* pbeWithSHA1AndRC2-CBC */,
  5058. 499 /* personalSignature */,
  5059. 487 /* personalTitle */,
  5060. 464 /* photo */,
  5061. 863 /* physicalDeliveryOfficeName */,
  5062. 437 /* pilot */,
  5063. 439 /* pilotAttributeSyntax */,
  5064. 438 /* pilotAttributeType */,
  5065. 479 /* pilotAttributeType27 */,
  5066. 456 /* pilotDSA */,
  5067. 441 /* pilotGroups */,
  5068. 444 /* pilotObject */,
  5069. 440 /* pilotObjectClass */,
  5070. 455 /* pilotOrganization */,
  5071. 445 /* pilotPerson */,
  5072. 186 /* pkcs1 */,
  5073. 27 /* pkcs3 */,
  5074. 187 /* pkcs5 */,
  5075. 20 /* pkcs7 */,
  5076. 21 /* pkcs7-data */,
  5077. 25 /* pkcs7-digestData */,
  5078. 26 /* pkcs7-encryptedData */,
  5079. 23 /* pkcs7-envelopedData */,
  5080. 24 /* pkcs7-signedAndEnvelopedData */,
  5081. 22 /* pkcs7-signedData */,
  5082. 151 /* pkcs8ShroudedKeyBag */,
  5083. 47 /* pkcs9 */,
  5084. 862 /* postOfficeBox */,
  5085. 861 /* postalAddress */,
  5086. 661 /* postalCode */,
  5087. 683 /* ppBasis */,
  5088. 872 /* preferredDeliveryMethod */,
  5089. 873 /* presentationAddress */,
  5090. 406 /* prime-field */,
  5091. 409 /* prime192v1 */,
  5092. 410 /* prime192v2 */,
  5093. 411 /* prime192v3 */,
  5094. 412 /* prime239v1 */,
  5095. 413 /* prime239v2 */,
  5096. 414 /* prime239v3 */,
  5097. 415 /* prime256v1 */,
  5098. 886 /* protocolInformation */,
  5099. 510 /* pseudonym */,
  5100. 435 /* pss */,
  5101. 286 /* qcStatements */,
  5102. 457 /* qualityLabelledData */,
  5103. 450 /* rFC822localPart */,
  5104. 98 /* rc2-40-cbc */,
  5105. 166 /* rc2-64-cbc */,
  5106. 37 /* rc2-cbc */,
  5107. 39 /* rc2-cfb */,
  5108. 38 /* rc2-ecb */,
  5109. 40 /* rc2-ofb */,
  5110. 5 /* rc4 */,
  5111. 97 /* rc4-40 */,
  5112. 915 /* rc4-hmac-md5 */,
  5113. 120 /* rc5-cbc */,
  5114. 122 /* rc5-cfb */,
  5115. 121 /* rc5-ecb */,
  5116. 123 /* rc5-ofb */,
  5117. 870 /* registeredAddress */,
  5118. 460 /* rfc822Mailbox */,
  5119. 117 /* ripemd160 */,
  5120. 119 /* ripemd160WithRSA */,
  5121. 400 /* role */,
  5122. 877 /* roleOccupant */,
  5123. 448 /* room */,
  5124. 463 /* roomNumber */,
  5125. 19 /* rsa */,
  5126. 6 /* rsaEncryption */,
  5127. 644 /* rsaOAEPEncryptionSET */,
  5128. 377 /* rsaSignature */,
  5129. 919 /* rsaesOaep */,
  5130. 912 /* rsassaPss */,
  5131. 482 /* sOARecord */,
  5132. 155 /* safeContentsBag */,
  5133. 291 /* sbgp-autonomousSysNum */,
  5134. 290 /* sbgp-ipAddrBlock */,
  5135. 292 /* sbgp-routerIdentifier */,
  5136. 159 /* sdsiCertificate */,
  5137. 859 /* searchGuide */,
  5138. 704 /* secp112r1 */,
  5139. 705 /* secp112r2 */,
  5140. 706 /* secp128r1 */,
  5141. 707 /* secp128r2 */,
  5142. 708 /* secp160k1 */,
  5143. 709 /* secp160r1 */,
  5144. 710 /* secp160r2 */,
  5145. 711 /* secp192k1 */,
  5146. 712 /* secp224k1 */,
  5147. 713 /* secp224r1 */,
  5148. 714 /* secp256k1 */,
  5149. 715 /* secp384r1 */,
  5150. 716 /* secp521r1 */,
  5151. 154 /* secretBag */,
  5152. 474 /* secretary */,
  5153. 717 /* sect113r1 */,
  5154. 718 /* sect113r2 */,
  5155. 719 /* sect131r1 */,
  5156. 720 /* sect131r2 */,
  5157. 721 /* sect163k1 */,
  5158. 722 /* sect163r1 */,
  5159. 723 /* sect163r2 */,
  5160. 724 /* sect193r1 */,
  5161. 725 /* sect193r2 */,
  5162. 726 /* sect233k1 */,
  5163. 727 /* sect233r1 */,
  5164. 728 /* sect239k1 */,
  5165. 729 /* sect283k1 */,
  5166. 730 /* sect283r1 */,
  5167. 731 /* sect409k1 */,
  5168. 732 /* sect409r1 */,
  5169. 733 /* sect571k1 */,
  5170. 734 /* sect571r1 */,
  5171. 635 /* secure device signature */,
  5172. 878 /* seeAlso */,
  5173. 777 /* seed-cbc */,
  5174. 779 /* seed-cfb */,
  5175. 776 /* seed-ecb */,
  5176. 778 /* seed-ofb */,
  5177. 105 /* serialNumber */,
  5178. 625 /* set-addPolicy */,
  5179. 515 /* set-attr */,
  5180. 518 /* set-brand */,
  5181. 638 /* set-brand-AmericanExpress */,
  5182. 637 /* set-brand-Diners */,
  5183. 636 /* set-brand-IATA-ATA */,
  5184. 639 /* set-brand-JCB */,
  5185. 641 /* set-brand-MasterCard */,
  5186. 642 /* set-brand-Novus */,
  5187. 640 /* set-brand-Visa */,
  5188. 516 /* set-policy */,
  5189. 607 /* set-policy-root */,
  5190. 624 /* set-rootKeyThumb */,
  5191. 620 /* setAttr-Cert */,
  5192. 628 /* setAttr-IssCap-CVM */,
  5193. 630 /* setAttr-IssCap-Sig */,
  5194. 629 /* setAttr-IssCap-T2 */,
  5195. 627 /* setAttr-Token-B0Prime */,
  5196. 626 /* setAttr-Token-EMV */,
  5197. 622 /* setAttr-TokenType */,
  5198. 619 /* setCext-IssuerCapabilities */,
  5199. 615 /* setCext-PGWYcapabilities */,
  5200. 616 /* setCext-TokenIdentifier */,
  5201. 618 /* setCext-TokenType */,
  5202. 617 /* setCext-Track2Data */,
  5203. 611 /* setCext-cCertRequired */,
  5204. 609 /* setCext-certType */,
  5205. 608 /* setCext-hashedRoot */,
  5206. 610 /* setCext-merchData */,
  5207. 613 /* setCext-setExt */,
  5208. 614 /* setCext-setQualf */,
  5209. 612 /* setCext-tunneling */,
  5210. 540 /* setct-AcqCardCodeMsg */,
  5211. 576 /* setct-AcqCardCodeMsgTBE */,
  5212. 570 /* setct-AuthReqTBE */,
  5213. 534 /* setct-AuthReqTBS */,
  5214. 527 /* setct-AuthResBaggage */,
  5215. 571 /* setct-AuthResTBE */,
  5216. 572 /* setct-AuthResTBEX */,
  5217. 535 /* setct-AuthResTBS */,
  5218. 536 /* setct-AuthResTBSX */,
  5219. 528 /* setct-AuthRevReqBaggage */,
  5220. 577 /* setct-AuthRevReqTBE */,
  5221. 541 /* setct-AuthRevReqTBS */,
  5222. 529 /* setct-AuthRevResBaggage */,
  5223. 542 /* setct-AuthRevResData */,
  5224. 578 /* setct-AuthRevResTBE */,
  5225. 579 /* setct-AuthRevResTBEB */,
  5226. 543 /* setct-AuthRevResTBS */,
  5227. 573 /* setct-AuthTokenTBE */,
  5228. 537 /* setct-AuthTokenTBS */,
  5229. 600 /* setct-BCIDistributionTBS */,
  5230. 558 /* setct-BatchAdminReqData */,
  5231. 592 /* setct-BatchAdminReqTBE */,
  5232. 559 /* setct-BatchAdminResData */,
  5233. 593 /* setct-BatchAdminResTBE */,
  5234. 599 /* setct-CRLNotificationResTBS */,
  5235. 598 /* setct-CRLNotificationTBS */,
  5236. 580 /* setct-CapReqTBE */,
  5237. 581 /* setct-CapReqTBEX */,
  5238. 544 /* setct-CapReqTBS */,
  5239. 545 /* setct-CapReqTBSX */,
  5240. 546 /* setct-CapResData */,
  5241. 582 /* setct-CapResTBE */,
  5242. 583 /* setct-CapRevReqTBE */,
  5243. 584 /* setct-CapRevReqTBEX */,
  5244. 547 /* setct-CapRevReqTBS */,
  5245. 548 /* setct-CapRevReqTBSX */,
  5246. 549 /* setct-CapRevResData */,
  5247. 585 /* setct-CapRevResTBE */,
  5248. 538 /* setct-CapTokenData */,
  5249. 530 /* setct-CapTokenSeq */,
  5250. 574 /* setct-CapTokenTBE */,
  5251. 575 /* setct-CapTokenTBEX */,
  5252. 539 /* setct-CapTokenTBS */,
  5253. 560 /* setct-CardCInitResTBS */,
  5254. 566 /* setct-CertInqReqTBS */,
  5255. 563 /* setct-CertReqData */,
  5256. 595 /* setct-CertReqTBE */,
  5257. 596 /* setct-CertReqTBEX */,
  5258. 564 /* setct-CertReqTBS */,
  5259. 565 /* setct-CertResData */,
  5260. 597 /* setct-CertResTBE */,
  5261. 586 /* setct-CredReqTBE */,
  5262. 587 /* setct-CredReqTBEX */,
  5263. 550 /* setct-CredReqTBS */,
  5264. 551 /* setct-CredReqTBSX */,
  5265. 552 /* setct-CredResData */,
  5266. 588 /* setct-CredResTBE */,
  5267. 589 /* setct-CredRevReqTBE */,
  5268. 590 /* setct-CredRevReqTBEX */,
  5269. 553 /* setct-CredRevReqTBS */,
  5270. 554 /* setct-CredRevReqTBSX */,
  5271. 555 /* setct-CredRevResData */,
  5272. 591 /* setct-CredRevResTBE */,
  5273. 567 /* setct-ErrorTBS */,
  5274. 526 /* setct-HODInput */,
  5275. 561 /* setct-MeAqCInitResTBS */,
  5276. 522 /* setct-OIData */,
  5277. 519 /* setct-PANData */,
  5278. 521 /* setct-PANOnly */,
  5279. 520 /* setct-PANToken */,
  5280. 556 /* setct-PCertReqData */,
  5281. 557 /* setct-PCertResTBS */,
  5282. 523 /* setct-PI */,
  5283. 532 /* setct-PI-TBS */,
  5284. 524 /* setct-PIData */,
  5285. 525 /* setct-PIDataUnsigned */,
  5286. 568 /* setct-PIDualSignedTBE */,
  5287. 569 /* setct-PIUnsignedTBE */,
  5288. 531 /* setct-PInitResData */,
  5289. 533 /* setct-PResData */,
  5290. 594 /* setct-RegFormReqTBE */,
  5291. 562 /* setct-RegFormResTBS */,
  5292. 604 /* setext-pinAny */,
  5293. 603 /* setext-pinSecure */,
  5294. 605 /* setext-track2 */,
  5295. 41 /* sha */,
  5296. 64 /* sha1 */,
  5297. 115 /* sha1WithRSA */,
  5298. 65 /* sha1WithRSAEncryption */,
  5299. 675 /* sha224 */,
  5300. 671 /* sha224WithRSAEncryption */,
  5301. 672 /* sha256 */,
  5302. 668 /* sha256WithRSAEncryption */,
  5303. 673 /* sha384 */,
  5304. 669 /* sha384WithRSAEncryption */,
  5305. 674 /* sha512 */,
  5306. 670 /* sha512WithRSAEncryption */,
  5307. 42 /* shaWithRSAEncryption */,
  5308. 52 /* signingTime */,
  5309. 454 /* simpleSecurityObject */,
  5310. 496 /* singleLevelQuality */,
  5311. 16 /* stateOrProvinceName */,
  5312. 660 /* streetAddress */,
  5313. 498 /* subtreeMaximumQuality */,
  5314. 497 /* subtreeMinimumQuality */,
  5315. 890 /* supportedAlgorithms */,
  5316. 874 /* supportedApplicationContext */,
  5317. 100 /* surname */,
  5318. 864 /* telephoneNumber */,
  5319. 866 /* teletexTerminalIdentifier */,
  5320. 865 /* telexNumber */,
  5321. 459 /* textEncodedORAddress */,
  5322. 293 /* textNotice */,
  5323. 106 /* title */,
  5324. 682 /* tpBasis */,
  5325. 436 /* ucl */,
  5326. 0 /* undefined */,
  5327. 888 /* uniqueMember */,
  5328. 55 /* unstructuredAddress */,
  5329. 49 /* unstructuredName */,
  5330. 880 /* userCertificate */,
  5331. 465 /* userClass */,
  5332. 458 /* userId */,
  5333. 879 /* userPassword */,
  5334. 373 /* valid */,
  5335. 678 /* wap */,
  5336. 679 /* wap-wsg */,
  5337. 735 /* wap-wsg-idm-ecid-wtls1 */,
  5338. 743 /* wap-wsg-idm-ecid-wtls10 */,
  5339. 744 /* wap-wsg-idm-ecid-wtls11 */,
  5340. 745 /* wap-wsg-idm-ecid-wtls12 */,
  5341. 736 /* wap-wsg-idm-ecid-wtls3 */,
  5342. 737 /* wap-wsg-idm-ecid-wtls4 */,
  5343. 738 /* wap-wsg-idm-ecid-wtls5 */,
  5344. 739 /* wap-wsg-idm-ecid-wtls6 */,
  5345. 740 /* wap-wsg-idm-ecid-wtls7 */,
  5346. 741 /* wap-wsg-idm-ecid-wtls8 */,
  5347. 742 /* wap-wsg-idm-ecid-wtls9 */,
  5348. 804 /* whirlpool */,
  5349. 868 /* x121Address */,
  5350. 503 /* x500UniqueIdentifier */,
  5351. 158 /* x509Certificate */,
  5352. 160 /* x509Crl */,
  5353. 125 /* zlib compression */,
  5354. };
  5355. static const unsigned kNIDsInOIDOrder[] = {
  5356. 434 /* 0.9 (OBJ_data) */,
  5357. 182 /* 1.2 (OBJ_member_body) */,
  5358. 379 /* 1.3 (OBJ_org) */,
  5359. 676 /* 1.3 (OBJ_identified_organization) */,
  5360. 11 /* 2.5 (OBJ_X500) */,
  5361. 647 /* 2.23 (OBJ_international_organizations) */,
  5362. 380 /* 1.3.6 (OBJ_dod) */,
  5363. 12 /* 2.5.4 (OBJ_X509) */,
  5364. 378 /* 2.5.8 (OBJ_X500algorithms) */,
  5365. 81 /* 2.5.29 (OBJ_id_ce) */,
  5366. 512 /* 2.23.42 (OBJ_id_set) */,
  5367. 678 /* 2.23.43 (OBJ_wap) */,
  5368. 435 /* 0.9.2342 (OBJ_pss) */,
  5369. 183 /* 1.2.840 (OBJ_ISO_US) */,
  5370. 381 /* 1.3.6.1 (OBJ_iana) */,
  5371. 949 /* 1.3.101.112 (OBJ_ED25519) */,
  5372. 677 /* 1.3.132 (OBJ_certicom_arc) */,
  5373. 394 /* 2.5.1.5 (OBJ_selected_attribute_types) */,
  5374. 13 /* 2.5.4.3 (OBJ_commonName) */,
  5375. 100 /* 2.5.4.4 (OBJ_surname) */,
  5376. 105 /* 2.5.4.5 (OBJ_serialNumber) */,
  5377. 14 /* 2.5.4.6 (OBJ_countryName) */,
  5378. 15 /* 2.5.4.7 (OBJ_localityName) */,
  5379. 16 /* 2.5.4.8 (OBJ_stateOrProvinceName) */,
  5380. 660 /* 2.5.4.9 (OBJ_streetAddress) */,
  5381. 17 /* 2.5.4.10 (OBJ_organizationName) */,
  5382. 18 /* 2.5.4.11 (OBJ_organizationalUnitName) */,
  5383. 106 /* 2.5.4.12 (OBJ_title) */,
  5384. 107 /* 2.5.4.13 (OBJ_description) */,
  5385. 859 /* 2.5.4.14 (OBJ_searchGuide) */,
  5386. 860 /* 2.5.4.15 (OBJ_businessCategory) */,
  5387. 861 /* 2.5.4.16 (OBJ_postalAddress) */,
  5388. 661 /* 2.5.4.17 (OBJ_postalCode) */,
  5389. 862 /* 2.5.4.18 (OBJ_postOfficeBox) */,
  5390. 863 /* 2.5.4.19 (OBJ_physicalDeliveryOfficeName) */,
  5391. 864 /* 2.5.4.20 (OBJ_telephoneNumber) */,
  5392. 865 /* 2.5.4.21 (OBJ_telexNumber) */,
  5393. 866 /* 2.5.4.22 (OBJ_teletexTerminalIdentifier) */,
  5394. 867 /* 2.5.4.23 (OBJ_facsimileTelephoneNumber) */,
  5395. 868 /* 2.5.4.24 (OBJ_x121Address) */,
  5396. 869 /* 2.5.4.25 (OBJ_internationaliSDNNumber) */,
  5397. 870 /* 2.5.4.26 (OBJ_registeredAddress) */,
  5398. 871 /* 2.5.4.27 (OBJ_destinationIndicator) */,
  5399. 872 /* 2.5.4.28 (OBJ_preferredDeliveryMethod) */,
  5400. 873 /* 2.5.4.29 (OBJ_presentationAddress) */,
  5401. 874 /* 2.5.4.30 (OBJ_supportedApplicationContext) */,
  5402. 875 /* 2.5.4.31 (OBJ_member) */,
  5403. 876 /* 2.5.4.32 (OBJ_owner) */,
  5404. 877 /* 2.5.4.33 (OBJ_roleOccupant) */,
  5405. 878 /* 2.5.4.34 (OBJ_seeAlso) */,
  5406. 879 /* 2.5.4.35 (OBJ_userPassword) */,
  5407. 880 /* 2.5.4.36 (OBJ_userCertificate) */,
  5408. 881 /* 2.5.4.37 (OBJ_cACertificate) */,
  5409. 882 /* 2.5.4.38 (OBJ_authorityRevocationList) */,
  5410. 883 /* 2.5.4.39 (OBJ_certificateRevocationList) */,
  5411. 884 /* 2.5.4.40 (OBJ_crossCertificatePair) */,
  5412. 173 /* 2.5.4.41 (OBJ_name) */,
  5413. 99 /* 2.5.4.42 (OBJ_givenName) */,
  5414. 101 /* 2.5.4.43 (OBJ_initials) */,
  5415. 509 /* 2.5.4.44 (OBJ_generationQualifier) */,
  5416. 503 /* 2.5.4.45 (OBJ_x500UniqueIdentifier) */,
  5417. 174 /* 2.5.4.46 (OBJ_dnQualifier) */,
  5418. 885 /* 2.5.4.47 (OBJ_enhancedSearchGuide) */,
  5419. 886 /* 2.5.4.48 (OBJ_protocolInformation) */,
  5420. 887 /* 2.5.4.49 (OBJ_distinguishedName) */,
  5421. 888 /* 2.5.4.50 (OBJ_uniqueMember) */,
  5422. 889 /* 2.5.4.51 (OBJ_houseIdentifier) */,
  5423. 890 /* 2.5.4.52 (OBJ_supportedAlgorithms) */,
  5424. 891 /* 2.5.4.53 (OBJ_deltaRevocationList) */,
  5425. 892 /* 2.5.4.54 (OBJ_dmdName) */,
  5426. 510 /* 2.5.4.65 (OBJ_pseudonym) */,
  5427. 400 /* 2.5.4.72 (OBJ_role) */,
  5428. 769 /* 2.5.29.9 (OBJ_subject_directory_attributes) */,
  5429. 82 /* 2.5.29.14 (OBJ_subject_key_identifier) */,
  5430. 83 /* 2.5.29.15 (OBJ_key_usage) */,
  5431. 84 /* 2.5.29.16 (OBJ_private_key_usage_period) */,
  5432. 85 /* 2.5.29.17 (OBJ_subject_alt_name) */,
  5433. 86 /* 2.5.29.18 (OBJ_issuer_alt_name) */,
  5434. 87 /* 2.5.29.19 (OBJ_basic_constraints) */,
  5435. 88 /* 2.5.29.20 (OBJ_crl_number) */,
  5436. 141 /* 2.5.29.21 (OBJ_crl_reason) */,
  5437. 430 /* 2.5.29.23 (OBJ_hold_instruction_code) */,
  5438. 142 /* 2.5.29.24 (OBJ_invalidity_date) */,
  5439. 140 /* 2.5.29.27 (OBJ_delta_crl) */,
  5440. 770 /* 2.5.29.28 (OBJ_issuing_distribution_point) */,
  5441. 771 /* 2.5.29.29 (OBJ_certificate_issuer) */,
  5442. 666 /* 2.5.29.30 (OBJ_name_constraints) */,
  5443. 103 /* 2.5.29.31 (OBJ_crl_distribution_points) */,
  5444. 89 /* 2.5.29.32 (OBJ_certificate_policies) */,
  5445. 747 /* 2.5.29.33 (OBJ_policy_mappings) */,
  5446. 90 /* 2.5.29.35 (OBJ_authority_key_identifier) */,
  5447. 401 /* 2.5.29.36 (OBJ_policy_constraints) */,
  5448. 126 /* 2.5.29.37 (OBJ_ext_key_usage) */,
  5449. 857 /* 2.5.29.46 (OBJ_freshest_crl) */,
  5450. 748 /* 2.5.29.54 (OBJ_inhibit_any_policy) */,
  5451. 402 /* 2.5.29.55 (OBJ_target_information) */,
  5452. 403 /* 2.5.29.56 (OBJ_no_rev_avail) */,
  5453. 513 /* 2.23.42.0 (OBJ_set_ctype) */,
  5454. 514 /* 2.23.42.1 (OBJ_set_msgExt) */,
  5455. 515 /* 2.23.42.3 (OBJ_set_attr) */,
  5456. 516 /* 2.23.42.5 (OBJ_set_policy) */,
  5457. 517 /* 2.23.42.7 (OBJ_set_certExt) */,
  5458. 518 /* 2.23.42.8 (OBJ_set_brand) */,
  5459. 679 /* 2.23.43.1 (OBJ_wap_wsg) */,
  5460. 382 /* 1.3.6.1.1 (OBJ_Directory) */,
  5461. 383 /* 1.3.6.1.2 (OBJ_Management) */,
  5462. 384 /* 1.3.6.1.3 (OBJ_Experimental) */,
  5463. 385 /* 1.3.6.1.4 (OBJ_Private) */,
  5464. 386 /* 1.3.6.1.5 (OBJ_Security) */,
  5465. 387 /* 1.3.6.1.6 (OBJ_SNMPv2) */,
  5466. 388 /* 1.3.6.1.7 (OBJ_Mail) */,
  5467. 376 /* 1.3.14.3.2 (OBJ_algorithm) */,
  5468. 395 /* 2.5.1.5.55 (OBJ_clearance) */,
  5469. 19 /* 2.5.8.1.1 (OBJ_rsa) */,
  5470. 96 /* 2.5.8.3.100 (OBJ_mdc2WithRSA) */,
  5471. 95 /* 2.5.8.3.101 (OBJ_mdc2) */,
  5472. 746 /* 2.5.29.32.0 (OBJ_any_policy) */,
  5473. 910 /* 2.5.29.37.0 (OBJ_anyExtendedKeyUsage) */,
  5474. 519 /* 2.23.42.0.0 (OBJ_setct_PANData) */,
  5475. 520 /* 2.23.42.0.1 (OBJ_setct_PANToken) */,
  5476. 521 /* 2.23.42.0.2 (OBJ_setct_PANOnly) */,
  5477. 522 /* 2.23.42.0.3 (OBJ_setct_OIData) */,
  5478. 523 /* 2.23.42.0.4 (OBJ_setct_PI) */,
  5479. 524 /* 2.23.42.0.5 (OBJ_setct_PIData) */,
  5480. 525 /* 2.23.42.0.6 (OBJ_setct_PIDataUnsigned) */,
  5481. 526 /* 2.23.42.0.7 (OBJ_setct_HODInput) */,
  5482. 527 /* 2.23.42.0.8 (OBJ_setct_AuthResBaggage) */,
  5483. 528 /* 2.23.42.0.9 (OBJ_setct_AuthRevReqBaggage) */,
  5484. 529 /* 2.23.42.0.10 (OBJ_setct_AuthRevResBaggage) */,
  5485. 530 /* 2.23.42.0.11 (OBJ_setct_CapTokenSeq) */,
  5486. 531 /* 2.23.42.0.12 (OBJ_setct_PInitResData) */,
  5487. 532 /* 2.23.42.0.13 (OBJ_setct_PI_TBS) */,
  5488. 533 /* 2.23.42.0.14 (OBJ_setct_PResData) */,
  5489. 534 /* 2.23.42.0.16 (OBJ_setct_AuthReqTBS) */,
  5490. 535 /* 2.23.42.0.17 (OBJ_setct_AuthResTBS) */,
  5491. 536 /* 2.23.42.0.18 (OBJ_setct_AuthResTBSX) */,
  5492. 537 /* 2.23.42.0.19 (OBJ_setct_AuthTokenTBS) */,
  5493. 538 /* 2.23.42.0.20 (OBJ_setct_CapTokenData) */,
  5494. 539 /* 2.23.42.0.21 (OBJ_setct_CapTokenTBS) */,
  5495. 540 /* 2.23.42.0.22 (OBJ_setct_AcqCardCodeMsg) */,
  5496. 541 /* 2.23.42.0.23 (OBJ_setct_AuthRevReqTBS) */,
  5497. 542 /* 2.23.42.0.24 (OBJ_setct_AuthRevResData) */,
  5498. 543 /* 2.23.42.0.25 (OBJ_setct_AuthRevResTBS) */,
  5499. 544 /* 2.23.42.0.26 (OBJ_setct_CapReqTBS) */,
  5500. 545 /* 2.23.42.0.27 (OBJ_setct_CapReqTBSX) */,
  5501. 546 /* 2.23.42.0.28 (OBJ_setct_CapResData) */,
  5502. 547 /* 2.23.42.0.29 (OBJ_setct_CapRevReqTBS) */,
  5503. 548 /* 2.23.42.0.30 (OBJ_setct_CapRevReqTBSX) */,
  5504. 549 /* 2.23.42.0.31 (OBJ_setct_CapRevResData) */,
  5505. 550 /* 2.23.42.0.32 (OBJ_setct_CredReqTBS) */,
  5506. 551 /* 2.23.42.0.33 (OBJ_setct_CredReqTBSX) */,
  5507. 552 /* 2.23.42.0.34 (OBJ_setct_CredResData) */,
  5508. 553 /* 2.23.42.0.35 (OBJ_setct_CredRevReqTBS) */,
  5509. 554 /* 2.23.42.0.36 (OBJ_setct_CredRevReqTBSX) */,
  5510. 555 /* 2.23.42.0.37 (OBJ_setct_CredRevResData) */,
  5511. 556 /* 2.23.42.0.38 (OBJ_setct_PCertReqData) */,
  5512. 557 /* 2.23.42.0.39 (OBJ_setct_PCertResTBS) */,
  5513. 558 /* 2.23.42.0.40 (OBJ_setct_BatchAdminReqData) */,
  5514. 559 /* 2.23.42.0.41 (OBJ_setct_BatchAdminResData) */,
  5515. 560 /* 2.23.42.0.42 (OBJ_setct_CardCInitResTBS) */,
  5516. 561 /* 2.23.42.0.43 (OBJ_setct_MeAqCInitResTBS) */,
  5517. 562 /* 2.23.42.0.44 (OBJ_setct_RegFormResTBS) */,
  5518. 563 /* 2.23.42.0.45 (OBJ_setct_CertReqData) */,
  5519. 564 /* 2.23.42.0.46 (OBJ_setct_CertReqTBS) */,
  5520. 565 /* 2.23.42.0.47 (OBJ_setct_CertResData) */,
  5521. 566 /* 2.23.42.0.48 (OBJ_setct_CertInqReqTBS) */,
  5522. 567 /* 2.23.42.0.49 (OBJ_setct_ErrorTBS) */,
  5523. 568 /* 2.23.42.0.50 (OBJ_setct_PIDualSignedTBE) */,
  5524. 569 /* 2.23.42.0.51 (OBJ_setct_PIUnsignedTBE) */,
  5525. 570 /* 2.23.42.0.52 (OBJ_setct_AuthReqTBE) */,
  5526. 571 /* 2.23.42.0.53 (OBJ_setct_AuthResTBE) */,
  5527. 572 /* 2.23.42.0.54 (OBJ_setct_AuthResTBEX) */,
  5528. 573 /* 2.23.42.0.55 (OBJ_setct_AuthTokenTBE) */,
  5529. 574 /* 2.23.42.0.56 (OBJ_setct_CapTokenTBE) */,
  5530. 575 /* 2.23.42.0.57 (OBJ_setct_CapTokenTBEX) */,
  5531. 576 /* 2.23.42.0.58 (OBJ_setct_AcqCardCodeMsgTBE) */,
  5532. 577 /* 2.23.42.0.59 (OBJ_setct_AuthRevReqTBE) */,
  5533. 578 /* 2.23.42.0.60 (OBJ_setct_AuthRevResTBE) */,
  5534. 579 /* 2.23.42.0.61 (OBJ_setct_AuthRevResTBEB) */,
  5535. 580 /* 2.23.42.0.62 (OBJ_setct_CapReqTBE) */,
  5536. 581 /* 2.23.42.0.63 (OBJ_setct_CapReqTBEX) */,
  5537. 582 /* 2.23.42.0.64 (OBJ_setct_CapResTBE) */,
  5538. 583 /* 2.23.42.0.65 (OBJ_setct_CapRevReqTBE) */,
  5539. 584 /* 2.23.42.0.66 (OBJ_setct_CapRevReqTBEX) */,
  5540. 585 /* 2.23.42.0.67 (OBJ_setct_CapRevResTBE) */,
  5541. 586 /* 2.23.42.0.68 (OBJ_setct_CredReqTBE) */,
  5542. 587 /* 2.23.42.0.69 (OBJ_setct_CredReqTBEX) */,
  5543. 588 /* 2.23.42.0.70 (OBJ_setct_CredResTBE) */,
  5544. 589 /* 2.23.42.0.71 (OBJ_setct_CredRevReqTBE) */,
  5545. 590 /* 2.23.42.0.72 (OBJ_setct_CredRevReqTBEX) */,
  5546. 591 /* 2.23.42.0.73 (OBJ_setct_CredRevResTBE) */,
  5547. 592 /* 2.23.42.0.74 (OBJ_setct_BatchAdminReqTBE) */,
  5548. 593 /* 2.23.42.0.75 (OBJ_setct_BatchAdminResTBE) */,
  5549. 594 /* 2.23.42.0.76 (OBJ_setct_RegFormReqTBE) */,
  5550. 595 /* 2.23.42.0.77 (OBJ_setct_CertReqTBE) */,
  5551. 596 /* 2.23.42.0.78 (OBJ_setct_CertReqTBEX) */,
  5552. 597 /* 2.23.42.0.79 (OBJ_setct_CertResTBE) */,
  5553. 598 /* 2.23.42.0.80 (OBJ_setct_CRLNotificationTBS) */,
  5554. 599 /* 2.23.42.0.81 (OBJ_setct_CRLNotificationResTBS) */,
  5555. 600 /* 2.23.42.0.82 (OBJ_setct_BCIDistributionTBS) */,
  5556. 601 /* 2.23.42.1.1 (OBJ_setext_genCrypt) */,
  5557. 602 /* 2.23.42.1.3 (OBJ_setext_miAuth) */,
  5558. 603 /* 2.23.42.1.4 (OBJ_setext_pinSecure) */,
  5559. 604 /* 2.23.42.1.5 (OBJ_setext_pinAny) */,
  5560. 605 /* 2.23.42.1.7 (OBJ_setext_track2) */,
  5561. 606 /* 2.23.42.1.8 (OBJ_setext_cv) */,
  5562. 620 /* 2.23.42.3.0 (OBJ_setAttr_Cert) */,
  5563. 621 /* 2.23.42.3.1 (OBJ_setAttr_PGWYcap) */,
  5564. 622 /* 2.23.42.3.2 (OBJ_setAttr_TokenType) */,
  5565. 623 /* 2.23.42.3.3 (OBJ_setAttr_IssCap) */,
  5566. 607 /* 2.23.42.5.0 (OBJ_set_policy_root) */,
  5567. 608 /* 2.23.42.7.0 (OBJ_setCext_hashedRoot) */,
  5568. 609 /* 2.23.42.7.1 (OBJ_setCext_certType) */,
  5569. 610 /* 2.23.42.7.2 (OBJ_setCext_merchData) */,
  5570. 611 /* 2.23.42.7.3 (OBJ_setCext_cCertRequired) */,
  5571. 612 /* 2.23.42.7.4 (OBJ_setCext_tunneling) */,
  5572. 613 /* 2.23.42.7.5 (OBJ_setCext_setExt) */,
  5573. 614 /* 2.23.42.7.6 (OBJ_setCext_setQualf) */,
  5574. 615 /* 2.23.42.7.7 (OBJ_setCext_PGWYcapabilities) */,
  5575. 616 /* 2.23.42.7.8 (OBJ_setCext_TokenIdentifier) */,
  5576. 617 /* 2.23.42.7.9 (OBJ_setCext_Track2Data) */,
  5577. 618 /* 2.23.42.7.10 (OBJ_setCext_TokenType) */,
  5578. 619 /* 2.23.42.7.11 (OBJ_setCext_IssuerCapabilities) */,
  5579. 636 /* 2.23.42.8.1 (OBJ_set_brand_IATA_ATA) */,
  5580. 640 /* 2.23.42.8.4 (OBJ_set_brand_Visa) */,
  5581. 641 /* 2.23.42.8.5 (OBJ_set_brand_MasterCard) */,
  5582. 637 /* 2.23.42.8.30 (OBJ_set_brand_Diners) */,
  5583. 638 /* 2.23.42.8.34 (OBJ_set_brand_AmericanExpress) */,
  5584. 639 /* 2.23.42.8.35 (OBJ_set_brand_JCB) */,
  5585. 805 /* 1.2.643.2.2 (OBJ_cryptopro) */,
  5586. 806 /* 1.2.643.2.9 (OBJ_cryptocom) */,
  5587. 184 /* 1.2.840.10040 (OBJ_X9_57) */,
  5588. 405 /* 1.2.840.10045 (OBJ_ansi_X9_62) */,
  5589. 389 /* 1.3.6.1.4.1 (OBJ_Enterprises) */,
  5590. 504 /* 1.3.6.1.7.1 (OBJ_mime_mhs) */,
  5591. 104 /* 1.3.14.3.2.3 (OBJ_md5WithRSA) */,
  5592. 29 /* 1.3.14.3.2.6 (OBJ_des_ecb) */,
  5593. 31 /* 1.3.14.3.2.7 (OBJ_des_cbc) */,
  5594. 45 /* 1.3.14.3.2.8 (OBJ_des_ofb64) */,
  5595. 30 /* 1.3.14.3.2.9 (OBJ_des_cfb64) */,
  5596. 377 /* 1.3.14.3.2.11 (OBJ_rsaSignature) */,
  5597. 67 /* 1.3.14.3.2.12 (OBJ_dsa_2) */,
  5598. 66 /* 1.3.14.3.2.13 (OBJ_dsaWithSHA) */,
  5599. 42 /* 1.3.14.3.2.15 (OBJ_shaWithRSAEncryption) */,
  5600. 32 /* 1.3.14.3.2.17 (OBJ_des_ede_ecb) */,
  5601. 41 /* 1.3.14.3.2.18 (OBJ_sha) */,
  5602. 64 /* 1.3.14.3.2.26 (OBJ_sha1) */,
  5603. 70 /* 1.3.14.3.2.27 (OBJ_dsaWithSHA1_2) */,
  5604. 115 /* 1.3.14.3.2.29 (OBJ_sha1WithRSA) */,
  5605. 117 /* 1.3.36.3.2.1 (OBJ_ripemd160) */,
  5606. 143 /* 1.3.101.1.4.1 (OBJ_sxnet) */,
  5607. 721 /* 1.3.132.0.1 (OBJ_sect163k1) */,
  5608. 722 /* 1.3.132.0.2 (OBJ_sect163r1) */,
  5609. 728 /* 1.3.132.0.3 (OBJ_sect239k1) */,
  5610. 717 /* 1.3.132.0.4 (OBJ_sect113r1) */,
  5611. 718 /* 1.3.132.0.5 (OBJ_sect113r2) */,
  5612. 704 /* 1.3.132.0.6 (OBJ_secp112r1) */,
  5613. 705 /* 1.3.132.0.7 (OBJ_secp112r2) */,
  5614. 709 /* 1.3.132.0.8 (OBJ_secp160r1) */,
  5615. 708 /* 1.3.132.0.9 (OBJ_secp160k1) */,
  5616. 714 /* 1.3.132.0.10 (OBJ_secp256k1) */,
  5617. 723 /* 1.3.132.0.15 (OBJ_sect163r2) */,
  5618. 729 /* 1.3.132.0.16 (OBJ_sect283k1) */,
  5619. 730 /* 1.3.132.0.17 (OBJ_sect283r1) */,
  5620. 719 /* 1.3.132.0.22 (OBJ_sect131r1) */,
  5621. 720 /* 1.3.132.0.23 (OBJ_sect131r2) */,
  5622. 724 /* 1.3.132.0.24 (OBJ_sect193r1) */,
  5623. 725 /* 1.3.132.0.25 (OBJ_sect193r2) */,
  5624. 726 /* 1.3.132.0.26 (OBJ_sect233k1) */,
  5625. 727 /* 1.3.132.0.27 (OBJ_sect233r1) */,
  5626. 706 /* 1.3.132.0.28 (OBJ_secp128r1) */,
  5627. 707 /* 1.3.132.0.29 (OBJ_secp128r2) */,
  5628. 710 /* 1.3.132.0.30 (OBJ_secp160r2) */,
  5629. 711 /* 1.3.132.0.31 (OBJ_secp192k1) */,
  5630. 712 /* 1.3.132.0.32 (OBJ_secp224k1) */,
  5631. 713 /* 1.3.132.0.33 (OBJ_secp224r1) */,
  5632. 715 /* 1.3.132.0.34 (OBJ_secp384r1) */,
  5633. 716 /* 1.3.132.0.35 (OBJ_secp521r1) */,
  5634. 731 /* 1.3.132.0.36 (OBJ_sect409k1) */,
  5635. 732 /* 1.3.132.0.37 (OBJ_sect409r1) */,
  5636. 733 /* 1.3.132.0.38 (OBJ_sect571k1) */,
  5637. 734 /* 1.3.132.0.39 (OBJ_sect571r1) */,
  5638. 624 /* 2.23.42.3.0.0 (OBJ_set_rootKeyThumb) */,
  5639. 625 /* 2.23.42.3.0.1 (OBJ_set_addPolicy) */,
  5640. 626 /* 2.23.42.3.2.1 (OBJ_setAttr_Token_EMV) */,
  5641. 627 /* 2.23.42.3.2.2 (OBJ_setAttr_Token_B0Prime) */,
  5642. 628 /* 2.23.42.3.3.3 (OBJ_setAttr_IssCap_CVM) */,
  5643. 629 /* 2.23.42.3.3.4 (OBJ_setAttr_IssCap_T2) */,
  5644. 630 /* 2.23.42.3.3.5 (OBJ_setAttr_IssCap_Sig) */,
  5645. 642 /* 2.23.42.8.6011 (OBJ_set_brand_Novus) */,
  5646. 735 /* 2.23.43.1.4.1 (OBJ_wap_wsg_idm_ecid_wtls1) */,
  5647. 736 /* 2.23.43.1.4.3 (OBJ_wap_wsg_idm_ecid_wtls3) */,
  5648. 737 /* 2.23.43.1.4.4 (OBJ_wap_wsg_idm_ecid_wtls4) */,
  5649. 738 /* 2.23.43.1.4.5 (OBJ_wap_wsg_idm_ecid_wtls5) */,
  5650. 739 /* 2.23.43.1.4.6 (OBJ_wap_wsg_idm_ecid_wtls6) */,
  5651. 740 /* 2.23.43.1.4.7 (OBJ_wap_wsg_idm_ecid_wtls7) */,
  5652. 741 /* 2.23.43.1.4.8 (OBJ_wap_wsg_idm_ecid_wtls8) */,
  5653. 742 /* 2.23.43.1.4.9 (OBJ_wap_wsg_idm_ecid_wtls9) */,
  5654. 743 /* 2.23.43.1.4.10 (OBJ_wap_wsg_idm_ecid_wtls10) */,
  5655. 744 /* 2.23.43.1.4.11 (OBJ_wap_wsg_idm_ecid_wtls11) */,
  5656. 745 /* 2.23.43.1.4.12 (OBJ_wap_wsg_idm_ecid_wtls12) */,
  5657. 804 /* 1.0.10118.3.0.55 (OBJ_whirlpool) */,
  5658. 773 /* 1.2.410.200004 (OBJ_kisa) */,
  5659. 807 /* 1.2.643.2.2.3 (OBJ_id_GostR3411_94_with_GostR3410_2001) */,
  5660. 808 /* 1.2.643.2.2.4 (OBJ_id_GostR3411_94_with_GostR3410_94) */,
  5661. 809 /* 1.2.643.2.2.9 (OBJ_id_GostR3411_94) */,
  5662. 810 /* 1.2.643.2.2.10 (OBJ_id_HMACGostR3411_94) */,
  5663. 811 /* 1.2.643.2.2.19 (OBJ_id_GostR3410_2001) */,
  5664. 812 /* 1.2.643.2.2.20 (OBJ_id_GostR3410_94) */,
  5665. 813 /* 1.2.643.2.2.21 (OBJ_id_Gost28147_89) */,
  5666. 815 /* 1.2.643.2.2.22 (OBJ_id_Gost28147_89_MAC) */,
  5667. 816 /* 1.2.643.2.2.23 (OBJ_id_GostR3411_94_prf) */,
  5668. 817 /* 1.2.643.2.2.98 (OBJ_id_GostR3410_2001DH) */,
  5669. 818 /* 1.2.643.2.2.99 (OBJ_id_GostR3410_94DH) */,
  5670. 1 /* 1.2.840.113549 (OBJ_rsadsi) */,
  5671. 185 /* 1.2.840.10040.4 (OBJ_X9cm) */,
  5672. 127 /* 1.3.6.1.5.5.7 (OBJ_id_pkix) */,
  5673. 505 /* 1.3.6.1.7.1.1 (OBJ_mime_mhs_headings) */,
  5674. 506 /* 1.3.6.1.7.1.2 (OBJ_mime_mhs_bodies) */,
  5675. 119 /* 1.3.36.3.3.1.2 (OBJ_ripemd160WithRSA) */,
  5676. 937 /* 1.3.132.1.11.0 (OBJ_dhSinglePass_stdDH_sha224kdf_scheme) */,
  5677. 938 /* 1.3.132.1.11.1 (OBJ_dhSinglePass_stdDH_sha256kdf_scheme) */,
  5678. 939 /* 1.3.132.1.11.2 (OBJ_dhSinglePass_stdDH_sha384kdf_scheme) */,
  5679. 940 /* 1.3.132.1.11.3 (OBJ_dhSinglePass_stdDH_sha512kdf_scheme) */,
  5680. 942 /* 1.3.132.1.14.0 (OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme) */,
  5681. 943 /* 1.3.132.1.14.1 (OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme) */,
  5682. 944 /* 1.3.132.1.14.2 (OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme) */,
  5683. 945 /* 1.3.132.1.14.3 (OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme) */,
  5684. 631 /* 2.23.42.3.3.3.1 (OBJ_setAttr_GenCryptgrm) */,
  5685. 632 /* 2.23.42.3.3.4.1 (OBJ_setAttr_T2Enc) */,
  5686. 633 /* 2.23.42.3.3.4.2 (OBJ_setAttr_T2cleartxt) */,
  5687. 634 /* 2.23.42.3.3.5.1 (OBJ_setAttr_TokICCsig) */,
  5688. 635 /* 2.23.42.3.3.5.2 (OBJ_setAttr_SecDevSig) */,
  5689. 436 /* 0.9.2342.19200300 (OBJ_ucl) */,
  5690. 820 /* 1.2.643.2.2.14.0 (OBJ_id_Gost28147_89_None_KeyMeshing) */,
  5691. 819 /* 1.2.643.2.2.14.1 (OBJ_id_Gost28147_89_CryptoPro_KeyMeshing) */,
  5692. 845 /* 1.2.643.2.2.20.1 (OBJ_id_GostR3410_94_a) */,
  5693. 846 /* 1.2.643.2.2.20.2 (OBJ_id_GostR3410_94_aBis) */,
  5694. 847 /* 1.2.643.2.2.20.3 (OBJ_id_GostR3410_94_b) */,
  5695. 848 /* 1.2.643.2.2.20.4 (OBJ_id_GostR3410_94_bBis) */,
  5696. 821 /* 1.2.643.2.2.30.0 (OBJ_id_GostR3411_94_TestParamSet) */,
  5697. 822 /* 1.2.643.2.2.30.1 (OBJ_id_GostR3411_94_CryptoProParamSet) */,
  5698. 823 /* 1.2.643.2.2.31.0 (OBJ_id_Gost28147_89_TestParamSet) */,
  5699. 824 /* 1.2.643.2.2.31.1 (OBJ_id_Gost28147_89_CryptoPro_A_ParamSet) */,
  5700. 825 /* 1.2.643.2.2.31.2 (OBJ_id_Gost28147_89_CryptoPro_B_ParamSet) */,
  5701. 826 /* 1.2.643.2.2.31.3 (OBJ_id_Gost28147_89_CryptoPro_C_ParamSet) */,
  5702. 827 /* 1.2.643.2.2.31.4 (OBJ_id_Gost28147_89_CryptoPro_D_ParamSet) */,
  5703. 828 /* 1.2.643.2.2.31.5 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet) */
  5704. ,
  5705. 829 /* 1.2.643.2.2.31.6 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet) */
  5706. ,
  5707. 830 /* 1.2.643.2.2.31.7 (OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet) */,
  5708. 831 /* 1.2.643.2.2.32.0 (OBJ_id_GostR3410_94_TestParamSet) */,
  5709. 832 /* 1.2.643.2.2.32.2 (OBJ_id_GostR3410_94_CryptoPro_A_ParamSet) */,
  5710. 833 /* 1.2.643.2.2.32.3 (OBJ_id_GostR3410_94_CryptoPro_B_ParamSet) */,
  5711. 834 /* 1.2.643.2.2.32.4 (OBJ_id_GostR3410_94_CryptoPro_C_ParamSet) */,
  5712. 835 /* 1.2.643.2.2.32.5 (OBJ_id_GostR3410_94_CryptoPro_D_ParamSet) */,
  5713. 836 /* 1.2.643.2.2.33.1 (OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet) */,
  5714. 837 /* 1.2.643.2.2.33.2 (OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet) */,
  5715. 838 /* 1.2.643.2.2.33.3 (OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet) */,
  5716. 839 /* 1.2.643.2.2.35.0 (OBJ_id_GostR3410_2001_TestParamSet) */,
  5717. 840 /* 1.2.643.2.2.35.1 (OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet) */,
  5718. 841 /* 1.2.643.2.2.35.2 (OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet) */,
  5719. 842 /* 1.2.643.2.2.35.3 (OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet) */,
  5720. 843 /* 1.2.643.2.2.36.0 (OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet) */,
  5721. 844 /* 1.2.643.2.2.36.1 (OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet) */,
  5722. 2 /* 1.2.840.113549.1 (OBJ_pkcs) */,
  5723. 431 /* 1.2.840.10040.2.1 (OBJ_hold_instruction_none) */,
  5724. 432 /* 1.2.840.10040.2.2 (OBJ_hold_instruction_call_issuer) */,
  5725. 433 /* 1.2.840.10040.2.3 (OBJ_hold_instruction_reject) */,
  5726. 116 /* 1.2.840.10040.4.1 (OBJ_dsa) */,
  5727. 113 /* 1.2.840.10040.4.3 (OBJ_dsaWithSHA1) */,
  5728. 406 /* 1.2.840.10045.1.1 (OBJ_X9_62_prime_field) */,
  5729. 407 /* 1.2.840.10045.1.2 (OBJ_X9_62_characteristic_two_field) */,
  5730. 408 /* 1.2.840.10045.2.1 (OBJ_X9_62_id_ecPublicKey) */,
  5731. 416 /* 1.2.840.10045.4.1 (OBJ_ecdsa_with_SHA1) */,
  5732. 791 /* 1.2.840.10045.4.2 (OBJ_ecdsa_with_Recommended) */,
  5733. 792 /* 1.2.840.10045.4.3 (OBJ_ecdsa_with_Specified) */,
  5734. 920 /* 1.2.840.10046.2.1 (OBJ_dhpublicnumber) */,
  5735. 258 /* 1.3.6.1.5.5.7.0 (OBJ_id_pkix_mod) */,
  5736. 175 /* 1.3.6.1.5.5.7.1 (OBJ_id_pe) */,
  5737. 259 /* 1.3.6.1.5.5.7.2 (OBJ_id_qt) */,
  5738. 128 /* 1.3.6.1.5.5.7.3 (OBJ_id_kp) */,
  5739. 260 /* 1.3.6.1.5.5.7.4 (OBJ_id_it) */,
  5740. 261 /* 1.3.6.1.5.5.7.5 (OBJ_id_pkip) */,
  5741. 262 /* 1.3.6.1.5.5.7.6 (OBJ_id_alg) */,
  5742. 263 /* 1.3.6.1.5.5.7.7 (OBJ_id_cmc) */,
  5743. 264 /* 1.3.6.1.5.5.7.8 (OBJ_id_on) */,
  5744. 265 /* 1.3.6.1.5.5.7.9 (OBJ_id_pda) */,
  5745. 266 /* 1.3.6.1.5.5.7.10 (OBJ_id_aca) */,
  5746. 267 /* 1.3.6.1.5.5.7.11 (OBJ_id_qcs) */,
  5747. 268 /* 1.3.6.1.5.5.7.12 (OBJ_id_cct) */,
  5748. 662 /* 1.3.6.1.5.5.7.21 (OBJ_id_ppl) */,
  5749. 176 /* 1.3.6.1.5.5.7.48 (OBJ_id_ad) */,
  5750. 507 /* 1.3.6.1.7.1.1.1 (OBJ_id_hex_partial_message) */,
  5751. 508 /* 1.3.6.1.7.1.1.2 (OBJ_id_hex_multipart_message) */,
  5752. 57 /* 2.16.840.1.113730 (OBJ_netscape) */,
  5753. 754 /* 0.3.4401.5.3.1.9.1 (OBJ_camellia_128_ecb) */,
  5754. 766 /* 0.3.4401.5.3.1.9.3 (OBJ_camellia_128_ofb128) */,
  5755. 757 /* 0.3.4401.5.3.1.9.4 (OBJ_camellia_128_cfb128) */,
  5756. 755 /* 0.3.4401.5.3.1.9.21 (OBJ_camellia_192_ecb) */,
  5757. 767 /* 0.3.4401.5.3.1.9.23 (OBJ_camellia_192_ofb128) */,
  5758. 758 /* 0.3.4401.5.3.1.9.24 (OBJ_camellia_192_cfb128) */,
  5759. 756 /* 0.3.4401.5.3.1.9.41 (OBJ_camellia_256_ecb) */,
  5760. 768 /* 0.3.4401.5.3.1.9.43 (OBJ_camellia_256_ofb128) */,
  5761. 759 /* 0.3.4401.5.3.1.9.44 (OBJ_camellia_256_cfb128) */,
  5762. 437 /* 0.9.2342.19200300.100 (OBJ_pilot) */,
  5763. 776 /* 1.2.410.200004.1.3 (OBJ_seed_ecb) */,
  5764. 777 /* 1.2.410.200004.1.4 (OBJ_seed_cbc) */,
  5765. 779 /* 1.2.410.200004.1.5 (OBJ_seed_cfb128) */,
  5766. 778 /* 1.2.410.200004.1.6 (OBJ_seed_ofb128) */,
  5767. 852 /* 1.2.643.2.9.1.3.3 (OBJ_id_GostR3411_94_with_GostR3410_94_cc) */,
  5768. 853 /* 1.2.643.2.9.1.3.4 (OBJ_id_GostR3411_94_with_GostR3410_2001_cc) */,
  5769. 850 /* 1.2.643.2.9.1.5.3 (OBJ_id_GostR3410_94_cc) */,
  5770. 851 /* 1.2.643.2.9.1.5.4 (OBJ_id_GostR3410_2001_cc) */,
  5771. 849 /* 1.2.643.2.9.1.6.1 (OBJ_id_Gost28147_89_cc) */,
  5772. 854 /* 1.2.643.2.9.1.8.1 (OBJ_id_GostR3410_2001_ParamSet_cc) */,
  5773. 186 /* 1.2.840.113549.1.1 (OBJ_pkcs1) */,
  5774. 27 /* 1.2.840.113549.1.3 (OBJ_pkcs3) */,
  5775. 187 /* 1.2.840.113549.1.5 (OBJ_pkcs5) */,
  5776. 20 /* 1.2.840.113549.1.7 (OBJ_pkcs7) */,
  5777. 47 /* 1.2.840.113549.1.9 (OBJ_pkcs9) */,
  5778. 3 /* 1.2.840.113549.2.2 (OBJ_md2) */,
  5779. 257 /* 1.2.840.113549.2.4 (OBJ_md4) */,
  5780. 4 /* 1.2.840.113549.2.5 (OBJ_md5) */,
  5781. 797 /* 1.2.840.113549.2.6 (OBJ_hmacWithMD5) */,
  5782. 163 /* 1.2.840.113549.2.7 (OBJ_hmacWithSHA1) */,
  5783. 798 /* 1.2.840.113549.2.8 (OBJ_hmacWithSHA224) */,
  5784. 799 /* 1.2.840.113549.2.9 (OBJ_hmacWithSHA256) */,
  5785. 800 /* 1.2.840.113549.2.10 (OBJ_hmacWithSHA384) */,
  5786. 801 /* 1.2.840.113549.2.11 (OBJ_hmacWithSHA512) */,
  5787. 37 /* 1.2.840.113549.3.2 (OBJ_rc2_cbc) */,
  5788. 5 /* 1.2.840.113549.3.4 (OBJ_rc4) */,
  5789. 44 /* 1.2.840.113549.3.7 (OBJ_des_ede3_cbc) */,
  5790. 120 /* 1.2.840.113549.3.8 (OBJ_rc5_cbc) */,
  5791. 643 /* 1.2.840.113549.3.10 (OBJ_des_cdmf) */,
  5792. 680 /* 1.2.840.10045.1.2.3 (OBJ_X9_62_id_characteristic_two_basis) */,
  5793. 684 /* 1.2.840.10045.3.0.1 (OBJ_X9_62_c2pnb163v1) */,
  5794. 685 /* 1.2.840.10045.3.0.2 (OBJ_X9_62_c2pnb163v2) */,
  5795. 686 /* 1.2.840.10045.3.0.3 (OBJ_X9_62_c2pnb163v3) */,
  5796. 687 /* 1.2.840.10045.3.0.4 (OBJ_X9_62_c2pnb176v1) */,
  5797. 688 /* 1.2.840.10045.3.0.5 (OBJ_X9_62_c2tnb191v1) */,
  5798. 689 /* 1.2.840.10045.3.0.6 (OBJ_X9_62_c2tnb191v2) */,
  5799. 690 /* 1.2.840.10045.3.0.7 (OBJ_X9_62_c2tnb191v3) */,
  5800. 691 /* 1.2.840.10045.3.0.8 (OBJ_X9_62_c2onb191v4) */,
  5801. 692 /* 1.2.840.10045.3.0.9 (OBJ_X9_62_c2onb191v5) */,
  5802. 693 /* 1.2.840.10045.3.0.10 (OBJ_X9_62_c2pnb208w1) */,
  5803. 694 /* 1.2.840.10045.3.0.11 (OBJ_X9_62_c2tnb239v1) */,
  5804. 695 /* 1.2.840.10045.3.0.12 (OBJ_X9_62_c2tnb239v2) */,
  5805. 696 /* 1.2.840.10045.3.0.13 (OBJ_X9_62_c2tnb239v3) */,
  5806. 697 /* 1.2.840.10045.3.0.14 (OBJ_X9_62_c2onb239v4) */,
  5807. 698 /* 1.2.840.10045.3.0.15 (OBJ_X9_62_c2onb239v5) */,
  5808. 699 /* 1.2.840.10045.3.0.16 (OBJ_X9_62_c2pnb272w1) */,
  5809. 700 /* 1.2.840.10045.3.0.17 (OBJ_X9_62_c2pnb304w1) */,
  5810. 701 /* 1.2.840.10045.3.0.18 (OBJ_X9_62_c2tnb359v1) */,
  5811. 702 /* 1.2.840.10045.3.0.19 (OBJ_X9_62_c2pnb368w1) */,
  5812. 703 /* 1.2.840.10045.3.0.20 (OBJ_X9_62_c2tnb431r1) */,
  5813. 409 /* 1.2.840.10045.3.1.1 (OBJ_X9_62_prime192v1) */,
  5814. 410 /* 1.2.840.10045.3.1.2 (OBJ_X9_62_prime192v2) */,
  5815. 411 /* 1.2.840.10045.3.1.3 (OBJ_X9_62_prime192v3) */,
  5816. 412 /* 1.2.840.10045.3.1.4 (OBJ_X9_62_prime239v1) */,
  5817. 413 /* 1.2.840.10045.3.1.5 (OBJ_X9_62_prime239v2) */,
  5818. 414 /* 1.2.840.10045.3.1.6 (OBJ_X9_62_prime239v3) */,
  5819. 415 /* 1.2.840.10045.3.1.7 (OBJ_X9_62_prime256v1) */,
  5820. 793 /* 1.2.840.10045.4.3.1 (OBJ_ecdsa_with_SHA224) */,
  5821. 794 /* 1.2.840.10045.4.3.2 (OBJ_ecdsa_with_SHA256) */,
  5822. 795 /* 1.2.840.10045.4.3.3 (OBJ_ecdsa_with_SHA384) */,
  5823. 796 /* 1.2.840.10045.4.3.4 (OBJ_ecdsa_with_SHA512) */,
  5824. 269 /* 1.3.6.1.5.5.7.0.1 (OBJ_id_pkix1_explicit_88) */,
  5825. 270 /* 1.3.6.1.5.5.7.0.2 (OBJ_id_pkix1_implicit_88) */,
  5826. 271 /* 1.3.6.1.5.5.7.0.3 (OBJ_id_pkix1_explicit_93) */,
  5827. 272 /* 1.3.6.1.5.5.7.0.4 (OBJ_id_pkix1_implicit_93) */,
  5828. 273 /* 1.3.6.1.5.5.7.0.5 (OBJ_id_mod_crmf) */,
  5829. 274 /* 1.3.6.1.5.5.7.0.6 (OBJ_id_mod_cmc) */,
  5830. 275 /* 1.3.6.1.5.5.7.0.7 (OBJ_id_mod_kea_profile_88) */,
  5831. 276 /* 1.3.6.1.5.5.7.0.8 (OBJ_id_mod_kea_profile_93) */,
  5832. 277 /* 1.3.6.1.5.5.7.0.9 (OBJ_id_mod_cmp) */,
  5833. 278 /* 1.3.6.1.5.5.7.0.10 (OBJ_id_mod_qualified_cert_88) */,
  5834. 279 /* 1.3.6.1.5.5.7.0.11 (OBJ_id_mod_qualified_cert_93) */,
  5835. 280 /* 1.3.6.1.5.5.7.0.12 (OBJ_id_mod_attribute_cert) */,
  5836. 281 /* 1.3.6.1.5.5.7.0.13 (OBJ_id_mod_timestamp_protocol) */,
  5837. 282 /* 1.3.6.1.5.5.7.0.14 (OBJ_id_mod_ocsp) */,
  5838. 283 /* 1.3.6.1.5.5.7.0.15 (OBJ_id_mod_dvcs) */,
  5839. 284 /* 1.3.6.1.5.5.7.0.16 (OBJ_id_mod_cmp2000) */,
  5840. 177 /* 1.3.6.1.5.5.7.1.1 (OBJ_info_access) */,
  5841. 285 /* 1.3.6.1.5.5.7.1.2 (OBJ_biometricInfo) */,
  5842. 286 /* 1.3.6.1.5.5.7.1.3 (OBJ_qcStatements) */,
  5843. 287 /* 1.3.6.1.5.5.7.1.4 (OBJ_ac_auditEntity) */,
  5844. 288 /* 1.3.6.1.5.5.7.1.5 (OBJ_ac_targeting) */,
  5845. 289 /* 1.3.6.1.5.5.7.1.6 (OBJ_aaControls) */,
  5846. 290 /* 1.3.6.1.5.5.7.1.7 (OBJ_sbgp_ipAddrBlock) */,
  5847. 291 /* 1.3.6.1.5.5.7.1.8 (OBJ_sbgp_autonomousSysNum) */,
  5848. 292 /* 1.3.6.1.5.5.7.1.9 (OBJ_sbgp_routerIdentifier) */,
  5849. 397 /* 1.3.6.1.5.5.7.1.10 (OBJ_ac_proxying) */,
  5850. 398 /* 1.3.6.1.5.5.7.1.11 (OBJ_sinfo_access) */,
  5851. 663 /* 1.3.6.1.5.5.7.1.14 (OBJ_proxyCertInfo) */,
  5852. 164 /* 1.3.6.1.5.5.7.2.1 (OBJ_id_qt_cps) */,
  5853. 165 /* 1.3.6.1.5.5.7.2.2 (OBJ_id_qt_unotice) */,
  5854. 293 /* 1.3.6.1.5.5.7.2.3 (OBJ_textNotice) */,
  5855. 129 /* 1.3.6.1.5.5.7.3.1 (OBJ_server_auth) */,
  5856. 130 /* 1.3.6.1.5.5.7.3.2 (OBJ_client_auth) */,
  5857. 131 /* 1.3.6.1.5.5.7.3.3 (OBJ_code_sign) */,
  5858. 132 /* 1.3.6.1.5.5.7.3.4 (OBJ_email_protect) */,
  5859. 294 /* 1.3.6.1.5.5.7.3.5 (OBJ_ipsecEndSystem) */,
  5860. 295 /* 1.3.6.1.5.5.7.3.6 (OBJ_ipsecTunnel) */,
  5861. 296 /* 1.3.6.1.5.5.7.3.7 (OBJ_ipsecUser) */,
  5862. 133 /* 1.3.6.1.5.5.7.3.8 (OBJ_time_stamp) */,
  5863. 180 /* 1.3.6.1.5.5.7.3.9 (OBJ_OCSP_sign) */,
  5864. 297 /* 1.3.6.1.5.5.7.3.10 (OBJ_dvcs) */,
  5865. 298 /* 1.3.6.1.5.5.7.4.1 (OBJ_id_it_caProtEncCert) */,
  5866. 299 /* 1.3.6.1.5.5.7.4.2 (OBJ_id_it_signKeyPairTypes) */,
  5867. 300 /* 1.3.6.1.5.5.7.4.3 (OBJ_id_it_encKeyPairTypes) */,
  5868. 301 /* 1.3.6.1.5.5.7.4.4 (OBJ_id_it_preferredSymmAlg) */,
  5869. 302 /* 1.3.6.1.5.5.7.4.5 (OBJ_id_it_caKeyUpdateInfo) */,
  5870. 303 /* 1.3.6.1.5.5.7.4.6 (OBJ_id_it_currentCRL) */,
  5871. 304 /* 1.3.6.1.5.5.7.4.7 (OBJ_id_it_unsupportedOIDs) */,
  5872. 305 /* 1.3.6.1.5.5.7.4.8 (OBJ_id_it_subscriptionRequest) */,
  5873. 306 /* 1.3.6.1.5.5.7.4.9 (OBJ_id_it_subscriptionResponse) */,
  5874. 307 /* 1.3.6.1.5.5.7.4.10 (OBJ_id_it_keyPairParamReq) */,
  5875. 308 /* 1.3.6.1.5.5.7.4.11 (OBJ_id_it_keyPairParamRep) */,
  5876. 309 /* 1.3.6.1.5.5.7.4.12 (OBJ_id_it_revPassphrase) */,
  5877. 310 /* 1.3.6.1.5.5.7.4.13 (OBJ_id_it_implicitConfirm) */,
  5878. 311 /* 1.3.6.1.5.5.7.4.14 (OBJ_id_it_confirmWaitTime) */,
  5879. 312 /* 1.3.6.1.5.5.7.4.15 (OBJ_id_it_origPKIMessage) */,
  5880. 784 /* 1.3.6.1.5.5.7.4.16 (OBJ_id_it_suppLangTags) */,
  5881. 313 /* 1.3.6.1.5.5.7.5.1 (OBJ_id_regCtrl) */,
  5882. 314 /* 1.3.6.1.5.5.7.5.2 (OBJ_id_regInfo) */,
  5883. 323 /* 1.3.6.1.5.5.7.6.1 (OBJ_id_alg_des40) */,
  5884. 324 /* 1.3.6.1.5.5.7.6.2 (OBJ_id_alg_noSignature) */,
  5885. 325 /* 1.3.6.1.5.5.7.6.3 (OBJ_id_alg_dh_sig_hmac_sha1) */,
  5886. 326 /* 1.3.6.1.5.5.7.6.4 (OBJ_id_alg_dh_pop) */,
  5887. 327 /* 1.3.6.1.5.5.7.7.1 (OBJ_id_cmc_statusInfo) */,
  5888. 328 /* 1.3.6.1.5.5.7.7.2 (OBJ_id_cmc_identification) */,
  5889. 329 /* 1.3.6.1.5.5.7.7.3 (OBJ_id_cmc_identityProof) */,
  5890. 330 /* 1.3.6.1.5.5.7.7.4 (OBJ_id_cmc_dataReturn) */,
  5891. 331 /* 1.3.6.1.5.5.7.7.5 (OBJ_id_cmc_transactionId) */,
  5892. 332 /* 1.3.6.1.5.5.7.7.6 (OBJ_id_cmc_senderNonce) */,
  5893. 333 /* 1.3.6.1.5.5.7.7.7 (OBJ_id_cmc_recipientNonce) */,
  5894. 334 /* 1.3.6.1.5.5.7.7.8 (OBJ_id_cmc_addExtensions) */,
  5895. 335 /* 1.3.6.1.5.5.7.7.9 (OBJ_id_cmc_encryptedPOP) */,
  5896. 336 /* 1.3.6.1.5.5.7.7.10 (OBJ_id_cmc_decryptedPOP) */,
  5897. 337 /* 1.3.6.1.5.5.7.7.11 (OBJ_id_cmc_lraPOPWitness) */,
  5898. 338 /* 1.3.6.1.5.5.7.7.15 (OBJ_id_cmc_getCert) */,
  5899. 339 /* 1.3.6.1.5.5.7.7.16 (OBJ_id_cmc_getCRL) */,
  5900. 340 /* 1.3.6.1.5.5.7.7.17 (OBJ_id_cmc_revokeRequest) */,
  5901. 341 /* 1.3.6.1.5.5.7.7.18 (OBJ_id_cmc_regInfo) */,
  5902. 342 /* 1.3.6.1.5.5.7.7.19 (OBJ_id_cmc_responseInfo) */,
  5903. 343 /* 1.3.6.1.5.5.7.7.21 (OBJ_id_cmc_queryPending) */,
  5904. 344 /* 1.3.6.1.5.5.7.7.22 (OBJ_id_cmc_popLinkRandom) */,
  5905. 345 /* 1.3.6.1.5.5.7.7.23 (OBJ_id_cmc_popLinkWitness) */,
  5906. 346 /* 1.3.6.1.5.5.7.7.24 (OBJ_id_cmc_confirmCertAcceptance) */,
  5907. 347 /* 1.3.6.1.5.5.7.8.1 (OBJ_id_on_personalData) */,
  5908. 858 /* 1.3.6.1.5.5.7.8.3 (OBJ_id_on_permanentIdentifier) */,
  5909. 348 /* 1.3.6.1.5.5.7.9.1 (OBJ_id_pda_dateOfBirth) */,
  5910. 349 /* 1.3.6.1.5.5.7.9.2 (OBJ_id_pda_placeOfBirth) */,
  5911. 351 /* 1.3.6.1.5.5.7.9.3 (OBJ_id_pda_gender) */,
  5912. 352 /* 1.3.6.1.5.5.7.9.4 (OBJ_id_pda_countryOfCitizenship) */,
  5913. 353 /* 1.3.6.1.5.5.7.9.5 (OBJ_id_pda_countryOfResidence) */,
  5914. 354 /* 1.3.6.1.5.5.7.10.1 (OBJ_id_aca_authenticationInfo) */,
  5915. 355 /* 1.3.6.1.5.5.7.10.2 (OBJ_id_aca_accessIdentity) */,
  5916. 356 /* 1.3.6.1.5.5.7.10.3 (OBJ_id_aca_chargingIdentity) */,
  5917. 357 /* 1.3.6.1.5.5.7.10.4 (OBJ_id_aca_group) */,
  5918. 358 /* 1.3.6.1.5.5.7.10.5 (OBJ_id_aca_role) */,
  5919. 399 /* 1.3.6.1.5.5.7.10.6 (OBJ_id_aca_encAttrs) */,
  5920. 359 /* 1.3.6.1.5.5.7.11.1 (OBJ_id_qcs_pkixQCSyntax_v1) */,
  5921. 360 /* 1.3.6.1.5.5.7.12.1 (OBJ_id_cct_crs) */,
  5922. 361 /* 1.3.6.1.5.5.7.12.2 (OBJ_id_cct_PKIData) */,
  5923. 362 /* 1.3.6.1.5.5.7.12.3 (OBJ_id_cct_PKIResponse) */,
  5924. 664 /* 1.3.6.1.5.5.7.21.0 (OBJ_id_ppl_anyLanguage) */,
  5925. 665 /* 1.3.6.1.5.5.7.21.1 (OBJ_id_ppl_inheritAll) */,
  5926. 667 /* 1.3.6.1.5.5.7.21.2 (OBJ_Independent) */,
  5927. 178 /* 1.3.6.1.5.5.7.48.1 (OBJ_ad_OCSP) */,
  5928. 179 /* 1.3.6.1.5.5.7.48.2 (OBJ_ad_ca_issuers) */,
  5929. 363 /* 1.3.6.1.5.5.7.48.3 (OBJ_ad_timeStamping) */,
  5930. 364 /* 1.3.6.1.5.5.7.48.4 (OBJ_ad_dvcs) */,
  5931. 785 /* 1.3.6.1.5.5.7.48.5 (OBJ_caRepository) */,
  5932. 780 /* 1.3.6.1.5.5.8.1.1 (OBJ_hmac_md5) */,
  5933. 781 /* 1.3.6.1.5.5.8.1.2 (OBJ_hmac_sha1) */,
  5934. 58 /* 2.16.840.1.113730.1 (OBJ_netscape_cert_extension) */,
  5935. 59 /* 2.16.840.1.113730.2 (OBJ_netscape_data_type) */,
  5936. 438 /* 0.9.2342.19200300.100.1 (OBJ_pilotAttributeType) */,
  5937. 439 /* 0.9.2342.19200300.100.3 (OBJ_pilotAttributeSyntax) */,
  5938. 440 /* 0.9.2342.19200300.100.4 (OBJ_pilotObjectClass) */,
  5939. 441 /* 0.9.2342.19200300.100.10 (OBJ_pilotGroups) */,
  5940. 108 /* 1.2.840.113533.7.66.10 (OBJ_cast5_cbc) */,
  5941. 112 /* 1.2.840.113533.7.66.12 (OBJ_pbeWithMD5AndCast5_CBC) */,
  5942. 782 /* 1.2.840.113533.7.66.13 (OBJ_id_PasswordBasedMAC) */,
  5943. 783 /* 1.2.840.113533.7.66.30 (OBJ_id_DHBasedMac) */,
  5944. 6 /* 1.2.840.113549.1.1.1 (OBJ_rsaEncryption) */,
  5945. 7 /* 1.2.840.113549.1.1.2 (OBJ_md2WithRSAEncryption) */,
  5946. 396 /* 1.2.840.113549.1.1.3 (OBJ_md4WithRSAEncryption) */,
  5947. 8 /* 1.2.840.113549.1.1.4 (OBJ_md5WithRSAEncryption) */,
  5948. 65 /* 1.2.840.113549.1.1.5 (OBJ_sha1WithRSAEncryption) */,
  5949. 644 /* 1.2.840.113549.1.1.6 (OBJ_rsaOAEPEncryptionSET) */,
  5950. 919 /* 1.2.840.113549.1.1.7 (OBJ_rsaesOaep) */,
  5951. 911 /* 1.2.840.113549.1.1.8 (OBJ_mgf1) */,
  5952. 935 /* 1.2.840.113549.1.1.9 (OBJ_pSpecified) */,
  5953. 912 /* 1.2.840.113549.1.1.10 (OBJ_rsassaPss) */,
  5954. 668 /* 1.2.840.113549.1.1.11 (OBJ_sha256WithRSAEncryption) */,
  5955. 669 /* 1.2.840.113549.1.1.12 (OBJ_sha384WithRSAEncryption) */,
  5956. 670 /* 1.2.840.113549.1.1.13 (OBJ_sha512WithRSAEncryption) */,
  5957. 671 /* 1.2.840.113549.1.1.14 (OBJ_sha224WithRSAEncryption) */,
  5958. 28 /* 1.2.840.113549.1.3.1 (OBJ_dhKeyAgreement) */,
  5959. 9 /* 1.2.840.113549.1.5.1 (OBJ_pbeWithMD2AndDES_CBC) */,
  5960. 10 /* 1.2.840.113549.1.5.3 (OBJ_pbeWithMD5AndDES_CBC) */,
  5961. 168 /* 1.2.840.113549.1.5.4 (OBJ_pbeWithMD2AndRC2_CBC) */,
  5962. 169 /* 1.2.840.113549.1.5.6 (OBJ_pbeWithMD5AndRC2_CBC) */,
  5963. 170 /* 1.2.840.113549.1.5.10 (OBJ_pbeWithSHA1AndDES_CBC) */,
  5964. 68 /* 1.2.840.113549.1.5.11 (OBJ_pbeWithSHA1AndRC2_CBC) */,
  5965. 69 /* 1.2.840.113549.1.5.12 (OBJ_id_pbkdf2) */,
  5966. 161 /* 1.2.840.113549.1.5.13 (OBJ_pbes2) */,
  5967. 162 /* 1.2.840.113549.1.5.14 (OBJ_pbmac1) */,
  5968. 21 /* 1.2.840.113549.1.7.1 (OBJ_pkcs7_data) */,
  5969. 22 /* 1.2.840.113549.1.7.2 (OBJ_pkcs7_signed) */,
  5970. 23 /* 1.2.840.113549.1.7.3 (OBJ_pkcs7_enveloped) */,
  5971. 24 /* 1.2.840.113549.1.7.4 (OBJ_pkcs7_signedAndEnveloped) */,
  5972. 25 /* 1.2.840.113549.1.7.5 (OBJ_pkcs7_digest) */,
  5973. 26 /* 1.2.840.113549.1.7.6 (OBJ_pkcs7_encrypted) */,
  5974. 48 /* 1.2.840.113549.1.9.1 (OBJ_pkcs9_emailAddress) */,
  5975. 49 /* 1.2.840.113549.1.9.2 (OBJ_pkcs9_unstructuredName) */,
  5976. 50 /* 1.2.840.113549.1.9.3 (OBJ_pkcs9_contentType) */,
  5977. 51 /* 1.2.840.113549.1.9.4 (OBJ_pkcs9_messageDigest) */,
  5978. 52 /* 1.2.840.113549.1.9.5 (OBJ_pkcs9_signingTime) */,
  5979. 53 /* 1.2.840.113549.1.9.6 (OBJ_pkcs9_countersignature) */,
  5980. 54 /* 1.2.840.113549.1.9.7 (OBJ_pkcs9_challengePassword) */,
  5981. 55 /* 1.2.840.113549.1.9.8 (OBJ_pkcs9_unstructuredAddress) */,
  5982. 56 /* 1.2.840.113549.1.9.9 (OBJ_pkcs9_extCertAttributes) */,
  5983. 172 /* 1.2.840.113549.1.9.14 (OBJ_ext_req) */,
  5984. 167 /* 1.2.840.113549.1.9.15 (OBJ_SMIMECapabilities) */,
  5985. 188 /* 1.2.840.113549.1.9.16 (OBJ_SMIME) */,
  5986. 156 /* 1.2.840.113549.1.9.20 (OBJ_friendlyName) */,
  5987. 157 /* 1.2.840.113549.1.9.21 (OBJ_localKeyID) */,
  5988. 681 /* 1.2.840.10045.1.2.3.1 (OBJ_X9_62_onBasis) */,
  5989. 682 /* 1.2.840.10045.1.2.3.2 (OBJ_X9_62_tpBasis) */,
  5990. 683 /* 1.2.840.10045.1.2.3.3 (OBJ_X9_62_ppBasis) */,
  5991. 417 /* 1.3.6.1.4.1.311.17.1 (OBJ_ms_csp_name) */,
  5992. 856 /* 1.3.6.1.4.1.311.17.2 (OBJ_LocalKeySet) */,
  5993. 390 /* 1.3.6.1.4.1.1466.344 (OBJ_dcObject) */,
  5994. 91 /* 1.3.6.1.4.1.3029.1.2 (OBJ_bf_cbc) */,
  5995. 315 /* 1.3.6.1.5.5.7.5.1.1 (OBJ_id_regCtrl_regToken) */,
  5996. 316 /* 1.3.6.1.5.5.7.5.1.2 (OBJ_id_regCtrl_authenticator) */,
  5997. 317 /* 1.3.6.1.5.5.7.5.1.3 (OBJ_id_regCtrl_pkiPublicationInfo) */,
  5998. 318 /* 1.3.6.1.5.5.7.5.1.4 (OBJ_id_regCtrl_pkiArchiveOptions) */,
  5999. 319 /* 1.3.6.1.5.5.7.5.1.5 (OBJ_id_regCtrl_oldCertID) */,
  6000. 320 /* 1.3.6.1.5.5.7.5.1.6 (OBJ_id_regCtrl_protocolEncrKey) */,
  6001. 321 /* 1.3.6.1.5.5.7.5.2.1 (OBJ_id_regInfo_utf8Pairs) */,
  6002. 322 /* 1.3.6.1.5.5.7.5.2.2 (OBJ_id_regInfo_certReq) */,
  6003. 365 /* 1.3.6.1.5.5.7.48.1.1 (OBJ_id_pkix_OCSP_basic) */,
  6004. 366 /* 1.3.6.1.5.5.7.48.1.2 (OBJ_id_pkix_OCSP_Nonce) */,
  6005. 367 /* 1.3.6.1.5.5.7.48.1.3 (OBJ_id_pkix_OCSP_CrlID) */,
  6006. 368 /* 1.3.6.1.5.5.7.48.1.4 (OBJ_id_pkix_OCSP_acceptableResponses) */,
  6007. 369 /* 1.3.6.1.5.5.7.48.1.5 (OBJ_id_pkix_OCSP_noCheck) */,
  6008. 370 /* 1.3.6.1.5.5.7.48.1.6 (OBJ_id_pkix_OCSP_archiveCutoff) */,
  6009. 371 /* 1.3.6.1.5.5.7.48.1.7 (OBJ_id_pkix_OCSP_serviceLocator) */,
  6010. 372 /* 1.3.6.1.5.5.7.48.1.8 (OBJ_id_pkix_OCSP_extendedStatus) */,
  6011. 373 /* 1.3.6.1.5.5.7.48.1.9 (OBJ_id_pkix_OCSP_valid) */,
  6012. 374 /* 1.3.6.1.5.5.7.48.1.10 (OBJ_id_pkix_OCSP_path) */,
  6013. 375 /* 1.3.6.1.5.5.7.48.1.11 (OBJ_id_pkix_OCSP_trustRoot) */,
  6014. 921 /* 1.3.36.3.3.2.8.1.1.1 (OBJ_brainpoolP160r1) */,
  6015. 922 /* 1.3.36.3.3.2.8.1.1.2 (OBJ_brainpoolP160t1) */,
  6016. 923 /* 1.3.36.3.3.2.8.1.1.3 (OBJ_brainpoolP192r1) */,
  6017. 924 /* 1.3.36.3.3.2.8.1.1.4 (OBJ_brainpoolP192t1) */,
  6018. 925 /* 1.3.36.3.3.2.8.1.1.5 (OBJ_brainpoolP224r1) */,
  6019. 926 /* 1.3.36.3.3.2.8.1.1.6 (OBJ_brainpoolP224t1) */,
  6020. 927 /* 1.3.36.3.3.2.8.1.1.7 (OBJ_brainpoolP256r1) */,
  6021. 928 /* 1.3.36.3.3.2.8.1.1.8 (OBJ_brainpoolP256t1) */,
  6022. 929 /* 1.3.36.3.3.2.8.1.1.9 (OBJ_brainpoolP320r1) */,
  6023. 930 /* 1.3.36.3.3.2.8.1.1.10 (OBJ_brainpoolP320t1) */,
  6024. 931 /* 1.3.36.3.3.2.8.1.1.11 (OBJ_brainpoolP384r1) */,
  6025. 932 /* 1.3.36.3.3.2.8.1.1.12 (OBJ_brainpoolP384t1) */,
  6026. 933 /* 1.3.36.3.3.2.8.1.1.13 (OBJ_brainpoolP512r1) */,
  6027. 934 /* 1.3.36.3.3.2.8.1.1.14 (OBJ_brainpoolP512t1) */,
  6028. 936 /* 1.3.133.16.840.63.0.2 (OBJ_dhSinglePass_stdDH_sha1kdf_scheme) */,
  6029. 941 /* 1.3.133.16.840.63.0.3 (OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme) */
  6030. ,
  6031. 418 /* 2.16.840.1.101.3.4.1.1 (OBJ_aes_128_ecb) */,
  6032. 419 /* 2.16.840.1.101.3.4.1.2 (OBJ_aes_128_cbc) */,
  6033. 420 /* 2.16.840.1.101.3.4.1.3 (OBJ_aes_128_ofb128) */,
  6034. 421 /* 2.16.840.1.101.3.4.1.4 (OBJ_aes_128_cfb128) */,
  6035. 788 /* 2.16.840.1.101.3.4.1.5 (OBJ_id_aes128_wrap) */,
  6036. 895 /* 2.16.840.1.101.3.4.1.6 (OBJ_aes_128_gcm) */,
  6037. 896 /* 2.16.840.1.101.3.4.1.7 (OBJ_aes_128_ccm) */,
  6038. 897 /* 2.16.840.1.101.3.4.1.8 (OBJ_id_aes128_wrap_pad) */,
  6039. 422 /* 2.16.840.1.101.3.4.1.21 (OBJ_aes_192_ecb) */,
  6040. 423 /* 2.16.840.1.101.3.4.1.22 (OBJ_aes_192_cbc) */,
  6041. 424 /* 2.16.840.1.101.3.4.1.23 (OBJ_aes_192_ofb128) */,
  6042. 425 /* 2.16.840.1.101.3.4.1.24 (OBJ_aes_192_cfb128) */,
  6043. 789 /* 2.16.840.1.101.3.4.1.25 (OBJ_id_aes192_wrap) */,
  6044. 898 /* 2.16.840.1.101.3.4.1.26 (OBJ_aes_192_gcm) */,
  6045. 899 /* 2.16.840.1.101.3.4.1.27 (OBJ_aes_192_ccm) */,
  6046. 900 /* 2.16.840.1.101.3.4.1.28 (OBJ_id_aes192_wrap_pad) */,
  6047. 426 /* 2.16.840.1.101.3.4.1.41 (OBJ_aes_256_ecb) */,
  6048. 427 /* 2.16.840.1.101.3.4.1.42 (OBJ_aes_256_cbc) */,
  6049. 428 /* 2.16.840.1.101.3.4.1.43 (OBJ_aes_256_ofb128) */,
  6050. 429 /* 2.16.840.1.101.3.4.1.44 (OBJ_aes_256_cfb128) */,
  6051. 790 /* 2.16.840.1.101.3.4.1.45 (OBJ_id_aes256_wrap) */,
  6052. 901 /* 2.16.840.1.101.3.4.1.46 (OBJ_aes_256_gcm) */,
  6053. 902 /* 2.16.840.1.101.3.4.1.47 (OBJ_aes_256_ccm) */,
  6054. 903 /* 2.16.840.1.101.3.4.1.48 (OBJ_id_aes256_wrap_pad) */,
  6055. 672 /* 2.16.840.1.101.3.4.2.1 (OBJ_sha256) */,
  6056. 673 /* 2.16.840.1.101.3.4.2.2 (OBJ_sha384) */,
  6057. 674 /* 2.16.840.1.101.3.4.2.3 (OBJ_sha512) */,
  6058. 675 /* 2.16.840.1.101.3.4.2.4 (OBJ_sha224) */,
  6059. 802 /* 2.16.840.1.101.3.4.3.1 (OBJ_dsa_with_SHA224) */,
  6060. 803 /* 2.16.840.1.101.3.4.3.2 (OBJ_dsa_with_SHA256) */,
  6061. 71 /* 2.16.840.1.113730.1.1 (OBJ_netscape_cert_type) */,
  6062. 72 /* 2.16.840.1.113730.1.2 (OBJ_netscape_base_url) */,
  6063. 73 /* 2.16.840.1.113730.1.3 (OBJ_netscape_revocation_url) */,
  6064. 74 /* 2.16.840.1.113730.1.4 (OBJ_netscape_ca_revocation_url) */,
  6065. 75 /* 2.16.840.1.113730.1.7 (OBJ_netscape_renewal_url) */,
  6066. 76 /* 2.16.840.1.113730.1.8 (OBJ_netscape_ca_policy_url) */,
  6067. 77 /* 2.16.840.1.113730.1.12 (OBJ_netscape_ssl_server_name) */,
  6068. 78 /* 2.16.840.1.113730.1.13 (OBJ_netscape_comment) */,
  6069. 79 /* 2.16.840.1.113730.2.5 (OBJ_netscape_cert_sequence) */,
  6070. 139 /* 2.16.840.1.113730.4.1 (OBJ_ns_sgc) */,
  6071. 458 /* 0.9.2342.19200300.100.1.1 (OBJ_userId) */,
  6072. 459 /* 0.9.2342.19200300.100.1.2 (OBJ_textEncodedORAddress) */,
  6073. 460 /* 0.9.2342.19200300.100.1.3 (OBJ_rfc822Mailbox) */,
  6074. 461 /* 0.9.2342.19200300.100.1.4 (OBJ_info) */,
  6075. 462 /* 0.9.2342.19200300.100.1.5 (OBJ_favouriteDrink) */,
  6076. 463 /* 0.9.2342.19200300.100.1.6 (OBJ_roomNumber) */,
  6077. 464 /* 0.9.2342.19200300.100.1.7 (OBJ_photo) */,
  6078. 465 /* 0.9.2342.19200300.100.1.8 (OBJ_userClass) */,
  6079. 466 /* 0.9.2342.19200300.100.1.9 (OBJ_host) */,
  6080. 467 /* 0.9.2342.19200300.100.1.10 (OBJ_manager) */,
  6081. 468 /* 0.9.2342.19200300.100.1.11 (OBJ_documentIdentifier) */,
  6082. 469 /* 0.9.2342.19200300.100.1.12 (OBJ_documentTitle) */,
  6083. 470 /* 0.9.2342.19200300.100.1.13 (OBJ_documentVersion) */,
  6084. 471 /* 0.9.2342.19200300.100.1.14 (OBJ_documentAuthor) */,
  6085. 472 /* 0.9.2342.19200300.100.1.15 (OBJ_documentLocation) */,
  6086. 473 /* 0.9.2342.19200300.100.1.20 (OBJ_homeTelephoneNumber) */,
  6087. 474 /* 0.9.2342.19200300.100.1.21 (OBJ_secretary) */,
  6088. 475 /* 0.9.2342.19200300.100.1.22 (OBJ_otherMailbox) */,
  6089. 476 /* 0.9.2342.19200300.100.1.23 (OBJ_lastModifiedTime) */,
  6090. 477 /* 0.9.2342.19200300.100.1.24 (OBJ_lastModifiedBy) */,
  6091. 391 /* 0.9.2342.19200300.100.1.25 (OBJ_domainComponent) */,
  6092. 478 /* 0.9.2342.19200300.100.1.26 (OBJ_aRecord) */,
  6093. 479 /* 0.9.2342.19200300.100.1.27 (OBJ_pilotAttributeType27) */,
  6094. 480 /* 0.9.2342.19200300.100.1.28 (OBJ_mXRecord) */,
  6095. 481 /* 0.9.2342.19200300.100.1.29 (OBJ_nSRecord) */,
  6096. 482 /* 0.9.2342.19200300.100.1.30 (OBJ_sOARecord) */,
  6097. 483 /* 0.9.2342.19200300.100.1.31 (OBJ_cNAMERecord) */,
  6098. 484 /* 0.9.2342.19200300.100.1.37 (OBJ_associatedDomain) */,
  6099. 485 /* 0.9.2342.19200300.100.1.38 (OBJ_associatedName) */,
  6100. 486 /* 0.9.2342.19200300.100.1.39 (OBJ_homePostalAddress) */,
  6101. 487 /* 0.9.2342.19200300.100.1.40 (OBJ_personalTitle) */,
  6102. 488 /* 0.9.2342.19200300.100.1.41 (OBJ_mobileTelephoneNumber) */,
  6103. 489 /* 0.9.2342.19200300.100.1.42 (OBJ_pagerTelephoneNumber) */,
  6104. 490 /* 0.9.2342.19200300.100.1.43 (OBJ_friendlyCountryName) */,
  6105. 491 /* 0.9.2342.19200300.100.1.45 (OBJ_organizationalStatus) */,
  6106. 492 /* 0.9.2342.19200300.100.1.46 (OBJ_janetMailbox) */,
  6107. 493 /* 0.9.2342.19200300.100.1.47 (OBJ_mailPreferenceOption) */,
  6108. 494 /* 0.9.2342.19200300.100.1.48 (OBJ_buildingName) */,
  6109. 495 /* 0.9.2342.19200300.100.1.49 (OBJ_dSAQuality) */,
  6110. 496 /* 0.9.2342.19200300.100.1.50 (OBJ_singleLevelQuality) */,
  6111. 497 /* 0.9.2342.19200300.100.1.51 (OBJ_subtreeMinimumQuality) */,
  6112. 498 /* 0.9.2342.19200300.100.1.52 (OBJ_subtreeMaximumQuality) */,
  6113. 499 /* 0.9.2342.19200300.100.1.53 (OBJ_personalSignature) */,
  6114. 500 /* 0.9.2342.19200300.100.1.54 (OBJ_dITRedirect) */,
  6115. 501 /* 0.9.2342.19200300.100.1.55 (OBJ_audio) */,
  6116. 502 /* 0.9.2342.19200300.100.1.56 (OBJ_documentPublisher) */,
  6117. 442 /* 0.9.2342.19200300.100.3.4 (OBJ_iA5StringSyntax) */,
  6118. 443 /* 0.9.2342.19200300.100.3.5 (OBJ_caseIgnoreIA5StringSyntax) */,
  6119. 444 /* 0.9.2342.19200300.100.4.3 (OBJ_pilotObject) */,
  6120. 445 /* 0.9.2342.19200300.100.4.4 (OBJ_pilotPerson) */,
  6121. 446 /* 0.9.2342.19200300.100.4.5 (OBJ_account) */,
  6122. 447 /* 0.9.2342.19200300.100.4.6 (OBJ_document) */,
  6123. 448 /* 0.9.2342.19200300.100.4.7 (OBJ_room) */,
  6124. 449 /* 0.9.2342.19200300.100.4.9 (OBJ_documentSeries) */,
  6125. 392 /* 0.9.2342.19200300.100.4.13 (OBJ_Domain) */,
  6126. 450 /* 0.9.2342.19200300.100.4.14 (OBJ_rFC822localPart) */,
  6127. 451 /* 0.9.2342.19200300.100.4.15 (OBJ_dNSDomain) */,
  6128. 452 /* 0.9.2342.19200300.100.4.17 (OBJ_domainRelatedObject) */,
  6129. 453 /* 0.9.2342.19200300.100.4.18 (OBJ_friendlyCountry) */,
  6130. 454 /* 0.9.2342.19200300.100.4.19 (OBJ_simpleSecurityObject) */,
  6131. 455 /* 0.9.2342.19200300.100.4.20 (OBJ_pilotOrganization) */,
  6132. 456 /* 0.9.2342.19200300.100.4.21 (OBJ_pilotDSA) */,
  6133. 457 /* 0.9.2342.19200300.100.4.22 (OBJ_qualityLabelledData) */,
  6134. 189 /* 1.2.840.113549.1.9.16.0 (OBJ_id_smime_mod) */,
  6135. 190 /* 1.2.840.113549.1.9.16.1 (OBJ_id_smime_ct) */,
  6136. 191 /* 1.2.840.113549.1.9.16.2 (OBJ_id_smime_aa) */,
  6137. 192 /* 1.2.840.113549.1.9.16.3 (OBJ_id_smime_alg) */,
  6138. 193 /* 1.2.840.113549.1.9.16.4 (OBJ_id_smime_cd) */,
  6139. 194 /* 1.2.840.113549.1.9.16.5 (OBJ_id_smime_spq) */,
  6140. 195 /* 1.2.840.113549.1.9.16.6 (OBJ_id_smime_cti) */,
  6141. 158 /* 1.2.840.113549.1.9.22.1 (OBJ_x509Certificate) */,
  6142. 159 /* 1.2.840.113549.1.9.22.2 (OBJ_sdsiCertificate) */,
  6143. 160 /* 1.2.840.113549.1.9.23.1 (OBJ_x509Crl) */,
  6144. 144 /* 1.2.840.113549.1.12.1.1 (OBJ_pbe_WithSHA1And128BitRC4) */,
  6145. 145 /* 1.2.840.113549.1.12.1.2 (OBJ_pbe_WithSHA1And40BitRC4) */,
  6146. 146 /* 1.2.840.113549.1.12.1.3 (OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC) */,
  6147. 147 /* 1.2.840.113549.1.12.1.4 (OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC) */,
  6148. 148 /* 1.2.840.113549.1.12.1.5 (OBJ_pbe_WithSHA1And128BitRC2_CBC) */,
  6149. 149 /* 1.2.840.113549.1.12.1.6 (OBJ_pbe_WithSHA1And40BitRC2_CBC) */,
  6150. 171 /* 1.3.6.1.4.1.311.2.1.14 (OBJ_ms_ext_req) */,
  6151. 134 /* 1.3.6.1.4.1.311.2.1.21 (OBJ_ms_code_ind) */,
  6152. 135 /* 1.3.6.1.4.1.311.2.1.22 (OBJ_ms_code_com) */,
  6153. 136 /* 1.3.6.1.4.1.311.10.3.1 (OBJ_ms_ctl_sign) */,
  6154. 137 /* 1.3.6.1.4.1.311.10.3.3 (OBJ_ms_sgc) */,
  6155. 138 /* 1.3.6.1.4.1.311.10.3.4 (OBJ_ms_efs) */,
  6156. 648 /* 1.3.6.1.4.1.311.20.2.2 (OBJ_ms_smartcard_login) */,
  6157. 649 /* 1.3.6.1.4.1.311.20.2.3 (OBJ_ms_upn) */,
  6158. 751 /* 1.2.392.200011.61.1.1.1.2 (OBJ_camellia_128_cbc) */,
  6159. 752 /* 1.2.392.200011.61.1.1.1.3 (OBJ_camellia_192_cbc) */,
  6160. 753 /* 1.2.392.200011.61.1.1.1.4 (OBJ_camellia_256_cbc) */,
  6161. 907 /* 1.2.392.200011.61.1.1.3.2 (OBJ_id_camellia128_wrap) */,
  6162. 908 /* 1.2.392.200011.61.1.1.3.3 (OBJ_id_camellia192_wrap) */,
  6163. 909 /* 1.2.392.200011.61.1.1.3.4 (OBJ_id_camellia256_wrap) */,
  6164. 196 /* 1.2.840.113549.1.9.16.0.1 (OBJ_id_smime_mod_cms) */,
  6165. 197 /* 1.2.840.113549.1.9.16.0.2 (OBJ_id_smime_mod_ess) */,
  6166. 198 /* 1.2.840.113549.1.9.16.0.3 (OBJ_id_smime_mod_oid) */,
  6167. 199 /* 1.2.840.113549.1.9.16.0.4 (OBJ_id_smime_mod_msg_v3) */,
  6168. 200 /* 1.2.840.113549.1.9.16.0.5 (OBJ_id_smime_mod_ets_eSignature_88) */,
  6169. 201 /* 1.2.840.113549.1.9.16.0.6 (OBJ_id_smime_mod_ets_eSignature_97) */,
  6170. 202 /* 1.2.840.113549.1.9.16.0.7 (OBJ_id_smime_mod_ets_eSigPolicy_88) */,
  6171. 203 /* 1.2.840.113549.1.9.16.0.8 (OBJ_id_smime_mod_ets_eSigPolicy_97) */,
  6172. 204 /* 1.2.840.113549.1.9.16.1.1 (OBJ_id_smime_ct_receipt) */,
  6173. 205 /* 1.2.840.113549.1.9.16.1.2 (OBJ_id_smime_ct_authData) */,
  6174. 206 /* 1.2.840.113549.1.9.16.1.3 (OBJ_id_smime_ct_publishCert) */,
  6175. 207 /* 1.2.840.113549.1.9.16.1.4 (OBJ_id_smime_ct_TSTInfo) */,
  6176. 208 /* 1.2.840.113549.1.9.16.1.5 (OBJ_id_smime_ct_TDTInfo) */,
  6177. 209 /* 1.2.840.113549.1.9.16.1.6 (OBJ_id_smime_ct_contentInfo) */,
  6178. 210 /* 1.2.840.113549.1.9.16.1.7 (OBJ_id_smime_ct_DVCSRequestData) */,
  6179. 211 /* 1.2.840.113549.1.9.16.1.8 (OBJ_id_smime_ct_DVCSResponseData) */,
  6180. 786 /* 1.2.840.113549.1.9.16.1.9 (OBJ_id_smime_ct_compressedData) */,
  6181. 787 /* 1.2.840.113549.1.9.16.1.27 (OBJ_id_ct_asciiTextWithCRLF) */,
  6182. 212 /* 1.2.840.113549.1.9.16.2.1 (OBJ_id_smime_aa_receiptRequest) */,
  6183. 213 /* 1.2.840.113549.1.9.16.2.2 (OBJ_id_smime_aa_securityLabel) */,
  6184. 214 /* 1.2.840.113549.1.9.16.2.3 (OBJ_id_smime_aa_mlExpandHistory) */,
  6185. 215 /* 1.2.840.113549.1.9.16.2.4 (OBJ_id_smime_aa_contentHint) */,
  6186. 216 /* 1.2.840.113549.1.9.16.2.5 (OBJ_id_smime_aa_msgSigDigest) */,
  6187. 217 /* 1.2.840.113549.1.9.16.2.6 (OBJ_id_smime_aa_encapContentType) */,
  6188. 218 /* 1.2.840.113549.1.9.16.2.7 (OBJ_id_smime_aa_contentIdentifier) */,
  6189. 219 /* 1.2.840.113549.1.9.16.2.8 (OBJ_id_smime_aa_macValue) */,
  6190. 220 /* 1.2.840.113549.1.9.16.2.9 (OBJ_id_smime_aa_equivalentLabels) */,
  6191. 221 /* 1.2.840.113549.1.9.16.2.10 (OBJ_id_smime_aa_contentReference) */,
  6192. 222 /* 1.2.840.113549.1.9.16.2.11 (OBJ_id_smime_aa_encrypKeyPref) */,
  6193. 223 /* 1.2.840.113549.1.9.16.2.12 (OBJ_id_smime_aa_signingCertificate) */,
  6194. 224 /* 1.2.840.113549.1.9.16.2.13 (OBJ_id_smime_aa_smimeEncryptCerts) */,
  6195. 225 /* 1.2.840.113549.1.9.16.2.14 (OBJ_id_smime_aa_timeStampToken) */,
  6196. 226 /* 1.2.840.113549.1.9.16.2.15 (OBJ_id_smime_aa_ets_sigPolicyId) */,
  6197. 227 /* 1.2.840.113549.1.9.16.2.16 (OBJ_id_smime_aa_ets_commitmentType) */,
  6198. 228 /* 1.2.840.113549.1.9.16.2.17 (OBJ_id_smime_aa_ets_signerLocation) */,
  6199. 229 /* 1.2.840.113549.1.9.16.2.18 (OBJ_id_smime_aa_ets_signerAttr) */,
  6200. 230 /* 1.2.840.113549.1.9.16.2.19 (OBJ_id_smime_aa_ets_otherSigCert) */,
  6201. 231 /* 1.2.840.113549.1.9.16.2.20 (OBJ_id_smime_aa_ets_contentTimestamp) */,
  6202. 232 /* 1.2.840.113549.1.9.16.2.21 (OBJ_id_smime_aa_ets_CertificateRefs) */,
  6203. 233 /* 1.2.840.113549.1.9.16.2.22 (OBJ_id_smime_aa_ets_RevocationRefs) */,
  6204. 234 /* 1.2.840.113549.1.9.16.2.23 (OBJ_id_smime_aa_ets_certValues) */,
  6205. 235 /* 1.2.840.113549.1.9.16.2.24 (OBJ_id_smime_aa_ets_revocationValues) */,
  6206. 236 /* 1.2.840.113549.1.9.16.2.25 (OBJ_id_smime_aa_ets_escTimeStamp) */,
  6207. 237 /* 1.2.840.113549.1.9.16.2.26 (OBJ_id_smime_aa_ets_certCRLTimestamp) */,
  6208. 238 /* 1.2.840.113549.1.9.16.2.27 (OBJ_id_smime_aa_ets_archiveTimeStamp) */,
  6209. 239 /* 1.2.840.113549.1.9.16.2.28 (OBJ_id_smime_aa_signatureType) */,
  6210. 240 /* 1.2.840.113549.1.9.16.2.29 (OBJ_id_smime_aa_dvcs_dvc) */,
  6211. 241 /* 1.2.840.113549.1.9.16.3.1 (OBJ_id_smime_alg_ESDHwith3DES) */,
  6212. 242 /* 1.2.840.113549.1.9.16.3.2 (OBJ_id_smime_alg_ESDHwithRC2) */,
  6213. 243 /* 1.2.840.113549.1.9.16.3.3 (OBJ_id_smime_alg_3DESwrap) */,
  6214. 244 /* 1.2.840.113549.1.9.16.3.4 (OBJ_id_smime_alg_RC2wrap) */,
  6215. 245 /* 1.2.840.113549.1.9.16.3.5 (OBJ_id_smime_alg_ESDH) */,
  6216. 246 /* 1.2.840.113549.1.9.16.3.6 (OBJ_id_smime_alg_CMS3DESwrap) */,
  6217. 247 /* 1.2.840.113549.1.9.16.3.7 (OBJ_id_smime_alg_CMSRC2wrap) */,
  6218. 125 /* 1.2.840.113549.1.9.16.3.8 (OBJ_zlib_compression) */,
  6219. 893 /* 1.2.840.113549.1.9.16.3.9 (OBJ_id_alg_PWRI_KEK) */,
  6220. 248 /* 1.2.840.113549.1.9.16.4.1 (OBJ_id_smime_cd_ldap) */,
  6221. 249 /* 1.2.840.113549.1.9.16.5.1 (OBJ_id_smime_spq_ets_sqt_uri) */,
  6222. 250 /* 1.2.840.113549.1.9.16.5.2 (OBJ_id_smime_spq_ets_sqt_unotice) */,
  6223. 251 /* 1.2.840.113549.1.9.16.6.1 (OBJ_id_smime_cti_ets_proofOfOrigin) */,
  6224. 252 /* 1.2.840.113549.1.9.16.6.2 (OBJ_id_smime_cti_ets_proofOfReceipt) */,
  6225. 253 /* 1.2.840.113549.1.9.16.6.3 (OBJ_id_smime_cti_ets_proofOfDelivery) */,
  6226. 254 /* 1.2.840.113549.1.9.16.6.4 (OBJ_id_smime_cti_ets_proofOfSender) */,
  6227. 255 /* 1.2.840.113549.1.9.16.6.5 (OBJ_id_smime_cti_ets_proofOfApproval) */,
  6228. 256 /* 1.2.840.113549.1.9.16.6.6 (OBJ_id_smime_cti_ets_proofOfCreation) */,
  6229. 150 /* 1.2.840.113549.1.12.10.1.1 (OBJ_keyBag) */,
  6230. 151 /* 1.2.840.113549.1.12.10.1.2 (OBJ_pkcs8ShroudedKeyBag) */,
  6231. 152 /* 1.2.840.113549.1.12.10.1.3 (OBJ_certBag) */,
  6232. 153 /* 1.2.840.113549.1.12.10.1.4 (OBJ_crlBag) */,
  6233. 154 /* 1.2.840.113549.1.12.10.1.5 (OBJ_secretBag) */,
  6234. 155 /* 1.2.840.113549.1.12.10.1.6 (OBJ_safeContentsBag) */,
  6235. 34 /* 1.3.6.1.4.1.188.7.1.1.2 (OBJ_idea_cbc) */,
  6236. };