Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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. |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 7 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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). |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 14 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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. |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 21 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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 :-). |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 36 | * 4. If you include any Windows specific code (or a derivative thereof) from |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 37 | * the apps directory (application code) you must include an acknowledgement: |
| 38 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 39 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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. |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 51 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 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 |
Adam Langley | 29b6292 | 2014-07-24 17:23:46 -0700 | [diff] [blame] | 55 | * [including the GNU Public Licence.] */ |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 56 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 57 | /* This file is generated by crypto/obj/objects.go. */ |
| 58 | |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 59 | |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 60 | #define NUM_NID 959 |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 61 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 62 | static const uint8_t kObjectData[] = { |
| 63 | /* NID_rsadsi */ |
| 64 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, |
| 65 | /* NID_pkcs */ |
| 66 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, |
| 67 | /* NID_md2 */ |
| 68 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x02, |
| 69 | /* NID_md5 */ |
| 70 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, |
| 71 | /* NID_rc4 */ |
| 72 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x04, |
| 73 | /* NID_rsaEncryption */ |
| 74 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, |
| 75 | /* NID_md2WithRSAEncryption */ |
| 76 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x02, |
| 77 | /* NID_md5WithRSAEncryption */ |
| 78 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x04, |
| 79 | /* NID_pbeWithMD2AndDES_CBC */ |
| 80 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x01, |
| 81 | /* NID_pbeWithMD5AndDES_CBC */ |
| 82 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x03, |
| 83 | /* NID_X500 */ |
| 84 | 0x55, |
| 85 | /* NID_X509 */ |
| 86 | 0x55, 0x04, |
| 87 | /* NID_commonName */ |
| 88 | 0x55, 0x04, 0x03, |
| 89 | /* NID_countryName */ |
| 90 | 0x55, 0x04, 0x06, |
| 91 | /* NID_localityName */ |
| 92 | 0x55, 0x04, 0x07, |
| 93 | /* NID_stateOrProvinceName */ |
| 94 | 0x55, 0x04, 0x08, |
| 95 | /* NID_organizationName */ |
| 96 | 0x55, 0x04, 0x0a, |
| 97 | /* NID_organizationalUnitName */ |
| 98 | 0x55, 0x04, 0x0b, |
| 99 | /* NID_rsa */ |
| 100 | 0x55, 0x08, 0x01, 0x01, |
| 101 | /* NID_pkcs7 */ |
| 102 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, |
| 103 | /* NID_pkcs7_data */ |
| 104 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01, |
| 105 | /* NID_pkcs7_signed */ |
| 106 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, |
| 107 | /* NID_pkcs7_enveloped */ |
| 108 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x03, |
| 109 | /* NID_pkcs7_signedAndEnveloped */ |
| 110 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x04, |
| 111 | /* NID_pkcs7_digest */ |
| 112 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x05, |
| 113 | /* NID_pkcs7_encrypted */ |
| 114 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x06, |
| 115 | /* NID_pkcs3 */ |
| 116 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x03, |
| 117 | /* NID_dhKeyAgreement */ |
| 118 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x03, 0x01, |
| 119 | /* NID_des_ecb */ |
| 120 | 0x2b, 0x0e, 0x03, 0x02, 0x06, |
| 121 | /* NID_des_cfb64 */ |
| 122 | 0x2b, 0x0e, 0x03, 0x02, 0x09, |
| 123 | /* NID_des_cbc */ |
| 124 | 0x2b, 0x0e, 0x03, 0x02, 0x07, |
| 125 | /* NID_des_ede_ecb */ |
| 126 | 0x2b, 0x0e, 0x03, 0x02, 0x11, |
| 127 | /* NID_idea_cbc */ |
| 128 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x81, 0x3c, 0x07, 0x01, 0x01, 0x02, |
| 129 | /* NID_rc2_cbc */ |
| 130 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x02, |
| 131 | /* NID_sha */ |
| 132 | 0x2b, 0x0e, 0x03, 0x02, 0x12, |
| 133 | /* NID_shaWithRSAEncryption */ |
| 134 | 0x2b, 0x0e, 0x03, 0x02, 0x0f, |
| 135 | /* NID_des_ede3_cbc */ |
| 136 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x07, |
| 137 | /* NID_des_ofb64 */ |
| 138 | 0x2b, 0x0e, 0x03, 0x02, 0x08, |
| 139 | /* NID_pkcs9 */ |
| 140 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, |
| 141 | /* NID_pkcs9_emailAddress */ |
| 142 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x01, |
| 143 | /* NID_pkcs9_unstructuredName */ |
| 144 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x02, |
| 145 | /* NID_pkcs9_contentType */ |
| 146 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x03, |
| 147 | /* NID_pkcs9_messageDigest */ |
| 148 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x04, |
| 149 | /* NID_pkcs9_signingTime */ |
| 150 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x05, |
| 151 | /* NID_pkcs9_countersignature */ |
| 152 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x06, |
| 153 | /* NID_pkcs9_challengePassword */ |
| 154 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x07, |
| 155 | /* NID_pkcs9_unstructuredAddress */ |
| 156 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x08, |
| 157 | /* NID_pkcs9_extCertAttributes */ |
| 158 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x09, |
| 159 | /* NID_netscape */ |
| 160 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, |
| 161 | /* NID_netscape_cert_extension */ |
| 162 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, |
| 163 | /* NID_netscape_data_type */ |
| 164 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x02, |
| 165 | /* NID_sha1 */ |
| 166 | 0x2b, 0x0e, 0x03, 0x02, 0x1a, |
| 167 | /* NID_sha1WithRSAEncryption */ |
| 168 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x05, |
| 169 | /* NID_dsaWithSHA */ |
| 170 | 0x2b, 0x0e, 0x03, 0x02, 0x0d, |
| 171 | /* NID_dsa_2 */ |
| 172 | 0x2b, 0x0e, 0x03, 0x02, 0x0c, |
| 173 | /* NID_pbeWithSHA1AndRC2_CBC */ |
| 174 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0b, |
| 175 | /* NID_id_pbkdf2 */ |
| 176 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0c, |
| 177 | /* NID_dsaWithSHA1_2 */ |
| 178 | 0x2b, 0x0e, 0x03, 0x02, 0x1b, |
| 179 | /* NID_netscape_cert_type */ |
| 180 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x01, |
| 181 | /* NID_netscape_base_url */ |
| 182 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x02, |
| 183 | /* NID_netscape_revocation_url */ |
| 184 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x03, |
| 185 | /* NID_netscape_ca_revocation_url */ |
| 186 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x04, |
| 187 | /* NID_netscape_renewal_url */ |
| 188 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x07, |
| 189 | /* NID_netscape_ca_policy_url */ |
| 190 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x08, |
| 191 | /* NID_netscape_ssl_server_name */ |
| 192 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x0c, |
| 193 | /* NID_netscape_comment */ |
| 194 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x01, 0x0d, |
| 195 | /* NID_netscape_cert_sequence */ |
| 196 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x02, 0x05, |
| 197 | /* NID_id_ce */ |
| 198 | 0x55, 0x1d, |
| 199 | /* NID_subject_key_identifier */ |
| 200 | 0x55, 0x1d, 0x0e, |
| 201 | /* NID_key_usage */ |
| 202 | 0x55, 0x1d, 0x0f, |
| 203 | /* NID_private_key_usage_period */ |
| 204 | 0x55, 0x1d, 0x10, |
| 205 | /* NID_subject_alt_name */ |
| 206 | 0x55, 0x1d, 0x11, |
| 207 | /* NID_issuer_alt_name */ |
| 208 | 0x55, 0x1d, 0x12, |
| 209 | /* NID_basic_constraints */ |
| 210 | 0x55, 0x1d, 0x13, |
| 211 | /* NID_crl_number */ |
| 212 | 0x55, 0x1d, 0x14, |
| 213 | /* NID_certificate_policies */ |
| 214 | 0x55, 0x1d, 0x20, |
| 215 | /* NID_authority_key_identifier */ |
| 216 | 0x55, 0x1d, 0x23, |
| 217 | /* NID_bf_cbc */ |
| 218 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x97, 0x55, 0x01, 0x02, |
| 219 | /* NID_mdc2 */ |
| 220 | 0x55, 0x08, 0x03, 0x65, |
| 221 | /* NID_mdc2WithRSA */ |
| 222 | 0x55, 0x08, 0x03, 0x64, |
| 223 | /* NID_givenName */ |
| 224 | 0x55, 0x04, 0x2a, |
| 225 | /* NID_surname */ |
| 226 | 0x55, 0x04, 0x04, |
| 227 | /* NID_initials */ |
| 228 | 0x55, 0x04, 0x2b, |
| 229 | /* NID_crl_distribution_points */ |
| 230 | 0x55, 0x1d, 0x1f, |
| 231 | /* NID_md5WithRSA */ |
| 232 | 0x2b, 0x0e, 0x03, 0x02, 0x03, |
| 233 | /* NID_serialNumber */ |
| 234 | 0x55, 0x04, 0x05, |
| 235 | /* NID_title */ |
| 236 | 0x55, 0x04, 0x0c, |
| 237 | /* NID_description */ |
| 238 | 0x55, 0x04, 0x0d, |
| 239 | /* NID_cast5_cbc */ |
| 240 | 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0a, |
| 241 | /* NID_pbeWithMD5AndCast5_CBC */ |
| 242 | 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0c, |
| 243 | /* NID_dsaWithSHA1 */ |
| 244 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04, 0x03, |
| 245 | /* NID_sha1WithRSA */ |
| 246 | 0x2b, 0x0e, 0x03, 0x02, 0x1d, |
| 247 | /* NID_dsa */ |
| 248 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04, 0x01, |
| 249 | /* NID_ripemd160 */ |
| 250 | 0x2b, 0x24, 0x03, 0x02, 0x01, |
| 251 | /* NID_ripemd160WithRSA */ |
| 252 | 0x2b, 0x24, 0x03, 0x03, 0x01, 0x02, |
| 253 | /* NID_rc5_cbc */ |
| 254 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x08, |
| 255 | /* NID_zlib_compression */ |
| 256 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x08, |
| 257 | /* NID_ext_key_usage */ |
| 258 | 0x55, 0x1d, 0x25, |
| 259 | /* NID_id_pkix */ |
| 260 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, |
| 261 | /* NID_id_kp */ |
| 262 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, |
| 263 | /* NID_server_auth */ |
| 264 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x01, |
| 265 | /* NID_client_auth */ |
| 266 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, |
| 267 | /* NID_code_sign */ |
| 268 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, |
| 269 | /* NID_email_protect */ |
| 270 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x04, |
| 271 | /* NID_time_stamp */ |
| 272 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x08, |
| 273 | /* NID_ms_code_ind */ |
| 274 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x15, |
| 275 | /* NID_ms_code_com */ |
| 276 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x16, |
| 277 | /* NID_ms_ctl_sign */ |
| 278 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x01, |
| 279 | /* NID_ms_sgc */ |
| 280 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x03, |
| 281 | /* NID_ms_efs */ |
| 282 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x03, 0x04, |
| 283 | /* NID_ns_sgc */ |
| 284 | 0x60, 0x86, 0x48, 0x01, 0x86, 0xf8, 0x42, 0x04, 0x01, |
| 285 | /* NID_delta_crl */ |
| 286 | 0x55, 0x1d, 0x1b, |
| 287 | /* NID_crl_reason */ |
| 288 | 0x55, 0x1d, 0x15, |
| 289 | /* NID_invalidity_date */ |
| 290 | 0x55, 0x1d, 0x18, |
| 291 | /* NID_sxnet */ |
| 292 | 0x2b, 0x65, 0x01, 0x04, 0x01, |
| 293 | /* NID_pbe_WithSHA1And128BitRC4 */ |
| 294 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x01, |
| 295 | /* NID_pbe_WithSHA1And40BitRC4 */ |
| 296 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x02, |
| 297 | /* NID_pbe_WithSHA1And3_Key_TripleDES_CBC */ |
| 298 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x03, |
| 299 | /* NID_pbe_WithSHA1And2_Key_TripleDES_CBC */ |
| 300 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x04, |
| 301 | /* NID_pbe_WithSHA1And128BitRC2_CBC */ |
| 302 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x05, |
| 303 | /* NID_pbe_WithSHA1And40BitRC2_CBC */ |
| 304 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x01, 0x06, |
| 305 | /* NID_keyBag */ |
| 306 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x01, |
| 307 | /* NID_pkcs8ShroudedKeyBag */ |
| 308 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x02, |
| 309 | /* NID_certBag */ |
| 310 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x03, |
| 311 | /* NID_crlBag */ |
| 312 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x04, |
| 313 | /* NID_secretBag */ |
| 314 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x05, |
| 315 | /* NID_safeContentsBag */ |
| 316 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x0c, 0x0a, 0x01, 0x06, |
| 317 | /* NID_friendlyName */ |
| 318 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x14, |
| 319 | /* NID_localKeyID */ |
| 320 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x15, |
| 321 | /* NID_x509Certificate */ |
| 322 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x16, 0x01, |
| 323 | /* NID_sdsiCertificate */ |
| 324 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x16, 0x02, |
| 325 | /* NID_x509Crl */ |
| 326 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x17, 0x01, |
| 327 | /* NID_pbes2 */ |
| 328 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0d, |
| 329 | /* NID_pbmac1 */ |
| 330 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0e, |
| 331 | /* NID_hmacWithSHA1 */ |
| 332 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x07, |
| 333 | /* NID_id_qt_cps */ |
| 334 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, |
| 335 | /* NID_id_qt_unotice */ |
| 336 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02, |
| 337 | /* NID_SMIMECapabilities */ |
| 338 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x0f, |
| 339 | /* NID_pbeWithMD2AndRC2_CBC */ |
| 340 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x04, |
| 341 | /* NID_pbeWithMD5AndRC2_CBC */ |
| 342 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x06, |
| 343 | /* NID_pbeWithSHA1AndDES_CBC */ |
| 344 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, 0x0a, |
| 345 | /* NID_ms_ext_req */ |
| 346 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0e, |
| 347 | /* NID_ext_req */ |
| 348 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x0e, |
| 349 | /* NID_name */ |
| 350 | 0x55, 0x04, 0x29, |
| 351 | /* NID_dnQualifier */ |
| 352 | 0x55, 0x04, 0x2e, |
| 353 | /* NID_id_pe */ |
| 354 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, |
| 355 | /* NID_id_ad */ |
| 356 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, |
| 357 | /* NID_info_access */ |
| 358 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, |
| 359 | /* NID_ad_OCSP */ |
| 360 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, |
| 361 | /* NID_ad_ca_issuers */ |
| 362 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, |
| 363 | /* NID_OCSP_sign */ |
| 364 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x09, |
| 365 | /* NID_member_body */ |
| 366 | 0x2a, |
| 367 | /* NID_ISO_US */ |
| 368 | 0x2a, 0x86, 0x48, |
| 369 | /* NID_X9_57 */ |
| 370 | 0x2a, 0x86, 0x48, 0xce, 0x38, |
| 371 | /* NID_X9cm */ |
| 372 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x04, |
| 373 | /* NID_pkcs1 */ |
| 374 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, |
| 375 | /* NID_pkcs5 */ |
| 376 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x05, |
| 377 | /* NID_SMIME */ |
| 378 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, |
| 379 | /* NID_id_smime_mod */ |
| 380 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, |
| 381 | /* NID_id_smime_ct */ |
| 382 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, |
| 383 | /* NID_id_smime_aa */ |
| 384 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, |
| 385 | /* NID_id_smime_alg */ |
| 386 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, |
| 387 | /* NID_id_smime_cd */ |
| 388 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x04, |
| 389 | /* NID_id_smime_spq */ |
| 390 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05, |
| 391 | /* NID_id_smime_cti */ |
| 392 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, |
| 393 | /* NID_id_smime_mod_cms */ |
| 394 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x01, |
| 395 | /* NID_id_smime_mod_ess */ |
| 396 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x02, |
| 397 | /* NID_id_smime_mod_oid */ |
| 398 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x03, |
| 399 | /* NID_id_smime_mod_msg_v3 */ |
| 400 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x04, |
| 401 | /* NID_id_smime_mod_ets_eSignature_88 */ |
| 402 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x05, |
| 403 | /* NID_id_smime_mod_ets_eSignature_97 */ |
| 404 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x06, |
| 405 | /* NID_id_smime_mod_ets_eSigPolicy_88 */ |
| 406 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x07, |
| 407 | /* NID_id_smime_mod_ets_eSigPolicy_97 */ |
| 408 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x00, 0x08, |
| 409 | /* NID_id_smime_ct_receipt */ |
| 410 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x01, |
| 411 | /* NID_id_smime_ct_authData */ |
| 412 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x02, |
| 413 | /* NID_id_smime_ct_publishCert */ |
| 414 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x03, |
| 415 | /* NID_id_smime_ct_TSTInfo */ |
| 416 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x04, |
| 417 | /* NID_id_smime_ct_TDTInfo */ |
| 418 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x05, |
| 419 | /* NID_id_smime_ct_contentInfo */ |
| 420 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x06, |
| 421 | /* NID_id_smime_ct_DVCSRequestData */ |
| 422 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x07, |
| 423 | /* NID_id_smime_ct_DVCSResponseData */ |
| 424 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x08, |
| 425 | /* NID_id_smime_aa_receiptRequest */ |
| 426 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x01, |
| 427 | /* NID_id_smime_aa_securityLabel */ |
| 428 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x02, |
| 429 | /* NID_id_smime_aa_mlExpandHistory */ |
| 430 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x03, |
| 431 | /* NID_id_smime_aa_contentHint */ |
| 432 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x04, |
| 433 | /* NID_id_smime_aa_msgSigDigest */ |
| 434 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x05, |
| 435 | /* NID_id_smime_aa_encapContentType */ |
| 436 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x06, |
| 437 | /* NID_id_smime_aa_contentIdentifier */ |
| 438 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x07, |
| 439 | /* NID_id_smime_aa_macValue */ |
| 440 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x08, |
| 441 | /* NID_id_smime_aa_equivalentLabels */ |
| 442 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x09, |
| 443 | /* NID_id_smime_aa_contentReference */ |
| 444 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0a, |
| 445 | /* NID_id_smime_aa_encrypKeyPref */ |
| 446 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0b, |
| 447 | /* NID_id_smime_aa_signingCertificate */ |
| 448 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0c, |
| 449 | /* NID_id_smime_aa_smimeEncryptCerts */ |
| 450 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0d, |
| 451 | /* NID_id_smime_aa_timeStampToken */ |
| 452 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0e, |
| 453 | /* NID_id_smime_aa_ets_sigPolicyId */ |
| 454 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x0f, |
| 455 | /* NID_id_smime_aa_ets_commitmentType */ |
| 456 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x10, |
| 457 | /* NID_id_smime_aa_ets_signerLocation */ |
| 458 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x11, |
| 459 | /* NID_id_smime_aa_ets_signerAttr */ |
| 460 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x12, |
| 461 | /* NID_id_smime_aa_ets_otherSigCert */ |
| 462 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x13, |
| 463 | /* NID_id_smime_aa_ets_contentTimestamp */ |
| 464 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x14, |
| 465 | /* NID_id_smime_aa_ets_CertificateRefs */ |
| 466 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x15, |
| 467 | /* NID_id_smime_aa_ets_RevocationRefs */ |
| 468 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x16, |
| 469 | /* NID_id_smime_aa_ets_certValues */ |
| 470 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x17, |
| 471 | /* NID_id_smime_aa_ets_revocationValues */ |
| 472 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x18, |
| 473 | /* NID_id_smime_aa_ets_escTimeStamp */ |
| 474 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x19, |
| 475 | /* NID_id_smime_aa_ets_certCRLTimestamp */ |
| 476 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1a, |
| 477 | /* NID_id_smime_aa_ets_archiveTimeStamp */ |
| 478 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1b, |
| 479 | /* NID_id_smime_aa_signatureType */ |
| 480 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1c, |
| 481 | /* NID_id_smime_aa_dvcs_dvc */ |
| 482 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x02, 0x1d, |
| 483 | /* NID_id_smime_alg_ESDHwith3DES */ |
| 484 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x01, |
| 485 | /* NID_id_smime_alg_ESDHwithRC2 */ |
| 486 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x02, |
| 487 | /* NID_id_smime_alg_3DESwrap */ |
| 488 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x03, |
| 489 | /* NID_id_smime_alg_RC2wrap */ |
| 490 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x04, |
| 491 | /* NID_id_smime_alg_ESDH */ |
| 492 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x05, |
| 493 | /* NID_id_smime_alg_CMS3DESwrap */ |
| 494 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x06, |
| 495 | /* NID_id_smime_alg_CMSRC2wrap */ |
| 496 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x07, |
| 497 | /* NID_id_smime_cd_ldap */ |
| 498 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x04, 0x01, |
| 499 | /* NID_id_smime_spq_ets_sqt_uri */ |
| 500 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05, 0x01, |
| 501 | /* NID_id_smime_spq_ets_sqt_unotice */ |
| 502 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x05, 0x02, |
| 503 | /* NID_id_smime_cti_ets_proofOfOrigin */ |
| 504 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x01, |
| 505 | /* NID_id_smime_cti_ets_proofOfReceipt */ |
| 506 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x02, |
| 507 | /* NID_id_smime_cti_ets_proofOfDelivery */ |
| 508 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x03, |
| 509 | /* NID_id_smime_cti_ets_proofOfSender */ |
| 510 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x04, |
| 511 | /* NID_id_smime_cti_ets_proofOfApproval */ |
| 512 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x05, |
| 513 | /* NID_id_smime_cti_ets_proofOfCreation */ |
| 514 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x06, 0x06, |
| 515 | /* NID_md4 */ |
| 516 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x04, |
| 517 | /* NID_id_pkix_mod */ |
| 518 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, |
| 519 | /* NID_id_qt */ |
| 520 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, |
| 521 | /* NID_id_it */ |
| 522 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, |
| 523 | /* NID_id_pkip */ |
| 524 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, |
| 525 | /* NID_id_alg */ |
| 526 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, |
| 527 | /* NID_id_cmc */ |
| 528 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, |
| 529 | /* NID_id_on */ |
| 530 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, |
| 531 | /* NID_id_pda */ |
| 532 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, |
| 533 | /* NID_id_aca */ |
| 534 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, |
| 535 | /* NID_id_qcs */ |
| 536 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0b, |
| 537 | /* NID_id_cct */ |
| 538 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, |
| 539 | /* NID_id_pkix1_explicit_88 */ |
| 540 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x01, |
| 541 | /* NID_id_pkix1_implicit_88 */ |
| 542 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x02, |
| 543 | /* NID_id_pkix1_explicit_93 */ |
| 544 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x03, |
| 545 | /* NID_id_pkix1_implicit_93 */ |
| 546 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x04, |
| 547 | /* NID_id_mod_crmf */ |
| 548 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x05, |
| 549 | /* NID_id_mod_cmc */ |
| 550 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x06, |
| 551 | /* NID_id_mod_kea_profile_88 */ |
| 552 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x07, |
| 553 | /* NID_id_mod_kea_profile_93 */ |
| 554 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x08, |
| 555 | /* NID_id_mod_cmp */ |
| 556 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x09, |
| 557 | /* NID_id_mod_qualified_cert_88 */ |
| 558 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0a, |
| 559 | /* NID_id_mod_qualified_cert_93 */ |
| 560 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0b, |
| 561 | /* NID_id_mod_attribute_cert */ |
| 562 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0c, |
| 563 | /* NID_id_mod_timestamp_protocol */ |
| 564 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0d, |
| 565 | /* NID_id_mod_ocsp */ |
| 566 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0e, |
| 567 | /* NID_id_mod_dvcs */ |
| 568 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x0f, |
| 569 | /* NID_id_mod_cmp2000 */ |
| 570 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x00, 0x10, |
| 571 | /* NID_biometricInfo */ |
| 572 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x02, |
| 573 | /* NID_qcStatements */ |
| 574 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x03, |
| 575 | /* NID_ac_auditEntity */ |
| 576 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x04, |
| 577 | /* NID_ac_targeting */ |
| 578 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x05, |
| 579 | /* NID_aaControls */ |
| 580 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x06, |
| 581 | /* NID_sbgp_ipAddrBlock */ |
| 582 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x07, |
| 583 | /* NID_sbgp_autonomousSysNum */ |
| 584 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x08, |
| 585 | /* NID_sbgp_routerIdentifier */ |
| 586 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x09, |
| 587 | /* NID_textNotice */ |
| 588 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x03, |
| 589 | /* NID_ipsecEndSystem */ |
| 590 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x05, |
| 591 | /* NID_ipsecTunnel */ |
| 592 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x06, |
| 593 | /* NID_ipsecUser */ |
| 594 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x07, |
| 595 | /* NID_dvcs */ |
| 596 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x0a, |
| 597 | /* NID_id_it_caProtEncCert */ |
| 598 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x01, |
| 599 | /* NID_id_it_signKeyPairTypes */ |
| 600 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x02, |
| 601 | /* NID_id_it_encKeyPairTypes */ |
| 602 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x03, |
| 603 | /* NID_id_it_preferredSymmAlg */ |
| 604 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x04, |
| 605 | /* NID_id_it_caKeyUpdateInfo */ |
| 606 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x05, |
| 607 | /* NID_id_it_currentCRL */ |
| 608 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x06, |
| 609 | /* NID_id_it_unsupportedOIDs */ |
| 610 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x07, |
| 611 | /* NID_id_it_subscriptionRequest */ |
| 612 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x08, |
| 613 | /* NID_id_it_subscriptionResponse */ |
| 614 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x09, |
| 615 | /* NID_id_it_keyPairParamReq */ |
| 616 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0a, |
| 617 | /* NID_id_it_keyPairParamRep */ |
| 618 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0b, |
| 619 | /* NID_id_it_revPassphrase */ |
| 620 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0c, |
| 621 | /* NID_id_it_implicitConfirm */ |
| 622 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0d, |
| 623 | /* NID_id_it_confirmWaitTime */ |
| 624 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0e, |
| 625 | /* NID_id_it_origPKIMessage */ |
| 626 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x0f, |
| 627 | /* NID_id_regCtrl */ |
| 628 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, |
| 629 | /* NID_id_regInfo */ |
| 630 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02, |
| 631 | /* NID_id_regCtrl_regToken */ |
| 632 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x01, |
| 633 | /* NID_id_regCtrl_authenticator */ |
| 634 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x02, |
| 635 | /* NID_id_regCtrl_pkiPublicationInfo */ |
| 636 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x03, |
| 637 | /* NID_id_regCtrl_pkiArchiveOptions */ |
| 638 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x04, |
| 639 | /* NID_id_regCtrl_oldCertID */ |
| 640 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x05, |
| 641 | /* NID_id_regCtrl_protocolEncrKey */ |
| 642 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x01, 0x06, |
| 643 | /* NID_id_regInfo_utf8Pairs */ |
| 644 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02, 0x01, |
| 645 | /* NID_id_regInfo_certReq */ |
| 646 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x05, 0x02, 0x02, |
| 647 | /* NID_id_alg_des40 */ |
| 648 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x01, |
| 649 | /* NID_id_alg_noSignature */ |
| 650 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x02, |
| 651 | /* NID_id_alg_dh_sig_hmac_sha1 */ |
| 652 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x03, |
| 653 | /* NID_id_alg_dh_pop */ |
| 654 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x06, 0x04, |
| 655 | /* NID_id_cmc_statusInfo */ |
| 656 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x01, |
| 657 | /* NID_id_cmc_identification */ |
| 658 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x02, |
| 659 | /* NID_id_cmc_identityProof */ |
| 660 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x03, |
| 661 | /* NID_id_cmc_dataReturn */ |
| 662 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x04, |
| 663 | /* NID_id_cmc_transactionId */ |
| 664 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x05, |
| 665 | /* NID_id_cmc_senderNonce */ |
| 666 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x06, |
| 667 | /* NID_id_cmc_recipientNonce */ |
| 668 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x07, |
| 669 | /* NID_id_cmc_addExtensions */ |
| 670 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x08, |
| 671 | /* NID_id_cmc_encryptedPOP */ |
| 672 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x09, |
| 673 | /* NID_id_cmc_decryptedPOP */ |
| 674 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0a, |
| 675 | /* NID_id_cmc_lraPOPWitness */ |
| 676 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0b, |
| 677 | /* NID_id_cmc_getCert */ |
| 678 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x0f, |
| 679 | /* NID_id_cmc_getCRL */ |
| 680 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x10, |
| 681 | /* NID_id_cmc_revokeRequest */ |
| 682 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x11, |
| 683 | /* NID_id_cmc_regInfo */ |
| 684 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x12, |
| 685 | /* NID_id_cmc_responseInfo */ |
| 686 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x13, |
| 687 | /* NID_id_cmc_queryPending */ |
| 688 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x15, |
| 689 | /* NID_id_cmc_popLinkRandom */ |
| 690 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x16, |
| 691 | /* NID_id_cmc_popLinkWitness */ |
| 692 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x17, |
| 693 | /* NID_id_cmc_confirmCertAcceptance */ |
| 694 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x07, 0x18, |
| 695 | /* NID_id_on_personalData */ |
| 696 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, 0x01, |
| 697 | /* NID_id_pda_dateOfBirth */ |
| 698 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x01, |
| 699 | /* NID_id_pda_placeOfBirth */ |
| 700 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x02, |
| 701 | /* NID_id_pda_gender */ |
| 702 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x03, |
| 703 | /* NID_id_pda_countryOfCitizenship */ |
| 704 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x04, |
| 705 | /* NID_id_pda_countryOfResidence */ |
| 706 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x09, 0x05, |
| 707 | /* NID_id_aca_authenticationInfo */ |
| 708 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x01, |
| 709 | /* NID_id_aca_accessIdentity */ |
| 710 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x02, |
| 711 | /* NID_id_aca_chargingIdentity */ |
| 712 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x03, |
| 713 | /* NID_id_aca_group */ |
| 714 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x04, |
| 715 | /* NID_id_aca_role */ |
| 716 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x05, |
| 717 | /* NID_id_qcs_pkixQCSyntax_v1 */ |
| 718 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0b, 0x01, |
| 719 | /* NID_id_cct_crs */ |
| 720 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x01, |
| 721 | /* NID_id_cct_PKIData */ |
| 722 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x02, |
| 723 | /* NID_id_cct_PKIResponse */ |
| 724 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0c, 0x03, |
| 725 | /* NID_ad_timeStamping */ |
| 726 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x03, |
| 727 | /* NID_ad_dvcs */ |
| 728 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x04, |
| 729 | /* NID_id_pkix_OCSP_basic */ |
| 730 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x01, |
| 731 | /* NID_id_pkix_OCSP_Nonce */ |
| 732 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x02, |
| 733 | /* NID_id_pkix_OCSP_CrlID */ |
| 734 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x03, |
| 735 | /* NID_id_pkix_OCSP_acceptableResponses */ |
| 736 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x04, |
| 737 | /* NID_id_pkix_OCSP_noCheck */ |
| 738 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x05, |
| 739 | /* NID_id_pkix_OCSP_archiveCutoff */ |
| 740 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x06, |
| 741 | /* NID_id_pkix_OCSP_serviceLocator */ |
| 742 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x07, |
| 743 | /* NID_id_pkix_OCSP_extendedStatus */ |
| 744 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x08, |
| 745 | /* NID_id_pkix_OCSP_valid */ |
| 746 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x09, |
| 747 | /* NID_id_pkix_OCSP_path */ |
| 748 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x0a, |
| 749 | /* NID_id_pkix_OCSP_trustRoot */ |
| 750 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x0b, |
| 751 | /* NID_algorithm */ |
| 752 | 0x2b, 0x0e, 0x03, 0x02, |
| 753 | /* NID_rsaSignature */ |
| 754 | 0x2b, 0x0e, 0x03, 0x02, 0x0b, |
| 755 | /* NID_X500algorithms */ |
| 756 | 0x55, 0x08, |
| 757 | /* NID_org */ |
| 758 | 0x2b, |
| 759 | /* NID_dod */ |
| 760 | 0x2b, 0x06, |
| 761 | /* NID_iana */ |
| 762 | 0x2b, 0x06, 0x01, |
| 763 | /* NID_Directory */ |
| 764 | 0x2b, 0x06, 0x01, 0x01, |
| 765 | /* NID_Management */ |
| 766 | 0x2b, 0x06, 0x01, 0x02, |
| 767 | /* NID_Experimental */ |
| 768 | 0x2b, 0x06, 0x01, 0x03, |
| 769 | /* NID_Private */ |
| 770 | 0x2b, 0x06, 0x01, 0x04, |
| 771 | /* NID_Security */ |
| 772 | 0x2b, 0x06, 0x01, 0x05, |
| 773 | /* NID_SNMPv2 */ |
| 774 | 0x2b, 0x06, 0x01, 0x06, |
| 775 | /* NID_Mail */ |
| 776 | 0x2b, 0x06, 0x01, 0x07, |
| 777 | /* NID_Enterprises */ |
| 778 | 0x2b, 0x06, 0x01, 0x04, 0x01, |
| 779 | /* NID_dcObject */ |
| 780 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x8b, 0x3a, 0x82, 0x58, |
| 781 | /* NID_domainComponent */ |
| 782 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x19, |
| 783 | /* NID_Domain */ |
| 784 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0d, |
| 785 | /* NID_selected_attribute_types */ |
| 786 | 0x55, 0x01, 0x05, |
| 787 | /* NID_clearance */ |
| 788 | 0x55, 0x01, 0x05, 0x37, |
| 789 | /* NID_md4WithRSAEncryption */ |
| 790 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x03, |
| 791 | /* NID_ac_proxying */ |
| 792 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0a, |
| 793 | /* NID_sinfo_access */ |
| 794 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0b, |
| 795 | /* NID_id_aca_encAttrs */ |
| 796 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x0a, 0x06, |
| 797 | /* NID_role */ |
| 798 | 0x55, 0x04, 0x48, |
| 799 | /* NID_policy_constraints */ |
| 800 | 0x55, 0x1d, 0x24, |
| 801 | /* NID_target_information */ |
| 802 | 0x55, 0x1d, 0x37, |
| 803 | /* NID_no_rev_avail */ |
| 804 | 0x55, 0x1d, 0x38, |
| 805 | /* NID_ansi_X9_62 */ |
| 806 | 0x2a, 0x86, 0x48, 0xce, 0x3d, |
| 807 | /* NID_X9_62_prime_field */ |
| 808 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x01, |
| 809 | /* NID_X9_62_characteristic_two_field */ |
| 810 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, |
| 811 | /* NID_X9_62_id_ecPublicKey */ |
| 812 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, |
| 813 | /* NID_X9_62_prime192v1 */ |
| 814 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x01, |
| 815 | /* NID_X9_62_prime192v2 */ |
| 816 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x02, |
| 817 | /* NID_X9_62_prime192v3 */ |
| 818 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x03, |
| 819 | /* NID_X9_62_prime239v1 */ |
| 820 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x04, |
| 821 | /* NID_X9_62_prime239v2 */ |
| 822 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x05, |
| 823 | /* NID_X9_62_prime239v3 */ |
| 824 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x06, |
| 825 | /* NID_X9_62_prime256v1 */ |
| 826 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, |
| 827 | /* NID_ecdsa_with_SHA1 */ |
| 828 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x01, |
| 829 | /* NID_ms_csp_name */ |
| 830 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x11, 0x01, |
| 831 | /* NID_aes_128_ecb */ |
| 832 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x01, |
| 833 | /* NID_aes_128_cbc */ |
| 834 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x02, |
| 835 | /* NID_aes_128_ofb128 */ |
| 836 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x03, |
| 837 | /* NID_aes_128_cfb128 */ |
| 838 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x04, |
| 839 | /* NID_aes_192_ecb */ |
| 840 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x15, |
| 841 | /* NID_aes_192_cbc */ |
| 842 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x16, |
| 843 | /* NID_aes_192_ofb128 */ |
| 844 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x17, |
| 845 | /* NID_aes_192_cfb128 */ |
| 846 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x18, |
| 847 | /* NID_aes_256_ecb */ |
| 848 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x29, |
| 849 | /* NID_aes_256_cbc */ |
| 850 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2a, |
| 851 | /* NID_aes_256_ofb128 */ |
| 852 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2b, |
| 853 | /* NID_aes_256_cfb128 */ |
| 854 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2c, |
| 855 | /* NID_hold_instruction_code */ |
| 856 | 0x55, 0x1d, 0x17, |
| 857 | /* NID_hold_instruction_none */ |
| 858 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x01, |
| 859 | /* NID_hold_instruction_call_issuer */ |
| 860 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x02, |
| 861 | /* NID_hold_instruction_reject */ |
| 862 | 0x2a, 0x86, 0x48, 0xce, 0x38, 0x02, 0x03, |
| 863 | /* NID_data */ |
| 864 | 0x09, |
| 865 | /* NID_pss */ |
| 866 | 0x09, 0x92, 0x26, |
| 867 | /* NID_ucl */ |
| 868 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, |
| 869 | /* NID_pilot */ |
| 870 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, |
| 871 | /* NID_pilotAttributeType */ |
| 872 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, |
| 873 | /* NID_pilotAttributeSyntax */ |
| 874 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03, |
| 875 | /* NID_pilotObjectClass */ |
| 876 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, |
| 877 | /* NID_pilotGroups */ |
| 878 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x0a, |
| 879 | /* NID_iA5StringSyntax */ |
| 880 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03, 0x04, |
| 881 | /* NID_caseIgnoreIA5StringSyntax */ |
| 882 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x03, 0x05, |
| 883 | /* NID_pilotObject */ |
| 884 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x03, |
| 885 | /* NID_pilotPerson */ |
| 886 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x04, |
| 887 | /* NID_account */ |
| 888 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x05, |
| 889 | /* NID_document */ |
| 890 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x06, |
| 891 | /* NID_room */ |
| 892 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x07, |
| 893 | /* NID_documentSeries */ |
| 894 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x09, |
| 895 | /* NID_rFC822localPart */ |
| 896 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0e, |
| 897 | /* NID_dNSDomain */ |
| 898 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x0f, |
| 899 | /* NID_domainRelatedObject */ |
| 900 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x11, |
| 901 | /* NID_friendlyCountry */ |
| 902 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x12, |
| 903 | /* NID_simpleSecurityObject */ |
| 904 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x13, |
| 905 | /* NID_pilotOrganization */ |
| 906 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x14, |
| 907 | /* NID_pilotDSA */ |
| 908 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x15, |
| 909 | /* NID_qualityLabelledData */ |
| 910 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x04, 0x16, |
| 911 | /* NID_userId */ |
| 912 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x01, |
| 913 | /* NID_textEncodedORAddress */ |
| 914 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x02, |
| 915 | /* NID_rfc822Mailbox */ |
| 916 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x03, |
| 917 | /* NID_info */ |
| 918 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x04, |
| 919 | /* NID_favouriteDrink */ |
| 920 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x05, |
| 921 | /* NID_roomNumber */ |
| 922 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x06, |
| 923 | /* NID_photo */ |
| 924 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x07, |
| 925 | /* NID_userClass */ |
| 926 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x08, |
| 927 | /* NID_host */ |
| 928 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x09, |
| 929 | /* NID_manager */ |
| 930 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0a, |
| 931 | /* NID_documentIdentifier */ |
| 932 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0b, |
| 933 | /* NID_documentTitle */ |
| 934 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0c, |
| 935 | /* NID_documentVersion */ |
| 936 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0d, |
| 937 | /* NID_documentAuthor */ |
| 938 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0e, |
| 939 | /* NID_documentLocation */ |
| 940 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x0f, |
| 941 | /* NID_homeTelephoneNumber */ |
| 942 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x14, |
| 943 | /* NID_secretary */ |
| 944 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x15, |
| 945 | /* NID_otherMailbox */ |
| 946 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x16, |
| 947 | /* NID_lastModifiedTime */ |
| 948 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x17, |
| 949 | /* NID_lastModifiedBy */ |
| 950 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x18, |
| 951 | /* NID_aRecord */ |
| 952 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1a, |
| 953 | /* NID_pilotAttributeType27 */ |
| 954 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1b, |
| 955 | /* NID_mXRecord */ |
| 956 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1c, |
| 957 | /* NID_nSRecord */ |
| 958 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1d, |
| 959 | /* NID_sOARecord */ |
| 960 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1e, |
| 961 | /* NID_cNAMERecord */ |
| 962 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x1f, |
| 963 | /* NID_associatedDomain */ |
| 964 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x25, |
| 965 | /* NID_associatedName */ |
| 966 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x26, |
| 967 | /* NID_homePostalAddress */ |
| 968 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x27, |
| 969 | /* NID_personalTitle */ |
| 970 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x28, |
| 971 | /* NID_mobileTelephoneNumber */ |
| 972 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x29, |
| 973 | /* NID_pagerTelephoneNumber */ |
| 974 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2a, |
| 975 | /* NID_friendlyCountryName */ |
| 976 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2b, |
| 977 | /* NID_organizationalStatus */ |
| 978 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2d, |
| 979 | /* NID_janetMailbox */ |
| 980 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2e, |
| 981 | /* NID_mailPreferenceOption */ |
| 982 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x2f, |
| 983 | /* NID_buildingName */ |
| 984 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x30, |
| 985 | /* NID_dSAQuality */ |
| 986 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x31, |
| 987 | /* NID_singleLevelQuality */ |
| 988 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x32, |
| 989 | /* NID_subtreeMinimumQuality */ |
| 990 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x33, |
| 991 | /* NID_subtreeMaximumQuality */ |
| 992 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x34, |
| 993 | /* NID_personalSignature */ |
| 994 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x35, |
| 995 | /* NID_dITRedirect */ |
| 996 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x36, |
| 997 | /* NID_audio */ |
| 998 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x37, |
| 999 | /* NID_documentPublisher */ |
| 1000 | 0x09, 0x92, 0x26, 0x89, 0x93, 0xf2, 0x2c, 0x64, 0x01, 0x38, |
| 1001 | /* NID_x500UniqueIdentifier */ |
| 1002 | 0x55, 0x04, 0x2d, |
| 1003 | /* NID_mime_mhs */ |
| 1004 | 0x2b, 0x06, 0x01, 0x07, 0x01, |
| 1005 | /* NID_mime_mhs_headings */ |
| 1006 | 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01, |
| 1007 | /* NID_mime_mhs_bodies */ |
| 1008 | 0x2b, 0x06, 0x01, 0x07, 0x01, 0x02, |
| 1009 | /* NID_id_hex_partial_message */ |
| 1010 | 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01, 0x01, |
| 1011 | /* NID_id_hex_multipart_message */ |
| 1012 | 0x2b, 0x06, 0x01, 0x07, 0x01, 0x01, 0x02, |
| 1013 | /* NID_generationQualifier */ |
| 1014 | 0x55, 0x04, 0x2c, |
| 1015 | /* NID_pseudonym */ |
| 1016 | 0x55, 0x04, 0x41, |
| 1017 | /* NID_id_set */ |
| 1018 | 0x67, 0x2a, |
| 1019 | /* NID_set_ctype */ |
| 1020 | 0x67, 0x2a, 0x00, |
| 1021 | /* NID_set_msgExt */ |
| 1022 | 0x67, 0x2a, 0x01, |
| 1023 | /* NID_set_attr */ |
| 1024 | 0x67, 0x2a, 0x03, |
| 1025 | /* NID_set_policy */ |
| 1026 | 0x67, 0x2a, 0x05, |
| 1027 | /* NID_set_certExt */ |
| 1028 | 0x67, 0x2a, 0x07, |
| 1029 | /* NID_set_brand */ |
| 1030 | 0x67, 0x2a, 0x08, |
| 1031 | /* NID_setct_PANData */ |
| 1032 | 0x67, 0x2a, 0x00, 0x00, |
| 1033 | /* NID_setct_PANToken */ |
| 1034 | 0x67, 0x2a, 0x00, 0x01, |
| 1035 | /* NID_setct_PANOnly */ |
| 1036 | 0x67, 0x2a, 0x00, 0x02, |
| 1037 | /* NID_setct_OIData */ |
| 1038 | 0x67, 0x2a, 0x00, 0x03, |
| 1039 | /* NID_setct_PI */ |
| 1040 | 0x67, 0x2a, 0x00, 0x04, |
| 1041 | /* NID_setct_PIData */ |
| 1042 | 0x67, 0x2a, 0x00, 0x05, |
| 1043 | /* NID_setct_PIDataUnsigned */ |
| 1044 | 0x67, 0x2a, 0x00, 0x06, |
| 1045 | /* NID_setct_HODInput */ |
| 1046 | 0x67, 0x2a, 0x00, 0x07, |
| 1047 | /* NID_setct_AuthResBaggage */ |
| 1048 | 0x67, 0x2a, 0x00, 0x08, |
| 1049 | /* NID_setct_AuthRevReqBaggage */ |
| 1050 | 0x67, 0x2a, 0x00, 0x09, |
| 1051 | /* NID_setct_AuthRevResBaggage */ |
| 1052 | 0x67, 0x2a, 0x00, 0x0a, |
| 1053 | /* NID_setct_CapTokenSeq */ |
| 1054 | 0x67, 0x2a, 0x00, 0x0b, |
| 1055 | /* NID_setct_PInitResData */ |
| 1056 | 0x67, 0x2a, 0x00, 0x0c, |
| 1057 | /* NID_setct_PI_TBS */ |
| 1058 | 0x67, 0x2a, 0x00, 0x0d, |
| 1059 | /* NID_setct_PResData */ |
| 1060 | 0x67, 0x2a, 0x00, 0x0e, |
| 1061 | /* NID_setct_AuthReqTBS */ |
| 1062 | 0x67, 0x2a, 0x00, 0x10, |
| 1063 | /* NID_setct_AuthResTBS */ |
| 1064 | 0x67, 0x2a, 0x00, 0x11, |
| 1065 | /* NID_setct_AuthResTBSX */ |
| 1066 | 0x67, 0x2a, 0x00, 0x12, |
| 1067 | /* NID_setct_AuthTokenTBS */ |
| 1068 | 0x67, 0x2a, 0x00, 0x13, |
| 1069 | /* NID_setct_CapTokenData */ |
| 1070 | 0x67, 0x2a, 0x00, 0x14, |
| 1071 | /* NID_setct_CapTokenTBS */ |
| 1072 | 0x67, 0x2a, 0x00, 0x15, |
| 1073 | /* NID_setct_AcqCardCodeMsg */ |
| 1074 | 0x67, 0x2a, 0x00, 0x16, |
| 1075 | /* NID_setct_AuthRevReqTBS */ |
| 1076 | 0x67, 0x2a, 0x00, 0x17, |
| 1077 | /* NID_setct_AuthRevResData */ |
| 1078 | 0x67, 0x2a, 0x00, 0x18, |
| 1079 | /* NID_setct_AuthRevResTBS */ |
| 1080 | 0x67, 0x2a, 0x00, 0x19, |
| 1081 | /* NID_setct_CapReqTBS */ |
| 1082 | 0x67, 0x2a, 0x00, 0x1a, |
| 1083 | /* NID_setct_CapReqTBSX */ |
| 1084 | 0x67, 0x2a, 0x00, 0x1b, |
| 1085 | /* NID_setct_CapResData */ |
| 1086 | 0x67, 0x2a, 0x00, 0x1c, |
| 1087 | /* NID_setct_CapRevReqTBS */ |
| 1088 | 0x67, 0x2a, 0x00, 0x1d, |
| 1089 | /* NID_setct_CapRevReqTBSX */ |
| 1090 | 0x67, 0x2a, 0x00, 0x1e, |
| 1091 | /* NID_setct_CapRevResData */ |
| 1092 | 0x67, 0x2a, 0x00, 0x1f, |
| 1093 | /* NID_setct_CredReqTBS */ |
| 1094 | 0x67, 0x2a, 0x00, 0x20, |
| 1095 | /* NID_setct_CredReqTBSX */ |
| 1096 | 0x67, 0x2a, 0x00, 0x21, |
| 1097 | /* NID_setct_CredResData */ |
| 1098 | 0x67, 0x2a, 0x00, 0x22, |
| 1099 | /* NID_setct_CredRevReqTBS */ |
| 1100 | 0x67, 0x2a, 0x00, 0x23, |
| 1101 | /* NID_setct_CredRevReqTBSX */ |
| 1102 | 0x67, 0x2a, 0x00, 0x24, |
| 1103 | /* NID_setct_CredRevResData */ |
| 1104 | 0x67, 0x2a, 0x00, 0x25, |
| 1105 | /* NID_setct_PCertReqData */ |
| 1106 | 0x67, 0x2a, 0x00, 0x26, |
| 1107 | /* NID_setct_PCertResTBS */ |
| 1108 | 0x67, 0x2a, 0x00, 0x27, |
| 1109 | /* NID_setct_BatchAdminReqData */ |
| 1110 | 0x67, 0x2a, 0x00, 0x28, |
| 1111 | /* NID_setct_BatchAdminResData */ |
| 1112 | 0x67, 0x2a, 0x00, 0x29, |
| 1113 | /* NID_setct_CardCInitResTBS */ |
| 1114 | 0x67, 0x2a, 0x00, 0x2a, |
| 1115 | /* NID_setct_MeAqCInitResTBS */ |
| 1116 | 0x67, 0x2a, 0x00, 0x2b, |
| 1117 | /* NID_setct_RegFormResTBS */ |
| 1118 | 0x67, 0x2a, 0x00, 0x2c, |
| 1119 | /* NID_setct_CertReqData */ |
| 1120 | 0x67, 0x2a, 0x00, 0x2d, |
| 1121 | /* NID_setct_CertReqTBS */ |
| 1122 | 0x67, 0x2a, 0x00, 0x2e, |
| 1123 | /* NID_setct_CertResData */ |
| 1124 | 0x67, 0x2a, 0x00, 0x2f, |
| 1125 | /* NID_setct_CertInqReqTBS */ |
| 1126 | 0x67, 0x2a, 0x00, 0x30, |
| 1127 | /* NID_setct_ErrorTBS */ |
| 1128 | 0x67, 0x2a, 0x00, 0x31, |
| 1129 | /* NID_setct_PIDualSignedTBE */ |
| 1130 | 0x67, 0x2a, 0x00, 0x32, |
| 1131 | /* NID_setct_PIUnsignedTBE */ |
| 1132 | 0x67, 0x2a, 0x00, 0x33, |
| 1133 | /* NID_setct_AuthReqTBE */ |
| 1134 | 0x67, 0x2a, 0x00, 0x34, |
| 1135 | /* NID_setct_AuthResTBE */ |
| 1136 | 0x67, 0x2a, 0x00, 0x35, |
| 1137 | /* NID_setct_AuthResTBEX */ |
| 1138 | 0x67, 0x2a, 0x00, 0x36, |
| 1139 | /* NID_setct_AuthTokenTBE */ |
| 1140 | 0x67, 0x2a, 0x00, 0x37, |
| 1141 | /* NID_setct_CapTokenTBE */ |
| 1142 | 0x67, 0x2a, 0x00, 0x38, |
| 1143 | /* NID_setct_CapTokenTBEX */ |
| 1144 | 0x67, 0x2a, 0x00, 0x39, |
| 1145 | /* NID_setct_AcqCardCodeMsgTBE */ |
| 1146 | 0x67, 0x2a, 0x00, 0x3a, |
| 1147 | /* NID_setct_AuthRevReqTBE */ |
| 1148 | 0x67, 0x2a, 0x00, 0x3b, |
| 1149 | /* NID_setct_AuthRevResTBE */ |
| 1150 | 0x67, 0x2a, 0x00, 0x3c, |
| 1151 | /* NID_setct_AuthRevResTBEB */ |
| 1152 | 0x67, 0x2a, 0x00, 0x3d, |
| 1153 | /* NID_setct_CapReqTBE */ |
| 1154 | 0x67, 0x2a, 0x00, 0x3e, |
| 1155 | /* NID_setct_CapReqTBEX */ |
| 1156 | 0x67, 0x2a, 0x00, 0x3f, |
| 1157 | /* NID_setct_CapResTBE */ |
| 1158 | 0x67, 0x2a, 0x00, 0x40, |
| 1159 | /* NID_setct_CapRevReqTBE */ |
| 1160 | 0x67, 0x2a, 0x00, 0x41, |
| 1161 | /* NID_setct_CapRevReqTBEX */ |
| 1162 | 0x67, 0x2a, 0x00, 0x42, |
| 1163 | /* NID_setct_CapRevResTBE */ |
| 1164 | 0x67, 0x2a, 0x00, 0x43, |
| 1165 | /* NID_setct_CredReqTBE */ |
| 1166 | 0x67, 0x2a, 0x00, 0x44, |
| 1167 | /* NID_setct_CredReqTBEX */ |
| 1168 | 0x67, 0x2a, 0x00, 0x45, |
| 1169 | /* NID_setct_CredResTBE */ |
| 1170 | 0x67, 0x2a, 0x00, 0x46, |
| 1171 | /* NID_setct_CredRevReqTBE */ |
| 1172 | 0x67, 0x2a, 0x00, 0x47, |
| 1173 | /* NID_setct_CredRevReqTBEX */ |
| 1174 | 0x67, 0x2a, 0x00, 0x48, |
| 1175 | /* NID_setct_CredRevResTBE */ |
| 1176 | 0x67, 0x2a, 0x00, 0x49, |
| 1177 | /* NID_setct_BatchAdminReqTBE */ |
| 1178 | 0x67, 0x2a, 0x00, 0x4a, |
| 1179 | /* NID_setct_BatchAdminResTBE */ |
| 1180 | 0x67, 0x2a, 0x00, 0x4b, |
| 1181 | /* NID_setct_RegFormReqTBE */ |
| 1182 | 0x67, 0x2a, 0x00, 0x4c, |
| 1183 | /* NID_setct_CertReqTBE */ |
| 1184 | 0x67, 0x2a, 0x00, 0x4d, |
| 1185 | /* NID_setct_CertReqTBEX */ |
| 1186 | 0x67, 0x2a, 0x00, 0x4e, |
| 1187 | /* NID_setct_CertResTBE */ |
| 1188 | 0x67, 0x2a, 0x00, 0x4f, |
| 1189 | /* NID_setct_CRLNotificationTBS */ |
| 1190 | 0x67, 0x2a, 0x00, 0x50, |
| 1191 | /* NID_setct_CRLNotificationResTBS */ |
| 1192 | 0x67, 0x2a, 0x00, 0x51, |
| 1193 | /* NID_setct_BCIDistributionTBS */ |
| 1194 | 0x67, 0x2a, 0x00, 0x52, |
| 1195 | /* NID_setext_genCrypt */ |
| 1196 | 0x67, 0x2a, 0x01, 0x01, |
| 1197 | /* NID_setext_miAuth */ |
| 1198 | 0x67, 0x2a, 0x01, 0x03, |
| 1199 | /* NID_setext_pinSecure */ |
| 1200 | 0x67, 0x2a, 0x01, 0x04, |
| 1201 | /* NID_setext_pinAny */ |
| 1202 | 0x67, 0x2a, 0x01, 0x05, |
| 1203 | /* NID_setext_track2 */ |
| 1204 | 0x67, 0x2a, 0x01, 0x07, |
| 1205 | /* NID_setext_cv */ |
| 1206 | 0x67, 0x2a, 0x01, 0x08, |
| 1207 | /* NID_set_policy_root */ |
| 1208 | 0x67, 0x2a, 0x05, 0x00, |
| 1209 | /* NID_setCext_hashedRoot */ |
| 1210 | 0x67, 0x2a, 0x07, 0x00, |
| 1211 | /* NID_setCext_certType */ |
| 1212 | 0x67, 0x2a, 0x07, 0x01, |
| 1213 | /* NID_setCext_merchData */ |
| 1214 | 0x67, 0x2a, 0x07, 0x02, |
| 1215 | /* NID_setCext_cCertRequired */ |
| 1216 | 0x67, 0x2a, 0x07, 0x03, |
| 1217 | /* NID_setCext_tunneling */ |
| 1218 | 0x67, 0x2a, 0x07, 0x04, |
| 1219 | /* NID_setCext_setExt */ |
| 1220 | 0x67, 0x2a, 0x07, 0x05, |
| 1221 | /* NID_setCext_setQualf */ |
| 1222 | 0x67, 0x2a, 0x07, 0x06, |
| 1223 | /* NID_setCext_PGWYcapabilities */ |
| 1224 | 0x67, 0x2a, 0x07, 0x07, |
| 1225 | /* NID_setCext_TokenIdentifier */ |
| 1226 | 0x67, 0x2a, 0x07, 0x08, |
| 1227 | /* NID_setCext_Track2Data */ |
| 1228 | 0x67, 0x2a, 0x07, 0x09, |
| 1229 | /* NID_setCext_TokenType */ |
| 1230 | 0x67, 0x2a, 0x07, 0x0a, |
| 1231 | /* NID_setCext_IssuerCapabilities */ |
| 1232 | 0x67, 0x2a, 0x07, 0x0b, |
| 1233 | /* NID_setAttr_Cert */ |
| 1234 | 0x67, 0x2a, 0x03, 0x00, |
| 1235 | /* NID_setAttr_PGWYcap */ |
| 1236 | 0x67, 0x2a, 0x03, 0x01, |
| 1237 | /* NID_setAttr_TokenType */ |
| 1238 | 0x67, 0x2a, 0x03, 0x02, |
| 1239 | /* NID_setAttr_IssCap */ |
| 1240 | 0x67, 0x2a, 0x03, 0x03, |
| 1241 | /* NID_set_rootKeyThumb */ |
| 1242 | 0x67, 0x2a, 0x03, 0x00, 0x00, |
| 1243 | /* NID_set_addPolicy */ |
| 1244 | 0x67, 0x2a, 0x03, 0x00, 0x01, |
| 1245 | /* NID_setAttr_Token_EMV */ |
| 1246 | 0x67, 0x2a, 0x03, 0x02, 0x01, |
| 1247 | /* NID_setAttr_Token_B0Prime */ |
| 1248 | 0x67, 0x2a, 0x03, 0x02, 0x02, |
| 1249 | /* NID_setAttr_IssCap_CVM */ |
| 1250 | 0x67, 0x2a, 0x03, 0x03, 0x03, |
| 1251 | /* NID_setAttr_IssCap_T2 */ |
| 1252 | 0x67, 0x2a, 0x03, 0x03, 0x04, |
| 1253 | /* NID_setAttr_IssCap_Sig */ |
| 1254 | 0x67, 0x2a, 0x03, 0x03, 0x05, |
| 1255 | /* NID_setAttr_GenCryptgrm */ |
| 1256 | 0x67, 0x2a, 0x03, 0x03, 0x03, 0x01, |
| 1257 | /* NID_setAttr_T2Enc */ |
| 1258 | 0x67, 0x2a, 0x03, 0x03, 0x04, 0x01, |
| 1259 | /* NID_setAttr_T2cleartxt */ |
| 1260 | 0x67, 0x2a, 0x03, 0x03, 0x04, 0x02, |
| 1261 | /* NID_setAttr_TokICCsig */ |
| 1262 | 0x67, 0x2a, 0x03, 0x03, 0x05, 0x01, |
| 1263 | /* NID_setAttr_SecDevSig */ |
| 1264 | 0x67, 0x2a, 0x03, 0x03, 0x05, 0x02, |
| 1265 | /* NID_set_brand_IATA_ATA */ |
| 1266 | 0x67, 0x2a, 0x08, 0x01, |
| 1267 | /* NID_set_brand_Diners */ |
| 1268 | 0x67, 0x2a, 0x08, 0x1e, |
| 1269 | /* NID_set_brand_AmericanExpress */ |
| 1270 | 0x67, 0x2a, 0x08, 0x22, |
| 1271 | /* NID_set_brand_JCB */ |
| 1272 | 0x67, 0x2a, 0x08, 0x23, |
| 1273 | /* NID_set_brand_Visa */ |
| 1274 | 0x67, 0x2a, 0x08, 0x04, |
| 1275 | /* NID_set_brand_MasterCard */ |
| 1276 | 0x67, 0x2a, 0x08, 0x05, |
| 1277 | /* NID_set_brand_Novus */ |
| 1278 | 0x67, 0x2a, 0x08, 0xae, 0x7b, |
| 1279 | /* NID_des_cdmf */ |
| 1280 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x03, 0x0a, |
| 1281 | /* NID_rsaOAEPEncryptionSET */ |
| 1282 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x06, |
| 1283 | /* NID_international_organizations */ |
| 1284 | 0x67, |
| 1285 | /* NID_ms_smartcard_login */ |
| 1286 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x02, |
| 1287 | /* NID_ms_upn */ |
| 1288 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x03, |
| 1289 | /* NID_streetAddress */ |
| 1290 | 0x55, 0x04, 0x09, |
| 1291 | /* NID_postalCode */ |
| 1292 | 0x55, 0x04, 0x11, |
| 1293 | /* NID_id_ppl */ |
| 1294 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, |
| 1295 | /* NID_proxyCertInfo */ |
| 1296 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0e, |
| 1297 | /* NID_id_ppl_anyLanguage */ |
| 1298 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x00, |
| 1299 | /* NID_id_ppl_inheritAll */ |
| 1300 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x01, |
| 1301 | /* NID_name_constraints */ |
| 1302 | 0x55, 0x1d, 0x1e, |
| 1303 | /* NID_Independent */ |
| 1304 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x15, 0x02, |
| 1305 | /* NID_sha256WithRSAEncryption */ |
| 1306 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, |
| 1307 | /* NID_sha384WithRSAEncryption */ |
| 1308 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0c, |
| 1309 | /* NID_sha512WithRSAEncryption */ |
| 1310 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0d, |
| 1311 | /* NID_sha224WithRSAEncryption */ |
| 1312 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0e, |
| 1313 | /* NID_sha256 */ |
| 1314 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, |
| 1315 | /* NID_sha384 */ |
| 1316 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x02, |
| 1317 | /* NID_sha512 */ |
| 1318 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, |
| 1319 | /* NID_sha224 */ |
| 1320 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04, |
| 1321 | /* NID_identified_organization */ |
| 1322 | 0x2b, |
| 1323 | /* NID_certicom_arc */ |
| 1324 | 0x2b, 0x81, 0x04, |
| 1325 | /* NID_wap */ |
| 1326 | 0x67, 0x2b, |
| 1327 | /* NID_wap_wsg */ |
| 1328 | 0x67, 0x2b, 0x01, |
| 1329 | /* NID_X9_62_id_characteristic_two_basis */ |
| 1330 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, |
| 1331 | /* NID_X9_62_onBasis */ |
| 1332 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x01, |
| 1333 | /* NID_X9_62_tpBasis */ |
| 1334 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x02, |
| 1335 | /* NID_X9_62_ppBasis */ |
| 1336 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x01, 0x02, 0x03, 0x03, |
| 1337 | /* NID_X9_62_c2pnb163v1 */ |
| 1338 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x01, |
| 1339 | /* NID_X9_62_c2pnb163v2 */ |
| 1340 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x02, |
| 1341 | /* NID_X9_62_c2pnb163v3 */ |
| 1342 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x03, |
| 1343 | /* NID_X9_62_c2pnb176v1 */ |
| 1344 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x04, |
| 1345 | /* NID_X9_62_c2tnb191v1 */ |
| 1346 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x05, |
| 1347 | /* NID_X9_62_c2tnb191v2 */ |
| 1348 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x06, |
| 1349 | /* NID_X9_62_c2tnb191v3 */ |
| 1350 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x07, |
| 1351 | /* NID_X9_62_c2onb191v4 */ |
| 1352 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x08, |
| 1353 | /* NID_X9_62_c2onb191v5 */ |
| 1354 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x09, |
| 1355 | /* NID_X9_62_c2pnb208w1 */ |
| 1356 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0a, |
| 1357 | /* NID_X9_62_c2tnb239v1 */ |
| 1358 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0b, |
| 1359 | /* NID_X9_62_c2tnb239v2 */ |
| 1360 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0c, |
| 1361 | /* NID_X9_62_c2tnb239v3 */ |
| 1362 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0d, |
| 1363 | /* NID_X9_62_c2onb239v4 */ |
| 1364 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0e, |
| 1365 | /* NID_X9_62_c2onb239v5 */ |
| 1366 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x0f, |
| 1367 | /* NID_X9_62_c2pnb272w1 */ |
| 1368 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x10, |
| 1369 | /* NID_X9_62_c2pnb304w1 */ |
| 1370 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x11, |
| 1371 | /* NID_X9_62_c2tnb359v1 */ |
| 1372 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x12, |
| 1373 | /* NID_X9_62_c2pnb368w1 */ |
| 1374 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x13, |
| 1375 | /* NID_X9_62_c2tnb431r1 */ |
| 1376 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x00, 0x14, |
| 1377 | /* NID_secp112r1 */ |
| 1378 | 0x2b, 0x81, 0x04, 0x00, 0x06, |
| 1379 | /* NID_secp112r2 */ |
| 1380 | 0x2b, 0x81, 0x04, 0x00, 0x07, |
| 1381 | /* NID_secp128r1 */ |
| 1382 | 0x2b, 0x81, 0x04, 0x00, 0x1c, |
| 1383 | /* NID_secp128r2 */ |
| 1384 | 0x2b, 0x81, 0x04, 0x00, 0x1d, |
| 1385 | /* NID_secp160k1 */ |
| 1386 | 0x2b, 0x81, 0x04, 0x00, 0x09, |
| 1387 | /* NID_secp160r1 */ |
| 1388 | 0x2b, 0x81, 0x04, 0x00, 0x08, |
| 1389 | /* NID_secp160r2 */ |
| 1390 | 0x2b, 0x81, 0x04, 0x00, 0x1e, |
| 1391 | /* NID_secp192k1 */ |
| 1392 | 0x2b, 0x81, 0x04, 0x00, 0x1f, |
| 1393 | /* NID_secp224k1 */ |
| 1394 | 0x2b, 0x81, 0x04, 0x00, 0x20, |
| 1395 | /* NID_secp224r1 */ |
| 1396 | 0x2b, 0x81, 0x04, 0x00, 0x21, |
| 1397 | /* NID_secp256k1 */ |
| 1398 | 0x2b, 0x81, 0x04, 0x00, 0x0a, |
| 1399 | /* NID_secp384r1 */ |
| 1400 | 0x2b, 0x81, 0x04, 0x00, 0x22, |
| 1401 | /* NID_secp521r1 */ |
| 1402 | 0x2b, 0x81, 0x04, 0x00, 0x23, |
| 1403 | /* NID_sect113r1 */ |
| 1404 | 0x2b, 0x81, 0x04, 0x00, 0x04, |
| 1405 | /* NID_sect113r2 */ |
| 1406 | 0x2b, 0x81, 0x04, 0x00, 0x05, |
| 1407 | /* NID_sect131r1 */ |
| 1408 | 0x2b, 0x81, 0x04, 0x00, 0x16, |
| 1409 | /* NID_sect131r2 */ |
| 1410 | 0x2b, 0x81, 0x04, 0x00, 0x17, |
| 1411 | /* NID_sect163k1 */ |
| 1412 | 0x2b, 0x81, 0x04, 0x00, 0x01, |
| 1413 | /* NID_sect163r1 */ |
| 1414 | 0x2b, 0x81, 0x04, 0x00, 0x02, |
| 1415 | /* NID_sect163r2 */ |
| 1416 | 0x2b, 0x81, 0x04, 0x00, 0x0f, |
| 1417 | /* NID_sect193r1 */ |
| 1418 | 0x2b, 0x81, 0x04, 0x00, 0x18, |
| 1419 | /* NID_sect193r2 */ |
| 1420 | 0x2b, 0x81, 0x04, 0x00, 0x19, |
| 1421 | /* NID_sect233k1 */ |
| 1422 | 0x2b, 0x81, 0x04, 0x00, 0x1a, |
| 1423 | /* NID_sect233r1 */ |
| 1424 | 0x2b, 0x81, 0x04, 0x00, 0x1b, |
| 1425 | /* NID_sect239k1 */ |
| 1426 | 0x2b, 0x81, 0x04, 0x00, 0x03, |
| 1427 | /* NID_sect283k1 */ |
| 1428 | 0x2b, 0x81, 0x04, 0x00, 0x10, |
| 1429 | /* NID_sect283r1 */ |
| 1430 | 0x2b, 0x81, 0x04, 0x00, 0x11, |
| 1431 | /* NID_sect409k1 */ |
| 1432 | 0x2b, 0x81, 0x04, 0x00, 0x24, |
| 1433 | /* NID_sect409r1 */ |
| 1434 | 0x2b, 0x81, 0x04, 0x00, 0x25, |
| 1435 | /* NID_sect571k1 */ |
| 1436 | 0x2b, 0x81, 0x04, 0x00, 0x26, |
| 1437 | /* NID_sect571r1 */ |
| 1438 | 0x2b, 0x81, 0x04, 0x00, 0x27, |
| 1439 | /* NID_wap_wsg_idm_ecid_wtls1 */ |
| 1440 | 0x67, 0x2b, 0x01, 0x04, 0x01, |
| 1441 | /* NID_wap_wsg_idm_ecid_wtls3 */ |
| 1442 | 0x67, 0x2b, 0x01, 0x04, 0x03, |
| 1443 | /* NID_wap_wsg_idm_ecid_wtls4 */ |
| 1444 | 0x67, 0x2b, 0x01, 0x04, 0x04, |
| 1445 | /* NID_wap_wsg_idm_ecid_wtls5 */ |
| 1446 | 0x67, 0x2b, 0x01, 0x04, 0x05, |
| 1447 | /* NID_wap_wsg_idm_ecid_wtls6 */ |
| 1448 | 0x67, 0x2b, 0x01, 0x04, 0x06, |
| 1449 | /* NID_wap_wsg_idm_ecid_wtls7 */ |
| 1450 | 0x67, 0x2b, 0x01, 0x04, 0x07, |
| 1451 | /* NID_wap_wsg_idm_ecid_wtls8 */ |
| 1452 | 0x67, 0x2b, 0x01, 0x04, 0x08, |
| 1453 | /* NID_wap_wsg_idm_ecid_wtls9 */ |
| 1454 | 0x67, 0x2b, 0x01, 0x04, 0x09, |
| 1455 | /* NID_wap_wsg_idm_ecid_wtls10 */ |
| 1456 | 0x67, 0x2b, 0x01, 0x04, 0x0a, |
| 1457 | /* NID_wap_wsg_idm_ecid_wtls11 */ |
| 1458 | 0x67, 0x2b, 0x01, 0x04, 0x0b, |
| 1459 | /* NID_wap_wsg_idm_ecid_wtls12 */ |
| 1460 | 0x67, 0x2b, 0x01, 0x04, 0x0c, |
| 1461 | /* NID_any_policy */ |
| 1462 | 0x55, 0x1d, 0x20, 0x00, |
| 1463 | /* NID_policy_mappings */ |
| 1464 | 0x55, 0x1d, 0x21, |
| 1465 | /* NID_inhibit_any_policy */ |
| 1466 | 0x55, 0x1d, 0x36, |
| 1467 | /* NID_camellia_128_cbc */ |
| 1468 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x02, |
| 1469 | /* NID_camellia_192_cbc */ |
| 1470 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x03, |
| 1471 | /* NID_camellia_256_cbc */ |
| 1472 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x01, 0x04, |
| 1473 | /* NID_camellia_128_ecb */ |
| 1474 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x01, |
| 1475 | /* NID_camellia_192_ecb */ |
| 1476 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x15, |
| 1477 | /* NID_camellia_256_ecb */ |
| 1478 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x29, |
| 1479 | /* NID_camellia_128_cfb128 */ |
| 1480 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x04, |
| 1481 | /* NID_camellia_192_cfb128 */ |
| 1482 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x18, |
| 1483 | /* NID_camellia_256_cfb128 */ |
| 1484 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x2c, |
| 1485 | /* NID_camellia_128_ofb128 */ |
| 1486 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x03, |
| 1487 | /* NID_camellia_192_ofb128 */ |
| 1488 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x17, |
| 1489 | /* NID_camellia_256_ofb128 */ |
| 1490 | 0x03, 0xa2, 0x31, 0x05, 0x03, 0x01, 0x09, 0x2b, |
| 1491 | /* NID_subject_directory_attributes */ |
| 1492 | 0x55, 0x1d, 0x09, |
| 1493 | /* NID_issuing_distribution_point */ |
| 1494 | 0x55, 0x1d, 0x1c, |
| 1495 | /* NID_certificate_issuer */ |
| 1496 | 0x55, 0x1d, 0x1d, |
| 1497 | /* NID_kisa */ |
| 1498 | 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, |
| 1499 | /* NID_seed_ecb */ |
| 1500 | 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x03, |
| 1501 | /* NID_seed_cbc */ |
| 1502 | 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x04, |
| 1503 | /* NID_seed_ofb128 */ |
| 1504 | 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x06, |
| 1505 | /* NID_seed_cfb128 */ |
| 1506 | 0x2a, 0x83, 0x1a, 0x8c, 0x9a, 0x44, 0x01, 0x05, |
| 1507 | /* NID_hmac_md5 */ |
| 1508 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x08, 0x01, 0x01, |
| 1509 | /* NID_hmac_sha1 */ |
| 1510 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x08, 0x01, 0x02, |
| 1511 | /* NID_id_PasswordBasedMAC */ |
| 1512 | 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x0d, |
| 1513 | /* NID_id_DHBasedMac */ |
| 1514 | 0x2a, 0x86, 0x48, 0x86, 0xf6, 0x7d, 0x07, 0x42, 0x1e, |
| 1515 | /* NID_id_it_suppLangTags */ |
| 1516 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x04, 0x10, |
| 1517 | /* NID_caRepository */ |
| 1518 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x05, |
| 1519 | /* NID_id_smime_ct_compressedData */ |
| 1520 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x09, |
| 1521 | /* NID_id_ct_asciiTextWithCRLF */ |
| 1522 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x01, 0x1b, |
| 1523 | /* NID_id_aes128_wrap */ |
| 1524 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x05, |
| 1525 | /* NID_id_aes192_wrap */ |
| 1526 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x19, |
| 1527 | /* NID_id_aes256_wrap */ |
| 1528 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2d, |
| 1529 | /* NID_ecdsa_with_Recommended */ |
| 1530 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x02, |
| 1531 | /* NID_ecdsa_with_Specified */ |
| 1532 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, |
| 1533 | /* NID_ecdsa_with_SHA224 */ |
| 1534 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x01, |
| 1535 | /* NID_ecdsa_with_SHA256 */ |
| 1536 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, |
| 1537 | /* NID_ecdsa_with_SHA384 */ |
| 1538 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x03, |
| 1539 | /* NID_ecdsa_with_SHA512 */ |
| 1540 | 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x04, |
| 1541 | /* NID_hmacWithMD5 */ |
| 1542 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x06, |
| 1543 | /* NID_hmacWithSHA224 */ |
| 1544 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x08, |
| 1545 | /* NID_hmacWithSHA256 */ |
| 1546 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x09, |
| 1547 | /* NID_hmacWithSHA384 */ |
| 1548 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x0a, |
| 1549 | /* NID_hmacWithSHA512 */ |
| 1550 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x0b, |
| 1551 | /* NID_dsa_with_SHA224 */ |
| 1552 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x01, |
| 1553 | /* NID_dsa_with_SHA256 */ |
| 1554 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x03, 0x02, |
| 1555 | /* NID_whirlpool */ |
| 1556 | 0x28, 0xcf, 0x06, 0x03, 0x00, 0x37, |
| 1557 | /* NID_cryptopro */ |
| 1558 | 0x2a, 0x85, 0x03, 0x02, 0x02, |
| 1559 | /* NID_cryptocom */ |
| 1560 | 0x2a, 0x85, 0x03, 0x02, 0x09, |
| 1561 | /* NID_id_GostR3411_94_with_GostR3410_2001 */ |
| 1562 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x03, |
| 1563 | /* NID_id_GostR3411_94_with_GostR3410_94 */ |
| 1564 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x04, |
| 1565 | /* NID_id_GostR3411_94 */ |
| 1566 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x09, |
| 1567 | /* NID_id_HMACGostR3411_94 */ |
| 1568 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0a, |
| 1569 | /* NID_id_GostR3410_2001 */ |
| 1570 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x13, |
| 1571 | /* NID_id_GostR3410_94 */ |
| 1572 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, |
| 1573 | /* NID_id_Gost28147_89 */ |
| 1574 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x15, |
| 1575 | /* NID_id_Gost28147_89_MAC */ |
| 1576 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x16, |
| 1577 | /* NID_id_GostR3411_94_prf */ |
| 1578 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x17, |
| 1579 | /* NID_id_GostR3410_2001DH */ |
| 1580 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x62, |
| 1581 | /* NID_id_GostR3410_94DH */ |
| 1582 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x63, |
| 1583 | /* NID_id_Gost28147_89_CryptoPro_KeyMeshing */ |
| 1584 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0e, 0x01, |
| 1585 | /* NID_id_Gost28147_89_None_KeyMeshing */ |
| 1586 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x0e, 0x00, |
| 1587 | /* NID_id_GostR3411_94_TestParamSet */ |
| 1588 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1e, 0x00, |
| 1589 | /* NID_id_GostR3411_94_CryptoProParamSet */ |
| 1590 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1e, 0x01, |
| 1591 | /* NID_id_Gost28147_89_TestParamSet */ |
| 1592 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x00, |
| 1593 | /* NID_id_Gost28147_89_CryptoPro_A_ParamSet */ |
| 1594 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x01, |
| 1595 | /* NID_id_Gost28147_89_CryptoPro_B_ParamSet */ |
| 1596 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x02, |
| 1597 | /* NID_id_Gost28147_89_CryptoPro_C_ParamSet */ |
| 1598 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x03, |
| 1599 | /* NID_id_Gost28147_89_CryptoPro_D_ParamSet */ |
| 1600 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x04, |
| 1601 | /* NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet */ |
| 1602 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x05, |
| 1603 | /* NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet */ |
| 1604 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x06, |
| 1605 | /* NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet */ |
| 1606 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x1f, 0x07, |
| 1607 | /* NID_id_GostR3410_94_TestParamSet */ |
| 1608 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x00, |
| 1609 | /* NID_id_GostR3410_94_CryptoPro_A_ParamSet */ |
| 1610 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x02, |
| 1611 | /* NID_id_GostR3410_94_CryptoPro_B_ParamSet */ |
| 1612 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x03, |
| 1613 | /* NID_id_GostR3410_94_CryptoPro_C_ParamSet */ |
| 1614 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x04, |
| 1615 | /* NID_id_GostR3410_94_CryptoPro_D_ParamSet */ |
| 1616 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x20, 0x05, |
| 1617 | /* NID_id_GostR3410_94_CryptoPro_XchA_ParamSet */ |
| 1618 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x01, |
| 1619 | /* NID_id_GostR3410_94_CryptoPro_XchB_ParamSet */ |
| 1620 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x02, |
| 1621 | /* NID_id_GostR3410_94_CryptoPro_XchC_ParamSet */ |
| 1622 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x21, 0x03, |
| 1623 | /* NID_id_GostR3410_2001_TestParamSet */ |
| 1624 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x00, |
| 1625 | /* NID_id_GostR3410_2001_CryptoPro_A_ParamSet */ |
| 1626 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x01, |
| 1627 | /* NID_id_GostR3410_2001_CryptoPro_B_ParamSet */ |
| 1628 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x02, |
| 1629 | /* NID_id_GostR3410_2001_CryptoPro_C_ParamSet */ |
| 1630 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x23, 0x03, |
| 1631 | /* NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet */ |
| 1632 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x24, 0x00, |
| 1633 | /* NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet */ |
| 1634 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x24, 0x01, |
| 1635 | /* NID_id_GostR3410_94_a */ |
| 1636 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x01, |
| 1637 | /* NID_id_GostR3410_94_aBis */ |
| 1638 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x02, |
| 1639 | /* NID_id_GostR3410_94_b */ |
| 1640 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x03, |
| 1641 | /* NID_id_GostR3410_94_bBis */ |
| 1642 | 0x2a, 0x85, 0x03, 0x02, 0x02, 0x14, 0x04, |
| 1643 | /* NID_id_Gost28147_89_cc */ |
| 1644 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x06, 0x01, |
| 1645 | /* NID_id_GostR3410_94_cc */ |
| 1646 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x05, 0x03, |
| 1647 | /* NID_id_GostR3410_2001_cc */ |
| 1648 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x05, 0x04, |
| 1649 | /* NID_id_GostR3411_94_with_GostR3410_94_cc */ |
| 1650 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x03, 0x03, |
| 1651 | /* NID_id_GostR3411_94_with_GostR3410_2001_cc */ |
| 1652 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x03, 0x04, |
| 1653 | /* NID_id_GostR3410_2001_ParamSet_cc */ |
| 1654 | 0x2a, 0x85, 0x03, 0x02, 0x09, 0x01, 0x08, 0x01, |
| 1655 | /* NID_LocalKeySet */ |
| 1656 | 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x11, 0x02, |
| 1657 | /* NID_freshest_crl */ |
| 1658 | 0x55, 0x1d, 0x2e, |
| 1659 | /* NID_id_on_permanentIdentifier */ |
| 1660 | 0x2b, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, 0x03, |
| 1661 | /* NID_searchGuide */ |
| 1662 | 0x55, 0x04, 0x0e, |
| 1663 | /* NID_businessCategory */ |
| 1664 | 0x55, 0x04, 0x0f, |
| 1665 | /* NID_postalAddress */ |
| 1666 | 0x55, 0x04, 0x10, |
| 1667 | /* NID_postOfficeBox */ |
| 1668 | 0x55, 0x04, 0x12, |
| 1669 | /* NID_physicalDeliveryOfficeName */ |
| 1670 | 0x55, 0x04, 0x13, |
| 1671 | /* NID_telephoneNumber */ |
| 1672 | 0x55, 0x04, 0x14, |
| 1673 | /* NID_telexNumber */ |
| 1674 | 0x55, 0x04, 0x15, |
| 1675 | /* NID_teletexTerminalIdentifier */ |
| 1676 | 0x55, 0x04, 0x16, |
| 1677 | /* NID_facsimileTelephoneNumber */ |
| 1678 | 0x55, 0x04, 0x17, |
| 1679 | /* NID_x121Address */ |
| 1680 | 0x55, 0x04, 0x18, |
| 1681 | /* NID_internationaliSDNNumber */ |
| 1682 | 0x55, 0x04, 0x19, |
| 1683 | /* NID_registeredAddress */ |
| 1684 | 0x55, 0x04, 0x1a, |
| 1685 | /* NID_destinationIndicator */ |
| 1686 | 0x55, 0x04, 0x1b, |
| 1687 | /* NID_preferredDeliveryMethod */ |
| 1688 | 0x55, 0x04, 0x1c, |
| 1689 | /* NID_presentationAddress */ |
| 1690 | 0x55, 0x04, 0x1d, |
| 1691 | /* NID_supportedApplicationContext */ |
| 1692 | 0x55, 0x04, 0x1e, |
| 1693 | /* NID_member */ |
| 1694 | 0x55, 0x04, 0x1f, |
| 1695 | /* NID_owner */ |
| 1696 | 0x55, 0x04, 0x20, |
| 1697 | /* NID_roleOccupant */ |
| 1698 | 0x55, 0x04, 0x21, |
| 1699 | /* NID_seeAlso */ |
| 1700 | 0x55, 0x04, 0x22, |
| 1701 | /* NID_userPassword */ |
| 1702 | 0x55, 0x04, 0x23, |
| 1703 | /* NID_userCertificate */ |
| 1704 | 0x55, 0x04, 0x24, |
| 1705 | /* NID_cACertificate */ |
| 1706 | 0x55, 0x04, 0x25, |
| 1707 | /* NID_authorityRevocationList */ |
| 1708 | 0x55, 0x04, 0x26, |
| 1709 | /* NID_certificateRevocationList */ |
| 1710 | 0x55, 0x04, 0x27, |
| 1711 | /* NID_crossCertificatePair */ |
| 1712 | 0x55, 0x04, 0x28, |
| 1713 | /* NID_enhancedSearchGuide */ |
| 1714 | 0x55, 0x04, 0x2f, |
| 1715 | /* NID_protocolInformation */ |
| 1716 | 0x55, 0x04, 0x30, |
| 1717 | /* NID_distinguishedName */ |
| 1718 | 0x55, 0x04, 0x31, |
| 1719 | /* NID_uniqueMember */ |
| 1720 | 0x55, 0x04, 0x32, |
| 1721 | /* NID_houseIdentifier */ |
| 1722 | 0x55, 0x04, 0x33, |
| 1723 | /* NID_supportedAlgorithms */ |
| 1724 | 0x55, 0x04, 0x34, |
| 1725 | /* NID_deltaRevocationList */ |
| 1726 | 0x55, 0x04, 0x35, |
| 1727 | /* NID_dmdName */ |
| 1728 | 0x55, 0x04, 0x36, |
| 1729 | /* NID_id_alg_PWRI_KEK */ |
| 1730 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x10, 0x03, 0x09, |
| 1731 | /* NID_aes_128_gcm */ |
| 1732 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x06, |
| 1733 | /* NID_aes_128_ccm */ |
| 1734 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x07, |
| 1735 | /* NID_id_aes128_wrap_pad */ |
| 1736 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x08, |
| 1737 | /* NID_aes_192_gcm */ |
| 1738 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1a, |
| 1739 | /* NID_aes_192_ccm */ |
| 1740 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1b, |
| 1741 | /* NID_id_aes192_wrap_pad */ |
| 1742 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x1c, |
| 1743 | /* NID_aes_256_gcm */ |
| 1744 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2e, |
| 1745 | /* NID_aes_256_ccm */ |
| 1746 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x2f, |
| 1747 | /* NID_id_aes256_wrap_pad */ |
| 1748 | 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x01, 0x30, |
| 1749 | /* NID_id_camellia128_wrap */ |
| 1750 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x02, |
| 1751 | /* NID_id_camellia192_wrap */ |
| 1752 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x03, |
| 1753 | /* NID_id_camellia256_wrap */ |
| 1754 | 0x2a, 0x83, 0x08, 0x8c, 0x9a, 0x4b, 0x3d, 0x01, 0x01, 0x03, 0x04, |
| 1755 | /* NID_anyExtendedKeyUsage */ |
| 1756 | 0x55, 0x1d, 0x25, 0x00, |
| 1757 | /* NID_mgf1 */ |
| 1758 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x08, |
| 1759 | /* NID_rsassaPss */ |
| 1760 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0a, |
| 1761 | /* NID_rsaesOaep */ |
| 1762 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x07, |
| 1763 | /* NID_dhpublicnumber */ |
| 1764 | 0x2a, 0x86, 0x48, 0xce, 0x3e, 0x02, 0x01, |
| 1765 | /* NID_brainpoolP160r1 */ |
| 1766 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x01, |
| 1767 | /* NID_brainpoolP160t1 */ |
| 1768 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x02, |
| 1769 | /* NID_brainpoolP192r1 */ |
| 1770 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x03, |
| 1771 | /* NID_brainpoolP192t1 */ |
| 1772 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x04, |
| 1773 | /* NID_brainpoolP224r1 */ |
| 1774 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x05, |
| 1775 | /* NID_brainpoolP224t1 */ |
| 1776 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x06, |
| 1777 | /* NID_brainpoolP256r1 */ |
| 1778 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x07, |
| 1779 | /* NID_brainpoolP256t1 */ |
| 1780 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x08, |
| 1781 | /* NID_brainpoolP320r1 */ |
| 1782 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x09, |
| 1783 | /* NID_brainpoolP320t1 */ |
| 1784 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0a, |
| 1785 | /* NID_brainpoolP384r1 */ |
| 1786 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0b, |
| 1787 | /* NID_brainpoolP384t1 */ |
| 1788 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0c, |
| 1789 | /* NID_brainpoolP512r1 */ |
| 1790 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0d, |
| 1791 | /* NID_brainpoolP512t1 */ |
| 1792 | 0x2b, 0x24, 0x03, 0x03, 0x02, 0x08, 0x01, 0x01, 0x0e, |
| 1793 | /* NID_pSpecified */ |
| 1794 | 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x09, |
| 1795 | /* NID_dhSinglePass_stdDH_sha1kdf_scheme */ |
| 1796 | 0x2b, 0x81, 0x05, 0x10, 0x86, 0x48, 0x3f, 0x00, 0x02, |
| 1797 | /* NID_dhSinglePass_stdDH_sha224kdf_scheme */ |
| 1798 | 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x00, |
| 1799 | /* NID_dhSinglePass_stdDH_sha256kdf_scheme */ |
| 1800 | 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x01, |
| 1801 | /* NID_dhSinglePass_stdDH_sha384kdf_scheme */ |
| 1802 | 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x02, |
| 1803 | /* NID_dhSinglePass_stdDH_sha512kdf_scheme */ |
| 1804 | 0x2b, 0x81, 0x04, 0x01, 0x0b, 0x03, |
| 1805 | /* NID_dhSinglePass_cofactorDH_sha1kdf_scheme */ |
| 1806 | 0x2b, 0x81, 0x05, 0x10, 0x86, 0x48, 0x3f, 0x00, 0x03, |
| 1807 | /* NID_dhSinglePass_cofactorDH_sha224kdf_scheme */ |
| 1808 | 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x00, |
| 1809 | /* NID_dhSinglePass_cofactorDH_sha256kdf_scheme */ |
| 1810 | 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x01, |
| 1811 | /* NID_dhSinglePass_cofactorDH_sha384kdf_scheme */ |
| 1812 | 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x02, |
| 1813 | /* NID_dhSinglePass_cofactorDH_sha512kdf_scheme */ |
| 1814 | 0x2b, 0x81, 0x04, 0x01, 0x0e, 0x03, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 1815 | /* NID_ED25519 */ |
David Benjamin | 05bb1c5 | 2017-03-27 21:55:52 -0500 | [diff] [blame] | 1816 | 0x2b, 0x65, 0x70, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1817 | }; |
| 1818 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 1819 | static const ASN1_OBJECT kObjects[NUM_NID] = { |
| 1820 | {"UNDEF", "undefined", NID_undef, 0, NULL, 0}, |
| 1821 | {"rsadsi", "RSA Data Security, Inc.", NID_rsadsi, 6, &kObjectData[0], 0}, |
| 1822 | {"pkcs", "RSA Data Security, Inc. PKCS", NID_pkcs, 7, &kObjectData[6], 0}, |
| 1823 | {"MD2", "md2", NID_md2, 8, &kObjectData[13], 0}, |
| 1824 | {"MD5", "md5", NID_md5, 8, &kObjectData[21], 0}, |
| 1825 | {"RC4", "rc4", NID_rc4, 8, &kObjectData[29], 0}, |
| 1826 | {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &kObjectData[37], |
| 1827 | 0}, |
| 1828 | {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9, |
| 1829 | &kObjectData[46], 0}, |
| 1830 | {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9, |
| 1831 | &kObjectData[55], 0}, |
| 1832 | {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9, |
| 1833 | &kObjectData[64], 0}, |
| 1834 | {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9, |
| 1835 | &kObjectData[73], 0}, |
| 1836 | {"X500", "directory services (X.500)", NID_X500, 1, &kObjectData[82], 0}, |
| 1837 | {"X509", "X509", NID_X509, 2, &kObjectData[83], 0}, |
| 1838 | {"CN", "commonName", NID_commonName, 3, &kObjectData[85], 0}, |
| 1839 | {"C", "countryName", NID_countryName, 3, &kObjectData[88], 0}, |
| 1840 | {"L", "localityName", NID_localityName, 3, &kObjectData[91], 0}, |
| 1841 | {"ST", "stateOrProvinceName", NID_stateOrProvinceName, 3, &kObjectData[94], |
| 1842 | 0}, |
| 1843 | {"O", "organizationName", NID_organizationName, 3, &kObjectData[97], 0}, |
| 1844 | {"OU", "organizationalUnitName", NID_organizationalUnitName, 3, |
| 1845 | &kObjectData[100], 0}, |
| 1846 | {"RSA", "rsa", NID_rsa, 4, &kObjectData[103], 0}, |
| 1847 | {"pkcs7", "pkcs7", NID_pkcs7, 8, &kObjectData[107], 0}, |
| 1848 | {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &kObjectData[115], 0}, |
| 1849 | {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, |
| 1850 | &kObjectData[124], 0}, |
| 1851 | {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9, |
| 1852 | &kObjectData[133], 0}, |
| 1853 | {"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData", |
| 1854 | NID_pkcs7_signedAndEnveloped, 9, &kObjectData[142], 0}, |
| 1855 | {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9, |
| 1856 | &kObjectData[151], 0}, |
| 1857 | {"pkcs7-encryptedData", "pkcs7-encryptedData", NID_pkcs7_encrypted, 9, |
| 1858 | &kObjectData[160], 0}, |
| 1859 | {"pkcs3", "pkcs3", NID_pkcs3, 8, &kObjectData[169], 0}, |
| 1860 | {"dhKeyAgreement", "dhKeyAgreement", NID_dhKeyAgreement, 9, |
| 1861 | &kObjectData[177], 0}, |
| 1862 | {"DES-ECB", "des-ecb", NID_des_ecb, 5, &kObjectData[186], 0}, |
| 1863 | {"DES-CFB", "des-cfb", NID_des_cfb64, 5, &kObjectData[191], 0}, |
| 1864 | {"DES-CBC", "des-cbc", NID_des_cbc, 5, &kObjectData[196], 0}, |
| 1865 | {"DES-EDE", "des-ede", NID_des_ede_ecb, 5, &kObjectData[201], 0}, |
| 1866 | {"DES-EDE3", "des-ede3", NID_des_ede3_ecb, 0, NULL, 0}, |
| 1867 | {"IDEA-CBC", "idea-cbc", NID_idea_cbc, 11, &kObjectData[206], 0}, |
| 1868 | {"IDEA-CFB", "idea-cfb", NID_idea_cfb64, 0, NULL, 0}, |
| 1869 | {"IDEA-ECB", "idea-ecb", NID_idea_ecb, 0, NULL, 0}, |
| 1870 | {"RC2-CBC", "rc2-cbc", NID_rc2_cbc, 8, &kObjectData[217], 0}, |
| 1871 | {"RC2-ECB", "rc2-ecb", NID_rc2_ecb, 0, NULL, 0}, |
| 1872 | {"RC2-CFB", "rc2-cfb", NID_rc2_cfb64, 0, NULL, 0}, |
| 1873 | {"RC2-OFB", "rc2-ofb", NID_rc2_ofb64, 0, NULL, 0}, |
| 1874 | {"SHA", "sha", NID_sha, 5, &kObjectData[225], 0}, |
| 1875 | {"RSA-SHA", "shaWithRSAEncryption", NID_shaWithRSAEncryption, 5, |
| 1876 | &kObjectData[230], 0}, |
| 1877 | {"DES-EDE-CBC", "des-ede-cbc", NID_des_ede_cbc, 0, NULL, 0}, |
| 1878 | {"DES-EDE3-CBC", "des-ede3-cbc", NID_des_ede3_cbc, 8, &kObjectData[235], 0}, |
| 1879 | {"DES-OFB", "des-ofb", NID_des_ofb64, 5, &kObjectData[243], 0}, |
| 1880 | {"IDEA-OFB", "idea-ofb", NID_idea_ofb64, 0, NULL, 0}, |
| 1881 | {"pkcs9", "pkcs9", NID_pkcs9, 8, &kObjectData[248], 0}, |
| 1882 | {"emailAddress", "emailAddress", NID_pkcs9_emailAddress, 9, |
| 1883 | &kObjectData[256], 0}, |
| 1884 | {"unstructuredName", "unstructuredName", NID_pkcs9_unstructuredName, 9, |
| 1885 | &kObjectData[265], 0}, |
| 1886 | {"contentType", "contentType", NID_pkcs9_contentType, 9, &kObjectData[274], |
| 1887 | 0}, |
| 1888 | {"messageDigest", "messageDigest", NID_pkcs9_messageDigest, 9, |
| 1889 | &kObjectData[283], 0}, |
| 1890 | {"signingTime", "signingTime", NID_pkcs9_signingTime, 9, &kObjectData[292], |
| 1891 | 0}, |
| 1892 | {"countersignature", "countersignature", NID_pkcs9_countersignature, 9, |
| 1893 | &kObjectData[301], 0}, |
| 1894 | {"challengePassword", "challengePassword", NID_pkcs9_challengePassword, 9, |
| 1895 | &kObjectData[310], 0}, |
| 1896 | {"unstructuredAddress", "unstructuredAddress", |
| 1897 | NID_pkcs9_unstructuredAddress, 9, &kObjectData[319], 0}, |
| 1898 | {"extendedCertificateAttributes", "extendedCertificateAttributes", |
| 1899 | NID_pkcs9_extCertAttributes, 9, &kObjectData[328], 0}, |
| 1900 | {"Netscape", "Netscape Communications Corp.", NID_netscape, 7, |
| 1901 | &kObjectData[337], 0}, |
| 1902 | {"nsCertExt", "Netscape Certificate Extension", NID_netscape_cert_extension, |
| 1903 | 8, &kObjectData[344], 0}, |
| 1904 | {"nsDataType", "Netscape Data Type", NID_netscape_data_type, 8, |
| 1905 | &kObjectData[352], 0}, |
| 1906 | {"DES-EDE-CFB", "des-ede-cfb", NID_des_ede_cfb64, 0, NULL, 0}, |
| 1907 | {"DES-EDE3-CFB", "des-ede3-cfb", NID_des_ede3_cfb64, 0, NULL, 0}, |
| 1908 | {"DES-EDE-OFB", "des-ede-ofb", NID_des_ede_ofb64, 0, NULL, 0}, |
| 1909 | {"DES-EDE3-OFB", "des-ede3-ofb", NID_des_ede3_ofb64, 0, NULL, 0}, |
| 1910 | {"SHA1", "sha1", NID_sha1, 5, &kObjectData[360], 0}, |
| 1911 | {"RSA-SHA1", "sha1WithRSAEncryption", NID_sha1WithRSAEncryption, 9, |
| 1912 | &kObjectData[365], 0}, |
| 1913 | {"DSA-SHA", "dsaWithSHA", NID_dsaWithSHA, 5, &kObjectData[374], 0}, |
| 1914 | {"DSA-old", "dsaEncryption-old", NID_dsa_2, 5, &kObjectData[379], 0}, |
| 1915 | {"PBE-SHA1-RC2-64", "pbeWithSHA1AndRC2-CBC", NID_pbeWithSHA1AndRC2_CBC, 9, |
| 1916 | &kObjectData[384], 0}, |
| 1917 | {"PBKDF2", "PBKDF2", NID_id_pbkdf2, 9, &kObjectData[393], 0}, |
| 1918 | {"DSA-SHA1-old", "dsaWithSHA1-old", NID_dsaWithSHA1_2, 5, &kObjectData[402], |
| 1919 | 0}, |
| 1920 | {"nsCertType", "Netscape Cert Type", NID_netscape_cert_type, 9, |
| 1921 | &kObjectData[407], 0}, |
| 1922 | {"nsBaseUrl", "Netscape Base Url", NID_netscape_base_url, 9, |
| 1923 | &kObjectData[416], 0}, |
| 1924 | {"nsRevocationUrl", "Netscape Revocation Url", NID_netscape_revocation_url, |
| 1925 | 9, &kObjectData[425], 0}, |
| 1926 | {"nsCaRevocationUrl", "Netscape CA Revocation Url", |
| 1927 | NID_netscape_ca_revocation_url, 9, &kObjectData[434], 0}, |
| 1928 | {"nsRenewalUrl", "Netscape Renewal Url", NID_netscape_renewal_url, 9, |
| 1929 | &kObjectData[443], 0}, |
| 1930 | {"nsCaPolicyUrl", "Netscape CA Policy Url", NID_netscape_ca_policy_url, 9, |
| 1931 | &kObjectData[452], 0}, |
| 1932 | {"nsSslServerName", "Netscape SSL Server Name", |
| 1933 | NID_netscape_ssl_server_name, 9, &kObjectData[461], 0}, |
| 1934 | {"nsComment", "Netscape Comment", NID_netscape_comment, 9, |
| 1935 | &kObjectData[470], 0}, |
| 1936 | {"nsCertSequence", "Netscape Certificate Sequence", |
| 1937 | NID_netscape_cert_sequence, 9, &kObjectData[479], 0}, |
| 1938 | {"DESX-CBC", "desx-cbc", NID_desx_cbc, 0, NULL, 0}, |
| 1939 | {"id-ce", "id-ce", NID_id_ce, 2, &kObjectData[488], 0}, |
| 1940 | {"subjectKeyIdentifier", "X509v3 Subject Key Identifier", |
| 1941 | NID_subject_key_identifier, 3, &kObjectData[490], 0}, |
| 1942 | {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &kObjectData[493], 0}, |
| 1943 | {"privateKeyUsagePeriod", "X509v3 Private Key Usage Period", |
| 1944 | NID_private_key_usage_period, 3, &kObjectData[496], 0}, |
| 1945 | {"subjectAltName", "X509v3 Subject Alternative Name", NID_subject_alt_name, |
| 1946 | 3, &kObjectData[499], 0}, |
| 1947 | {"issuerAltName", "X509v3 Issuer Alternative Name", NID_issuer_alt_name, 3, |
| 1948 | &kObjectData[502], 0}, |
| 1949 | {"basicConstraints", "X509v3 Basic Constraints", NID_basic_constraints, 3, |
| 1950 | &kObjectData[505], 0}, |
| 1951 | {"crlNumber", "X509v3 CRL Number", NID_crl_number, 3, &kObjectData[508], 0}, |
| 1952 | {"certificatePolicies", "X509v3 Certificate Policies", |
| 1953 | NID_certificate_policies, 3, &kObjectData[511], 0}, |
| 1954 | {"authorityKeyIdentifier", "X509v3 Authority Key Identifier", |
| 1955 | NID_authority_key_identifier, 3, &kObjectData[514], 0}, |
| 1956 | {"BF-CBC", "bf-cbc", NID_bf_cbc, 9, &kObjectData[517], 0}, |
| 1957 | {"BF-ECB", "bf-ecb", NID_bf_ecb, 0, NULL, 0}, |
| 1958 | {"BF-CFB", "bf-cfb", NID_bf_cfb64, 0, NULL, 0}, |
| 1959 | {"BF-OFB", "bf-ofb", NID_bf_ofb64, 0, NULL, 0}, |
| 1960 | {"MDC2", "mdc2", NID_mdc2, 4, &kObjectData[526], 0}, |
| 1961 | {"RSA-MDC2", "mdc2WithRSA", NID_mdc2WithRSA, 4, &kObjectData[530], 0}, |
| 1962 | {"RC4-40", "rc4-40", NID_rc4_40, 0, NULL, 0}, |
| 1963 | {"RC2-40-CBC", "rc2-40-cbc", NID_rc2_40_cbc, 0, NULL, 0}, |
| 1964 | {"GN", "givenName", NID_givenName, 3, &kObjectData[534], 0}, |
| 1965 | {"SN", "surname", NID_surname, 3, &kObjectData[537], 0}, |
| 1966 | {"initials", "initials", NID_initials, 3, &kObjectData[540], 0}, |
| 1967 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 1968 | {"crlDistributionPoints", "X509v3 CRL Distribution Points", |
| 1969 | NID_crl_distribution_points, 3, &kObjectData[543], 0}, |
| 1970 | {"RSA-NP-MD5", "md5WithRSA", NID_md5WithRSA, 5, &kObjectData[546], 0}, |
| 1971 | {"serialNumber", "serialNumber", NID_serialNumber, 3, &kObjectData[551], 0}, |
| 1972 | {"title", "title", NID_title, 3, &kObjectData[554], 0}, |
| 1973 | {"description", "description", NID_description, 3, &kObjectData[557], 0}, |
| 1974 | {"CAST5-CBC", "cast5-cbc", NID_cast5_cbc, 9, &kObjectData[560], 0}, |
| 1975 | {"CAST5-ECB", "cast5-ecb", NID_cast5_ecb, 0, NULL, 0}, |
| 1976 | {"CAST5-CFB", "cast5-cfb", NID_cast5_cfb64, 0, NULL, 0}, |
| 1977 | {"CAST5-OFB", "cast5-ofb", NID_cast5_ofb64, 0, NULL, 0}, |
| 1978 | {"pbeWithMD5AndCast5CBC", "pbeWithMD5AndCast5CBC", |
| 1979 | NID_pbeWithMD5AndCast5_CBC, 9, &kObjectData[569], 0}, |
| 1980 | {"DSA-SHA1", "dsaWithSHA1", NID_dsaWithSHA1, 7, &kObjectData[578], 0}, |
| 1981 | {"MD5-SHA1", "md5-sha1", NID_md5_sha1, 0, NULL, 0}, |
| 1982 | {"RSA-SHA1-2", "sha1WithRSA", NID_sha1WithRSA, 5, &kObjectData[585], 0}, |
| 1983 | {"DSA", "dsaEncryption", NID_dsa, 7, &kObjectData[590], 0}, |
| 1984 | {"RIPEMD160", "ripemd160", NID_ripemd160, 5, &kObjectData[597], 0}, |
| 1985 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 1986 | {"RSA-RIPEMD160", "ripemd160WithRSA", NID_ripemd160WithRSA, 6, |
| 1987 | &kObjectData[602], 0}, |
| 1988 | {"RC5-CBC", "rc5-cbc", NID_rc5_cbc, 8, &kObjectData[608], 0}, |
| 1989 | {"RC5-ECB", "rc5-ecb", NID_rc5_ecb, 0, NULL, 0}, |
| 1990 | {"RC5-CFB", "rc5-cfb", NID_rc5_cfb64, 0, NULL, 0}, |
| 1991 | {"RC5-OFB", "rc5-ofb", NID_rc5_ofb64, 0, NULL, 0}, |
| 1992 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 1993 | {"ZLIB", "zlib compression", NID_zlib_compression, 11, &kObjectData[616], |
| 1994 | 0}, |
| 1995 | {"extendedKeyUsage", "X509v3 Extended Key Usage", NID_ext_key_usage, 3, |
| 1996 | &kObjectData[627], 0}, |
| 1997 | {"PKIX", "PKIX", NID_id_pkix, 6, &kObjectData[630], 0}, |
| 1998 | {"id-kp", "id-kp", NID_id_kp, 7, &kObjectData[636], 0}, |
| 1999 | {"serverAuth", "TLS Web Server Authentication", NID_server_auth, 8, |
| 2000 | &kObjectData[643], 0}, |
| 2001 | {"clientAuth", "TLS Web Client Authentication", NID_client_auth, 8, |
| 2002 | &kObjectData[651], 0}, |
| 2003 | {"codeSigning", "Code Signing", NID_code_sign, 8, &kObjectData[659], 0}, |
| 2004 | {"emailProtection", "E-mail Protection", NID_email_protect, 8, |
| 2005 | &kObjectData[667], 0}, |
| 2006 | {"timeStamping", "Time Stamping", NID_time_stamp, 8, &kObjectData[675], 0}, |
| 2007 | {"msCodeInd", "Microsoft Individual Code Signing", NID_ms_code_ind, 10, |
| 2008 | &kObjectData[683], 0}, |
| 2009 | {"msCodeCom", "Microsoft Commercial Code Signing", NID_ms_code_com, 10, |
| 2010 | &kObjectData[693], 0}, |
| 2011 | {"msCTLSign", "Microsoft Trust List Signing", NID_ms_ctl_sign, 10, |
| 2012 | &kObjectData[703], 0}, |
| 2013 | {"msSGC", "Microsoft Server Gated Crypto", NID_ms_sgc, 10, |
| 2014 | &kObjectData[713], 0}, |
| 2015 | {"msEFS", "Microsoft Encrypted File System", NID_ms_efs, 10, |
| 2016 | &kObjectData[723], 0}, |
| 2017 | {"nsSGC", "Netscape Server Gated Crypto", NID_ns_sgc, 9, &kObjectData[733], |
| 2018 | 0}, |
| 2019 | {"deltaCRL", "X509v3 Delta CRL Indicator", NID_delta_crl, 3, |
| 2020 | &kObjectData[742], 0}, |
| 2021 | {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3, |
| 2022 | &kObjectData[745], 0}, |
| 2023 | {"invalidityDate", "Invalidity Date", NID_invalidity_date, 3, |
| 2024 | &kObjectData[748], 0}, |
| 2025 | {"SXNetID", "Strong Extranet ID", NID_sxnet, 5, &kObjectData[751], 0}, |
| 2026 | {"PBE-SHA1-RC4-128", "pbeWithSHA1And128BitRC4", |
| 2027 | NID_pbe_WithSHA1And128BitRC4, 10, &kObjectData[756], 0}, |
| 2028 | {"PBE-SHA1-RC4-40", "pbeWithSHA1And40BitRC4", NID_pbe_WithSHA1And40BitRC4, |
| 2029 | 10, &kObjectData[766], 0}, |
| 2030 | {"PBE-SHA1-3DES", "pbeWithSHA1And3-KeyTripleDES-CBC", |
| 2031 | NID_pbe_WithSHA1And3_Key_TripleDES_CBC, 10, &kObjectData[776], 0}, |
| 2032 | {"PBE-SHA1-2DES", "pbeWithSHA1And2-KeyTripleDES-CBC", |
| 2033 | NID_pbe_WithSHA1And2_Key_TripleDES_CBC, 10, &kObjectData[786], 0}, |
| 2034 | {"PBE-SHA1-RC2-128", "pbeWithSHA1And128BitRC2-CBC", |
| 2035 | NID_pbe_WithSHA1And128BitRC2_CBC, 10, &kObjectData[796], 0}, |
| 2036 | {"PBE-SHA1-RC2-40", "pbeWithSHA1And40BitRC2-CBC", |
| 2037 | NID_pbe_WithSHA1And40BitRC2_CBC, 10, &kObjectData[806], 0}, |
| 2038 | {"keyBag", "keyBag", NID_keyBag, 11, &kObjectData[816], 0}, |
| 2039 | {"pkcs8ShroudedKeyBag", "pkcs8ShroudedKeyBag", NID_pkcs8ShroudedKeyBag, 11, |
| 2040 | &kObjectData[827], 0}, |
| 2041 | {"certBag", "certBag", NID_certBag, 11, &kObjectData[838], 0}, |
| 2042 | {"crlBag", "crlBag", NID_crlBag, 11, &kObjectData[849], 0}, |
| 2043 | {"secretBag", "secretBag", NID_secretBag, 11, &kObjectData[860], 0}, |
| 2044 | {"safeContentsBag", "safeContentsBag", NID_safeContentsBag, 11, |
| 2045 | &kObjectData[871], 0}, |
| 2046 | {"friendlyName", "friendlyName", NID_friendlyName, 9, &kObjectData[882], 0}, |
| 2047 | {"localKeyID", "localKeyID", NID_localKeyID, 9, &kObjectData[891], 0}, |
| 2048 | {"x509Certificate", "x509Certificate", NID_x509Certificate, 10, |
| 2049 | &kObjectData[900], 0}, |
| 2050 | {"sdsiCertificate", "sdsiCertificate", NID_sdsiCertificate, 10, |
| 2051 | &kObjectData[910], 0}, |
| 2052 | {"x509Crl", "x509Crl", NID_x509Crl, 10, &kObjectData[920], 0}, |
| 2053 | {"PBES2", "PBES2", NID_pbes2, 9, &kObjectData[930], 0}, |
| 2054 | {"PBMAC1", "PBMAC1", NID_pbmac1, 9, &kObjectData[939], 0}, |
| 2055 | {"hmacWithSHA1", "hmacWithSHA1", NID_hmacWithSHA1, 8, &kObjectData[948], 0}, |
| 2056 | {"id-qt-cps", "Policy Qualifier CPS", NID_id_qt_cps, 8, &kObjectData[956], |
| 2057 | 0}, |
| 2058 | {"id-qt-unotice", "Policy Qualifier User Notice", NID_id_qt_unotice, 8, |
| 2059 | &kObjectData[964], 0}, |
| 2060 | {"RC2-64-CBC", "rc2-64-cbc", NID_rc2_64_cbc, 0, NULL, 0}, |
| 2061 | {"SMIME-CAPS", "S/MIME Capabilities", NID_SMIMECapabilities, 9, |
| 2062 | &kObjectData[972], 0}, |
| 2063 | {"PBE-MD2-RC2-64", "pbeWithMD2AndRC2-CBC", NID_pbeWithMD2AndRC2_CBC, 9, |
| 2064 | &kObjectData[981], 0}, |
| 2065 | {"PBE-MD5-RC2-64", "pbeWithMD5AndRC2-CBC", NID_pbeWithMD5AndRC2_CBC, 9, |
| 2066 | &kObjectData[990], 0}, |
| 2067 | {"PBE-SHA1-DES", "pbeWithSHA1AndDES-CBC", NID_pbeWithSHA1AndDES_CBC, 9, |
| 2068 | &kObjectData[999], 0}, |
| 2069 | {"msExtReq", "Microsoft Extension Request", NID_ms_ext_req, 10, |
| 2070 | &kObjectData[1008], 0}, |
| 2071 | {"extReq", "Extension Request", NID_ext_req, 9, &kObjectData[1018], 0}, |
| 2072 | {"name", "name", NID_name, 3, &kObjectData[1027], 0}, |
| 2073 | {"dnQualifier", "dnQualifier", NID_dnQualifier, 3, &kObjectData[1030], 0}, |
| 2074 | {"id-pe", "id-pe", NID_id_pe, 7, &kObjectData[1033], 0}, |
| 2075 | {"id-ad", "id-ad", NID_id_ad, 7, &kObjectData[1040], 0}, |
| 2076 | {"authorityInfoAccess", "Authority Information Access", NID_info_access, 8, |
| 2077 | &kObjectData[1047], 0}, |
| 2078 | {"OCSP", "OCSP", NID_ad_OCSP, 8, &kObjectData[1055], 0}, |
| 2079 | {"caIssuers", "CA Issuers", NID_ad_ca_issuers, 8, &kObjectData[1063], 0}, |
| 2080 | {"OCSPSigning", "OCSP Signing", NID_OCSP_sign, 8, &kObjectData[1071], 0}, |
| 2081 | {"ISO", "iso", NID_iso, 0, NULL, 0}, |
| 2082 | {"member-body", "ISO Member Body", NID_member_body, 1, &kObjectData[1079], |
| 2083 | 0}, |
| 2084 | {"ISO-US", "ISO US Member Body", NID_ISO_US, 3, &kObjectData[1080], 0}, |
| 2085 | {"X9-57", "X9.57", NID_X9_57, 5, &kObjectData[1083], 0}, |
| 2086 | {"X9cm", "X9.57 CM ?", NID_X9cm, 6, &kObjectData[1088], 0}, |
| 2087 | {"pkcs1", "pkcs1", NID_pkcs1, 8, &kObjectData[1094], 0}, |
| 2088 | {"pkcs5", "pkcs5", NID_pkcs5, 8, &kObjectData[1102], 0}, |
| 2089 | {"SMIME", "S/MIME", NID_SMIME, 9, &kObjectData[1110], 0}, |
| 2090 | {"id-smime-mod", "id-smime-mod", NID_id_smime_mod, 10, &kObjectData[1119], |
| 2091 | 0}, |
| 2092 | {"id-smime-ct", "id-smime-ct", NID_id_smime_ct, 10, &kObjectData[1129], 0}, |
| 2093 | {"id-smime-aa", "id-smime-aa", NID_id_smime_aa, 10, &kObjectData[1139], 0}, |
| 2094 | {"id-smime-alg", "id-smime-alg", NID_id_smime_alg, 10, &kObjectData[1149], |
| 2095 | 0}, |
| 2096 | {"id-smime-cd", "id-smime-cd", NID_id_smime_cd, 10, &kObjectData[1159], 0}, |
| 2097 | {"id-smime-spq", "id-smime-spq", NID_id_smime_spq, 10, &kObjectData[1169], |
| 2098 | 0}, |
| 2099 | {"id-smime-cti", "id-smime-cti", NID_id_smime_cti, 10, &kObjectData[1179], |
| 2100 | 0}, |
| 2101 | {"id-smime-mod-cms", "id-smime-mod-cms", NID_id_smime_mod_cms, 11, |
| 2102 | &kObjectData[1189], 0}, |
| 2103 | {"id-smime-mod-ess", "id-smime-mod-ess", NID_id_smime_mod_ess, 11, |
| 2104 | &kObjectData[1200], 0}, |
| 2105 | {"id-smime-mod-oid", "id-smime-mod-oid", NID_id_smime_mod_oid, 11, |
| 2106 | &kObjectData[1211], 0}, |
| 2107 | {"id-smime-mod-msg-v3", "id-smime-mod-msg-v3", NID_id_smime_mod_msg_v3, 11, |
| 2108 | &kObjectData[1222], 0}, |
| 2109 | {"id-smime-mod-ets-eSignature-88", "id-smime-mod-ets-eSignature-88", |
| 2110 | NID_id_smime_mod_ets_eSignature_88, 11, &kObjectData[1233], 0}, |
| 2111 | {"id-smime-mod-ets-eSignature-97", "id-smime-mod-ets-eSignature-97", |
| 2112 | NID_id_smime_mod_ets_eSignature_97, 11, &kObjectData[1244], 0}, |
| 2113 | {"id-smime-mod-ets-eSigPolicy-88", "id-smime-mod-ets-eSigPolicy-88", |
| 2114 | NID_id_smime_mod_ets_eSigPolicy_88, 11, &kObjectData[1255], 0}, |
| 2115 | {"id-smime-mod-ets-eSigPolicy-97", "id-smime-mod-ets-eSigPolicy-97", |
| 2116 | NID_id_smime_mod_ets_eSigPolicy_97, 11, &kObjectData[1266], 0}, |
| 2117 | {"id-smime-ct-receipt", "id-smime-ct-receipt", NID_id_smime_ct_receipt, 11, |
| 2118 | &kObjectData[1277], 0}, |
| 2119 | {"id-smime-ct-authData", "id-smime-ct-authData", NID_id_smime_ct_authData, |
| 2120 | 11, &kObjectData[1288], 0}, |
| 2121 | {"id-smime-ct-publishCert", "id-smime-ct-publishCert", |
| 2122 | NID_id_smime_ct_publishCert, 11, &kObjectData[1299], 0}, |
| 2123 | {"id-smime-ct-TSTInfo", "id-smime-ct-TSTInfo", NID_id_smime_ct_TSTInfo, 11, |
| 2124 | &kObjectData[1310], 0}, |
| 2125 | {"id-smime-ct-TDTInfo", "id-smime-ct-TDTInfo", NID_id_smime_ct_TDTInfo, 11, |
| 2126 | &kObjectData[1321], 0}, |
| 2127 | {"id-smime-ct-contentInfo", "id-smime-ct-contentInfo", |
| 2128 | NID_id_smime_ct_contentInfo, 11, &kObjectData[1332], 0}, |
| 2129 | {"id-smime-ct-DVCSRequestData", "id-smime-ct-DVCSRequestData", |
| 2130 | NID_id_smime_ct_DVCSRequestData, 11, &kObjectData[1343], 0}, |
| 2131 | {"id-smime-ct-DVCSResponseData", "id-smime-ct-DVCSResponseData", |
| 2132 | NID_id_smime_ct_DVCSResponseData, 11, &kObjectData[1354], 0}, |
| 2133 | {"id-smime-aa-receiptRequest", "id-smime-aa-receiptRequest", |
| 2134 | NID_id_smime_aa_receiptRequest, 11, &kObjectData[1365], 0}, |
| 2135 | {"id-smime-aa-securityLabel", "id-smime-aa-securityLabel", |
| 2136 | NID_id_smime_aa_securityLabel, 11, &kObjectData[1376], 0}, |
| 2137 | {"id-smime-aa-mlExpandHistory", "id-smime-aa-mlExpandHistory", |
| 2138 | NID_id_smime_aa_mlExpandHistory, 11, &kObjectData[1387], 0}, |
| 2139 | {"id-smime-aa-contentHint", "id-smime-aa-contentHint", |
| 2140 | NID_id_smime_aa_contentHint, 11, &kObjectData[1398], 0}, |
| 2141 | {"id-smime-aa-msgSigDigest", "id-smime-aa-msgSigDigest", |
| 2142 | NID_id_smime_aa_msgSigDigest, 11, &kObjectData[1409], 0}, |
| 2143 | {"id-smime-aa-encapContentType", "id-smime-aa-encapContentType", |
| 2144 | NID_id_smime_aa_encapContentType, 11, &kObjectData[1420], 0}, |
| 2145 | {"id-smime-aa-contentIdentifier", "id-smime-aa-contentIdentifier", |
| 2146 | NID_id_smime_aa_contentIdentifier, 11, &kObjectData[1431], 0}, |
| 2147 | {"id-smime-aa-macValue", "id-smime-aa-macValue", NID_id_smime_aa_macValue, |
| 2148 | 11, &kObjectData[1442], 0}, |
| 2149 | {"id-smime-aa-equivalentLabels", "id-smime-aa-equivalentLabels", |
| 2150 | NID_id_smime_aa_equivalentLabels, 11, &kObjectData[1453], 0}, |
| 2151 | {"id-smime-aa-contentReference", "id-smime-aa-contentReference", |
| 2152 | NID_id_smime_aa_contentReference, 11, &kObjectData[1464], 0}, |
| 2153 | {"id-smime-aa-encrypKeyPref", "id-smime-aa-encrypKeyPref", |
| 2154 | NID_id_smime_aa_encrypKeyPref, 11, &kObjectData[1475], 0}, |
| 2155 | {"id-smime-aa-signingCertificate", "id-smime-aa-signingCertificate", |
| 2156 | NID_id_smime_aa_signingCertificate, 11, &kObjectData[1486], 0}, |
| 2157 | {"id-smime-aa-smimeEncryptCerts", "id-smime-aa-smimeEncryptCerts", |
| 2158 | NID_id_smime_aa_smimeEncryptCerts, 11, &kObjectData[1497], 0}, |
| 2159 | {"id-smime-aa-timeStampToken", "id-smime-aa-timeStampToken", |
| 2160 | NID_id_smime_aa_timeStampToken, 11, &kObjectData[1508], 0}, |
| 2161 | {"id-smime-aa-ets-sigPolicyId", "id-smime-aa-ets-sigPolicyId", |
| 2162 | NID_id_smime_aa_ets_sigPolicyId, 11, &kObjectData[1519], 0}, |
| 2163 | {"id-smime-aa-ets-commitmentType", "id-smime-aa-ets-commitmentType", |
| 2164 | NID_id_smime_aa_ets_commitmentType, 11, &kObjectData[1530], 0}, |
| 2165 | {"id-smime-aa-ets-signerLocation", "id-smime-aa-ets-signerLocation", |
| 2166 | NID_id_smime_aa_ets_signerLocation, 11, &kObjectData[1541], 0}, |
| 2167 | {"id-smime-aa-ets-signerAttr", "id-smime-aa-ets-signerAttr", |
| 2168 | NID_id_smime_aa_ets_signerAttr, 11, &kObjectData[1552], 0}, |
| 2169 | {"id-smime-aa-ets-otherSigCert", "id-smime-aa-ets-otherSigCert", |
| 2170 | NID_id_smime_aa_ets_otherSigCert, 11, &kObjectData[1563], 0}, |
| 2171 | {"id-smime-aa-ets-contentTimestamp", "id-smime-aa-ets-contentTimestamp", |
| 2172 | NID_id_smime_aa_ets_contentTimestamp, 11, &kObjectData[1574], 0}, |
| 2173 | {"id-smime-aa-ets-CertificateRefs", "id-smime-aa-ets-CertificateRefs", |
| 2174 | NID_id_smime_aa_ets_CertificateRefs, 11, &kObjectData[1585], 0}, |
| 2175 | {"id-smime-aa-ets-RevocationRefs", "id-smime-aa-ets-RevocationRefs", |
| 2176 | NID_id_smime_aa_ets_RevocationRefs, 11, &kObjectData[1596], 0}, |
| 2177 | {"id-smime-aa-ets-certValues", "id-smime-aa-ets-certValues", |
| 2178 | NID_id_smime_aa_ets_certValues, 11, &kObjectData[1607], 0}, |
| 2179 | {"id-smime-aa-ets-revocationValues", "id-smime-aa-ets-revocationValues", |
| 2180 | NID_id_smime_aa_ets_revocationValues, 11, &kObjectData[1618], 0}, |
| 2181 | {"id-smime-aa-ets-escTimeStamp", "id-smime-aa-ets-escTimeStamp", |
| 2182 | NID_id_smime_aa_ets_escTimeStamp, 11, &kObjectData[1629], 0}, |
| 2183 | {"id-smime-aa-ets-certCRLTimestamp", "id-smime-aa-ets-certCRLTimestamp", |
| 2184 | NID_id_smime_aa_ets_certCRLTimestamp, 11, &kObjectData[1640], 0}, |
| 2185 | {"id-smime-aa-ets-archiveTimeStamp", "id-smime-aa-ets-archiveTimeStamp", |
| 2186 | NID_id_smime_aa_ets_archiveTimeStamp, 11, &kObjectData[1651], 0}, |
| 2187 | {"id-smime-aa-signatureType", "id-smime-aa-signatureType", |
| 2188 | NID_id_smime_aa_signatureType, 11, &kObjectData[1662], 0}, |
| 2189 | {"id-smime-aa-dvcs-dvc", "id-smime-aa-dvcs-dvc", NID_id_smime_aa_dvcs_dvc, |
| 2190 | 11, &kObjectData[1673], 0}, |
| 2191 | {"id-smime-alg-ESDHwith3DES", "id-smime-alg-ESDHwith3DES", |
| 2192 | NID_id_smime_alg_ESDHwith3DES, 11, &kObjectData[1684], 0}, |
| 2193 | {"id-smime-alg-ESDHwithRC2", "id-smime-alg-ESDHwithRC2", |
| 2194 | NID_id_smime_alg_ESDHwithRC2, 11, &kObjectData[1695], 0}, |
| 2195 | {"id-smime-alg-3DESwrap", "id-smime-alg-3DESwrap", |
| 2196 | NID_id_smime_alg_3DESwrap, 11, &kObjectData[1706], 0}, |
| 2197 | {"id-smime-alg-RC2wrap", "id-smime-alg-RC2wrap", NID_id_smime_alg_RC2wrap, |
| 2198 | 11, &kObjectData[1717], 0}, |
| 2199 | {"id-smime-alg-ESDH", "id-smime-alg-ESDH", NID_id_smime_alg_ESDH, 11, |
| 2200 | &kObjectData[1728], 0}, |
| 2201 | {"id-smime-alg-CMS3DESwrap", "id-smime-alg-CMS3DESwrap", |
| 2202 | NID_id_smime_alg_CMS3DESwrap, 11, &kObjectData[1739], 0}, |
| 2203 | {"id-smime-alg-CMSRC2wrap", "id-smime-alg-CMSRC2wrap", |
| 2204 | NID_id_smime_alg_CMSRC2wrap, 11, &kObjectData[1750], 0}, |
| 2205 | {"id-smime-cd-ldap", "id-smime-cd-ldap", NID_id_smime_cd_ldap, 11, |
| 2206 | &kObjectData[1761], 0}, |
| 2207 | {"id-smime-spq-ets-sqt-uri", "id-smime-spq-ets-sqt-uri", |
| 2208 | NID_id_smime_spq_ets_sqt_uri, 11, &kObjectData[1772], 0}, |
| 2209 | {"id-smime-spq-ets-sqt-unotice", "id-smime-spq-ets-sqt-unotice", |
| 2210 | NID_id_smime_spq_ets_sqt_unotice, 11, &kObjectData[1783], 0}, |
| 2211 | {"id-smime-cti-ets-proofOfOrigin", "id-smime-cti-ets-proofOfOrigin", |
| 2212 | NID_id_smime_cti_ets_proofOfOrigin, 11, &kObjectData[1794], 0}, |
| 2213 | {"id-smime-cti-ets-proofOfReceipt", "id-smime-cti-ets-proofOfReceipt", |
| 2214 | NID_id_smime_cti_ets_proofOfReceipt, 11, &kObjectData[1805], 0}, |
| 2215 | {"id-smime-cti-ets-proofOfDelivery", "id-smime-cti-ets-proofOfDelivery", |
| 2216 | NID_id_smime_cti_ets_proofOfDelivery, 11, &kObjectData[1816], 0}, |
| 2217 | {"id-smime-cti-ets-proofOfSender", "id-smime-cti-ets-proofOfSender", |
| 2218 | NID_id_smime_cti_ets_proofOfSender, 11, &kObjectData[1827], 0}, |
| 2219 | {"id-smime-cti-ets-proofOfApproval", "id-smime-cti-ets-proofOfApproval", |
| 2220 | NID_id_smime_cti_ets_proofOfApproval, 11, &kObjectData[1838], 0}, |
| 2221 | {"id-smime-cti-ets-proofOfCreation", "id-smime-cti-ets-proofOfCreation", |
| 2222 | NID_id_smime_cti_ets_proofOfCreation, 11, &kObjectData[1849], 0}, |
| 2223 | {"MD4", "md4", NID_md4, 8, &kObjectData[1860], 0}, |
| 2224 | {"id-pkix-mod", "id-pkix-mod", NID_id_pkix_mod, 7, &kObjectData[1868], 0}, |
| 2225 | {"id-qt", "id-qt", NID_id_qt, 7, &kObjectData[1875], 0}, |
| 2226 | {"id-it", "id-it", NID_id_it, 7, &kObjectData[1882], 0}, |
| 2227 | {"id-pkip", "id-pkip", NID_id_pkip, 7, &kObjectData[1889], 0}, |
| 2228 | {"id-alg", "id-alg", NID_id_alg, 7, &kObjectData[1896], 0}, |
| 2229 | {"id-cmc", "id-cmc", NID_id_cmc, 7, &kObjectData[1903], 0}, |
| 2230 | {"id-on", "id-on", NID_id_on, 7, &kObjectData[1910], 0}, |
| 2231 | {"id-pda", "id-pda", NID_id_pda, 7, &kObjectData[1917], 0}, |
| 2232 | {"id-aca", "id-aca", NID_id_aca, 7, &kObjectData[1924], 0}, |
| 2233 | {"id-qcs", "id-qcs", NID_id_qcs, 7, &kObjectData[1931], 0}, |
| 2234 | {"id-cct", "id-cct", NID_id_cct, 7, &kObjectData[1938], 0}, |
| 2235 | {"id-pkix1-explicit-88", "id-pkix1-explicit-88", NID_id_pkix1_explicit_88, |
| 2236 | 8, &kObjectData[1945], 0}, |
| 2237 | {"id-pkix1-implicit-88", "id-pkix1-implicit-88", NID_id_pkix1_implicit_88, |
| 2238 | 8, &kObjectData[1953], 0}, |
| 2239 | {"id-pkix1-explicit-93", "id-pkix1-explicit-93", NID_id_pkix1_explicit_93, |
| 2240 | 8, &kObjectData[1961], 0}, |
| 2241 | {"id-pkix1-implicit-93", "id-pkix1-implicit-93", NID_id_pkix1_implicit_93, |
| 2242 | 8, &kObjectData[1969], 0}, |
| 2243 | {"id-mod-crmf", "id-mod-crmf", NID_id_mod_crmf, 8, &kObjectData[1977], 0}, |
| 2244 | {"id-mod-cmc", "id-mod-cmc", NID_id_mod_cmc, 8, &kObjectData[1985], 0}, |
| 2245 | {"id-mod-kea-profile-88", "id-mod-kea-profile-88", |
| 2246 | NID_id_mod_kea_profile_88, 8, &kObjectData[1993], 0}, |
| 2247 | {"id-mod-kea-profile-93", "id-mod-kea-profile-93", |
| 2248 | NID_id_mod_kea_profile_93, 8, &kObjectData[2001], 0}, |
| 2249 | {"id-mod-cmp", "id-mod-cmp", NID_id_mod_cmp, 8, &kObjectData[2009], 0}, |
| 2250 | {"id-mod-qualified-cert-88", "id-mod-qualified-cert-88", |
| 2251 | NID_id_mod_qualified_cert_88, 8, &kObjectData[2017], 0}, |
| 2252 | {"id-mod-qualified-cert-93", "id-mod-qualified-cert-93", |
| 2253 | NID_id_mod_qualified_cert_93, 8, &kObjectData[2025], 0}, |
| 2254 | {"id-mod-attribute-cert", "id-mod-attribute-cert", |
| 2255 | NID_id_mod_attribute_cert, 8, &kObjectData[2033], 0}, |
| 2256 | {"id-mod-timestamp-protocol", "id-mod-timestamp-protocol", |
| 2257 | NID_id_mod_timestamp_protocol, 8, &kObjectData[2041], 0}, |
| 2258 | {"id-mod-ocsp", "id-mod-ocsp", NID_id_mod_ocsp, 8, &kObjectData[2049], 0}, |
| 2259 | {"id-mod-dvcs", "id-mod-dvcs", NID_id_mod_dvcs, 8, &kObjectData[2057], 0}, |
| 2260 | {"id-mod-cmp2000", "id-mod-cmp2000", NID_id_mod_cmp2000, 8, |
| 2261 | &kObjectData[2065], 0}, |
| 2262 | {"biometricInfo", "Biometric Info", NID_biometricInfo, 8, |
| 2263 | &kObjectData[2073], 0}, |
| 2264 | {"qcStatements", "qcStatements", NID_qcStatements, 8, &kObjectData[2081], |
| 2265 | 0}, |
| 2266 | {"ac-auditEntity", "ac-auditEntity", NID_ac_auditEntity, 8, |
| 2267 | &kObjectData[2089], 0}, |
| 2268 | {"ac-targeting", "ac-targeting", NID_ac_targeting, 8, &kObjectData[2097], |
| 2269 | 0}, |
| 2270 | {"aaControls", "aaControls", NID_aaControls, 8, &kObjectData[2105], 0}, |
| 2271 | {"sbgp-ipAddrBlock", "sbgp-ipAddrBlock", NID_sbgp_ipAddrBlock, 8, |
| 2272 | &kObjectData[2113], 0}, |
| 2273 | {"sbgp-autonomousSysNum", "sbgp-autonomousSysNum", |
| 2274 | NID_sbgp_autonomousSysNum, 8, &kObjectData[2121], 0}, |
| 2275 | {"sbgp-routerIdentifier", "sbgp-routerIdentifier", |
| 2276 | NID_sbgp_routerIdentifier, 8, &kObjectData[2129], 0}, |
| 2277 | {"textNotice", "textNotice", NID_textNotice, 8, &kObjectData[2137], 0}, |
| 2278 | {"ipsecEndSystem", "IPSec End System", NID_ipsecEndSystem, 8, |
| 2279 | &kObjectData[2145], 0}, |
| 2280 | {"ipsecTunnel", "IPSec Tunnel", NID_ipsecTunnel, 8, &kObjectData[2153], 0}, |
| 2281 | {"ipsecUser", "IPSec User", NID_ipsecUser, 8, &kObjectData[2161], 0}, |
| 2282 | {"DVCS", "dvcs", NID_dvcs, 8, &kObjectData[2169], 0}, |
| 2283 | {"id-it-caProtEncCert", "id-it-caProtEncCert", NID_id_it_caProtEncCert, 8, |
| 2284 | &kObjectData[2177], 0}, |
| 2285 | {"id-it-signKeyPairTypes", "id-it-signKeyPairTypes", |
| 2286 | NID_id_it_signKeyPairTypes, 8, &kObjectData[2185], 0}, |
| 2287 | {"id-it-encKeyPairTypes", "id-it-encKeyPairTypes", |
| 2288 | NID_id_it_encKeyPairTypes, 8, &kObjectData[2193], 0}, |
| 2289 | {"id-it-preferredSymmAlg", "id-it-preferredSymmAlg", |
| 2290 | NID_id_it_preferredSymmAlg, 8, &kObjectData[2201], 0}, |
| 2291 | {"id-it-caKeyUpdateInfo", "id-it-caKeyUpdateInfo", |
| 2292 | NID_id_it_caKeyUpdateInfo, 8, &kObjectData[2209], 0}, |
| 2293 | {"id-it-currentCRL", "id-it-currentCRL", NID_id_it_currentCRL, 8, |
| 2294 | &kObjectData[2217], 0}, |
| 2295 | {"id-it-unsupportedOIDs", "id-it-unsupportedOIDs", |
| 2296 | NID_id_it_unsupportedOIDs, 8, &kObjectData[2225], 0}, |
| 2297 | {"id-it-subscriptionRequest", "id-it-subscriptionRequest", |
| 2298 | NID_id_it_subscriptionRequest, 8, &kObjectData[2233], 0}, |
| 2299 | {"id-it-subscriptionResponse", "id-it-subscriptionResponse", |
| 2300 | NID_id_it_subscriptionResponse, 8, &kObjectData[2241], 0}, |
| 2301 | {"id-it-keyPairParamReq", "id-it-keyPairParamReq", |
| 2302 | NID_id_it_keyPairParamReq, 8, &kObjectData[2249], 0}, |
| 2303 | {"id-it-keyPairParamRep", "id-it-keyPairParamRep", |
| 2304 | NID_id_it_keyPairParamRep, 8, &kObjectData[2257], 0}, |
| 2305 | {"id-it-revPassphrase", "id-it-revPassphrase", NID_id_it_revPassphrase, 8, |
| 2306 | &kObjectData[2265], 0}, |
| 2307 | {"id-it-implicitConfirm", "id-it-implicitConfirm", |
| 2308 | NID_id_it_implicitConfirm, 8, &kObjectData[2273], 0}, |
| 2309 | {"id-it-confirmWaitTime", "id-it-confirmWaitTime", |
| 2310 | NID_id_it_confirmWaitTime, 8, &kObjectData[2281], 0}, |
| 2311 | {"id-it-origPKIMessage", "id-it-origPKIMessage", NID_id_it_origPKIMessage, |
| 2312 | 8, &kObjectData[2289], 0}, |
| 2313 | {"id-regCtrl", "id-regCtrl", NID_id_regCtrl, 8, &kObjectData[2297], 0}, |
| 2314 | {"id-regInfo", "id-regInfo", NID_id_regInfo, 8, &kObjectData[2305], 0}, |
| 2315 | {"id-regCtrl-regToken", "id-regCtrl-regToken", NID_id_regCtrl_regToken, 9, |
| 2316 | &kObjectData[2313], 0}, |
| 2317 | {"id-regCtrl-authenticator", "id-regCtrl-authenticator", |
| 2318 | NID_id_regCtrl_authenticator, 9, &kObjectData[2322], 0}, |
| 2319 | {"id-regCtrl-pkiPublicationInfo", "id-regCtrl-pkiPublicationInfo", |
| 2320 | NID_id_regCtrl_pkiPublicationInfo, 9, &kObjectData[2331], 0}, |
| 2321 | {"id-regCtrl-pkiArchiveOptions", "id-regCtrl-pkiArchiveOptions", |
| 2322 | NID_id_regCtrl_pkiArchiveOptions, 9, &kObjectData[2340], 0}, |
| 2323 | {"id-regCtrl-oldCertID", "id-regCtrl-oldCertID", NID_id_regCtrl_oldCertID, |
| 2324 | 9, &kObjectData[2349], 0}, |
| 2325 | {"id-regCtrl-protocolEncrKey", "id-regCtrl-protocolEncrKey", |
| 2326 | NID_id_regCtrl_protocolEncrKey, 9, &kObjectData[2358], 0}, |
| 2327 | {"id-regInfo-utf8Pairs", "id-regInfo-utf8Pairs", NID_id_regInfo_utf8Pairs, |
| 2328 | 9, &kObjectData[2367], 0}, |
| 2329 | {"id-regInfo-certReq", "id-regInfo-certReq", NID_id_regInfo_certReq, 9, |
| 2330 | &kObjectData[2376], 0}, |
| 2331 | {"id-alg-des40", "id-alg-des40", NID_id_alg_des40, 8, &kObjectData[2385], |
| 2332 | 0}, |
| 2333 | {"id-alg-noSignature", "id-alg-noSignature", NID_id_alg_noSignature, 8, |
| 2334 | &kObjectData[2393], 0}, |
| 2335 | {"id-alg-dh-sig-hmac-sha1", "id-alg-dh-sig-hmac-sha1", |
| 2336 | NID_id_alg_dh_sig_hmac_sha1, 8, &kObjectData[2401], 0}, |
| 2337 | {"id-alg-dh-pop", "id-alg-dh-pop", NID_id_alg_dh_pop, 8, &kObjectData[2409], |
| 2338 | 0}, |
| 2339 | {"id-cmc-statusInfo", "id-cmc-statusInfo", NID_id_cmc_statusInfo, 8, |
| 2340 | &kObjectData[2417], 0}, |
| 2341 | {"id-cmc-identification", "id-cmc-identification", |
| 2342 | NID_id_cmc_identification, 8, &kObjectData[2425], 0}, |
| 2343 | {"id-cmc-identityProof", "id-cmc-identityProof", NID_id_cmc_identityProof, |
| 2344 | 8, &kObjectData[2433], 0}, |
| 2345 | {"id-cmc-dataReturn", "id-cmc-dataReturn", NID_id_cmc_dataReturn, 8, |
| 2346 | &kObjectData[2441], 0}, |
| 2347 | {"id-cmc-transactionId", "id-cmc-transactionId", NID_id_cmc_transactionId, |
| 2348 | 8, &kObjectData[2449], 0}, |
| 2349 | {"id-cmc-senderNonce", "id-cmc-senderNonce", NID_id_cmc_senderNonce, 8, |
| 2350 | &kObjectData[2457], 0}, |
| 2351 | {"id-cmc-recipientNonce", "id-cmc-recipientNonce", |
| 2352 | NID_id_cmc_recipientNonce, 8, &kObjectData[2465], 0}, |
| 2353 | {"id-cmc-addExtensions", "id-cmc-addExtensions", NID_id_cmc_addExtensions, |
| 2354 | 8, &kObjectData[2473], 0}, |
| 2355 | {"id-cmc-encryptedPOP", "id-cmc-encryptedPOP", NID_id_cmc_encryptedPOP, 8, |
| 2356 | &kObjectData[2481], 0}, |
| 2357 | {"id-cmc-decryptedPOP", "id-cmc-decryptedPOP", NID_id_cmc_decryptedPOP, 8, |
| 2358 | &kObjectData[2489], 0}, |
| 2359 | {"id-cmc-lraPOPWitness", "id-cmc-lraPOPWitness", NID_id_cmc_lraPOPWitness, |
| 2360 | 8, &kObjectData[2497], 0}, |
| 2361 | {"id-cmc-getCert", "id-cmc-getCert", NID_id_cmc_getCert, 8, |
| 2362 | &kObjectData[2505], 0}, |
| 2363 | {"id-cmc-getCRL", "id-cmc-getCRL", NID_id_cmc_getCRL, 8, &kObjectData[2513], |
| 2364 | 0}, |
| 2365 | {"id-cmc-revokeRequest", "id-cmc-revokeRequest", NID_id_cmc_revokeRequest, |
| 2366 | 8, &kObjectData[2521], 0}, |
| 2367 | {"id-cmc-regInfo", "id-cmc-regInfo", NID_id_cmc_regInfo, 8, |
| 2368 | &kObjectData[2529], 0}, |
| 2369 | {"id-cmc-responseInfo", "id-cmc-responseInfo", NID_id_cmc_responseInfo, 8, |
| 2370 | &kObjectData[2537], 0}, |
| 2371 | {"id-cmc-queryPending", "id-cmc-queryPending", NID_id_cmc_queryPending, 8, |
| 2372 | &kObjectData[2545], 0}, |
| 2373 | {"id-cmc-popLinkRandom", "id-cmc-popLinkRandom", NID_id_cmc_popLinkRandom, |
| 2374 | 8, &kObjectData[2553], 0}, |
| 2375 | {"id-cmc-popLinkWitness", "id-cmc-popLinkWitness", |
| 2376 | NID_id_cmc_popLinkWitness, 8, &kObjectData[2561], 0}, |
| 2377 | {"id-cmc-confirmCertAcceptance", "id-cmc-confirmCertAcceptance", |
| 2378 | NID_id_cmc_confirmCertAcceptance, 8, &kObjectData[2569], 0}, |
| 2379 | {"id-on-personalData", "id-on-personalData", NID_id_on_personalData, 8, |
| 2380 | &kObjectData[2577], 0}, |
| 2381 | {"id-pda-dateOfBirth", "id-pda-dateOfBirth", NID_id_pda_dateOfBirth, 8, |
| 2382 | &kObjectData[2585], 0}, |
| 2383 | {"id-pda-placeOfBirth", "id-pda-placeOfBirth", NID_id_pda_placeOfBirth, 8, |
| 2384 | &kObjectData[2593], 0}, |
| 2385 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 2386 | {"id-pda-gender", "id-pda-gender", NID_id_pda_gender, 8, &kObjectData[2601], |
| 2387 | 0}, |
| 2388 | {"id-pda-countryOfCitizenship", "id-pda-countryOfCitizenship", |
| 2389 | NID_id_pda_countryOfCitizenship, 8, &kObjectData[2609], 0}, |
| 2390 | {"id-pda-countryOfResidence", "id-pda-countryOfResidence", |
| 2391 | NID_id_pda_countryOfResidence, 8, &kObjectData[2617], 0}, |
| 2392 | {"id-aca-authenticationInfo", "id-aca-authenticationInfo", |
| 2393 | NID_id_aca_authenticationInfo, 8, &kObjectData[2625], 0}, |
| 2394 | {"id-aca-accessIdentity", "id-aca-accessIdentity", |
| 2395 | NID_id_aca_accessIdentity, 8, &kObjectData[2633], 0}, |
| 2396 | {"id-aca-chargingIdentity", "id-aca-chargingIdentity", |
| 2397 | NID_id_aca_chargingIdentity, 8, &kObjectData[2641], 0}, |
| 2398 | {"id-aca-group", "id-aca-group", NID_id_aca_group, 8, &kObjectData[2649], |
| 2399 | 0}, |
| 2400 | {"id-aca-role", "id-aca-role", NID_id_aca_role, 8, &kObjectData[2657], 0}, |
| 2401 | {"id-qcs-pkixQCSyntax-v1", "id-qcs-pkixQCSyntax-v1", |
| 2402 | NID_id_qcs_pkixQCSyntax_v1, 8, &kObjectData[2665], 0}, |
| 2403 | {"id-cct-crs", "id-cct-crs", NID_id_cct_crs, 8, &kObjectData[2673], 0}, |
| 2404 | {"id-cct-PKIData", "id-cct-PKIData", NID_id_cct_PKIData, 8, |
| 2405 | &kObjectData[2681], 0}, |
| 2406 | {"id-cct-PKIResponse", "id-cct-PKIResponse", NID_id_cct_PKIResponse, 8, |
| 2407 | &kObjectData[2689], 0}, |
| 2408 | {"ad_timestamping", "AD Time Stamping", NID_ad_timeStamping, 8, |
| 2409 | &kObjectData[2697], 0}, |
| 2410 | {"AD_DVCS", "ad dvcs", NID_ad_dvcs, 8, &kObjectData[2705], 0}, |
| 2411 | {"basicOCSPResponse", "Basic OCSP Response", NID_id_pkix_OCSP_basic, 9, |
| 2412 | &kObjectData[2713], 0}, |
| 2413 | {"Nonce", "OCSP Nonce", NID_id_pkix_OCSP_Nonce, 9, &kObjectData[2722], 0}, |
| 2414 | {"CrlID", "OCSP CRL ID", NID_id_pkix_OCSP_CrlID, 9, &kObjectData[2731], 0}, |
| 2415 | {"acceptableResponses", "Acceptable OCSP Responses", |
| 2416 | NID_id_pkix_OCSP_acceptableResponses, 9, &kObjectData[2740], 0}, |
| 2417 | {"noCheck", "OCSP No Check", NID_id_pkix_OCSP_noCheck, 9, |
| 2418 | &kObjectData[2749], 0}, |
| 2419 | {"archiveCutoff", "OCSP Archive Cutoff", NID_id_pkix_OCSP_archiveCutoff, 9, |
| 2420 | &kObjectData[2758], 0}, |
| 2421 | {"serviceLocator", "OCSP Service Locator", NID_id_pkix_OCSP_serviceLocator, |
| 2422 | 9, &kObjectData[2767], 0}, |
| 2423 | {"extendedStatus", "Extended OCSP Status", NID_id_pkix_OCSP_extendedStatus, |
| 2424 | 9, &kObjectData[2776], 0}, |
| 2425 | {"valid", "valid", NID_id_pkix_OCSP_valid, 9, &kObjectData[2785], 0}, |
| 2426 | {"path", "path", NID_id_pkix_OCSP_path, 9, &kObjectData[2794], 0}, |
| 2427 | {"trustRoot", "Trust Root", NID_id_pkix_OCSP_trustRoot, 9, |
| 2428 | &kObjectData[2803], 0}, |
| 2429 | {"algorithm", "algorithm", NID_algorithm, 4, &kObjectData[2812], 0}, |
| 2430 | {"rsaSignature", "rsaSignature", NID_rsaSignature, 5, &kObjectData[2816], |
| 2431 | 0}, |
| 2432 | {"X500algorithms", "directory services - algorithms", NID_X500algorithms, 2, |
| 2433 | &kObjectData[2821], 0}, |
| 2434 | {"ORG", "org", NID_org, 1, &kObjectData[2823], 0}, |
| 2435 | {"DOD", "dod", NID_dod, 2, &kObjectData[2824], 0}, |
| 2436 | {"IANA", "iana", NID_iana, 3, &kObjectData[2826], 0}, |
| 2437 | {"directory", "Directory", NID_Directory, 4, &kObjectData[2829], 0}, |
| 2438 | {"mgmt", "Management", NID_Management, 4, &kObjectData[2833], 0}, |
| 2439 | {"experimental", "Experimental", NID_Experimental, 4, &kObjectData[2837], |
| 2440 | 0}, |
| 2441 | {"private", "Private", NID_Private, 4, &kObjectData[2841], 0}, |
| 2442 | {"security", "Security", NID_Security, 4, &kObjectData[2845], 0}, |
| 2443 | {"snmpv2", "SNMPv2", NID_SNMPv2, 4, &kObjectData[2849], 0}, |
| 2444 | {"Mail", "Mail", NID_Mail, 4, &kObjectData[2853], 0}, |
| 2445 | {"enterprises", "Enterprises", NID_Enterprises, 5, &kObjectData[2857], 0}, |
| 2446 | {"dcobject", "dcObject", NID_dcObject, 9, &kObjectData[2862], 0}, |
| 2447 | {"DC", "domainComponent", NID_domainComponent, 10, &kObjectData[2871], 0}, |
| 2448 | {"domain", "Domain", NID_Domain, 10, &kObjectData[2881], 0}, |
| 2449 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 2450 | {"selected-attribute-types", "Selected Attribute Types", |
| 2451 | NID_selected_attribute_types, 3, &kObjectData[2891], 0}, |
| 2452 | {"clearance", "clearance", NID_clearance, 4, &kObjectData[2894], 0}, |
| 2453 | {"RSA-MD4", "md4WithRSAEncryption", NID_md4WithRSAEncryption, 9, |
| 2454 | &kObjectData[2898], 0}, |
| 2455 | {"ac-proxying", "ac-proxying", NID_ac_proxying, 8, &kObjectData[2907], 0}, |
| 2456 | {"subjectInfoAccess", "Subject Information Access", NID_sinfo_access, 8, |
| 2457 | &kObjectData[2915], 0}, |
| 2458 | {"id-aca-encAttrs", "id-aca-encAttrs", NID_id_aca_encAttrs, 8, |
| 2459 | &kObjectData[2923], 0}, |
| 2460 | {"role", "role", NID_role, 3, &kObjectData[2931], 0}, |
| 2461 | {"policyConstraints", "X509v3 Policy Constraints", NID_policy_constraints, |
| 2462 | 3, &kObjectData[2934], 0}, |
| 2463 | {"targetInformation", "X509v3 AC Targeting", NID_target_information, 3, |
| 2464 | &kObjectData[2937], 0}, |
| 2465 | {"noRevAvail", "X509v3 No Revocation Available", NID_no_rev_avail, 3, |
| 2466 | &kObjectData[2940], 0}, |
| 2467 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 2468 | {"ansi-X9-62", "ANSI X9.62", NID_ansi_X9_62, 5, &kObjectData[2943], 0}, |
| 2469 | {"prime-field", "prime-field", NID_X9_62_prime_field, 7, &kObjectData[2948], |
| 2470 | 0}, |
| 2471 | {"characteristic-two-field", "characteristic-two-field", |
| 2472 | NID_X9_62_characteristic_two_field, 7, &kObjectData[2955], 0}, |
| 2473 | {"id-ecPublicKey", "id-ecPublicKey", NID_X9_62_id_ecPublicKey, 7, |
| 2474 | &kObjectData[2962], 0}, |
| 2475 | {"prime192v1", "prime192v1", NID_X9_62_prime192v1, 8, &kObjectData[2969], |
| 2476 | 0}, |
| 2477 | {"prime192v2", "prime192v2", NID_X9_62_prime192v2, 8, &kObjectData[2977], |
| 2478 | 0}, |
| 2479 | {"prime192v3", "prime192v3", NID_X9_62_prime192v3, 8, &kObjectData[2985], |
| 2480 | 0}, |
| 2481 | {"prime239v1", "prime239v1", NID_X9_62_prime239v1, 8, &kObjectData[2993], |
| 2482 | 0}, |
| 2483 | {"prime239v2", "prime239v2", NID_X9_62_prime239v2, 8, &kObjectData[3001], |
| 2484 | 0}, |
| 2485 | {"prime239v3", "prime239v3", NID_X9_62_prime239v3, 8, &kObjectData[3009], |
| 2486 | 0}, |
| 2487 | {"prime256v1", "prime256v1", NID_X9_62_prime256v1, 8, &kObjectData[3017], |
| 2488 | 0}, |
| 2489 | {"ecdsa-with-SHA1", "ecdsa-with-SHA1", NID_ecdsa_with_SHA1, 7, |
| 2490 | &kObjectData[3025], 0}, |
| 2491 | {"CSPName", "Microsoft CSP Name", NID_ms_csp_name, 9, &kObjectData[3032], |
| 2492 | 0}, |
| 2493 | {"AES-128-ECB", "aes-128-ecb", NID_aes_128_ecb, 9, &kObjectData[3041], 0}, |
| 2494 | {"AES-128-CBC", "aes-128-cbc", NID_aes_128_cbc, 9, &kObjectData[3050], 0}, |
| 2495 | {"AES-128-OFB", "aes-128-ofb", NID_aes_128_ofb128, 9, &kObjectData[3059], |
| 2496 | 0}, |
| 2497 | {"AES-128-CFB", "aes-128-cfb", NID_aes_128_cfb128, 9, &kObjectData[3068], |
| 2498 | 0}, |
| 2499 | {"AES-192-ECB", "aes-192-ecb", NID_aes_192_ecb, 9, &kObjectData[3077], 0}, |
| 2500 | {"AES-192-CBC", "aes-192-cbc", NID_aes_192_cbc, 9, &kObjectData[3086], 0}, |
| 2501 | {"AES-192-OFB", "aes-192-ofb", NID_aes_192_ofb128, 9, &kObjectData[3095], |
| 2502 | 0}, |
| 2503 | {"AES-192-CFB", "aes-192-cfb", NID_aes_192_cfb128, 9, &kObjectData[3104], |
| 2504 | 0}, |
| 2505 | {"AES-256-ECB", "aes-256-ecb", NID_aes_256_ecb, 9, &kObjectData[3113], 0}, |
| 2506 | {"AES-256-CBC", "aes-256-cbc", NID_aes_256_cbc, 9, &kObjectData[3122], 0}, |
| 2507 | {"AES-256-OFB", "aes-256-ofb", NID_aes_256_ofb128, 9, &kObjectData[3131], |
| 2508 | 0}, |
| 2509 | {"AES-256-CFB", "aes-256-cfb", NID_aes_256_cfb128, 9, &kObjectData[3140], |
| 2510 | 0}, |
| 2511 | {"holdInstructionCode", "Hold Instruction Code", NID_hold_instruction_code, |
| 2512 | 3, &kObjectData[3149], 0}, |
| 2513 | {"holdInstructionNone", "Hold Instruction None", NID_hold_instruction_none, |
| 2514 | 7, &kObjectData[3152], 0}, |
| 2515 | {"holdInstructionCallIssuer", "Hold Instruction Call Issuer", |
| 2516 | NID_hold_instruction_call_issuer, 7, &kObjectData[3159], 0}, |
| 2517 | {"holdInstructionReject", "Hold Instruction Reject", |
| 2518 | NID_hold_instruction_reject, 7, &kObjectData[3166], 0}, |
| 2519 | {"data", "data", NID_data, 1, &kObjectData[3173], 0}, |
| 2520 | {"pss", "pss", NID_pss, 3, &kObjectData[3174], 0}, |
| 2521 | {"ucl", "ucl", NID_ucl, 7, &kObjectData[3177], 0}, |
| 2522 | {"pilot", "pilot", NID_pilot, 8, &kObjectData[3184], 0}, |
| 2523 | {"pilotAttributeType", "pilotAttributeType", NID_pilotAttributeType, 9, |
| 2524 | &kObjectData[3192], 0}, |
| 2525 | {"pilotAttributeSyntax", "pilotAttributeSyntax", NID_pilotAttributeSyntax, |
| 2526 | 9, &kObjectData[3201], 0}, |
| 2527 | {"pilotObjectClass", "pilotObjectClass", NID_pilotObjectClass, 9, |
| 2528 | &kObjectData[3210], 0}, |
| 2529 | {"pilotGroups", "pilotGroups", NID_pilotGroups, 9, &kObjectData[3219], 0}, |
| 2530 | {"iA5StringSyntax", "iA5StringSyntax", NID_iA5StringSyntax, 10, |
| 2531 | &kObjectData[3228], 0}, |
| 2532 | {"caseIgnoreIA5StringSyntax", "caseIgnoreIA5StringSyntax", |
| 2533 | NID_caseIgnoreIA5StringSyntax, 10, &kObjectData[3238], 0}, |
| 2534 | {"pilotObject", "pilotObject", NID_pilotObject, 10, &kObjectData[3248], 0}, |
| 2535 | {"pilotPerson", "pilotPerson", NID_pilotPerson, 10, &kObjectData[3258], 0}, |
| 2536 | {"account", "account", NID_account, 10, &kObjectData[3268], 0}, |
| 2537 | {"document", "document", NID_document, 10, &kObjectData[3278], 0}, |
| 2538 | {"room", "room", NID_room, 10, &kObjectData[3288], 0}, |
| 2539 | {"documentSeries", "documentSeries", NID_documentSeries, 10, |
| 2540 | &kObjectData[3298], 0}, |
| 2541 | {"rFC822localPart", "rFC822localPart", NID_rFC822localPart, 10, |
| 2542 | &kObjectData[3308], 0}, |
| 2543 | {"dNSDomain", "dNSDomain", NID_dNSDomain, 10, &kObjectData[3318], 0}, |
| 2544 | {"domainRelatedObject", "domainRelatedObject", NID_domainRelatedObject, 10, |
| 2545 | &kObjectData[3328], 0}, |
| 2546 | {"friendlyCountry", "friendlyCountry", NID_friendlyCountry, 10, |
| 2547 | &kObjectData[3338], 0}, |
| 2548 | {"simpleSecurityObject", "simpleSecurityObject", NID_simpleSecurityObject, |
| 2549 | 10, &kObjectData[3348], 0}, |
| 2550 | {"pilotOrganization", "pilotOrganization", NID_pilotOrganization, 10, |
| 2551 | &kObjectData[3358], 0}, |
| 2552 | {"pilotDSA", "pilotDSA", NID_pilotDSA, 10, &kObjectData[3368], 0}, |
| 2553 | {"qualityLabelledData", "qualityLabelledData", NID_qualityLabelledData, 10, |
| 2554 | &kObjectData[3378], 0}, |
| 2555 | {"UID", "userId", NID_userId, 10, &kObjectData[3388], 0}, |
| 2556 | {"textEncodedORAddress", "textEncodedORAddress", NID_textEncodedORAddress, |
| 2557 | 10, &kObjectData[3398], 0}, |
| 2558 | {"mail", "rfc822Mailbox", NID_rfc822Mailbox, 10, &kObjectData[3408], 0}, |
| 2559 | {"info", "info", NID_info, 10, &kObjectData[3418], 0}, |
| 2560 | {"favouriteDrink", "favouriteDrink", NID_favouriteDrink, 10, |
| 2561 | &kObjectData[3428], 0}, |
| 2562 | {"roomNumber", "roomNumber", NID_roomNumber, 10, &kObjectData[3438], 0}, |
| 2563 | {"photo", "photo", NID_photo, 10, &kObjectData[3448], 0}, |
| 2564 | {"userClass", "userClass", NID_userClass, 10, &kObjectData[3458], 0}, |
| 2565 | {"host", "host", NID_host, 10, &kObjectData[3468], 0}, |
| 2566 | {"manager", "manager", NID_manager, 10, &kObjectData[3478], 0}, |
| 2567 | {"documentIdentifier", "documentIdentifier", NID_documentIdentifier, 10, |
| 2568 | &kObjectData[3488], 0}, |
| 2569 | {"documentTitle", "documentTitle", NID_documentTitle, 10, |
| 2570 | &kObjectData[3498], 0}, |
| 2571 | {"documentVersion", "documentVersion", NID_documentVersion, 10, |
| 2572 | &kObjectData[3508], 0}, |
| 2573 | {"documentAuthor", "documentAuthor", NID_documentAuthor, 10, |
| 2574 | &kObjectData[3518], 0}, |
| 2575 | {"documentLocation", "documentLocation", NID_documentLocation, 10, |
| 2576 | &kObjectData[3528], 0}, |
| 2577 | {"homeTelephoneNumber", "homeTelephoneNumber", NID_homeTelephoneNumber, 10, |
| 2578 | &kObjectData[3538], 0}, |
| 2579 | {"secretary", "secretary", NID_secretary, 10, &kObjectData[3548], 0}, |
| 2580 | {"otherMailbox", "otherMailbox", NID_otherMailbox, 10, &kObjectData[3558], |
| 2581 | 0}, |
| 2582 | {"lastModifiedTime", "lastModifiedTime", NID_lastModifiedTime, 10, |
| 2583 | &kObjectData[3568], 0}, |
| 2584 | {"lastModifiedBy", "lastModifiedBy", NID_lastModifiedBy, 10, |
| 2585 | &kObjectData[3578], 0}, |
| 2586 | {"aRecord", "aRecord", NID_aRecord, 10, &kObjectData[3588], 0}, |
| 2587 | {"pilotAttributeType27", "pilotAttributeType27", NID_pilotAttributeType27, |
| 2588 | 10, &kObjectData[3598], 0}, |
| 2589 | {"mXRecord", "mXRecord", NID_mXRecord, 10, &kObjectData[3608], 0}, |
| 2590 | {"nSRecord", "nSRecord", NID_nSRecord, 10, &kObjectData[3618], 0}, |
| 2591 | {"sOARecord", "sOARecord", NID_sOARecord, 10, &kObjectData[3628], 0}, |
| 2592 | {"cNAMERecord", "cNAMERecord", NID_cNAMERecord, 10, &kObjectData[3638], 0}, |
| 2593 | {"associatedDomain", "associatedDomain", NID_associatedDomain, 10, |
| 2594 | &kObjectData[3648], 0}, |
| 2595 | {"associatedName", "associatedName", NID_associatedName, 10, |
| 2596 | &kObjectData[3658], 0}, |
| 2597 | {"homePostalAddress", "homePostalAddress", NID_homePostalAddress, 10, |
| 2598 | &kObjectData[3668], 0}, |
| 2599 | {"personalTitle", "personalTitle", NID_personalTitle, 10, |
| 2600 | &kObjectData[3678], 0}, |
| 2601 | {"mobileTelephoneNumber", "mobileTelephoneNumber", |
| 2602 | NID_mobileTelephoneNumber, 10, &kObjectData[3688], 0}, |
| 2603 | {"pagerTelephoneNumber", "pagerTelephoneNumber", NID_pagerTelephoneNumber, |
| 2604 | 10, &kObjectData[3698], 0}, |
| 2605 | {"friendlyCountryName", "friendlyCountryName", NID_friendlyCountryName, 10, |
| 2606 | &kObjectData[3708], 0}, |
| 2607 | {"organizationalStatus", "organizationalStatus", NID_organizationalStatus, |
| 2608 | 10, &kObjectData[3718], 0}, |
| 2609 | {"janetMailbox", "janetMailbox", NID_janetMailbox, 10, &kObjectData[3728], |
| 2610 | 0}, |
| 2611 | {"mailPreferenceOption", "mailPreferenceOption", NID_mailPreferenceOption, |
| 2612 | 10, &kObjectData[3738], 0}, |
| 2613 | {"buildingName", "buildingName", NID_buildingName, 10, &kObjectData[3748], |
| 2614 | 0}, |
| 2615 | {"dSAQuality", "dSAQuality", NID_dSAQuality, 10, &kObjectData[3758], 0}, |
| 2616 | {"singleLevelQuality", "singleLevelQuality", NID_singleLevelQuality, 10, |
| 2617 | &kObjectData[3768], 0}, |
| 2618 | {"subtreeMinimumQuality", "subtreeMinimumQuality", |
| 2619 | NID_subtreeMinimumQuality, 10, &kObjectData[3778], 0}, |
| 2620 | {"subtreeMaximumQuality", "subtreeMaximumQuality", |
| 2621 | NID_subtreeMaximumQuality, 10, &kObjectData[3788], 0}, |
| 2622 | {"personalSignature", "personalSignature", NID_personalSignature, 10, |
| 2623 | &kObjectData[3798], 0}, |
| 2624 | {"dITRedirect", "dITRedirect", NID_dITRedirect, 10, &kObjectData[3808], 0}, |
| 2625 | {"audio", "audio", NID_audio, 10, &kObjectData[3818], 0}, |
| 2626 | {"documentPublisher", "documentPublisher", NID_documentPublisher, 10, |
| 2627 | &kObjectData[3828], 0}, |
| 2628 | {"x500UniqueIdentifier", "x500UniqueIdentifier", NID_x500UniqueIdentifier, |
| 2629 | 3, &kObjectData[3838], 0}, |
| 2630 | {"mime-mhs", "MIME MHS", NID_mime_mhs, 5, &kObjectData[3841], 0}, |
| 2631 | {"mime-mhs-headings", "mime-mhs-headings", NID_mime_mhs_headings, 6, |
| 2632 | &kObjectData[3846], 0}, |
| 2633 | {"mime-mhs-bodies", "mime-mhs-bodies", NID_mime_mhs_bodies, 6, |
| 2634 | &kObjectData[3852], 0}, |
| 2635 | {"id-hex-partial-message", "id-hex-partial-message", |
| 2636 | NID_id_hex_partial_message, 7, &kObjectData[3858], 0}, |
| 2637 | {"id-hex-multipart-message", "id-hex-multipart-message", |
| 2638 | NID_id_hex_multipart_message, 7, &kObjectData[3865], 0}, |
| 2639 | {"generationQualifier", "generationQualifier", NID_generationQualifier, 3, |
| 2640 | &kObjectData[3872], 0}, |
| 2641 | {"pseudonym", "pseudonym", NID_pseudonym, 3, &kObjectData[3875], 0}, |
| 2642 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 2643 | {"id-set", "Secure Electronic Transactions", NID_id_set, 2, |
| 2644 | &kObjectData[3878], 0}, |
| 2645 | {"set-ctype", "content types", NID_set_ctype, 3, &kObjectData[3880], 0}, |
| 2646 | {"set-msgExt", "message extensions", NID_set_msgExt, 3, &kObjectData[3883], |
| 2647 | 0}, |
| 2648 | {"set-attr", "set-attr", NID_set_attr, 3, &kObjectData[3886], 0}, |
| 2649 | {"set-policy", "set-policy", NID_set_policy, 3, &kObjectData[3889], 0}, |
| 2650 | {"set-certExt", "certificate extensions", NID_set_certExt, 3, |
| 2651 | &kObjectData[3892], 0}, |
| 2652 | {"set-brand", "set-brand", NID_set_brand, 3, &kObjectData[3895], 0}, |
| 2653 | {"setct-PANData", "setct-PANData", NID_setct_PANData, 4, &kObjectData[3898], |
| 2654 | 0}, |
| 2655 | {"setct-PANToken", "setct-PANToken", NID_setct_PANToken, 4, |
| 2656 | &kObjectData[3902], 0}, |
| 2657 | {"setct-PANOnly", "setct-PANOnly", NID_setct_PANOnly, 4, &kObjectData[3906], |
| 2658 | 0}, |
| 2659 | {"setct-OIData", "setct-OIData", NID_setct_OIData, 4, &kObjectData[3910], |
| 2660 | 0}, |
| 2661 | {"setct-PI", "setct-PI", NID_setct_PI, 4, &kObjectData[3914], 0}, |
| 2662 | {"setct-PIData", "setct-PIData", NID_setct_PIData, 4, &kObjectData[3918], |
| 2663 | 0}, |
| 2664 | {"setct-PIDataUnsigned", "setct-PIDataUnsigned", NID_setct_PIDataUnsigned, |
| 2665 | 4, &kObjectData[3922], 0}, |
| 2666 | {"setct-HODInput", "setct-HODInput", NID_setct_HODInput, 4, |
| 2667 | &kObjectData[3926], 0}, |
| 2668 | {"setct-AuthResBaggage", "setct-AuthResBaggage", NID_setct_AuthResBaggage, |
| 2669 | 4, &kObjectData[3930], 0}, |
| 2670 | {"setct-AuthRevReqBaggage", "setct-AuthRevReqBaggage", |
| 2671 | NID_setct_AuthRevReqBaggage, 4, &kObjectData[3934], 0}, |
| 2672 | {"setct-AuthRevResBaggage", "setct-AuthRevResBaggage", |
| 2673 | NID_setct_AuthRevResBaggage, 4, &kObjectData[3938], 0}, |
| 2674 | {"setct-CapTokenSeq", "setct-CapTokenSeq", NID_setct_CapTokenSeq, 4, |
| 2675 | &kObjectData[3942], 0}, |
| 2676 | {"setct-PInitResData", "setct-PInitResData", NID_setct_PInitResData, 4, |
| 2677 | &kObjectData[3946], 0}, |
| 2678 | {"setct-PI-TBS", "setct-PI-TBS", NID_setct_PI_TBS, 4, &kObjectData[3950], |
| 2679 | 0}, |
| 2680 | {"setct-PResData", "setct-PResData", NID_setct_PResData, 4, |
| 2681 | &kObjectData[3954], 0}, |
| 2682 | {"setct-AuthReqTBS", "setct-AuthReqTBS", NID_setct_AuthReqTBS, 4, |
| 2683 | &kObjectData[3958], 0}, |
| 2684 | {"setct-AuthResTBS", "setct-AuthResTBS", NID_setct_AuthResTBS, 4, |
| 2685 | &kObjectData[3962], 0}, |
| 2686 | {"setct-AuthResTBSX", "setct-AuthResTBSX", NID_setct_AuthResTBSX, 4, |
| 2687 | &kObjectData[3966], 0}, |
| 2688 | {"setct-AuthTokenTBS", "setct-AuthTokenTBS", NID_setct_AuthTokenTBS, 4, |
| 2689 | &kObjectData[3970], 0}, |
| 2690 | {"setct-CapTokenData", "setct-CapTokenData", NID_setct_CapTokenData, 4, |
| 2691 | &kObjectData[3974], 0}, |
| 2692 | {"setct-CapTokenTBS", "setct-CapTokenTBS", NID_setct_CapTokenTBS, 4, |
| 2693 | &kObjectData[3978], 0}, |
| 2694 | {"setct-AcqCardCodeMsg", "setct-AcqCardCodeMsg", NID_setct_AcqCardCodeMsg, |
| 2695 | 4, &kObjectData[3982], 0}, |
| 2696 | {"setct-AuthRevReqTBS", "setct-AuthRevReqTBS", NID_setct_AuthRevReqTBS, 4, |
| 2697 | &kObjectData[3986], 0}, |
| 2698 | {"setct-AuthRevResData", "setct-AuthRevResData", NID_setct_AuthRevResData, |
| 2699 | 4, &kObjectData[3990], 0}, |
| 2700 | {"setct-AuthRevResTBS", "setct-AuthRevResTBS", NID_setct_AuthRevResTBS, 4, |
| 2701 | &kObjectData[3994], 0}, |
| 2702 | {"setct-CapReqTBS", "setct-CapReqTBS", NID_setct_CapReqTBS, 4, |
| 2703 | &kObjectData[3998], 0}, |
| 2704 | {"setct-CapReqTBSX", "setct-CapReqTBSX", NID_setct_CapReqTBSX, 4, |
| 2705 | &kObjectData[4002], 0}, |
| 2706 | {"setct-CapResData", "setct-CapResData", NID_setct_CapResData, 4, |
| 2707 | &kObjectData[4006], 0}, |
| 2708 | {"setct-CapRevReqTBS", "setct-CapRevReqTBS", NID_setct_CapRevReqTBS, 4, |
| 2709 | &kObjectData[4010], 0}, |
| 2710 | {"setct-CapRevReqTBSX", "setct-CapRevReqTBSX", NID_setct_CapRevReqTBSX, 4, |
| 2711 | &kObjectData[4014], 0}, |
| 2712 | {"setct-CapRevResData", "setct-CapRevResData", NID_setct_CapRevResData, 4, |
| 2713 | &kObjectData[4018], 0}, |
| 2714 | {"setct-CredReqTBS", "setct-CredReqTBS", NID_setct_CredReqTBS, 4, |
| 2715 | &kObjectData[4022], 0}, |
| 2716 | {"setct-CredReqTBSX", "setct-CredReqTBSX", NID_setct_CredReqTBSX, 4, |
| 2717 | &kObjectData[4026], 0}, |
| 2718 | {"setct-CredResData", "setct-CredResData", NID_setct_CredResData, 4, |
| 2719 | &kObjectData[4030], 0}, |
| 2720 | {"setct-CredRevReqTBS", "setct-CredRevReqTBS", NID_setct_CredRevReqTBS, 4, |
| 2721 | &kObjectData[4034], 0}, |
| 2722 | {"setct-CredRevReqTBSX", "setct-CredRevReqTBSX", NID_setct_CredRevReqTBSX, |
| 2723 | 4, &kObjectData[4038], 0}, |
| 2724 | {"setct-CredRevResData", "setct-CredRevResData", NID_setct_CredRevResData, |
| 2725 | 4, &kObjectData[4042], 0}, |
| 2726 | {"setct-PCertReqData", "setct-PCertReqData", NID_setct_PCertReqData, 4, |
| 2727 | &kObjectData[4046], 0}, |
| 2728 | {"setct-PCertResTBS", "setct-PCertResTBS", NID_setct_PCertResTBS, 4, |
| 2729 | &kObjectData[4050], 0}, |
| 2730 | {"setct-BatchAdminReqData", "setct-BatchAdminReqData", |
| 2731 | NID_setct_BatchAdminReqData, 4, &kObjectData[4054], 0}, |
| 2732 | {"setct-BatchAdminResData", "setct-BatchAdminResData", |
| 2733 | NID_setct_BatchAdminResData, 4, &kObjectData[4058], 0}, |
| 2734 | {"setct-CardCInitResTBS", "setct-CardCInitResTBS", |
| 2735 | NID_setct_CardCInitResTBS, 4, &kObjectData[4062], 0}, |
| 2736 | {"setct-MeAqCInitResTBS", "setct-MeAqCInitResTBS", |
| 2737 | NID_setct_MeAqCInitResTBS, 4, &kObjectData[4066], 0}, |
| 2738 | {"setct-RegFormResTBS", "setct-RegFormResTBS", NID_setct_RegFormResTBS, 4, |
| 2739 | &kObjectData[4070], 0}, |
| 2740 | {"setct-CertReqData", "setct-CertReqData", NID_setct_CertReqData, 4, |
| 2741 | &kObjectData[4074], 0}, |
| 2742 | {"setct-CertReqTBS", "setct-CertReqTBS", NID_setct_CertReqTBS, 4, |
| 2743 | &kObjectData[4078], 0}, |
| 2744 | {"setct-CertResData", "setct-CertResData", NID_setct_CertResData, 4, |
| 2745 | &kObjectData[4082], 0}, |
| 2746 | {"setct-CertInqReqTBS", "setct-CertInqReqTBS", NID_setct_CertInqReqTBS, 4, |
| 2747 | &kObjectData[4086], 0}, |
| 2748 | {"setct-ErrorTBS", "setct-ErrorTBS", NID_setct_ErrorTBS, 4, |
| 2749 | &kObjectData[4090], 0}, |
| 2750 | {"setct-PIDualSignedTBE", "setct-PIDualSignedTBE", |
| 2751 | NID_setct_PIDualSignedTBE, 4, &kObjectData[4094], 0}, |
| 2752 | {"setct-PIUnsignedTBE", "setct-PIUnsignedTBE", NID_setct_PIUnsignedTBE, 4, |
| 2753 | &kObjectData[4098], 0}, |
| 2754 | {"setct-AuthReqTBE", "setct-AuthReqTBE", NID_setct_AuthReqTBE, 4, |
| 2755 | &kObjectData[4102], 0}, |
| 2756 | {"setct-AuthResTBE", "setct-AuthResTBE", NID_setct_AuthResTBE, 4, |
| 2757 | &kObjectData[4106], 0}, |
| 2758 | {"setct-AuthResTBEX", "setct-AuthResTBEX", NID_setct_AuthResTBEX, 4, |
| 2759 | &kObjectData[4110], 0}, |
| 2760 | {"setct-AuthTokenTBE", "setct-AuthTokenTBE", NID_setct_AuthTokenTBE, 4, |
| 2761 | &kObjectData[4114], 0}, |
| 2762 | {"setct-CapTokenTBE", "setct-CapTokenTBE", NID_setct_CapTokenTBE, 4, |
| 2763 | &kObjectData[4118], 0}, |
| 2764 | {"setct-CapTokenTBEX", "setct-CapTokenTBEX", NID_setct_CapTokenTBEX, 4, |
| 2765 | &kObjectData[4122], 0}, |
| 2766 | {"setct-AcqCardCodeMsgTBE", "setct-AcqCardCodeMsgTBE", |
| 2767 | NID_setct_AcqCardCodeMsgTBE, 4, &kObjectData[4126], 0}, |
| 2768 | {"setct-AuthRevReqTBE", "setct-AuthRevReqTBE", NID_setct_AuthRevReqTBE, 4, |
| 2769 | &kObjectData[4130], 0}, |
| 2770 | {"setct-AuthRevResTBE", "setct-AuthRevResTBE", NID_setct_AuthRevResTBE, 4, |
| 2771 | &kObjectData[4134], 0}, |
| 2772 | {"setct-AuthRevResTBEB", "setct-AuthRevResTBEB", NID_setct_AuthRevResTBEB, |
| 2773 | 4, &kObjectData[4138], 0}, |
| 2774 | {"setct-CapReqTBE", "setct-CapReqTBE", NID_setct_CapReqTBE, 4, |
| 2775 | &kObjectData[4142], 0}, |
| 2776 | {"setct-CapReqTBEX", "setct-CapReqTBEX", NID_setct_CapReqTBEX, 4, |
| 2777 | &kObjectData[4146], 0}, |
| 2778 | {"setct-CapResTBE", "setct-CapResTBE", NID_setct_CapResTBE, 4, |
| 2779 | &kObjectData[4150], 0}, |
| 2780 | {"setct-CapRevReqTBE", "setct-CapRevReqTBE", NID_setct_CapRevReqTBE, 4, |
| 2781 | &kObjectData[4154], 0}, |
| 2782 | {"setct-CapRevReqTBEX", "setct-CapRevReqTBEX", NID_setct_CapRevReqTBEX, 4, |
| 2783 | &kObjectData[4158], 0}, |
| 2784 | {"setct-CapRevResTBE", "setct-CapRevResTBE", NID_setct_CapRevResTBE, 4, |
| 2785 | &kObjectData[4162], 0}, |
| 2786 | {"setct-CredReqTBE", "setct-CredReqTBE", NID_setct_CredReqTBE, 4, |
| 2787 | &kObjectData[4166], 0}, |
| 2788 | {"setct-CredReqTBEX", "setct-CredReqTBEX", NID_setct_CredReqTBEX, 4, |
| 2789 | &kObjectData[4170], 0}, |
| 2790 | {"setct-CredResTBE", "setct-CredResTBE", NID_setct_CredResTBE, 4, |
| 2791 | &kObjectData[4174], 0}, |
| 2792 | {"setct-CredRevReqTBE", "setct-CredRevReqTBE", NID_setct_CredRevReqTBE, 4, |
| 2793 | &kObjectData[4178], 0}, |
| 2794 | {"setct-CredRevReqTBEX", "setct-CredRevReqTBEX", NID_setct_CredRevReqTBEX, |
| 2795 | 4, &kObjectData[4182], 0}, |
| 2796 | {"setct-CredRevResTBE", "setct-CredRevResTBE", NID_setct_CredRevResTBE, 4, |
| 2797 | &kObjectData[4186], 0}, |
| 2798 | {"setct-BatchAdminReqTBE", "setct-BatchAdminReqTBE", |
| 2799 | NID_setct_BatchAdminReqTBE, 4, &kObjectData[4190], 0}, |
| 2800 | {"setct-BatchAdminResTBE", "setct-BatchAdminResTBE", |
| 2801 | NID_setct_BatchAdminResTBE, 4, &kObjectData[4194], 0}, |
| 2802 | {"setct-RegFormReqTBE", "setct-RegFormReqTBE", NID_setct_RegFormReqTBE, 4, |
| 2803 | &kObjectData[4198], 0}, |
| 2804 | {"setct-CertReqTBE", "setct-CertReqTBE", NID_setct_CertReqTBE, 4, |
| 2805 | &kObjectData[4202], 0}, |
| 2806 | {"setct-CertReqTBEX", "setct-CertReqTBEX", NID_setct_CertReqTBEX, 4, |
| 2807 | &kObjectData[4206], 0}, |
| 2808 | {"setct-CertResTBE", "setct-CertResTBE", NID_setct_CertResTBE, 4, |
| 2809 | &kObjectData[4210], 0}, |
| 2810 | {"setct-CRLNotificationTBS", "setct-CRLNotificationTBS", |
| 2811 | NID_setct_CRLNotificationTBS, 4, &kObjectData[4214], 0}, |
| 2812 | {"setct-CRLNotificationResTBS", "setct-CRLNotificationResTBS", |
| 2813 | NID_setct_CRLNotificationResTBS, 4, &kObjectData[4218], 0}, |
| 2814 | {"setct-BCIDistributionTBS", "setct-BCIDistributionTBS", |
| 2815 | NID_setct_BCIDistributionTBS, 4, &kObjectData[4222], 0}, |
| 2816 | {"setext-genCrypt", "generic cryptogram", NID_setext_genCrypt, 4, |
| 2817 | &kObjectData[4226], 0}, |
| 2818 | {"setext-miAuth", "merchant initiated auth", NID_setext_miAuth, 4, |
| 2819 | &kObjectData[4230], 0}, |
| 2820 | {"setext-pinSecure", "setext-pinSecure", NID_setext_pinSecure, 4, |
| 2821 | &kObjectData[4234], 0}, |
| 2822 | {"setext-pinAny", "setext-pinAny", NID_setext_pinAny, 4, &kObjectData[4238], |
| 2823 | 0}, |
| 2824 | {"setext-track2", "setext-track2", NID_setext_track2, 4, &kObjectData[4242], |
| 2825 | 0}, |
| 2826 | {"setext-cv", "additional verification", NID_setext_cv, 4, |
| 2827 | &kObjectData[4246], 0}, |
| 2828 | {"set-policy-root", "set-policy-root", NID_set_policy_root, 4, |
| 2829 | &kObjectData[4250], 0}, |
| 2830 | {"setCext-hashedRoot", "setCext-hashedRoot", NID_setCext_hashedRoot, 4, |
| 2831 | &kObjectData[4254], 0}, |
| 2832 | {"setCext-certType", "setCext-certType", NID_setCext_certType, 4, |
| 2833 | &kObjectData[4258], 0}, |
| 2834 | {"setCext-merchData", "setCext-merchData", NID_setCext_merchData, 4, |
| 2835 | &kObjectData[4262], 0}, |
| 2836 | {"setCext-cCertRequired", "setCext-cCertRequired", |
| 2837 | NID_setCext_cCertRequired, 4, &kObjectData[4266], 0}, |
| 2838 | {"setCext-tunneling", "setCext-tunneling", NID_setCext_tunneling, 4, |
| 2839 | &kObjectData[4270], 0}, |
| 2840 | {"setCext-setExt", "setCext-setExt", NID_setCext_setExt, 4, |
| 2841 | &kObjectData[4274], 0}, |
| 2842 | {"setCext-setQualf", "setCext-setQualf", NID_setCext_setQualf, 4, |
| 2843 | &kObjectData[4278], 0}, |
| 2844 | {"setCext-PGWYcapabilities", "setCext-PGWYcapabilities", |
| 2845 | NID_setCext_PGWYcapabilities, 4, &kObjectData[4282], 0}, |
| 2846 | {"setCext-TokenIdentifier", "setCext-TokenIdentifier", |
| 2847 | NID_setCext_TokenIdentifier, 4, &kObjectData[4286], 0}, |
| 2848 | {"setCext-Track2Data", "setCext-Track2Data", NID_setCext_Track2Data, 4, |
| 2849 | &kObjectData[4290], 0}, |
| 2850 | {"setCext-TokenType", "setCext-TokenType", NID_setCext_TokenType, 4, |
| 2851 | &kObjectData[4294], 0}, |
| 2852 | {"setCext-IssuerCapabilities", "setCext-IssuerCapabilities", |
| 2853 | NID_setCext_IssuerCapabilities, 4, &kObjectData[4298], 0}, |
| 2854 | {"setAttr-Cert", "setAttr-Cert", NID_setAttr_Cert, 4, &kObjectData[4302], |
| 2855 | 0}, |
| 2856 | {"setAttr-PGWYcap", "payment gateway capabilities", NID_setAttr_PGWYcap, 4, |
| 2857 | &kObjectData[4306], 0}, |
| 2858 | {"setAttr-TokenType", "setAttr-TokenType", NID_setAttr_TokenType, 4, |
| 2859 | &kObjectData[4310], 0}, |
| 2860 | {"setAttr-IssCap", "issuer capabilities", NID_setAttr_IssCap, 4, |
| 2861 | &kObjectData[4314], 0}, |
| 2862 | {"set-rootKeyThumb", "set-rootKeyThumb", NID_set_rootKeyThumb, 5, |
| 2863 | &kObjectData[4318], 0}, |
| 2864 | {"set-addPolicy", "set-addPolicy", NID_set_addPolicy, 5, &kObjectData[4323], |
| 2865 | 0}, |
| 2866 | {"setAttr-Token-EMV", "setAttr-Token-EMV", NID_setAttr_Token_EMV, 5, |
| 2867 | &kObjectData[4328], 0}, |
| 2868 | {"setAttr-Token-B0Prime", "setAttr-Token-B0Prime", |
| 2869 | NID_setAttr_Token_B0Prime, 5, &kObjectData[4333], 0}, |
| 2870 | {"setAttr-IssCap-CVM", "setAttr-IssCap-CVM", NID_setAttr_IssCap_CVM, 5, |
| 2871 | &kObjectData[4338], 0}, |
| 2872 | {"setAttr-IssCap-T2", "setAttr-IssCap-T2", NID_setAttr_IssCap_T2, 5, |
| 2873 | &kObjectData[4343], 0}, |
| 2874 | {"setAttr-IssCap-Sig", "setAttr-IssCap-Sig", NID_setAttr_IssCap_Sig, 5, |
| 2875 | &kObjectData[4348], 0}, |
| 2876 | {"setAttr-GenCryptgrm", "generate cryptogram", NID_setAttr_GenCryptgrm, 6, |
| 2877 | &kObjectData[4353], 0}, |
| 2878 | {"setAttr-T2Enc", "encrypted track 2", NID_setAttr_T2Enc, 6, |
| 2879 | &kObjectData[4359], 0}, |
| 2880 | {"setAttr-T2cleartxt", "cleartext track 2", NID_setAttr_T2cleartxt, 6, |
| 2881 | &kObjectData[4365], 0}, |
| 2882 | {"setAttr-TokICCsig", "ICC or token signature", NID_setAttr_TokICCsig, 6, |
| 2883 | &kObjectData[4371], 0}, |
| 2884 | {"setAttr-SecDevSig", "secure device signature", NID_setAttr_SecDevSig, 6, |
| 2885 | &kObjectData[4377], 0}, |
| 2886 | {"set-brand-IATA-ATA", "set-brand-IATA-ATA", NID_set_brand_IATA_ATA, 4, |
| 2887 | &kObjectData[4383], 0}, |
| 2888 | {"set-brand-Diners", "set-brand-Diners", NID_set_brand_Diners, 4, |
| 2889 | &kObjectData[4387], 0}, |
| 2890 | {"set-brand-AmericanExpress", "set-brand-AmericanExpress", |
| 2891 | NID_set_brand_AmericanExpress, 4, &kObjectData[4391], 0}, |
| 2892 | {"set-brand-JCB", "set-brand-JCB", NID_set_brand_JCB, 4, &kObjectData[4395], |
| 2893 | 0}, |
| 2894 | {"set-brand-Visa", "set-brand-Visa", NID_set_brand_Visa, 4, |
| 2895 | &kObjectData[4399], 0}, |
| 2896 | {"set-brand-MasterCard", "set-brand-MasterCard", NID_set_brand_MasterCard, |
| 2897 | 4, &kObjectData[4403], 0}, |
| 2898 | {"set-brand-Novus", "set-brand-Novus", NID_set_brand_Novus, 5, |
| 2899 | &kObjectData[4407], 0}, |
| 2900 | {"DES-CDMF", "des-cdmf", NID_des_cdmf, 8, &kObjectData[4412], 0}, |
| 2901 | {"rsaOAEPEncryptionSET", "rsaOAEPEncryptionSET", NID_rsaOAEPEncryptionSET, |
| 2902 | 9, &kObjectData[4420], 0}, |
| 2903 | {"ITU-T", "itu-t", NID_itu_t, 0, NULL, 0}, |
| 2904 | {"JOINT-ISO-ITU-T", "joint-iso-itu-t", NID_joint_iso_itu_t, 0, NULL, 0}, |
| 2905 | {"international-organizations", "International Organizations", |
| 2906 | NID_international_organizations, 1, &kObjectData[4429], 0}, |
| 2907 | {"msSmartcardLogin", "Microsoft Smartcardlogin", NID_ms_smartcard_login, 10, |
| 2908 | &kObjectData[4430], 0}, |
| 2909 | {"msUPN", "Microsoft Universal Principal Name", NID_ms_upn, 10, |
| 2910 | &kObjectData[4440], 0}, |
| 2911 | {"AES-128-CFB1", "aes-128-cfb1", NID_aes_128_cfb1, 0, NULL, 0}, |
| 2912 | {"AES-192-CFB1", "aes-192-cfb1", NID_aes_192_cfb1, 0, NULL, 0}, |
| 2913 | {"AES-256-CFB1", "aes-256-cfb1", NID_aes_256_cfb1, 0, NULL, 0}, |
| 2914 | {"AES-128-CFB8", "aes-128-cfb8", NID_aes_128_cfb8, 0, NULL, 0}, |
| 2915 | {"AES-192-CFB8", "aes-192-cfb8", NID_aes_192_cfb8, 0, NULL, 0}, |
| 2916 | {"AES-256-CFB8", "aes-256-cfb8", NID_aes_256_cfb8, 0, NULL, 0}, |
| 2917 | {"DES-CFB1", "des-cfb1", NID_des_cfb1, 0, NULL, 0}, |
| 2918 | {"DES-CFB8", "des-cfb8", NID_des_cfb8, 0, NULL, 0}, |
| 2919 | {"DES-EDE3-CFB1", "des-ede3-cfb1", NID_des_ede3_cfb1, 0, NULL, 0}, |
| 2920 | {"DES-EDE3-CFB8", "des-ede3-cfb8", NID_des_ede3_cfb8, 0, NULL, 0}, |
| 2921 | {"street", "streetAddress", NID_streetAddress, 3, &kObjectData[4450], 0}, |
| 2922 | {"postalCode", "postalCode", NID_postalCode, 3, &kObjectData[4453], 0}, |
| 2923 | {"id-ppl", "id-ppl", NID_id_ppl, 7, &kObjectData[4456], 0}, |
| 2924 | {"proxyCertInfo", "Proxy Certificate Information", NID_proxyCertInfo, 8, |
| 2925 | &kObjectData[4463], 0}, |
| 2926 | {"id-ppl-anyLanguage", "Any language", NID_id_ppl_anyLanguage, 8, |
| 2927 | &kObjectData[4471], 0}, |
| 2928 | {"id-ppl-inheritAll", "Inherit all", NID_id_ppl_inheritAll, 8, |
| 2929 | &kObjectData[4479], 0}, |
| 2930 | {"nameConstraints", "X509v3 Name Constraints", NID_name_constraints, 3, |
| 2931 | &kObjectData[4487], 0}, |
| 2932 | {"id-ppl-independent", "Independent", NID_Independent, 8, |
| 2933 | &kObjectData[4490], 0}, |
| 2934 | {"RSA-SHA256", "sha256WithRSAEncryption", NID_sha256WithRSAEncryption, 9, |
| 2935 | &kObjectData[4498], 0}, |
| 2936 | {"RSA-SHA384", "sha384WithRSAEncryption", NID_sha384WithRSAEncryption, 9, |
| 2937 | &kObjectData[4507], 0}, |
| 2938 | {"RSA-SHA512", "sha512WithRSAEncryption", NID_sha512WithRSAEncryption, 9, |
| 2939 | &kObjectData[4516], 0}, |
| 2940 | {"RSA-SHA224", "sha224WithRSAEncryption", NID_sha224WithRSAEncryption, 9, |
| 2941 | &kObjectData[4525], 0}, |
| 2942 | {"SHA256", "sha256", NID_sha256, 9, &kObjectData[4534], 0}, |
| 2943 | {"SHA384", "sha384", NID_sha384, 9, &kObjectData[4543], 0}, |
| 2944 | {"SHA512", "sha512", NID_sha512, 9, &kObjectData[4552], 0}, |
| 2945 | {"SHA224", "sha224", NID_sha224, 9, &kObjectData[4561], 0}, |
| 2946 | {"identified-organization", "identified-organization", |
| 2947 | NID_identified_organization, 1, &kObjectData[4570], 0}, |
| 2948 | {"certicom-arc", "certicom-arc", NID_certicom_arc, 3, &kObjectData[4571], |
| 2949 | 0}, |
| 2950 | {"wap", "wap", NID_wap, 2, &kObjectData[4574], 0}, |
| 2951 | {"wap-wsg", "wap-wsg", NID_wap_wsg, 3, &kObjectData[4576], 0}, |
| 2952 | {"id-characteristic-two-basis", "id-characteristic-two-basis", |
| 2953 | NID_X9_62_id_characteristic_two_basis, 8, &kObjectData[4579], 0}, |
| 2954 | {"onBasis", "onBasis", NID_X9_62_onBasis, 9, &kObjectData[4587], 0}, |
| 2955 | {"tpBasis", "tpBasis", NID_X9_62_tpBasis, 9, &kObjectData[4596], 0}, |
| 2956 | {"ppBasis", "ppBasis", NID_X9_62_ppBasis, 9, &kObjectData[4605], 0}, |
| 2957 | {"c2pnb163v1", "c2pnb163v1", NID_X9_62_c2pnb163v1, 8, &kObjectData[4614], |
| 2958 | 0}, |
| 2959 | {"c2pnb163v2", "c2pnb163v2", NID_X9_62_c2pnb163v2, 8, &kObjectData[4622], |
| 2960 | 0}, |
| 2961 | {"c2pnb163v3", "c2pnb163v3", NID_X9_62_c2pnb163v3, 8, &kObjectData[4630], |
| 2962 | 0}, |
| 2963 | {"c2pnb176v1", "c2pnb176v1", NID_X9_62_c2pnb176v1, 8, &kObjectData[4638], |
| 2964 | 0}, |
| 2965 | {"c2tnb191v1", "c2tnb191v1", NID_X9_62_c2tnb191v1, 8, &kObjectData[4646], |
| 2966 | 0}, |
| 2967 | {"c2tnb191v2", "c2tnb191v2", NID_X9_62_c2tnb191v2, 8, &kObjectData[4654], |
| 2968 | 0}, |
| 2969 | {"c2tnb191v3", "c2tnb191v3", NID_X9_62_c2tnb191v3, 8, &kObjectData[4662], |
| 2970 | 0}, |
| 2971 | {"c2onb191v4", "c2onb191v4", NID_X9_62_c2onb191v4, 8, &kObjectData[4670], |
| 2972 | 0}, |
| 2973 | {"c2onb191v5", "c2onb191v5", NID_X9_62_c2onb191v5, 8, &kObjectData[4678], |
| 2974 | 0}, |
| 2975 | {"c2pnb208w1", "c2pnb208w1", NID_X9_62_c2pnb208w1, 8, &kObjectData[4686], |
| 2976 | 0}, |
| 2977 | {"c2tnb239v1", "c2tnb239v1", NID_X9_62_c2tnb239v1, 8, &kObjectData[4694], |
| 2978 | 0}, |
| 2979 | {"c2tnb239v2", "c2tnb239v2", NID_X9_62_c2tnb239v2, 8, &kObjectData[4702], |
| 2980 | 0}, |
| 2981 | {"c2tnb239v3", "c2tnb239v3", NID_X9_62_c2tnb239v3, 8, &kObjectData[4710], |
| 2982 | 0}, |
| 2983 | {"c2onb239v4", "c2onb239v4", NID_X9_62_c2onb239v4, 8, &kObjectData[4718], |
| 2984 | 0}, |
| 2985 | {"c2onb239v5", "c2onb239v5", NID_X9_62_c2onb239v5, 8, &kObjectData[4726], |
| 2986 | 0}, |
| 2987 | {"c2pnb272w1", "c2pnb272w1", NID_X9_62_c2pnb272w1, 8, &kObjectData[4734], |
| 2988 | 0}, |
| 2989 | {"c2pnb304w1", "c2pnb304w1", NID_X9_62_c2pnb304w1, 8, &kObjectData[4742], |
| 2990 | 0}, |
| 2991 | {"c2tnb359v1", "c2tnb359v1", NID_X9_62_c2tnb359v1, 8, &kObjectData[4750], |
| 2992 | 0}, |
| 2993 | {"c2pnb368w1", "c2pnb368w1", NID_X9_62_c2pnb368w1, 8, &kObjectData[4758], |
| 2994 | 0}, |
| 2995 | {"c2tnb431r1", "c2tnb431r1", NID_X9_62_c2tnb431r1, 8, &kObjectData[4766], |
| 2996 | 0}, |
| 2997 | {"secp112r1", "secp112r1", NID_secp112r1, 5, &kObjectData[4774], 0}, |
| 2998 | {"secp112r2", "secp112r2", NID_secp112r2, 5, &kObjectData[4779], 0}, |
| 2999 | {"secp128r1", "secp128r1", NID_secp128r1, 5, &kObjectData[4784], 0}, |
| 3000 | {"secp128r2", "secp128r2", NID_secp128r2, 5, &kObjectData[4789], 0}, |
| 3001 | {"secp160k1", "secp160k1", NID_secp160k1, 5, &kObjectData[4794], 0}, |
| 3002 | {"secp160r1", "secp160r1", NID_secp160r1, 5, &kObjectData[4799], 0}, |
| 3003 | {"secp160r2", "secp160r2", NID_secp160r2, 5, &kObjectData[4804], 0}, |
| 3004 | {"secp192k1", "secp192k1", NID_secp192k1, 5, &kObjectData[4809], 0}, |
| 3005 | {"secp224k1", "secp224k1", NID_secp224k1, 5, &kObjectData[4814], 0}, |
| 3006 | {"secp224r1", "secp224r1", NID_secp224r1, 5, &kObjectData[4819], 0}, |
| 3007 | {"secp256k1", "secp256k1", NID_secp256k1, 5, &kObjectData[4824], 0}, |
| 3008 | {"secp384r1", "secp384r1", NID_secp384r1, 5, &kObjectData[4829], 0}, |
| 3009 | {"secp521r1", "secp521r1", NID_secp521r1, 5, &kObjectData[4834], 0}, |
| 3010 | {"sect113r1", "sect113r1", NID_sect113r1, 5, &kObjectData[4839], 0}, |
| 3011 | {"sect113r2", "sect113r2", NID_sect113r2, 5, &kObjectData[4844], 0}, |
| 3012 | {"sect131r1", "sect131r1", NID_sect131r1, 5, &kObjectData[4849], 0}, |
| 3013 | {"sect131r2", "sect131r2", NID_sect131r2, 5, &kObjectData[4854], 0}, |
| 3014 | {"sect163k1", "sect163k1", NID_sect163k1, 5, &kObjectData[4859], 0}, |
| 3015 | {"sect163r1", "sect163r1", NID_sect163r1, 5, &kObjectData[4864], 0}, |
| 3016 | {"sect163r2", "sect163r2", NID_sect163r2, 5, &kObjectData[4869], 0}, |
| 3017 | {"sect193r1", "sect193r1", NID_sect193r1, 5, &kObjectData[4874], 0}, |
| 3018 | {"sect193r2", "sect193r2", NID_sect193r2, 5, &kObjectData[4879], 0}, |
| 3019 | {"sect233k1", "sect233k1", NID_sect233k1, 5, &kObjectData[4884], 0}, |
| 3020 | {"sect233r1", "sect233r1", NID_sect233r1, 5, &kObjectData[4889], 0}, |
| 3021 | {"sect239k1", "sect239k1", NID_sect239k1, 5, &kObjectData[4894], 0}, |
| 3022 | {"sect283k1", "sect283k1", NID_sect283k1, 5, &kObjectData[4899], 0}, |
| 3023 | {"sect283r1", "sect283r1", NID_sect283r1, 5, &kObjectData[4904], 0}, |
| 3024 | {"sect409k1", "sect409k1", NID_sect409k1, 5, &kObjectData[4909], 0}, |
| 3025 | {"sect409r1", "sect409r1", NID_sect409r1, 5, &kObjectData[4914], 0}, |
| 3026 | {"sect571k1", "sect571k1", NID_sect571k1, 5, &kObjectData[4919], 0}, |
| 3027 | {"sect571r1", "sect571r1", NID_sect571r1, 5, &kObjectData[4924], 0}, |
| 3028 | {"wap-wsg-idm-ecid-wtls1", "wap-wsg-idm-ecid-wtls1", |
| 3029 | NID_wap_wsg_idm_ecid_wtls1, 5, &kObjectData[4929], 0}, |
| 3030 | {"wap-wsg-idm-ecid-wtls3", "wap-wsg-idm-ecid-wtls3", |
| 3031 | NID_wap_wsg_idm_ecid_wtls3, 5, &kObjectData[4934], 0}, |
| 3032 | {"wap-wsg-idm-ecid-wtls4", "wap-wsg-idm-ecid-wtls4", |
| 3033 | NID_wap_wsg_idm_ecid_wtls4, 5, &kObjectData[4939], 0}, |
| 3034 | {"wap-wsg-idm-ecid-wtls5", "wap-wsg-idm-ecid-wtls5", |
| 3035 | NID_wap_wsg_idm_ecid_wtls5, 5, &kObjectData[4944], 0}, |
| 3036 | {"wap-wsg-idm-ecid-wtls6", "wap-wsg-idm-ecid-wtls6", |
| 3037 | NID_wap_wsg_idm_ecid_wtls6, 5, &kObjectData[4949], 0}, |
| 3038 | {"wap-wsg-idm-ecid-wtls7", "wap-wsg-idm-ecid-wtls7", |
| 3039 | NID_wap_wsg_idm_ecid_wtls7, 5, &kObjectData[4954], 0}, |
| 3040 | {"wap-wsg-idm-ecid-wtls8", "wap-wsg-idm-ecid-wtls8", |
| 3041 | NID_wap_wsg_idm_ecid_wtls8, 5, &kObjectData[4959], 0}, |
| 3042 | {"wap-wsg-idm-ecid-wtls9", "wap-wsg-idm-ecid-wtls9", |
| 3043 | NID_wap_wsg_idm_ecid_wtls9, 5, &kObjectData[4964], 0}, |
| 3044 | {"wap-wsg-idm-ecid-wtls10", "wap-wsg-idm-ecid-wtls10", |
| 3045 | NID_wap_wsg_idm_ecid_wtls10, 5, &kObjectData[4969], 0}, |
| 3046 | {"wap-wsg-idm-ecid-wtls11", "wap-wsg-idm-ecid-wtls11", |
| 3047 | NID_wap_wsg_idm_ecid_wtls11, 5, &kObjectData[4974], 0}, |
| 3048 | {"wap-wsg-idm-ecid-wtls12", "wap-wsg-idm-ecid-wtls12", |
| 3049 | NID_wap_wsg_idm_ecid_wtls12, 5, &kObjectData[4979], 0}, |
| 3050 | {"anyPolicy", "X509v3 Any Policy", NID_any_policy, 4, &kObjectData[4984], |
| 3051 | 0}, |
| 3052 | {"policyMappings", "X509v3 Policy Mappings", NID_policy_mappings, 3, |
| 3053 | &kObjectData[4988], 0}, |
| 3054 | {"inhibitAnyPolicy", "X509v3 Inhibit Any Policy", NID_inhibit_any_policy, 3, |
| 3055 | &kObjectData[4991], 0}, |
| 3056 | {"Oakley-EC2N-3", "ipsec3", NID_ipsec3, 0, NULL, 0}, |
| 3057 | {"Oakley-EC2N-4", "ipsec4", NID_ipsec4, 0, NULL, 0}, |
| 3058 | {"CAMELLIA-128-CBC", "camellia-128-cbc", NID_camellia_128_cbc, 11, |
| 3059 | &kObjectData[4994], 0}, |
| 3060 | {"CAMELLIA-192-CBC", "camellia-192-cbc", NID_camellia_192_cbc, 11, |
| 3061 | &kObjectData[5005], 0}, |
| 3062 | {"CAMELLIA-256-CBC", "camellia-256-cbc", NID_camellia_256_cbc, 11, |
| 3063 | &kObjectData[5016], 0}, |
| 3064 | {"CAMELLIA-128-ECB", "camellia-128-ecb", NID_camellia_128_ecb, 8, |
| 3065 | &kObjectData[5027], 0}, |
| 3066 | {"CAMELLIA-192-ECB", "camellia-192-ecb", NID_camellia_192_ecb, 8, |
| 3067 | &kObjectData[5035], 0}, |
| 3068 | {"CAMELLIA-256-ECB", "camellia-256-ecb", NID_camellia_256_ecb, 8, |
| 3069 | &kObjectData[5043], 0}, |
| 3070 | {"CAMELLIA-128-CFB", "camellia-128-cfb", NID_camellia_128_cfb128, 8, |
| 3071 | &kObjectData[5051], 0}, |
| 3072 | {"CAMELLIA-192-CFB", "camellia-192-cfb", NID_camellia_192_cfb128, 8, |
| 3073 | &kObjectData[5059], 0}, |
| 3074 | {"CAMELLIA-256-CFB", "camellia-256-cfb", NID_camellia_256_cfb128, 8, |
| 3075 | &kObjectData[5067], 0}, |
| 3076 | {"CAMELLIA-128-CFB1", "camellia-128-cfb1", NID_camellia_128_cfb1, 0, NULL, |
| 3077 | 0}, |
| 3078 | {"CAMELLIA-192-CFB1", "camellia-192-cfb1", NID_camellia_192_cfb1, 0, NULL, |
| 3079 | 0}, |
| 3080 | {"CAMELLIA-256-CFB1", "camellia-256-cfb1", NID_camellia_256_cfb1, 0, NULL, |
| 3081 | 0}, |
| 3082 | {"CAMELLIA-128-CFB8", "camellia-128-cfb8", NID_camellia_128_cfb8, 0, NULL, |
| 3083 | 0}, |
| 3084 | {"CAMELLIA-192-CFB8", "camellia-192-cfb8", NID_camellia_192_cfb8, 0, NULL, |
| 3085 | 0}, |
| 3086 | {"CAMELLIA-256-CFB8", "camellia-256-cfb8", NID_camellia_256_cfb8, 0, NULL, |
| 3087 | 0}, |
| 3088 | {"CAMELLIA-128-OFB", "camellia-128-ofb", NID_camellia_128_ofb128, 8, |
| 3089 | &kObjectData[5075], 0}, |
| 3090 | {"CAMELLIA-192-OFB", "camellia-192-ofb", NID_camellia_192_ofb128, 8, |
| 3091 | &kObjectData[5083], 0}, |
| 3092 | {"CAMELLIA-256-OFB", "camellia-256-ofb", NID_camellia_256_ofb128, 8, |
| 3093 | &kObjectData[5091], 0}, |
| 3094 | {"subjectDirectoryAttributes", "X509v3 Subject Directory Attributes", |
| 3095 | NID_subject_directory_attributes, 3, &kObjectData[5099], 0}, |
| 3096 | {"issuingDistributionPoint", "X509v3 Issuing Distribution Point", |
| 3097 | NID_issuing_distribution_point, 3, &kObjectData[5102], 0}, |
| 3098 | {"certificateIssuer", "X509v3 Certificate Issuer", NID_certificate_issuer, |
| 3099 | 3, &kObjectData[5105], 0}, |
| 3100 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 3101 | {"KISA", "kisa", NID_kisa, 6, &kObjectData[5108], 0}, |
| 3102 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 3103 | {NULL, NULL, NID_undef, 0, NULL, 0}, |
| 3104 | {"SEED-ECB", "seed-ecb", NID_seed_ecb, 8, &kObjectData[5114], 0}, |
| 3105 | {"SEED-CBC", "seed-cbc", NID_seed_cbc, 8, &kObjectData[5122], 0}, |
| 3106 | {"SEED-OFB", "seed-ofb", NID_seed_ofb128, 8, &kObjectData[5130], 0}, |
| 3107 | {"SEED-CFB", "seed-cfb", NID_seed_cfb128, 8, &kObjectData[5138], 0}, |
| 3108 | {"HMAC-MD5", "hmac-md5", NID_hmac_md5, 8, &kObjectData[5146], 0}, |
| 3109 | {"HMAC-SHA1", "hmac-sha1", NID_hmac_sha1, 8, &kObjectData[5154], 0}, |
| 3110 | {"id-PasswordBasedMAC", "password based MAC", NID_id_PasswordBasedMAC, 9, |
| 3111 | &kObjectData[5162], 0}, |
| 3112 | {"id-DHBasedMac", "Diffie-Hellman based MAC", NID_id_DHBasedMac, 9, |
| 3113 | &kObjectData[5171], 0}, |
| 3114 | {"id-it-suppLangTags", "id-it-suppLangTags", NID_id_it_suppLangTags, 8, |
| 3115 | &kObjectData[5180], 0}, |
| 3116 | {"caRepository", "CA Repository", NID_caRepository, 8, &kObjectData[5188], |
| 3117 | 0}, |
| 3118 | {"id-smime-ct-compressedData", "id-smime-ct-compressedData", |
| 3119 | NID_id_smime_ct_compressedData, 11, &kObjectData[5196], 0}, |
| 3120 | {"id-ct-asciiTextWithCRLF", "id-ct-asciiTextWithCRLF", |
| 3121 | NID_id_ct_asciiTextWithCRLF, 11, &kObjectData[5207], 0}, |
| 3122 | {"id-aes128-wrap", "id-aes128-wrap", NID_id_aes128_wrap, 9, |
| 3123 | &kObjectData[5218], 0}, |
| 3124 | {"id-aes192-wrap", "id-aes192-wrap", NID_id_aes192_wrap, 9, |
| 3125 | &kObjectData[5227], 0}, |
| 3126 | {"id-aes256-wrap", "id-aes256-wrap", NID_id_aes256_wrap, 9, |
| 3127 | &kObjectData[5236], 0}, |
| 3128 | {"ecdsa-with-Recommended", "ecdsa-with-Recommended", |
| 3129 | NID_ecdsa_with_Recommended, 7, &kObjectData[5245], 0}, |
| 3130 | {"ecdsa-with-Specified", "ecdsa-with-Specified", NID_ecdsa_with_Specified, |
| 3131 | 7, &kObjectData[5252], 0}, |
| 3132 | {"ecdsa-with-SHA224", "ecdsa-with-SHA224", NID_ecdsa_with_SHA224, 8, |
| 3133 | &kObjectData[5259], 0}, |
| 3134 | {"ecdsa-with-SHA256", "ecdsa-with-SHA256", NID_ecdsa_with_SHA256, 8, |
| 3135 | &kObjectData[5267], 0}, |
| 3136 | {"ecdsa-with-SHA384", "ecdsa-with-SHA384", NID_ecdsa_with_SHA384, 8, |
| 3137 | &kObjectData[5275], 0}, |
| 3138 | {"ecdsa-with-SHA512", "ecdsa-with-SHA512", NID_ecdsa_with_SHA512, 8, |
| 3139 | &kObjectData[5283], 0}, |
| 3140 | {"hmacWithMD5", "hmacWithMD5", NID_hmacWithMD5, 8, &kObjectData[5291], 0}, |
| 3141 | {"hmacWithSHA224", "hmacWithSHA224", NID_hmacWithSHA224, 8, |
| 3142 | &kObjectData[5299], 0}, |
| 3143 | {"hmacWithSHA256", "hmacWithSHA256", NID_hmacWithSHA256, 8, |
| 3144 | &kObjectData[5307], 0}, |
| 3145 | {"hmacWithSHA384", "hmacWithSHA384", NID_hmacWithSHA384, 8, |
| 3146 | &kObjectData[5315], 0}, |
| 3147 | {"hmacWithSHA512", "hmacWithSHA512", NID_hmacWithSHA512, 8, |
| 3148 | &kObjectData[5323], 0}, |
| 3149 | {"dsa_with_SHA224", "dsa_with_SHA224", NID_dsa_with_SHA224, 9, |
| 3150 | &kObjectData[5331], 0}, |
| 3151 | {"dsa_with_SHA256", "dsa_with_SHA256", NID_dsa_with_SHA256, 9, |
| 3152 | &kObjectData[5340], 0}, |
| 3153 | {"whirlpool", "whirlpool", NID_whirlpool, 6, &kObjectData[5349], 0}, |
| 3154 | {"cryptopro", "cryptopro", NID_cryptopro, 5, &kObjectData[5355], 0}, |
| 3155 | {"cryptocom", "cryptocom", NID_cryptocom, 5, &kObjectData[5360], 0}, |
| 3156 | {"id-GostR3411-94-with-GostR3410-2001", |
| 3157 | "GOST R 34.11-94 with GOST R 34.10-2001", |
| 3158 | NID_id_GostR3411_94_with_GostR3410_2001, 6, &kObjectData[5365], 0}, |
| 3159 | {"id-GostR3411-94-with-GostR3410-94", |
| 3160 | "GOST R 34.11-94 with GOST R 34.10-94", |
| 3161 | NID_id_GostR3411_94_with_GostR3410_94, 6, &kObjectData[5371], 0}, |
| 3162 | {"md_gost94", "GOST R 34.11-94", NID_id_GostR3411_94, 6, &kObjectData[5377], |
| 3163 | 0}, |
| 3164 | {"id-HMACGostR3411-94", "HMAC GOST 34.11-94", NID_id_HMACGostR3411_94, 6, |
| 3165 | &kObjectData[5383], 0}, |
| 3166 | {"gost2001", "GOST R 34.10-2001", NID_id_GostR3410_2001, 6, |
| 3167 | &kObjectData[5389], 0}, |
| 3168 | {"gost94", "GOST R 34.10-94", NID_id_GostR3410_94, 6, &kObjectData[5395], |
| 3169 | 0}, |
| 3170 | {"gost89", "GOST 28147-89", NID_id_Gost28147_89, 6, &kObjectData[5401], 0}, |
| 3171 | {"gost89-cnt", "gost89-cnt", NID_gost89_cnt, 0, NULL, 0}, |
| 3172 | {"gost-mac", "GOST 28147-89 MAC", NID_id_Gost28147_89_MAC, 6, |
| 3173 | &kObjectData[5407], 0}, |
| 3174 | {"prf-gostr3411-94", "GOST R 34.11-94 PRF", NID_id_GostR3411_94_prf, 6, |
| 3175 | &kObjectData[5413], 0}, |
| 3176 | {"id-GostR3410-2001DH", "GOST R 34.10-2001 DH", NID_id_GostR3410_2001DH, 6, |
| 3177 | &kObjectData[5419], 0}, |
| 3178 | {"id-GostR3410-94DH", "GOST R 34.10-94 DH", NID_id_GostR3410_94DH, 6, |
| 3179 | &kObjectData[5425], 0}, |
| 3180 | {"id-Gost28147-89-CryptoPro-KeyMeshing", |
| 3181 | "id-Gost28147-89-CryptoPro-KeyMeshing", |
| 3182 | NID_id_Gost28147_89_CryptoPro_KeyMeshing, 7, &kObjectData[5431], 0}, |
| 3183 | {"id-Gost28147-89-None-KeyMeshing", "id-Gost28147-89-None-KeyMeshing", |
| 3184 | NID_id_Gost28147_89_None_KeyMeshing, 7, &kObjectData[5438], 0}, |
| 3185 | {"id-GostR3411-94-TestParamSet", "id-GostR3411-94-TestParamSet", |
| 3186 | NID_id_GostR3411_94_TestParamSet, 7, &kObjectData[5445], 0}, |
| 3187 | {"id-GostR3411-94-CryptoProParamSet", "id-GostR3411-94-CryptoProParamSet", |
| 3188 | NID_id_GostR3411_94_CryptoProParamSet, 7, &kObjectData[5452], 0}, |
| 3189 | {"id-Gost28147-89-TestParamSet", "id-Gost28147-89-TestParamSet", |
| 3190 | NID_id_Gost28147_89_TestParamSet, 7, &kObjectData[5459], 0}, |
| 3191 | {"id-Gost28147-89-CryptoPro-A-ParamSet", |
| 3192 | "id-Gost28147-89-CryptoPro-A-ParamSet", |
| 3193 | NID_id_Gost28147_89_CryptoPro_A_ParamSet, 7, &kObjectData[5466], 0}, |
| 3194 | {"id-Gost28147-89-CryptoPro-B-ParamSet", |
| 3195 | "id-Gost28147-89-CryptoPro-B-ParamSet", |
| 3196 | NID_id_Gost28147_89_CryptoPro_B_ParamSet, 7, &kObjectData[5473], 0}, |
| 3197 | {"id-Gost28147-89-CryptoPro-C-ParamSet", |
| 3198 | "id-Gost28147-89-CryptoPro-C-ParamSet", |
| 3199 | NID_id_Gost28147_89_CryptoPro_C_ParamSet, 7, &kObjectData[5480], 0}, |
| 3200 | {"id-Gost28147-89-CryptoPro-D-ParamSet", |
| 3201 | "id-Gost28147-89-CryptoPro-D-ParamSet", |
| 3202 | NID_id_Gost28147_89_CryptoPro_D_ParamSet, 7, &kObjectData[5487], 0}, |
| 3203 | {"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet", |
| 3204 | "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet", |
| 3205 | NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet, 7, &kObjectData[5494], |
| 3206 | 0}, |
| 3207 | {"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet", |
| 3208 | "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet", |
| 3209 | NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet, 7, &kObjectData[5501], |
| 3210 | 0}, |
| 3211 | {"id-Gost28147-89-CryptoPro-RIC-1-ParamSet", |
| 3212 | "id-Gost28147-89-CryptoPro-RIC-1-ParamSet", |
| 3213 | NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet, 7, &kObjectData[5508], 0}, |
| 3214 | {"id-GostR3410-94-TestParamSet", "id-GostR3410-94-TestParamSet", |
| 3215 | NID_id_GostR3410_94_TestParamSet, 7, &kObjectData[5515], 0}, |
| 3216 | {"id-GostR3410-94-CryptoPro-A-ParamSet", |
| 3217 | "id-GostR3410-94-CryptoPro-A-ParamSet", |
| 3218 | NID_id_GostR3410_94_CryptoPro_A_ParamSet, 7, &kObjectData[5522], 0}, |
| 3219 | {"id-GostR3410-94-CryptoPro-B-ParamSet", |
| 3220 | "id-GostR3410-94-CryptoPro-B-ParamSet", |
| 3221 | NID_id_GostR3410_94_CryptoPro_B_ParamSet, 7, &kObjectData[5529], 0}, |
| 3222 | {"id-GostR3410-94-CryptoPro-C-ParamSet", |
| 3223 | "id-GostR3410-94-CryptoPro-C-ParamSet", |
| 3224 | NID_id_GostR3410_94_CryptoPro_C_ParamSet, 7, &kObjectData[5536], 0}, |
| 3225 | {"id-GostR3410-94-CryptoPro-D-ParamSet", |
| 3226 | "id-GostR3410-94-CryptoPro-D-ParamSet", |
| 3227 | NID_id_GostR3410_94_CryptoPro_D_ParamSet, 7, &kObjectData[5543], 0}, |
| 3228 | {"id-GostR3410-94-CryptoPro-XchA-ParamSet", |
| 3229 | "id-GostR3410-94-CryptoPro-XchA-ParamSet", |
| 3230 | NID_id_GostR3410_94_CryptoPro_XchA_ParamSet, 7, &kObjectData[5550], 0}, |
| 3231 | {"id-GostR3410-94-CryptoPro-XchB-ParamSet", |
| 3232 | "id-GostR3410-94-CryptoPro-XchB-ParamSet", |
| 3233 | NID_id_GostR3410_94_CryptoPro_XchB_ParamSet, 7, &kObjectData[5557], 0}, |
| 3234 | {"id-GostR3410-94-CryptoPro-XchC-ParamSet", |
| 3235 | "id-GostR3410-94-CryptoPro-XchC-ParamSet", |
| 3236 | NID_id_GostR3410_94_CryptoPro_XchC_ParamSet, 7, &kObjectData[5564], 0}, |
| 3237 | {"id-GostR3410-2001-TestParamSet", "id-GostR3410-2001-TestParamSet", |
| 3238 | NID_id_GostR3410_2001_TestParamSet, 7, &kObjectData[5571], 0}, |
| 3239 | {"id-GostR3410-2001-CryptoPro-A-ParamSet", |
| 3240 | "id-GostR3410-2001-CryptoPro-A-ParamSet", |
| 3241 | NID_id_GostR3410_2001_CryptoPro_A_ParamSet, 7, &kObjectData[5578], 0}, |
| 3242 | {"id-GostR3410-2001-CryptoPro-B-ParamSet", |
| 3243 | "id-GostR3410-2001-CryptoPro-B-ParamSet", |
| 3244 | NID_id_GostR3410_2001_CryptoPro_B_ParamSet, 7, &kObjectData[5585], 0}, |
| 3245 | {"id-GostR3410-2001-CryptoPro-C-ParamSet", |
| 3246 | "id-GostR3410-2001-CryptoPro-C-ParamSet", |
| 3247 | NID_id_GostR3410_2001_CryptoPro_C_ParamSet, 7, &kObjectData[5592], 0}, |
| 3248 | {"id-GostR3410-2001-CryptoPro-XchA-ParamSet", |
| 3249 | "id-GostR3410-2001-CryptoPro-XchA-ParamSet", |
| 3250 | NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet, 7, &kObjectData[5599], 0}, |
| 3251 | {"id-GostR3410-2001-CryptoPro-XchB-ParamSet", |
| 3252 | "id-GostR3410-2001-CryptoPro-XchB-ParamSet", |
| 3253 | NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet, 7, &kObjectData[5606], 0}, |
| 3254 | {"id-GostR3410-94-a", "id-GostR3410-94-a", NID_id_GostR3410_94_a, 7, |
| 3255 | &kObjectData[5613], 0}, |
| 3256 | {"id-GostR3410-94-aBis", "id-GostR3410-94-aBis", NID_id_GostR3410_94_aBis, |
| 3257 | 7, &kObjectData[5620], 0}, |
| 3258 | {"id-GostR3410-94-b", "id-GostR3410-94-b", NID_id_GostR3410_94_b, 7, |
| 3259 | &kObjectData[5627], 0}, |
| 3260 | {"id-GostR3410-94-bBis", "id-GostR3410-94-bBis", NID_id_GostR3410_94_bBis, |
| 3261 | 7, &kObjectData[5634], 0}, |
| 3262 | {"id-Gost28147-89-cc", "GOST 28147-89 Cryptocom ParamSet", |
| 3263 | NID_id_Gost28147_89_cc, 8, &kObjectData[5641], 0}, |
| 3264 | {"gost94cc", "GOST 34.10-94 Cryptocom", NID_id_GostR3410_94_cc, 8, |
| 3265 | &kObjectData[5649], 0}, |
| 3266 | {"gost2001cc", "GOST 34.10-2001 Cryptocom", NID_id_GostR3410_2001_cc, 8, |
| 3267 | &kObjectData[5657], 0}, |
| 3268 | {"id-GostR3411-94-with-GostR3410-94-cc", |
| 3269 | "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom", |
| 3270 | NID_id_GostR3411_94_with_GostR3410_94_cc, 8, &kObjectData[5665], 0}, |
| 3271 | {"id-GostR3411-94-with-GostR3410-2001-cc", |
| 3272 | "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom", |
| 3273 | NID_id_GostR3411_94_with_GostR3410_2001_cc, 8, &kObjectData[5673], 0}, |
| 3274 | {"id-GostR3410-2001-ParamSet-cc", |
| 3275 | "GOST R 3410-2001 Parameter Set Cryptocom", |
| 3276 | NID_id_GostR3410_2001_ParamSet_cc, 8, &kObjectData[5681], 0}, |
| 3277 | {"HMAC", "hmac", NID_hmac, 0, NULL, 0}, |
| 3278 | {"LocalKeySet", "Microsoft Local Key set", NID_LocalKeySet, 9, |
| 3279 | &kObjectData[5689], 0}, |
| 3280 | {"freshestCRL", "X509v3 Freshest CRL", NID_freshest_crl, 3, |
| 3281 | &kObjectData[5698], 0}, |
| 3282 | {"id-on-permanentIdentifier", "Permanent Identifier", |
| 3283 | NID_id_on_permanentIdentifier, 8, &kObjectData[5701], 0}, |
| 3284 | {"searchGuide", "searchGuide", NID_searchGuide, 3, &kObjectData[5709], 0}, |
| 3285 | {"businessCategory", "businessCategory", NID_businessCategory, 3, |
| 3286 | &kObjectData[5712], 0}, |
| 3287 | {"postalAddress", "postalAddress", NID_postalAddress, 3, &kObjectData[5715], |
| 3288 | 0}, |
| 3289 | {"postOfficeBox", "postOfficeBox", NID_postOfficeBox, 3, &kObjectData[5718], |
| 3290 | 0}, |
| 3291 | {"physicalDeliveryOfficeName", "physicalDeliveryOfficeName", |
| 3292 | NID_physicalDeliveryOfficeName, 3, &kObjectData[5721], 0}, |
| 3293 | {"telephoneNumber", "telephoneNumber", NID_telephoneNumber, 3, |
| 3294 | &kObjectData[5724], 0}, |
| 3295 | {"telexNumber", "telexNumber", NID_telexNumber, 3, &kObjectData[5727], 0}, |
| 3296 | {"teletexTerminalIdentifier", "teletexTerminalIdentifier", |
| 3297 | NID_teletexTerminalIdentifier, 3, &kObjectData[5730], 0}, |
| 3298 | {"facsimileTelephoneNumber", "facsimileTelephoneNumber", |
| 3299 | NID_facsimileTelephoneNumber, 3, &kObjectData[5733], 0}, |
| 3300 | {"x121Address", "x121Address", NID_x121Address, 3, &kObjectData[5736], 0}, |
| 3301 | {"internationaliSDNNumber", "internationaliSDNNumber", |
| 3302 | NID_internationaliSDNNumber, 3, &kObjectData[5739], 0}, |
| 3303 | {"registeredAddress", "registeredAddress", NID_registeredAddress, 3, |
| 3304 | &kObjectData[5742], 0}, |
| 3305 | {"destinationIndicator", "destinationIndicator", NID_destinationIndicator, |
| 3306 | 3, &kObjectData[5745], 0}, |
| 3307 | {"preferredDeliveryMethod", "preferredDeliveryMethod", |
| 3308 | NID_preferredDeliveryMethod, 3, &kObjectData[5748], 0}, |
| 3309 | {"presentationAddress", "presentationAddress", NID_presentationAddress, 3, |
| 3310 | &kObjectData[5751], 0}, |
| 3311 | {"supportedApplicationContext", "supportedApplicationContext", |
| 3312 | NID_supportedApplicationContext, 3, &kObjectData[5754], 0}, |
| 3313 | {"member", "member", NID_member, 3, &kObjectData[5757], 0}, |
| 3314 | {"owner", "owner", NID_owner, 3, &kObjectData[5760], 0}, |
| 3315 | {"roleOccupant", "roleOccupant", NID_roleOccupant, 3, &kObjectData[5763], |
| 3316 | 0}, |
| 3317 | {"seeAlso", "seeAlso", NID_seeAlso, 3, &kObjectData[5766], 0}, |
| 3318 | {"userPassword", "userPassword", NID_userPassword, 3, &kObjectData[5769], |
| 3319 | 0}, |
| 3320 | {"userCertificate", "userCertificate", NID_userCertificate, 3, |
| 3321 | &kObjectData[5772], 0}, |
| 3322 | {"cACertificate", "cACertificate", NID_cACertificate, 3, &kObjectData[5775], |
| 3323 | 0}, |
| 3324 | {"authorityRevocationList", "authorityRevocationList", |
| 3325 | NID_authorityRevocationList, 3, &kObjectData[5778], 0}, |
| 3326 | {"certificateRevocationList", "certificateRevocationList", |
| 3327 | NID_certificateRevocationList, 3, &kObjectData[5781], 0}, |
| 3328 | {"crossCertificatePair", "crossCertificatePair", NID_crossCertificatePair, |
| 3329 | 3, &kObjectData[5784], 0}, |
| 3330 | {"enhancedSearchGuide", "enhancedSearchGuide", NID_enhancedSearchGuide, 3, |
| 3331 | &kObjectData[5787], 0}, |
| 3332 | {"protocolInformation", "protocolInformation", NID_protocolInformation, 3, |
| 3333 | &kObjectData[5790], 0}, |
| 3334 | {"distinguishedName", "distinguishedName", NID_distinguishedName, 3, |
| 3335 | &kObjectData[5793], 0}, |
| 3336 | {"uniqueMember", "uniqueMember", NID_uniqueMember, 3, &kObjectData[5796], |
| 3337 | 0}, |
| 3338 | {"houseIdentifier", "houseIdentifier", NID_houseIdentifier, 3, |
| 3339 | &kObjectData[5799], 0}, |
| 3340 | {"supportedAlgorithms", "supportedAlgorithms", NID_supportedAlgorithms, 3, |
| 3341 | &kObjectData[5802], 0}, |
| 3342 | {"deltaRevocationList", "deltaRevocationList", NID_deltaRevocationList, 3, |
| 3343 | &kObjectData[5805], 0}, |
| 3344 | {"dmdName", "dmdName", NID_dmdName, 3, &kObjectData[5808], 0}, |
| 3345 | {"id-alg-PWRI-KEK", "id-alg-PWRI-KEK", NID_id_alg_PWRI_KEK, 11, |
| 3346 | &kObjectData[5811], 0}, |
| 3347 | {"CMAC", "cmac", NID_cmac, 0, NULL, 0}, |
| 3348 | {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &kObjectData[5822], 0}, |
| 3349 | {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &kObjectData[5831], 0}, |
| 3350 | {"id-aes128-wrap-pad", "id-aes128-wrap-pad", NID_id_aes128_wrap_pad, 9, |
| 3351 | &kObjectData[5840], 0}, |
| 3352 | {"id-aes192-GCM", "aes-192-gcm", NID_aes_192_gcm, 9, &kObjectData[5849], 0}, |
| 3353 | {"id-aes192-CCM", "aes-192-ccm", NID_aes_192_ccm, 9, &kObjectData[5858], 0}, |
| 3354 | {"id-aes192-wrap-pad", "id-aes192-wrap-pad", NID_id_aes192_wrap_pad, 9, |
| 3355 | &kObjectData[5867], 0}, |
| 3356 | {"id-aes256-GCM", "aes-256-gcm", NID_aes_256_gcm, 9, &kObjectData[5876], 0}, |
| 3357 | {"id-aes256-CCM", "aes-256-ccm", NID_aes_256_ccm, 9, &kObjectData[5885], 0}, |
| 3358 | {"id-aes256-wrap-pad", "id-aes256-wrap-pad", NID_id_aes256_wrap_pad, 9, |
| 3359 | &kObjectData[5894], 0}, |
| 3360 | {"AES-128-CTR", "aes-128-ctr", NID_aes_128_ctr, 0, NULL, 0}, |
| 3361 | {"AES-192-CTR", "aes-192-ctr", NID_aes_192_ctr, 0, NULL, 0}, |
| 3362 | {"AES-256-CTR", "aes-256-ctr", NID_aes_256_ctr, 0, NULL, 0}, |
| 3363 | {"id-camellia128-wrap", "id-camellia128-wrap", NID_id_camellia128_wrap, 11, |
| 3364 | &kObjectData[5903], 0}, |
| 3365 | {"id-camellia192-wrap", "id-camellia192-wrap", NID_id_camellia192_wrap, 11, |
| 3366 | &kObjectData[5914], 0}, |
| 3367 | {"id-camellia256-wrap", "id-camellia256-wrap", NID_id_camellia256_wrap, 11, |
| 3368 | &kObjectData[5925], 0}, |
| 3369 | {"anyExtendedKeyUsage", "Any Extended Key Usage", NID_anyExtendedKeyUsage, |
| 3370 | 4, &kObjectData[5936], 0}, |
| 3371 | {"MGF1", "mgf1", NID_mgf1, 9, &kObjectData[5940], 0}, |
| 3372 | {"RSASSA-PSS", "rsassaPss", NID_rsassaPss, 9, &kObjectData[5949], 0}, |
| 3373 | {"AES-128-XTS", "aes-128-xts", NID_aes_128_xts, 0, NULL, 0}, |
| 3374 | {"AES-256-XTS", "aes-256-xts", NID_aes_256_xts, 0, NULL, 0}, |
| 3375 | {"RC4-HMAC-MD5", "rc4-hmac-md5", NID_rc4_hmac_md5, 0, NULL, 0}, |
| 3376 | {"AES-128-CBC-HMAC-SHA1", "aes-128-cbc-hmac-sha1", |
| 3377 | NID_aes_128_cbc_hmac_sha1, 0, NULL, 0}, |
| 3378 | {"AES-192-CBC-HMAC-SHA1", "aes-192-cbc-hmac-sha1", |
| 3379 | NID_aes_192_cbc_hmac_sha1, 0, NULL, 0}, |
| 3380 | {"AES-256-CBC-HMAC-SHA1", "aes-256-cbc-hmac-sha1", |
| 3381 | NID_aes_256_cbc_hmac_sha1, 0, NULL, 0}, |
| 3382 | {"RSAES-OAEP", "rsaesOaep", NID_rsaesOaep, 9, &kObjectData[5958], 0}, |
| 3383 | {"dhpublicnumber", "X9.42 DH", NID_dhpublicnumber, 7, &kObjectData[5967], |
| 3384 | 0}, |
| 3385 | {"brainpoolP160r1", "brainpoolP160r1", NID_brainpoolP160r1, 9, |
| 3386 | &kObjectData[5974], 0}, |
| 3387 | {"brainpoolP160t1", "brainpoolP160t1", NID_brainpoolP160t1, 9, |
| 3388 | &kObjectData[5983], 0}, |
| 3389 | {"brainpoolP192r1", "brainpoolP192r1", NID_brainpoolP192r1, 9, |
| 3390 | &kObjectData[5992], 0}, |
| 3391 | {"brainpoolP192t1", "brainpoolP192t1", NID_brainpoolP192t1, 9, |
| 3392 | &kObjectData[6001], 0}, |
| 3393 | {"brainpoolP224r1", "brainpoolP224r1", NID_brainpoolP224r1, 9, |
| 3394 | &kObjectData[6010], 0}, |
| 3395 | {"brainpoolP224t1", "brainpoolP224t1", NID_brainpoolP224t1, 9, |
| 3396 | &kObjectData[6019], 0}, |
| 3397 | {"brainpoolP256r1", "brainpoolP256r1", NID_brainpoolP256r1, 9, |
| 3398 | &kObjectData[6028], 0}, |
| 3399 | {"brainpoolP256t1", "brainpoolP256t1", NID_brainpoolP256t1, 9, |
| 3400 | &kObjectData[6037], 0}, |
| 3401 | {"brainpoolP320r1", "brainpoolP320r1", NID_brainpoolP320r1, 9, |
| 3402 | &kObjectData[6046], 0}, |
| 3403 | {"brainpoolP320t1", "brainpoolP320t1", NID_brainpoolP320t1, 9, |
| 3404 | &kObjectData[6055], 0}, |
| 3405 | {"brainpoolP384r1", "brainpoolP384r1", NID_brainpoolP384r1, 9, |
| 3406 | &kObjectData[6064], 0}, |
| 3407 | {"brainpoolP384t1", "brainpoolP384t1", NID_brainpoolP384t1, 9, |
| 3408 | &kObjectData[6073], 0}, |
| 3409 | {"brainpoolP512r1", "brainpoolP512r1", NID_brainpoolP512r1, 9, |
| 3410 | &kObjectData[6082], 0}, |
| 3411 | {"brainpoolP512t1", "brainpoolP512t1", NID_brainpoolP512t1, 9, |
| 3412 | &kObjectData[6091], 0}, |
| 3413 | {"PSPECIFIED", "pSpecified", NID_pSpecified, 9, &kObjectData[6100], 0}, |
| 3414 | {"dhSinglePass-stdDH-sha1kdf-scheme", "dhSinglePass-stdDH-sha1kdf-scheme", |
| 3415 | NID_dhSinglePass_stdDH_sha1kdf_scheme, 9, &kObjectData[6109], 0}, |
| 3416 | {"dhSinglePass-stdDH-sha224kdf-scheme", |
| 3417 | "dhSinglePass-stdDH-sha224kdf-scheme", |
| 3418 | NID_dhSinglePass_stdDH_sha224kdf_scheme, 6, &kObjectData[6118], 0}, |
| 3419 | {"dhSinglePass-stdDH-sha256kdf-scheme", |
| 3420 | "dhSinglePass-stdDH-sha256kdf-scheme", |
| 3421 | NID_dhSinglePass_stdDH_sha256kdf_scheme, 6, &kObjectData[6124], 0}, |
| 3422 | {"dhSinglePass-stdDH-sha384kdf-scheme", |
| 3423 | "dhSinglePass-stdDH-sha384kdf-scheme", |
| 3424 | NID_dhSinglePass_stdDH_sha384kdf_scheme, 6, &kObjectData[6130], 0}, |
| 3425 | {"dhSinglePass-stdDH-sha512kdf-scheme", |
| 3426 | "dhSinglePass-stdDH-sha512kdf-scheme", |
| 3427 | NID_dhSinglePass_stdDH_sha512kdf_scheme, 6, &kObjectData[6136], 0}, |
| 3428 | {"dhSinglePass-cofactorDH-sha1kdf-scheme", |
| 3429 | "dhSinglePass-cofactorDH-sha1kdf-scheme", |
| 3430 | NID_dhSinglePass_cofactorDH_sha1kdf_scheme, 9, &kObjectData[6142], 0}, |
| 3431 | {"dhSinglePass-cofactorDH-sha224kdf-scheme", |
| 3432 | "dhSinglePass-cofactorDH-sha224kdf-scheme", |
| 3433 | NID_dhSinglePass_cofactorDH_sha224kdf_scheme, 6, &kObjectData[6151], 0}, |
| 3434 | {"dhSinglePass-cofactorDH-sha256kdf-scheme", |
| 3435 | "dhSinglePass-cofactorDH-sha256kdf-scheme", |
| 3436 | NID_dhSinglePass_cofactorDH_sha256kdf_scheme, 6, &kObjectData[6157], 0}, |
| 3437 | {"dhSinglePass-cofactorDH-sha384kdf-scheme", |
| 3438 | "dhSinglePass-cofactorDH-sha384kdf-scheme", |
| 3439 | NID_dhSinglePass_cofactorDH_sha384kdf_scheme, 6, &kObjectData[6163], 0}, |
| 3440 | {"dhSinglePass-cofactorDH-sha512kdf-scheme", |
| 3441 | "dhSinglePass-cofactorDH-sha512kdf-scheme", |
| 3442 | NID_dhSinglePass_cofactorDH_sha512kdf_scheme, 6, &kObjectData[6169], 0}, |
| 3443 | {"dh-std-kdf", "dh-std-kdf", NID_dh_std_kdf, 0, NULL, 0}, |
| 3444 | {"dh-cofactor-kdf", "dh-cofactor-kdf", NID_dh_cofactor_kdf, 0, NULL, 0}, |
| 3445 | {"X25519", "X25519", NID_X25519, 0, NULL, 0}, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 3446 | {"ED25519", "ED25519", NID_ED25519, 3, &kObjectData[6175], 0}, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 3447 | {"ChaCha20-Poly1305", "chacha20-poly1305", NID_chacha20_poly1305, 0, NULL, |
| 3448 | 0}, |
| 3449 | {"KxRSA", "kx-rsa", NID_kx_rsa, 0, NULL, 0}, |
| 3450 | {"KxECDHE", "kx-ecdhe", NID_kx_ecdhe, 0, NULL, 0}, |
| 3451 | {"KxPSK", "kx-psk", NID_kx_psk, 0, NULL, 0}, |
| 3452 | {"AuthRSA", "auth-rsa", NID_auth_rsa, 0, NULL, 0}, |
| 3453 | {"AuthECDSA", "auth-ecdsa", NID_auth_ecdsa, 0, NULL, 0}, |
| 3454 | {"AuthPSK", "auth-psk", NID_auth_psk, 0, NULL, 0}, |
| 3455 | {"KxANY", "kx-any", NID_kx_any, 0, NULL, 0}, |
| 3456 | {"AuthANY", "auth-any", NID_auth_any, 0, NULL, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 3457 | }; |
| 3458 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 3459 | static const unsigned kNIDsInShortNameOrder[] = { |
| 3460 | 364 /* AD_DVCS */, |
| 3461 | 419 /* AES-128-CBC */, |
| 3462 | 916 /* AES-128-CBC-HMAC-SHA1 */, |
| 3463 | 421 /* AES-128-CFB */, |
| 3464 | 650 /* AES-128-CFB1 */, |
| 3465 | 653 /* AES-128-CFB8 */, |
| 3466 | 904 /* AES-128-CTR */, |
| 3467 | 418 /* AES-128-ECB */, |
| 3468 | 420 /* AES-128-OFB */, |
| 3469 | 913 /* AES-128-XTS */, |
| 3470 | 423 /* AES-192-CBC */, |
| 3471 | 917 /* AES-192-CBC-HMAC-SHA1 */, |
| 3472 | 425 /* AES-192-CFB */, |
| 3473 | 651 /* AES-192-CFB1 */, |
| 3474 | 654 /* AES-192-CFB8 */, |
| 3475 | 905 /* AES-192-CTR */, |
| 3476 | 422 /* AES-192-ECB */, |
| 3477 | 424 /* AES-192-OFB */, |
| 3478 | 427 /* AES-256-CBC */, |
| 3479 | 918 /* AES-256-CBC-HMAC-SHA1 */, |
| 3480 | 429 /* AES-256-CFB */, |
| 3481 | 652 /* AES-256-CFB1 */, |
| 3482 | 655 /* AES-256-CFB8 */, |
| 3483 | 906 /* AES-256-CTR */, |
| 3484 | 426 /* AES-256-ECB */, |
| 3485 | 428 /* AES-256-OFB */, |
| 3486 | 914 /* AES-256-XTS */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 3487 | 958 /* AuthANY */, |
| 3488 | 955 /* AuthECDSA */, |
| 3489 | 956 /* AuthPSK */, |
| 3490 | 954 /* AuthRSA */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 3491 | 91 /* BF-CBC */, |
| 3492 | 93 /* BF-CFB */, |
| 3493 | 92 /* BF-ECB */, |
| 3494 | 94 /* BF-OFB */, |
| 3495 | 14 /* C */, |
| 3496 | 751 /* CAMELLIA-128-CBC */, |
| 3497 | 757 /* CAMELLIA-128-CFB */, |
| 3498 | 760 /* CAMELLIA-128-CFB1 */, |
| 3499 | 763 /* CAMELLIA-128-CFB8 */, |
| 3500 | 754 /* CAMELLIA-128-ECB */, |
| 3501 | 766 /* CAMELLIA-128-OFB */, |
| 3502 | 752 /* CAMELLIA-192-CBC */, |
| 3503 | 758 /* CAMELLIA-192-CFB */, |
| 3504 | 761 /* CAMELLIA-192-CFB1 */, |
| 3505 | 764 /* CAMELLIA-192-CFB8 */, |
| 3506 | 755 /* CAMELLIA-192-ECB */, |
| 3507 | 767 /* CAMELLIA-192-OFB */, |
| 3508 | 753 /* CAMELLIA-256-CBC */, |
| 3509 | 759 /* CAMELLIA-256-CFB */, |
| 3510 | 762 /* CAMELLIA-256-CFB1 */, |
| 3511 | 765 /* CAMELLIA-256-CFB8 */, |
| 3512 | 756 /* CAMELLIA-256-ECB */, |
| 3513 | 768 /* CAMELLIA-256-OFB */, |
| 3514 | 108 /* CAST5-CBC */, |
| 3515 | 110 /* CAST5-CFB */, |
| 3516 | 109 /* CAST5-ECB */, |
| 3517 | 111 /* CAST5-OFB */, |
| 3518 | 894 /* CMAC */, |
| 3519 | 13 /* CN */, |
| 3520 | 141 /* CRLReason */, |
| 3521 | 417 /* CSPName */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 3522 | 950 /* ChaCha20-Poly1305 */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 3523 | 367 /* CrlID */, |
| 3524 | 391 /* DC */, |
| 3525 | 31 /* DES-CBC */, |
| 3526 | 643 /* DES-CDMF */, |
| 3527 | 30 /* DES-CFB */, |
| 3528 | 656 /* DES-CFB1 */, |
| 3529 | 657 /* DES-CFB8 */, |
| 3530 | 29 /* DES-ECB */, |
| 3531 | 32 /* DES-EDE */, |
| 3532 | 43 /* DES-EDE-CBC */, |
| 3533 | 60 /* DES-EDE-CFB */, |
| 3534 | 62 /* DES-EDE-OFB */, |
| 3535 | 33 /* DES-EDE3 */, |
| 3536 | 44 /* DES-EDE3-CBC */, |
| 3537 | 61 /* DES-EDE3-CFB */, |
| 3538 | 658 /* DES-EDE3-CFB1 */, |
| 3539 | 659 /* DES-EDE3-CFB8 */, |
| 3540 | 63 /* DES-EDE3-OFB */, |
| 3541 | 45 /* DES-OFB */, |
| 3542 | 80 /* DESX-CBC */, |
| 3543 | 380 /* DOD */, |
| 3544 | 116 /* DSA */, |
| 3545 | 66 /* DSA-SHA */, |
| 3546 | 113 /* DSA-SHA1 */, |
| 3547 | 70 /* DSA-SHA1-old */, |
| 3548 | 67 /* DSA-old */, |
| 3549 | 297 /* DVCS */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 3550 | 949 /* ED25519 */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 3551 | 99 /* GN */, |
| 3552 | 855 /* HMAC */, |
| 3553 | 780 /* HMAC-MD5 */, |
| 3554 | 781 /* HMAC-SHA1 */, |
| 3555 | 381 /* IANA */, |
| 3556 | 34 /* IDEA-CBC */, |
| 3557 | 35 /* IDEA-CFB */, |
| 3558 | 36 /* IDEA-ECB */, |
| 3559 | 46 /* IDEA-OFB */, |
| 3560 | 181 /* ISO */, |
| 3561 | 183 /* ISO-US */, |
| 3562 | 645 /* ITU-T */, |
| 3563 | 646 /* JOINT-ISO-ITU-T */, |
| 3564 | 773 /* KISA */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 3565 | 957 /* KxANY */, |
| 3566 | 952 /* KxECDHE */, |
| 3567 | 953 /* KxPSK */, |
| 3568 | 951 /* KxRSA */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 3569 | 15 /* L */, |
| 3570 | 856 /* LocalKeySet */, |
| 3571 | 3 /* MD2 */, |
| 3572 | 257 /* MD4 */, |
| 3573 | 4 /* MD5 */, |
| 3574 | 114 /* MD5-SHA1 */, |
| 3575 | 95 /* MDC2 */, |
| 3576 | 911 /* MGF1 */, |
| 3577 | 388 /* Mail */, |
| 3578 | 57 /* Netscape */, |
| 3579 | 366 /* Nonce */, |
| 3580 | 17 /* O */, |
| 3581 | 178 /* OCSP */, |
| 3582 | 180 /* OCSPSigning */, |
| 3583 | 379 /* ORG */, |
| 3584 | 18 /* OU */, |
| 3585 | 749 /* Oakley-EC2N-3 */, |
| 3586 | 750 /* Oakley-EC2N-4 */, |
| 3587 | 9 /* PBE-MD2-DES */, |
| 3588 | 168 /* PBE-MD2-RC2-64 */, |
| 3589 | 10 /* PBE-MD5-DES */, |
| 3590 | 169 /* PBE-MD5-RC2-64 */, |
| 3591 | 147 /* PBE-SHA1-2DES */, |
| 3592 | 146 /* PBE-SHA1-3DES */, |
| 3593 | 170 /* PBE-SHA1-DES */, |
| 3594 | 148 /* PBE-SHA1-RC2-128 */, |
| 3595 | 149 /* PBE-SHA1-RC2-40 */, |
| 3596 | 68 /* PBE-SHA1-RC2-64 */, |
| 3597 | 144 /* PBE-SHA1-RC4-128 */, |
| 3598 | 145 /* PBE-SHA1-RC4-40 */, |
| 3599 | 161 /* PBES2 */, |
| 3600 | 69 /* PBKDF2 */, |
| 3601 | 162 /* PBMAC1 */, |
| 3602 | 127 /* PKIX */, |
| 3603 | 935 /* PSPECIFIED */, |
| 3604 | 98 /* RC2-40-CBC */, |
| 3605 | 166 /* RC2-64-CBC */, |
| 3606 | 37 /* RC2-CBC */, |
| 3607 | 39 /* RC2-CFB */, |
| 3608 | 38 /* RC2-ECB */, |
| 3609 | 40 /* RC2-OFB */, |
| 3610 | 5 /* RC4 */, |
| 3611 | 97 /* RC4-40 */, |
| 3612 | 915 /* RC4-HMAC-MD5 */, |
| 3613 | 120 /* RC5-CBC */, |
| 3614 | 122 /* RC5-CFB */, |
| 3615 | 121 /* RC5-ECB */, |
| 3616 | 123 /* RC5-OFB */, |
| 3617 | 117 /* RIPEMD160 */, |
| 3618 | 19 /* RSA */, |
| 3619 | 7 /* RSA-MD2 */, |
| 3620 | 396 /* RSA-MD4 */, |
| 3621 | 8 /* RSA-MD5 */, |
| 3622 | 96 /* RSA-MDC2 */, |
| 3623 | 104 /* RSA-NP-MD5 */, |
| 3624 | 119 /* RSA-RIPEMD160 */, |
| 3625 | 42 /* RSA-SHA */, |
| 3626 | 65 /* RSA-SHA1 */, |
| 3627 | 115 /* RSA-SHA1-2 */, |
| 3628 | 671 /* RSA-SHA224 */, |
| 3629 | 668 /* RSA-SHA256 */, |
| 3630 | 669 /* RSA-SHA384 */, |
| 3631 | 670 /* RSA-SHA512 */, |
| 3632 | 919 /* RSAES-OAEP */, |
| 3633 | 912 /* RSASSA-PSS */, |
| 3634 | 777 /* SEED-CBC */, |
| 3635 | 779 /* SEED-CFB */, |
| 3636 | 776 /* SEED-ECB */, |
| 3637 | 778 /* SEED-OFB */, |
| 3638 | 41 /* SHA */, |
| 3639 | 64 /* SHA1 */, |
| 3640 | 675 /* SHA224 */, |
| 3641 | 672 /* SHA256 */, |
| 3642 | 673 /* SHA384 */, |
| 3643 | 674 /* SHA512 */, |
| 3644 | 188 /* SMIME */, |
| 3645 | 167 /* SMIME-CAPS */, |
| 3646 | 100 /* SN */, |
| 3647 | 16 /* ST */, |
| 3648 | 143 /* SXNetID */, |
| 3649 | 458 /* UID */, |
| 3650 | 0 /* UNDEF */, |
| 3651 | 948 /* X25519 */, |
| 3652 | 11 /* X500 */, |
| 3653 | 378 /* X500algorithms */, |
| 3654 | 12 /* X509 */, |
| 3655 | 184 /* X9-57 */, |
| 3656 | 185 /* X9cm */, |
| 3657 | 125 /* ZLIB */, |
| 3658 | 478 /* aRecord */, |
| 3659 | 289 /* aaControls */, |
| 3660 | 287 /* ac-auditEntity */, |
| 3661 | 397 /* ac-proxying */, |
| 3662 | 288 /* ac-targeting */, |
| 3663 | 368 /* acceptableResponses */, |
| 3664 | 446 /* account */, |
| 3665 | 363 /* ad_timestamping */, |
| 3666 | 376 /* algorithm */, |
| 3667 | 405 /* ansi-X9-62 */, |
| 3668 | 910 /* anyExtendedKeyUsage */, |
| 3669 | 746 /* anyPolicy */, |
| 3670 | 370 /* archiveCutoff */, |
| 3671 | 484 /* associatedDomain */, |
| 3672 | 485 /* associatedName */, |
| 3673 | 501 /* audio */, |
| 3674 | 177 /* authorityInfoAccess */, |
| 3675 | 90 /* authorityKeyIdentifier */, |
| 3676 | 882 /* authorityRevocationList */, |
| 3677 | 87 /* basicConstraints */, |
| 3678 | 365 /* basicOCSPResponse */, |
| 3679 | 285 /* biometricInfo */, |
| 3680 | 921 /* brainpoolP160r1 */, |
| 3681 | 922 /* brainpoolP160t1 */, |
| 3682 | 923 /* brainpoolP192r1 */, |
| 3683 | 924 /* brainpoolP192t1 */, |
| 3684 | 925 /* brainpoolP224r1 */, |
| 3685 | 926 /* brainpoolP224t1 */, |
| 3686 | 927 /* brainpoolP256r1 */, |
| 3687 | 928 /* brainpoolP256t1 */, |
| 3688 | 929 /* brainpoolP320r1 */, |
| 3689 | 930 /* brainpoolP320t1 */, |
| 3690 | 931 /* brainpoolP384r1 */, |
| 3691 | 932 /* brainpoolP384t1 */, |
| 3692 | 933 /* brainpoolP512r1 */, |
| 3693 | 934 /* brainpoolP512t1 */, |
| 3694 | 494 /* buildingName */, |
| 3695 | 860 /* businessCategory */, |
| 3696 | 691 /* c2onb191v4 */, |
| 3697 | 692 /* c2onb191v5 */, |
| 3698 | 697 /* c2onb239v4 */, |
| 3699 | 698 /* c2onb239v5 */, |
| 3700 | 684 /* c2pnb163v1 */, |
| 3701 | 685 /* c2pnb163v2 */, |
| 3702 | 686 /* c2pnb163v3 */, |
| 3703 | 687 /* c2pnb176v1 */, |
| 3704 | 693 /* c2pnb208w1 */, |
| 3705 | 699 /* c2pnb272w1 */, |
| 3706 | 700 /* c2pnb304w1 */, |
| 3707 | 702 /* c2pnb368w1 */, |
| 3708 | 688 /* c2tnb191v1 */, |
| 3709 | 689 /* c2tnb191v2 */, |
| 3710 | 690 /* c2tnb191v3 */, |
| 3711 | 694 /* c2tnb239v1 */, |
| 3712 | 695 /* c2tnb239v2 */, |
| 3713 | 696 /* c2tnb239v3 */, |
| 3714 | 701 /* c2tnb359v1 */, |
| 3715 | 703 /* c2tnb431r1 */, |
| 3716 | 881 /* cACertificate */, |
| 3717 | 483 /* cNAMERecord */, |
| 3718 | 179 /* caIssuers */, |
| 3719 | 785 /* caRepository */, |
| 3720 | 443 /* caseIgnoreIA5StringSyntax */, |
| 3721 | 152 /* certBag */, |
| 3722 | 677 /* certicom-arc */, |
| 3723 | 771 /* certificateIssuer */, |
| 3724 | 89 /* certificatePolicies */, |
| 3725 | 883 /* certificateRevocationList */, |
| 3726 | 54 /* challengePassword */, |
| 3727 | 407 /* characteristic-two-field */, |
| 3728 | 395 /* clearance */, |
| 3729 | 130 /* clientAuth */, |
| 3730 | 131 /* codeSigning */, |
| 3731 | 50 /* contentType */, |
| 3732 | 53 /* countersignature */, |
| 3733 | 153 /* crlBag */, |
| 3734 | 103 /* crlDistributionPoints */, |
| 3735 | 88 /* crlNumber */, |
| 3736 | 884 /* crossCertificatePair */, |
| 3737 | 806 /* cryptocom */, |
| 3738 | 805 /* cryptopro */, |
| 3739 | 500 /* dITRedirect */, |
| 3740 | 451 /* dNSDomain */, |
| 3741 | 495 /* dSAQuality */, |
| 3742 | 434 /* data */, |
| 3743 | 390 /* dcobject */, |
| 3744 | 140 /* deltaCRL */, |
| 3745 | 891 /* deltaRevocationList */, |
| 3746 | 107 /* description */, |
| 3747 | 871 /* destinationIndicator */, |
| 3748 | 947 /* dh-cofactor-kdf */, |
| 3749 | 946 /* dh-std-kdf */, |
| 3750 | 28 /* dhKeyAgreement */, |
| 3751 | 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */, |
| 3752 | 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */, |
| 3753 | 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */, |
| 3754 | 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */, |
| 3755 | 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */, |
| 3756 | 936 /* dhSinglePass-stdDH-sha1kdf-scheme */, |
| 3757 | 937 /* dhSinglePass-stdDH-sha224kdf-scheme */, |
| 3758 | 938 /* dhSinglePass-stdDH-sha256kdf-scheme */, |
| 3759 | 939 /* dhSinglePass-stdDH-sha384kdf-scheme */, |
| 3760 | 940 /* dhSinglePass-stdDH-sha512kdf-scheme */, |
| 3761 | 920 /* dhpublicnumber */, |
| 3762 | 382 /* directory */, |
| 3763 | 887 /* distinguishedName */, |
| 3764 | 892 /* dmdName */, |
| 3765 | 174 /* dnQualifier */, |
| 3766 | 447 /* document */, |
| 3767 | 471 /* documentAuthor */, |
| 3768 | 468 /* documentIdentifier */, |
| 3769 | 472 /* documentLocation */, |
| 3770 | 502 /* documentPublisher */, |
| 3771 | 449 /* documentSeries */, |
| 3772 | 469 /* documentTitle */, |
| 3773 | 470 /* documentVersion */, |
| 3774 | 392 /* domain */, |
| 3775 | 452 /* domainRelatedObject */, |
| 3776 | 802 /* dsa_with_SHA224 */, |
| 3777 | 803 /* dsa_with_SHA256 */, |
| 3778 | 791 /* ecdsa-with-Recommended */, |
| 3779 | 416 /* ecdsa-with-SHA1 */, |
| 3780 | 793 /* ecdsa-with-SHA224 */, |
| 3781 | 794 /* ecdsa-with-SHA256 */, |
| 3782 | 795 /* ecdsa-with-SHA384 */, |
| 3783 | 796 /* ecdsa-with-SHA512 */, |
| 3784 | 792 /* ecdsa-with-Specified */, |
| 3785 | 48 /* emailAddress */, |
| 3786 | 132 /* emailProtection */, |
| 3787 | 885 /* enhancedSearchGuide */, |
| 3788 | 389 /* enterprises */, |
| 3789 | 384 /* experimental */, |
| 3790 | 172 /* extReq */, |
| 3791 | 56 /* extendedCertificateAttributes */, |
| 3792 | 126 /* extendedKeyUsage */, |
| 3793 | 372 /* extendedStatus */, |
| 3794 | 867 /* facsimileTelephoneNumber */, |
| 3795 | 462 /* favouriteDrink */, |
| 3796 | 857 /* freshestCRL */, |
| 3797 | 453 /* friendlyCountry */, |
| 3798 | 490 /* friendlyCountryName */, |
| 3799 | 156 /* friendlyName */, |
| 3800 | 509 /* generationQualifier */, |
| 3801 | 815 /* gost-mac */, |
| 3802 | 811 /* gost2001 */, |
| 3803 | 851 /* gost2001cc */, |
| 3804 | 813 /* gost89 */, |
| 3805 | 814 /* gost89-cnt */, |
| 3806 | 812 /* gost94 */, |
| 3807 | 850 /* gost94cc */, |
| 3808 | 797 /* hmacWithMD5 */, |
| 3809 | 163 /* hmacWithSHA1 */, |
| 3810 | 798 /* hmacWithSHA224 */, |
| 3811 | 799 /* hmacWithSHA256 */, |
| 3812 | 800 /* hmacWithSHA384 */, |
| 3813 | 801 /* hmacWithSHA512 */, |
| 3814 | 432 /* holdInstructionCallIssuer */, |
| 3815 | 430 /* holdInstructionCode */, |
| 3816 | 431 /* holdInstructionNone */, |
| 3817 | 433 /* holdInstructionReject */, |
| 3818 | 486 /* homePostalAddress */, |
| 3819 | 473 /* homeTelephoneNumber */, |
| 3820 | 466 /* host */, |
| 3821 | 889 /* houseIdentifier */, |
| 3822 | 442 /* iA5StringSyntax */, |
| 3823 | 783 /* id-DHBasedMac */, |
| 3824 | 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */, |
| 3825 | 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */, |
| 3826 | 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */, |
| 3827 | 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */, |
| 3828 | 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */, |
| 3829 | 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */, |
| 3830 | 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */, |
| 3831 | 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */, |
| 3832 | 820 /* id-Gost28147-89-None-KeyMeshing */, |
| 3833 | 823 /* id-Gost28147-89-TestParamSet */, |
| 3834 | 849 /* id-Gost28147-89-cc */, |
| 3835 | 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */, |
| 3836 | 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */, |
| 3837 | 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */, |
| 3838 | 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */, |
| 3839 | 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */, |
| 3840 | 854 /* id-GostR3410-2001-ParamSet-cc */, |
| 3841 | 839 /* id-GostR3410-2001-TestParamSet */, |
| 3842 | 817 /* id-GostR3410-2001DH */, |
| 3843 | 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */, |
| 3844 | 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */, |
| 3845 | 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */, |
| 3846 | 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */, |
| 3847 | 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */, |
| 3848 | 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */, |
| 3849 | 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */, |
| 3850 | 831 /* id-GostR3410-94-TestParamSet */, |
| 3851 | 845 /* id-GostR3410-94-a */, |
| 3852 | 846 /* id-GostR3410-94-aBis */, |
| 3853 | 847 /* id-GostR3410-94-b */, |
| 3854 | 848 /* id-GostR3410-94-bBis */, |
| 3855 | 818 /* id-GostR3410-94DH */, |
| 3856 | 822 /* id-GostR3411-94-CryptoProParamSet */, |
| 3857 | 821 /* id-GostR3411-94-TestParamSet */, |
| 3858 | 807 /* id-GostR3411-94-with-GostR3410-2001 */, |
| 3859 | 853 /* id-GostR3411-94-with-GostR3410-2001-cc */, |
| 3860 | 808 /* id-GostR3411-94-with-GostR3410-94 */, |
| 3861 | 852 /* id-GostR3411-94-with-GostR3410-94-cc */, |
| 3862 | 810 /* id-HMACGostR3411-94 */, |
| 3863 | 782 /* id-PasswordBasedMAC */, |
| 3864 | 266 /* id-aca */, |
| 3865 | 355 /* id-aca-accessIdentity */, |
| 3866 | 354 /* id-aca-authenticationInfo */, |
| 3867 | 356 /* id-aca-chargingIdentity */, |
| 3868 | 399 /* id-aca-encAttrs */, |
| 3869 | 357 /* id-aca-group */, |
| 3870 | 358 /* id-aca-role */, |
| 3871 | 176 /* id-ad */, |
| 3872 | 896 /* id-aes128-CCM */, |
| 3873 | 895 /* id-aes128-GCM */, |
| 3874 | 788 /* id-aes128-wrap */, |
| 3875 | 897 /* id-aes128-wrap-pad */, |
| 3876 | 899 /* id-aes192-CCM */, |
| 3877 | 898 /* id-aes192-GCM */, |
| 3878 | 789 /* id-aes192-wrap */, |
| 3879 | 900 /* id-aes192-wrap-pad */, |
| 3880 | 902 /* id-aes256-CCM */, |
| 3881 | 901 /* id-aes256-GCM */, |
| 3882 | 790 /* id-aes256-wrap */, |
| 3883 | 903 /* id-aes256-wrap-pad */, |
| 3884 | 262 /* id-alg */, |
| 3885 | 893 /* id-alg-PWRI-KEK */, |
| 3886 | 323 /* id-alg-des40 */, |
| 3887 | 326 /* id-alg-dh-pop */, |
| 3888 | 325 /* id-alg-dh-sig-hmac-sha1 */, |
| 3889 | 324 /* id-alg-noSignature */, |
| 3890 | 907 /* id-camellia128-wrap */, |
| 3891 | 908 /* id-camellia192-wrap */, |
| 3892 | 909 /* id-camellia256-wrap */, |
| 3893 | 268 /* id-cct */, |
| 3894 | 361 /* id-cct-PKIData */, |
| 3895 | 362 /* id-cct-PKIResponse */, |
| 3896 | 360 /* id-cct-crs */, |
| 3897 | 81 /* id-ce */, |
| 3898 | 680 /* id-characteristic-two-basis */, |
| 3899 | 263 /* id-cmc */, |
| 3900 | 334 /* id-cmc-addExtensions */, |
| 3901 | 346 /* id-cmc-confirmCertAcceptance */, |
| 3902 | 330 /* id-cmc-dataReturn */, |
| 3903 | 336 /* id-cmc-decryptedPOP */, |
| 3904 | 335 /* id-cmc-encryptedPOP */, |
| 3905 | 339 /* id-cmc-getCRL */, |
| 3906 | 338 /* id-cmc-getCert */, |
| 3907 | 328 /* id-cmc-identification */, |
| 3908 | 329 /* id-cmc-identityProof */, |
| 3909 | 337 /* id-cmc-lraPOPWitness */, |
| 3910 | 344 /* id-cmc-popLinkRandom */, |
| 3911 | 345 /* id-cmc-popLinkWitness */, |
| 3912 | 343 /* id-cmc-queryPending */, |
| 3913 | 333 /* id-cmc-recipientNonce */, |
| 3914 | 341 /* id-cmc-regInfo */, |
| 3915 | 342 /* id-cmc-responseInfo */, |
| 3916 | 340 /* id-cmc-revokeRequest */, |
| 3917 | 332 /* id-cmc-senderNonce */, |
| 3918 | 327 /* id-cmc-statusInfo */, |
| 3919 | 331 /* id-cmc-transactionId */, |
| 3920 | 787 /* id-ct-asciiTextWithCRLF */, |
| 3921 | 408 /* id-ecPublicKey */, |
| 3922 | 508 /* id-hex-multipart-message */, |
| 3923 | 507 /* id-hex-partial-message */, |
| 3924 | 260 /* id-it */, |
| 3925 | 302 /* id-it-caKeyUpdateInfo */, |
| 3926 | 298 /* id-it-caProtEncCert */, |
| 3927 | 311 /* id-it-confirmWaitTime */, |
| 3928 | 303 /* id-it-currentCRL */, |
| 3929 | 300 /* id-it-encKeyPairTypes */, |
| 3930 | 310 /* id-it-implicitConfirm */, |
| 3931 | 308 /* id-it-keyPairParamRep */, |
| 3932 | 307 /* id-it-keyPairParamReq */, |
| 3933 | 312 /* id-it-origPKIMessage */, |
| 3934 | 301 /* id-it-preferredSymmAlg */, |
| 3935 | 309 /* id-it-revPassphrase */, |
| 3936 | 299 /* id-it-signKeyPairTypes */, |
| 3937 | 305 /* id-it-subscriptionRequest */, |
| 3938 | 306 /* id-it-subscriptionResponse */, |
| 3939 | 784 /* id-it-suppLangTags */, |
| 3940 | 304 /* id-it-unsupportedOIDs */, |
| 3941 | 128 /* id-kp */, |
| 3942 | 280 /* id-mod-attribute-cert */, |
| 3943 | 274 /* id-mod-cmc */, |
| 3944 | 277 /* id-mod-cmp */, |
| 3945 | 284 /* id-mod-cmp2000 */, |
| 3946 | 273 /* id-mod-crmf */, |
| 3947 | 283 /* id-mod-dvcs */, |
| 3948 | 275 /* id-mod-kea-profile-88 */, |
| 3949 | 276 /* id-mod-kea-profile-93 */, |
| 3950 | 282 /* id-mod-ocsp */, |
| 3951 | 278 /* id-mod-qualified-cert-88 */, |
| 3952 | 279 /* id-mod-qualified-cert-93 */, |
| 3953 | 281 /* id-mod-timestamp-protocol */, |
| 3954 | 264 /* id-on */, |
| 3955 | 858 /* id-on-permanentIdentifier */, |
| 3956 | 347 /* id-on-personalData */, |
| 3957 | 265 /* id-pda */, |
| 3958 | 352 /* id-pda-countryOfCitizenship */, |
| 3959 | 353 /* id-pda-countryOfResidence */, |
| 3960 | 348 /* id-pda-dateOfBirth */, |
| 3961 | 351 /* id-pda-gender */, |
| 3962 | 349 /* id-pda-placeOfBirth */, |
| 3963 | 175 /* id-pe */, |
| 3964 | 261 /* id-pkip */, |
| 3965 | 258 /* id-pkix-mod */, |
| 3966 | 269 /* id-pkix1-explicit-88 */, |
| 3967 | 271 /* id-pkix1-explicit-93 */, |
| 3968 | 270 /* id-pkix1-implicit-88 */, |
| 3969 | 272 /* id-pkix1-implicit-93 */, |
| 3970 | 662 /* id-ppl */, |
| 3971 | 664 /* id-ppl-anyLanguage */, |
| 3972 | 667 /* id-ppl-independent */, |
| 3973 | 665 /* id-ppl-inheritAll */, |
| 3974 | 267 /* id-qcs */, |
| 3975 | 359 /* id-qcs-pkixQCSyntax-v1 */, |
| 3976 | 259 /* id-qt */, |
| 3977 | 164 /* id-qt-cps */, |
| 3978 | 165 /* id-qt-unotice */, |
| 3979 | 313 /* id-regCtrl */, |
| 3980 | 316 /* id-regCtrl-authenticator */, |
| 3981 | 319 /* id-regCtrl-oldCertID */, |
| 3982 | 318 /* id-regCtrl-pkiArchiveOptions */, |
| 3983 | 317 /* id-regCtrl-pkiPublicationInfo */, |
| 3984 | 320 /* id-regCtrl-protocolEncrKey */, |
| 3985 | 315 /* id-regCtrl-regToken */, |
| 3986 | 314 /* id-regInfo */, |
| 3987 | 322 /* id-regInfo-certReq */, |
| 3988 | 321 /* id-regInfo-utf8Pairs */, |
| 3989 | 512 /* id-set */, |
| 3990 | 191 /* id-smime-aa */, |
| 3991 | 215 /* id-smime-aa-contentHint */, |
| 3992 | 218 /* id-smime-aa-contentIdentifier */, |
| 3993 | 221 /* id-smime-aa-contentReference */, |
| 3994 | 240 /* id-smime-aa-dvcs-dvc */, |
| 3995 | 217 /* id-smime-aa-encapContentType */, |
| 3996 | 222 /* id-smime-aa-encrypKeyPref */, |
| 3997 | 220 /* id-smime-aa-equivalentLabels */, |
| 3998 | 232 /* id-smime-aa-ets-CertificateRefs */, |
| 3999 | 233 /* id-smime-aa-ets-RevocationRefs */, |
| 4000 | 238 /* id-smime-aa-ets-archiveTimeStamp */, |
| 4001 | 237 /* id-smime-aa-ets-certCRLTimestamp */, |
| 4002 | 234 /* id-smime-aa-ets-certValues */, |
| 4003 | 227 /* id-smime-aa-ets-commitmentType */, |
| 4004 | 231 /* id-smime-aa-ets-contentTimestamp */, |
| 4005 | 236 /* id-smime-aa-ets-escTimeStamp */, |
| 4006 | 230 /* id-smime-aa-ets-otherSigCert */, |
| 4007 | 235 /* id-smime-aa-ets-revocationValues */, |
| 4008 | 226 /* id-smime-aa-ets-sigPolicyId */, |
| 4009 | 229 /* id-smime-aa-ets-signerAttr */, |
| 4010 | 228 /* id-smime-aa-ets-signerLocation */, |
| 4011 | 219 /* id-smime-aa-macValue */, |
| 4012 | 214 /* id-smime-aa-mlExpandHistory */, |
| 4013 | 216 /* id-smime-aa-msgSigDigest */, |
| 4014 | 212 /* id-smime-aa-receiptRequest */, |
| 4015 | 213 /* id-smime-aa-securityLabel */, |
| 4016 | 239 /* id-smime-aa-signatureType */, |
| 4017 | 223 /* id-smime-aa-signingCertificate */, |
| 4018 | 224 /* id-smime-aa-smimeEncryptCerts */, |
| 4019 | 225 /* id-smime-aa-timeStampToken */, |
| 4020 | 192 /* id-smime-alg */, |
| 4021 | 243 /* id-smime-alg-3DESwrap */, |
| 4022 | 246 /* id-smime-alg-CMS3DESwrap */, |
| 4023 | 247 /* id-smime-alg-CMSRC2wrap */, |
| 4024 | 245 /* id-smime-alg-ESDH */, |
| 4025 | 241 /* id-smime-alg-ESDHwith3DES */, |
| 4026 | 242 /* id-smime-alg-ESDHwithRC2 */, |
| 4027 | 244 /* id-smime-alg-RC2wrap */, |
| 4028 | 193 /* id-smime-cd */, |
| 4029 | 248 /* id-smime-cd-ldap */, |
| 4030 | 190 /* id-smime-ct */, |
| 4031 | 210 /* id-smime-ct-DVCSRequestData */, |
| 4032 | 211 /* id-smime-ct-DVCSResponseData */, |
| 4033 | 208 /* id-smime-ct-TDTInfo */, |
| 4034 | 207 /* id-smime-ct-TSTInfo */, |
| 4035 | 205 /* id-smime-ct-authData */, |
| 4036 | 786 /* id-smime-ct-compressedData */, |
| 4037 | 209 /* id-smime-ct-contentInfo */, |
| 4038 | 206 /* id-smime-ct-publishCert */, |
| 4039 | 204 /* id-smime-ct-receipt */, |
| 4040 | 195 /* id-smime-cti */, |
| 4041 | 255 /* id-smime-cti-ets-proofOfApproval */, |
| 4042 | 256 /* id-smime-cti-ets-proofOfCreation */, |
| 4043 | 253 /* id-smime-cti-ets-proofOfDelivery */, |
| 4044 | 251 /* id-smime-cti-ets-proofOfOrigin */, |
| 4045 | 252 /* id-smime-cti-ets-proofOfReceipt */, |
| 4046 | 254 /* id-smime-cti-ets-proofOfSender */, |
| 4047 | 189 /* id-smime-mod */, |
| 4048 | 196 /* id-smime-mod-cms */, |
| 4049 | 197 /* id-smime-mod-ess */, |
| 4050 | 202 /* id-smime-mod-ets-eSigPolicy-88 */, |
| 4051 | 203 /* id-smime-mod-ets-eSigPolicy-97 */, |
| 4052 | 200 /* id-smime-mod-ets-eSignature-88 */, |
| 4053 | 201 /* id-smime-mod-ets-eSignature-97 */, |
| 4054 | 199 /* id-smime-mod-msg-v3 */, |
| 4055 | 198 /* id-smime-mod-oid */, |
| 4056 | 194 /* id-smime-spq */, |
| 4057 | 250 /* id-smime-spq-ets-sqt-unotice */, |
| 4058 | 249 /* id-smime-spq-ets-sqt-uri */, |
| 4059 | 676 /* identified-organization */, |
| 4060 | 461 /* info */, |
| 4061 | 748 /* inhibitAnyPolicy */, |
| 4062 | 101 /* initials */, |
| 4063 | 647 /* international-organizations */, |
| 4064 | 869 /* internationaliSDNNumber */, |
| 4065 | 142 /* invalidityDate */, |
| 4066 | 294 /* ipsecEndSystem */, |
| 4067 | 295 /* ipsecTunnel */, |
| 4068 | 296 /* ipsecUser */, |
| 4069 | 86 /* issuerAltName */, |
| 4070 | 770 /* issuingDistributionPoint */, |
| 4071 | 492 /* janetMailbox */, |
| 4072 | 150 /* keyBag */, |
| 4073 | 83 /* keyUsage */, |
| 4074 | 477 /* lastModifiedBy */, |
| 4075 | 476 /* lastModifiedTime */, |
| 4076 | 157 /* localKeyID */, |
| 4077 | 480 /* mXRecord */, |
| 4078 | 460 /* mail */, |
| 4079 | 493 /* mailPreferenceOption */, |
| 4080 | 467 /* manager */, |
| 4081 | 809 /* md_gost94 */, |
| 4082 | 875 /* member */, |
| 4083 | 182 /* member-body */, |
| 4084 | 51 /* messageDigest */, |
| 4085 | 383 /* mgmt */, |
| 4086 | 504 /* mime-mhs */, |
| 4087 | 506 /* mime-mhs-bodies */, |
| 4088 | 505 /* mime-mhs-headings */, |
| 4089 | 488 /* mobileTelephoneNumber */, |
| 4090 | 136 /* msCTLSign */, |
| 4091 | 135 /* msCodeCom */, |
| 4092 | 134 /* msCodeInd */, |
| 4093 | 138 /* msEFS */, |
| 4094 | 171 /* msExtReq */, |
| 4095 | 137 /* msSGC */, |
| 4096 | 648 /* msSmartcardLogin */, |
| 4097 | 649 /* msUPN */, |
| 4098 | 481 /* nSRecord */, |
| 4099 | 173 /* name */, |
| 4100 | 666 /* nameConstraints */, |
| 4101 | 369 /* noCheck */, |
| 4102 | 403 /* noRevAvail */, |
| 4103 | 72 /* nsBaseUrl */, |
| 4104 | 76 /* nsCaPolicyUrl */, |
| 4105 | 74 /* nsCaRevocationUrl */, |
| 4106 | 58 /* nsCertExt */, |
| 4107 | 79 /* nsCertSequence */, |
| 4108 | 71 /* nsCertType */, |
| 4109 | 78 /* nsComment */, |
| 4110 | 59 /* nsDataType */, |
| 4111 | 75 /* nsRenewalUrl */, |
| 4112 | 73 /* nsRevocationUrl */, |
| 4113 | 139 /* nsSGC */, |
| 4114 | 77 /* nsSslServerName */, |
| 4115 | 681 /* onBasis */, |
| 4116 | 491 /* organizationalStatus */, |
| 4117 | 475 /* otherMailbox */, |
| 4118 | 876 /* owner */, |
| 4119 | 489 /* pagerTelephoneNumber */, |
| 4120 | 374 /* path */, |
| 4121 | 112 /* pbeWithMD5AndCast5CBC */, |
| 4122 | 499 /* personalSignature */, |
| 4123 | 487 /* personalTitle */, |
| 4124 | 464 /* photo */, |
| 4125 | 863 /* physicalDeliveryOfficeName */, |
| 4126 | 437 /* pilot */, |
| 4127 | 439 /* pilotAttributeSyntax */, |
| 4128 | 438 /* pilotAttributeType */, |
| 4129 | 479 /* pilotAttributeType27 */, |
| 4130 | 456 /* pilotDSA */, |
| 4131 | 441 /* pilotGroups */, |
| 4132 | 444 /* pilotObject */, |
| 4133 | 440 /* pilotObjectClass */, |
| 4134 | 455 /* pilotOrganization */, |
| 4135 | 445 /* pilotPerson */, |
| 4136 | 2 /* pkcs */, |
| 4137 | 186 /* pkcs1 */, |
| 4138 | 27 /* pkcs3 */, |
| 4139 | 187 /* pkcs5 */, |
| 4140 | 20 /* pkcs7 */, |
| 4141 | 21 /* pkcs7-data */, |
| 4142 | 25 /* pkcs7-digestData */, |
| 4143 | 26 /* pkcs7-encryptedData */, |
| 4144 | 23 /* pkcs7-envelopedData */, |
| 4145 | 24 /* pkcs7-signedAndEnvelopedData */, |
| 4146 | 22 /* pkcs7-signedData */, |
| 4147 | 151 /* pkcs8ShroudedKeyBag */, |
| 4148 | 47 /* pkcs9 */, |
| 4149 | 401 /* policyConstraints */, |
| 4150 | 747 /* policyMappings */, |
| 4151 | 862 /* postOfficeBox */, |
| 4152 | 861 /* postalAddress */, |
| 4153 | 661 /* postalCode */, |
| 4154 | 683 /* ppBasis */, |
| 4155 | 872 /* preferredDeliveryMethod */, |
| 4156 | 873 /* presentationAddress */, |
| 4157 | 816 /* prf-gostr3411-94 */, |
| 4158 | 406 /* prime-field */, |
| 4159 | 409 /* prime192v1 */, |
| 4160 | 410 /* prime192v2 */, |
| 4161 | 411 /* prime192v3 */, |
| 4162 | 412 /* prime239v1 */, |
| 4163 | 413 /* prime239v2 */, |
| 4164 | 414 /* prime239v3 */, |
| 4165 | 415 /* prime256v1 */, |
| 4166 | 385 /* private */, |
| 4167 | 84 /* privateKeyUsagePeriod */, |
| 4168 | 886 /* protocolInformation */, |
| 4169 | 663 /* proxyCertInfo */, |
| 4170 | 510 /* pseudonym */, |
| 4171 | 435 /* pss */, |
| 4172 | 286 /* qcStatements */, |
| 4173 | 457 /* qualityLabelledData */, |
| 4174 | 450 /* rFC822localPart */, |
| 4175 | 870 /* registeredAddress */, |
| 4176 | 400 /* role */, |
| 4177 | 877 /* roleOccupant */, |
| 4178 | 448 /* room */, |
| 4179 | 463 /* roomNumber */, |
| 4180 | 6 /* rsaEncryption */, |
| 4181 | 644 /* rsaOAEPEncryptionSET */, |
| 4182 | 377 /* rsaSignature */, |
| 4183 | 1 /* rsadsi */, |
| 4184 | 482 /* sOARecord */, |
| 4185 | 155 /* safeContentsBag */, |
| 4186 | 291 /* sbgp-autonomousSysNum */, |
| 4187 | 290 /* sbgp-ipAddrBlock */, |
| 4188 | 292 /* sbgp-routerIdentifier */, |
| 4189 | 159 /* sdsiCertificate */, |
| 4190 | 859 /* searchGuide */, |
| 4191 | 704 /* secp112r1 */, |
| 4192 | 705 /* secp112r2 */, |
| 4193 | 706 /* secp128r1 */, |
| 4194 | 707 /* secp128r2 */, |
| 4195 | 708 /* secp160k1 */, |
| 4196 | 709 /* secp160r1 */, |
| 4197 | 710 /* secp160r2 */, |
| 4198 | 711 /* secp192k1 */, |
| 4199 | 712 /* secp224k1 */, |
| 4200 | 713 /* secp224r1 */, |
| 4201 | 714 /* secp256k1 */, |
| 4202 | 715 /* secp384r1 */, |
| 4203 | 716 /* secp521r1 */, |
| 4204 | 154 /* secretBag */, |
| 4205 | 474 /* secretary */, |
| 4206 | 717 /* sect113r1 */, |
| 4207 | 718 /* sect113r2 */, |
| 4208 | 719 /* sect131r1 */, |
| 4209 | 720 /* sect131r2 */, |
| 4210 | 721 /* sect163k1 */, |
| 4211 | 722 /* sect163r1 */, |
| 4212 | 723 /* sect163r2 */, |
| 4213 | 724 /* sect193r1 */, |
| 4214 | 725 /* sect193r2 */, |
| 4215 | 726 /* sect233k1 */, |
| 4216 | 727 /* sect233r1 */, |
| 4217 | 728 /* sect239k1 */, |
| 4218 | 729 /* sect283k1 */, |
| 4219 | 730 /* sect283r1 */, |
| 4220 | 731 /* sect409k1 */, |
| 4221 | 732 /* sect409r1 */, |
| 4222 | 733 /* sect571k1 */, |
| 4223 | 734 /* sect571r1 */, |
| 4224 | 386 /* security */, |
| 4225 | 878 /* seeAlso */, |
| 4226 | 394 /* selected-attribute-types */, |
| 4227 | 105 /* serialNumber */, |
| 4228 | 129 /* serverAuth */, |
| 4229 | 371 /* serviceLocator */, |
| 4230 | 625 /* set-addPolicy */, |
| 4231 | 515 /* set-attr */, |
| 4232 | 518 /* set-brand */, |
| 4233 | 638 /* set-brand-AmericanExpress */, |
| 4234 | 637 /* set-brand-Diners */, |
| 4235 | 636 /* set-brand-IATA-ATA */, |
| 4236 | 639 /* set-brand-JCB */, |
| 4237 | 641 /* set-brand-MasterCard */, |
| 4238 | 642 /* set-brand-Novus */, |
| 4239 | 640 /* set-brand-Visa */, |
| 4240 | 517 /* set-certExt */, |
| 4241 | 513 /* set-ctype */, |
| 4242 | 514 /* set-msgExt */, |
| 4243 | 516 /* set-policy */, |
| 4244 | 607 /* set-policy-root */, |
| 4245 | 624 /* set-rootKeyThumb */, |
| 4246 | 620 /* setAttr-Cert */, |
| 4247 | 631 /* setAttr-GenCryptgrm */, |
| 4248 | 623 /* setAttr-IssCap */, |
| 4249 | 628 /* setAttr-IssCap-CVM */, |
| 4250 | 630 /* setAttr-IssCap-Sig */, |
| 4251 | 629 /* setAttr-IssCap-T2 */, |
| 4252 | 621 /* setAttr-PGWYcap */, |
| 4253 | 635 /* setAttr-SecDevSig */, |
| 4254 | 632 /* setAttr-T2Enc */, |
| 4255 | 633 /* setAttr-T2cleartxt */, |
| 4256 | 634 /* setAttr-TokICCsig */, |
| 4257 | 627 /* setAttr-Token-B0Prime */, |
| 4258 | 626 /* setAttr-Token-EMV */, |
| 4259 | 622 /* setAttr-TokenType */, |
| 4260 | 619 /* setCext-IssuerCapabilities */, |
| 4261 | 615 /* setCext-PGWYcapabilities */, |
| 4262 | 616 /* setCext-TokenIdentifier */, |
| 4263 | 618 /* setCext-TokenType */, |
| 4264 | 617 /* setCext-Track2Data */, |
| 4265 | 611 /* setCext-cCertRequired */, |
| 4266 | 609 /* setCext-certType */, |
| 4267 | 608 /* setCext-hashedRoot */, |
| 4268 | 610 /* setCext-merchData */, |
| 4269 | 613 /* setCext-setExt */, |
| 4270 | 614 /* setCext-setQualf */, |
| 4271 | 612 /* setCext-tunneling */, |
| 4272 | 540 /* setct-AcqCardCodeMsg */, |
| 4273 | 576 /* setct-AcqCardCodeMsgTBE */, |
| 4274 | 570 /* setct-AuthReqTBE */, |
| 4275 | 534 /* setct-AuthReqTBS */, |
| 4276 | 527 /* setct-AuthResBaggage */, |
| 4277 | 571 /* setct-AuthResTBE */, |
| 4278 | 572 /* setct-AuthResTBEX */, |
| 4279 | 535 /* setct-AuthResTBS */, |
| 4280 | 536 /* setct-AuthResTBSX */, |
| 4281 | 528 /* setct-AuthRevReqBaggage */, |
| 4282 | 577 /* setct-AuthRevReqTBE */, |
| 4283 | 541 /* setct-AuthRevReqTBS */, |
| 4284 | 529 /* setct-AuthRevResBaggage */, |
| 4285 | 542 /* setct-AuthRevResData */, |
| 4286 | 578 /* setct-AuthRevResTBE */, |
| 4287 | 579 /* setct-AuthRevResTBEB */, |
| 4288 | 543 /* setct-AuthRevResTBS */, |
| 4289 | 573 /* setct-AuthTokenTBE */, |
| 4290 | 537 /* setct-AuthTokenTBS */, |
| 4291 | 600 /* setct-BCIDistributionTBS */, |
| 4292 | 558 /* setct-BatchAdminReqData */, |
| 4293 | 592 /* setct-BatchAdminReqTBE */, |
| 4294 | 559 /* setct-BatchAdminResData */, |
| 4295 | 593 /* setct-BatchAdminResTBE */, |
| 4296 | 599 /* setct-CRLNotificationResTBS */, |
| 4297 | 598 /* setct-CRLNotificationTBS */, |
| 4298 | 580 /* setct-CapReqTBE */, |
| 4299 | 581 /* setct-CapReqTBEX */, |
| 4300 | 544 /* setct-CapReqTBS */, |
| 4301 | 545 /* setct-CapReqTBSX */, |
| 4302 | 546 /* setct-CapResData */, |
| 4303 | 582 /* setct-CapResTBE */, |
| 4304 | 583 /* setct-CapRevReqTBE */, |
| 4305 | 584 /* setct-CapRevReqTBEX */, |
| 4306 | 547 /* setct-CapRevReqTBS */, |
| 4307 | 548 /* setct-CapRevReqTBSX */, |
| 4308 | 549 /* setct-CapRevResData */, |
| 4309 | 585 /* setct-CapRevResTBE */, |
| 4310 | 538 /* setct-CapTokenData */, |
| 4311 | 530 /* setct-CapTokenSeq */, |
| 4312 | 574 /* setct-CapTokenTBE */, |
| 4313 | 575 /* setct-CapTokenTBEX */, |
| 4314 | 539 /* setct-CapTokenTBS */, |
| 4315 | 560 /* setct-CardCInitResTBS */, |
| 4316 | 566 /* setct-CertInqReqTBS */, |
| 4317 | 563 /* setct-CertReqData */, |
| 4318 | 595 /* setct-CertReqTBE */, |
| 4319 | 596 /* setct-CertReqTBEX */, |
| 4320 | 564 /* setct-CertReqTBS */, |
| 4321 | 565 /* setct-CertResData */, |
| 4322 | 597 /* setct-CertResTBE */, |
| 4323 | 586 /* setct-CredReqTBE */, |
| 4324 | 587 /* setct-CredReqTBEX */, |
| 4325 | 550 /* setct-CredReqTBS */, |
| 4326 | 551 /* setct-CredReqTBSX */, |
| 4327 | 552 /* setct-CredResData */, |
| 4328 | 588 /* setct-CredResTBE */, |
| 4329 | 589 /* setct-CredRevReqTBE */, |
| 4330 | 590 /* setct-CredRevReqTBEX */, |
| 4331 | 553 /* setct-CredRevReqTBS */, |
| 4332 | 554 /* setct-CredRevReqTBSX */, |
| 4333 | 555 /* setct-CredRevResData */, |
| 4334 | 591 /* setct-CredRevResTBE */, |
| 4335 | 567 /* setct-ErrorTBS */, |
| 4336 | 526 /* setct-HODInput */, |
| 4337 | 561 /* setct-MeAqCInitResTBS */, |
| 4338 | 522 /* setct-OIData */, |
| 4339 | 519 /* setct-PANData */, |
| 4340 | 521 /* setct-PANOnly */, |
| 4341 | 520 /* setct-PANToken */, |
| 4342 | 556 /* setct-PCertReqData */, |
| 4343 | 557 /* setct-PCertResTBS */, |
| 4344 | 523 /* setct-PI */, |
| 4345 | 532 /* setct-PI-TBS */, |
| 4346 | 524 /* setct-PIData */, |
| 4347 | 525 /* setct-PIDataUnsigned */, |
| 4348 | 568 /* setct-PIDualSignedTBE */, |
| 4349 | 569 /* setct-PIUnsignedTBE */, |
| 4350 | 531 /* setct-PInitResData */, |
| 4351 | 533 /* setct-PResData */, |
| 4352 | 594 /* setct-RegFormReqTBE */, |
| 4353 | 562 /* setct-RegFormResTBS */, |
| 4354 | 606 /* setext-cv */, |
| 4355 | 601 /* setext-genCrypt */, |
| 4356 | 602 /* setext-miAuth */, |
| 4357 | 604 /* setext-pinAny */, |
| 4358 | 603 /* setext-pinSecure */, |
| 4359 | 605 /* setext-track2 */, |
| 4360 | 52 /* signingTime */, |
| 4361 | 454 /* simpleSecurityObject */, |
| 4362 | 496 /* singleLevelQuality */, |
| 4363 | 387 /* snmpv2 */, |
| 4364 | 660 /* street */, |
| 4365 | 85 /* subjectAltName */, |
| 4366 | 769 /* subjectDirectoryAttributes */, |
| 4367 | 398 /* subjectInfoAccess */, |
| 4368 | 82 /* subjectKeyIdentifier */, |
| 4369 | 498 /* subtreeMaximumQuality */, |
| 4370 | 497 /* subtreeMinimumQuality */, |
| 4371 | 890 /* supportedAlgorithms */, |
| 4372 | 874 /* supportedApplicationContext */, |
| 4373 | 402 /* targetInformation */, |
| 4374 | 864 /* telephoneNumber */, |
| 4375 | 866 /* teletexTerminalIdentifier */, |
| 4376 | 865 /* telexNumber */, |
| 4377 | 459 /* textEncodedORAddress */, |
| 4378 | 293 /* textNotice */, |
| 4379 | 133 /* timeStamping */, |
| 4380 | 106 /* title */, |
| 4381 | 682 /* tpBasis */, |
| 4382 | 375 /* trustRoot */, |
| 4383 | 436 /* ucl */, |
| 4384 | 888 /* uniqueMember */, |
| 4385 | 55 /* unstructuredAddress */, |
| 4386 | 49 /* unstructuredName */, |
| 4387 | 880 /* userCertificate */, |
| 4388 | 465 /* userClass */, |
| 4389 | 879 /* userPassword */, |
| 4390 | 373 /* valid */, |
| 4391 | 678 /* wap */, |
| 4392 | 679 /* wap-wsg */, |
| 4393 | 735 /* wap-wsg-idm-ecid-wtls1 */, |
| 4394 | 743 /* wap-wsg-idm-ecid-wtls10 */, |
| 4395 | 744 /* wap-wsg-idm-ecid-wtls11 */, |
| 4396 | 745 /* wap-wsg-idm-ecid-wtls12 */, |
| 4397 | 736 /* wap-wsg-idm-ecid-wtls3 */, |
| 4398 | 737 /* wap-wsg-idm-ecid-wtls4 */, |
| 4399 | 738 /* wap-wsg-idm-ecid-wtls5 */, |
| 4400 | 739 /* wap-wsg-idm-ecid-wtls6 */, |
| 4401 | 740 /* wap-wsg-idm-ecid-wtls7 */, |
| 4402 | 741 /* wap-wsg-idm-ecid-wtls8 */, |
| 4403 | 742 /* wap-wsg-idm-ecid-wtls9 */, |
| 4404 | 804 /* whirlpool */, |
| 4405 | 868 /* x121Address */, |
| 4406 | 503 /* x500UniqueIdentifier */, |
| 4407 | 158 /* x509Certificate */, |
| 4408 | 160 /* x509Crl */, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 4409 | }; |
| 4410 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 4411 | static const unsigned kNIDsInLongNameOrder[] = { |
| 4412 | 363 /* AD Time Stamping */, |
| 4413 | 405 /* ANSI X9.62 */, |
| 4414 | 368 /* Acceptable OCSP Responses */, |
| 4415 | 910 /* Any Extended Key Usage */, |
| 4416 | 664 /* Any language */, |
| 4417 | 177 /* Authority Information Access */, |
| 4418 | 365 /* Basic OCSP Response */, |
| 4419 | 285 /* Biometric Info */, |
| 4420 | 179 /* CA Issuers */, |
| 4421 | 785 /* CA Repository */, |
| 4422 | 131 /* Code Signing */, |
| 4423 | 783 /* Diffie-Hellman based MAC */, |
| 4424 | 382 /* Directory */, |
| 4425 | 392 /* Domain */, |
| 4426 | 132 /* E-mail Protection */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 4427 | 949 /* ED25519 */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 4428 | 389 /* Enterprises */, |
| 4429 | 384 /* Experimental */, |
| 4430 | 372 /* Extended OCSP Status */, |
| 4431 | 172 /* Extension Request */, |
| 4432 | 813 /* GOST 28147-89 */, |
| 4433 | 849 /* GOST 28147-89 Cryptocom ParamSet */, |
| 4434 | 815 /* GOST 28147-89 MAC */, |
| 4435 | 851 /* GOST 34.10-2001 Cryptocom */, |
| 4436 | 850 /* GOST 34.10-94 Cryptocom */, |
| 4437 | 811 /* GOST R 34.10-2001 */, |
| 4438 | 817 /* GOST R 34.10-2001 DH */, |
| 4439 | 812 /* GOST R 34.10-94 */, |
| 4440 | 818 /* GOST R 34.10-94 DH */, |
| 4441 | 809 /* GOST R 34.11-94 */, |
| 4442 | 816 /* GOST R 34.11-94 PRF */, |
| 4443 | 807 /* GOST R 34.11-94 with GOST R 34.10-2001 */, |
| 4444 | 853 /* GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom */, |
| 4445 | 808 /* GOST R 34.11-94 with GOST R 34.10-94 */, |
| 4446 | 852 /* GOST R 34.11-94 with GOST R 34.10-94 Cryptocom */, |
| 4447 | 854 /* GOST R 3410-2001 Parameter Set Cryptocom */, |
| 4448 | 810 /* HMAC GOST 34.11-94 */, |
| 4449 | 432 /* Hold Instruction Call Issuer */, |
| 4450 | 430 /* Hold Instruction Code */, |
| 4451 | 431 /* Hold Instruction None */, |
| 4452 | 433 /* Hold Instruction Reject */, |
| 4453 | 634 /* ICC or token signature */, |
| 4454 | 294 /* IPSec End System */, |
| 4455 | 295 /* IPSec Tunnel */, |
| 4456 | 296 /* IPSec User */, |
| 4457 | 182 /* ISO Member Body */, |
| 4458 | 183 /* ISO US Member Body */, |
| 4459 | 667 /* Independent */, |
| 4460 | 665 /* Inherit all */, |
| 4461 | 647 /* International Organizations */, |
| 4462 | 142 /* Invalidity Date */, |
| 4463 | 504 /* MIME MHS */, |
| 4464 | 388 /* Mail */, |
| 4465 | 383 /* Management */, |
| 4466 | 417 /* Microsoft CSP Name */, |
| 4467 | 135 /* Microsoft Commercial Code Signing */, |
| 4468 | 138 /* Microsoft Encrypted File System */, |
| 4469 | 171 /* Microsoft Extension Request */, |
| 4470 | 134 /* Microsoft Individual Code Signing */, |
| 4471 | 856 /* Microsoft Local Key set */, |
| 4472 | 137 /* Microsoft Server Gated Crypto */, |
| 4473 | 648 /* Microsoft Smartcardlogin */, |
| 4474 | 136 /* Microsoft Trust List Signing */, |
| 4475 | 649 /* Microsoft Universal Principal Name */, |
| 4476 | 72 /* Netscape Base Url */, |
| 4477 | 76 /* Netscape CA Policy Url */, |
| 4478 | 74 /* Netscape CA Revocation Url */, |
| 4479 | 71 /* Netscape Cert Type */, |
| 4480 | 58 /* Netscape Certificate Extension */, |
| 4481 | 79 /* Netscape Certificate Sequence */, |
| 4482 | 78 /* Netscape Comment */, |
| 4483 | 57 /* Netscape Communications Corp. */, |
| 4484 | 59 /* Netscape Data Type */, |
| 4485 | 75 /* Netscape Renewal Url */, |
| 4486 | 73 /* Netscape Revocation Url */, |
| 4487 | 77 /* Netscape SSL Server Name */, |
| 4488 | 139 /* Netscape Server Gated Crypto */, |
| 4489 | 178 /* OCSP */, |
| 4490 | 370 /* OCSP Archive Cutoff */, |
| 4491 | 367 /* OCSP CRL ID */, |
| 4492 | 369 /* OCSP No Check */, |
| 4493 | 366 /* OCSP Nonce */, |
| 4494 | 371 /* OCSP Service Locator */, |
| 4495 | 180 /* OCSP Signing */, |
| 4496 | 161 /* PBES2 */, |
| 4497 | 69 /* PBKDF2 */, |
| 4498 | 162 /* PBMAC1 */, |
| 4499 | 127 /* PKIX */, |
| 4500 | 858 /* Permanent Identifier */, |
| 4501 | 164 /* Policy Qualifier CPS */, |
| 4502 | 165 /* Policy Qualifier User Notice */, |
| 4503 | 385 /* Private */, |
| 4504 | 663 /* Proxy Certificate Information */, |
| 4505 | 1 /* RSA Data Security, Inc. */, |
| 4506 | 2 /* RSA Data Security, Inc. PKCS */, |
| 4507 | 188 /* S/MIME */, |
| 4508 | 167 /* S/MIME Capabilities */, |
| 4509 | 387 /* SNMPv2 */, |
| 4510 | 512 /* Secure Electronic Transactions */, |
| 4511 | 386 /* Security */, |
| 4512 | 394 /* Selected Attribute Types */, |
| 4513 | 143 /* Strong Extranet ID */, |
| 4514 | 398 /* Subject Information Access */, |
| 4515 | 130 /* TLS Web Client Authentication */, |
| 4516 | 129 /* TLS Web Server Authentication */, |
| 4517 | 133 /* Time Stamping */, |
| 4518 | 375 /* Trust Root */, |
| 4519 | 948 /* X25519 */, |
| 4520 | 12 /* X509 */, |
| 4521 | 402 /* X509v3 AC Targeting */, |
| 4522 | 746 /* X509v3 Any Policy */, |
| 4523 | 90 /* X509v3 Authority Key Identifier */, |
| 4524 | 87 /* X509v3 Basic Constraints */, |
| 4525 | 103 /* X509v3 CRL Distribution Points */, |
| 4526 | 88 /* X509v3 CRL Number */, |
| 4527 | 141 /* X509v3 CRL Reason Code */, |
| 4528 | 771 /* X509v3 Certificate Issuer */, |
| 4529 | 89 /* X509v3 Certificate Policies */, |
| 4530 | 140 /* X509v3 Delta CRL Indicator */, |
| 4531 | 126 /* X509v3 Extended Key Usage */, |
| 4532 | 857 /* X509v3 Freshest CRL */, |
| 4533 | 748 /* X509v3 Inhibit Any Policy */, |
| 4534 | 86 /* X509v3 Issuer Alternative Name */, |
| 4535 | 770 /* X509v3 Issuing Distribution Point */, |
| 4536 | 83 /* X509v3 Key Usage */, |
| 4537 | 666 /* X509v3 Name Constraints */, |
| 4538 | 403 /* X509v3 No Revocation Available */, |
| 4539 | 401 /* X509v3 Policy Constraints */, |
| 4540 | 747 /* X509v3 Policy Mappings */, |
| 4541 | 84 /* X509v3 Private Key Usage Period */, |
| 4542 | 85 /* X509v3 Subject Alternative Name */, |
| 4543 | 769 /* X509v3 Subject Directory Attributes */, |
| 4544 | 82 /* X509v3 Subject Key Identifier */, |
| 4545 | 920 /* X9.42 DH */, |
| 4546 | 184 /* X9.57 */, |
| 4547 | 185 /* X9.57 CM ? */, |
| 4548 | 478 /* aRecord */, |
| 4549 | 289 /* aaControls */, |
| 4550 | 287 /* ac-auditEntity */, |
| 4551 | 397 /* ac-proxying */, |
| 4552 | 288 /* ac-targeting */, |
| 4553 | 446 /* account */, |
| 4554 | 364 /* ad dvcs */, |
| 4555 | 606 /* additional verification */, |
| 4556 | 419 /* aes-128-cbc */, |
| 4557 | 916 /* aes-128-cbc-hmac-sha1 */, |
| 4558 | 896 /* aes-128-ccm */, |
| 4559 | 421 /* aes-128-cfb */, |
| 4560 | 650 /* aes-128-cfb1 */, |
| 4561 | 653 /* aes-128-cfb8 */, |
| 4562 | 904 /* aes-128-ctr */, |
| 4563 | 418 /* aes-128-ecb */, |
| 4564 | 895 /* aes-128-gcm */, |
| 4565 | 420 /* aes-128-ofb */, |
| 4566 | 913 /* aes-128-xts */, |
| 4567 | 423 /* aes-192-cbc */, |
| 4568 | 917 /* aes-192-cbc-hmac-sha1 */, |
| 4569 | 899 /* aes-192-ccm */, |
| 4570 | 425 /* aes-192-cfb */, |
| 4571 | 651 /* aes-192-cfb1 */, |
| 4572 | 654 /* aes-192-cfb8 */, |
| 4573 | 905 /* aes-192-ctr */, |
| 4574 | 422 /* aes-192-ecb */, |
| 4575 | 898 /* aes-192-gcm */, |
| 4576 | 424 /* aes-192-ofb */, |
| 4577 | 427 /* aes-256-cbc */, |
| 4578 | 918 /* aes-256-cbc-hmac-sha1 */, |
| 4579 | 902 /* aes-256-ccm */, |
| 4580 | 429 /* aes-256-cfb */, |
| 4581 | 652 /* aes-256-cfb1 */, |
| 4582 | 655 /* aes-256-cfb8 */, |
| 4583 | 906 /* aes-256-ctr */, |
| 4584 | 426 /* aes-256-ecb */, |
| 4585 | 901 /* aes-256-gcm */, |
| 4586 | 428 /* aes-256-ofb */, |
| 4587 | 914 /* aes-256-xts */, |
| 4588 | 376 /* algorithm */, |
| 4589 | 484 /* associatedDomain */, |
| 4590 | 485 /* associatedName */, |
| 4591 | 501 /* audio */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 4592 | 958 /* auth-any */, |
| 4593 | 955 /* auth-ecdsa */, |
| 4594 | 956 /* auth-psk */, |
| 4595 | 954 /* auth-rsa */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 4596 | 882 /* authorityRevocationList */, |
| 4597 | 91 /* bf-cbc */, |
| 4598 | 93 /* bf-cfb */, |
| 4599 | 92 /* bf-ecb */, |
| 4600 | 94 /* bf-ofb */, |
| 4601 | 921 /* brainpoolP160r1 */, |
| 4602 | 922 /* brainpoolP160t1 */, |
| 4603 | 923 /* brainpoolP192r1 */, |
| 4604 | 924 /* brainpoolP192t1 */, |
| 4605 | 925 /* brainpoolP224r1 */, |
| 4606 | 926 /* brainpoolP224t1 */, |
| 4607 | 927 /* brainpoolP256r1 */, |
| 4608 | 928 /* brainpoolP256t1 */, |
| 4609 | 929 /* brainpoolP320r1 */, |
| 4610 | 930 /* brainpoolP320t1 */, |
| 4611 | 931 /* brainpoolP384r1 */, |
| 4612 | 932 /* brainpoolP384t1 */, |
| 4613 | 933 /* brainpoolP512r1 */, |
| 4614 | 934 /* brainpoolP512t1 */, |
| 4615 | 494 /* buildingName */, |
| 4616 | 860 /* businessCategory */, |
| 4617 | 691 /* c2onb191v4 */, |
| 4618 | 692 /* c2onb191v5 */, |
| 4619 | 697 /* c2onb239v4 */, |
| 4620 | 698 /* c2onb239v5 */, |
| 4621 | 684 /* c2pnb163v1 */, |
| 4622 | 685 /* c2pnb163v2 */, |
| 4623 | 686 /* c2pnb163v3 */, |
| 4624 | 687 /* c2pnb176v1 */, |
| 4625 | 693 /* c2pnb208w1 */, |
| 4626 | 699 /* c2pnb272w1 */, |
| 4627 | 700 /* c2pnb304w1 */, |
| 4628 | 702 /* c2pnb368w1 */, |
| 4629 | 688 /* c2tnb191v1 */, |
| 4630 | 689 /* c2tnb191v2 */, |
| 4631 | 690 /* c2tnb191v3 */, |
| 4632 | 694 /* c2tnb239v1 */, |
| 4633 | 695 /* c2tnb239v2 */, |
| 4634 | 696 /* c2tnb239v3 */, |
| 4635 | 701 /* c2tnb359v1 */, |
| 4636 | 703 /* c2tnb431r1 */, |
| 4637 | 881 /* cACertificate */, |
| 4638 | 483 /* cNAMERecord */, |
| 4639 | 751 /* camellia-128-cbc */, |
| 4640 | 757 /* camellia-128-cfb */, |
| 4641 | 760 /* camellia-128-cfb1 */, |
| 4642 | 763 /* camellia-128-cfb8 */, |
| 4643 | 754 /* camellia-128-ecb */, |
| 4644 | 766 /* camellia-128-ofb */, |
| 4645 | 752 /* camellia-192-cbc */, |
| 4646 | 758 /* camellia-192-cfb */, |
| 4647 | 761 /* camellia-192-cfb1 */, |
| 4648 | 764 /* camellia-192-cfb8 */, |
| 4649 | 755 /* camellia-192-ecb */, |
| 4650 | 767 /* camellia-192-ofb */, |
| 4651 | 753 /* camellia-256-cbc */, |
| 4652 | 759 /* camellia-256-cfb */, |
| 4653 | 762 /* camellia-256-cfb1 */, |
| 4654 | 765 /* camellia-256-cfb8 */, |
| 4655 | 756 /* camellia-256-ecb */, |
| 4656 | 768 /* camellia-256-ofb */, |
| 4657 | 443 /* caseIgnoreIA5StringSyntax */, |
| 4658 | 108 /* cast5-cbc */, |
| 4659 | 110 /* cast5-cfb */, |
| 4660 | 109 /* cast5-ecb */, |
| 4661 | 111 /* cast5-ofb */, |
| 4662 | 152 /* certBag */, |
| 4663 | 677 /* certicom-arc */, |
| 4664 | 517 /* certificate extensions */, |
| 4665 | 883 /* certificateRevocationList */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 4666 | 950 /* chacha20-poly1305 */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 4667 | 54 /* challengePassword */, |
| 4668 | 407 /* characteristic-two-field */, |
| 4669 | 395 /* clearance */, |
| 4670 | 633 /* cleartext track 2 */, |
| 4671 | 894 /* cmac */, |
| 4672 | 13 /* commonName */, |
| 4673 | 513 /* content types */, |
| 4674 | 50 /* contentType */, |
| 4675 | 53 /* countersignature */, |
| 4676 | 14 /* countryName */, |
| 4677 | 153 /* crlBag */, |
| 4678 | 884 /* crossCertificatePair */, |
| 4679 | 806 /* cryptocom */, |
| 4680 | 805 /* cryptopro */, |
| 4681 | 500 /* dITRedirect */, |
| 4682 | 451 /* dNSDomain */, |
| 4683 | 495 /* dSAQuality */, |
| 4684 | 434 /* data */, |
| 4685 | 390 /* dcObject */, |
| 4686 | 891 /* deltaRevocationList */, |
| 4687 | 31 /* des-cbc */, |
| 4688 | 643 /* des-cdmf */, |
| 4689 | 30 /* des-cfb */, |
| 4690 | 656 /* des-cfb1 */, |
| 4691 | 657 /* des-cfb8 */, |
| 4692 | 29 /* des-ecb */, |
| 4693 | 32 /* des-ede */, |
| 4694 | 43 /* des-ede-cbc */, |
| 4695 | 60 /* des-ede-cfb */, |
| 4696 | 62 /* des-ede-ofb */, |
| 4697 | 33 /* des-ede3 */, |
| 4698 | 44 /* des-ede3-cbc */, |
| 4699 | 61 /* des-ede3-cfb */, |
| 4700 | 658 /* des-ede3-cfb1 */, |
| 4701 | 659 /* des-ede3-cfb8 */, |
| 4702 | 63 /* des-ede3-ofb */, |
| 4703 | 45 /* des-ofb */, |
| 4704 | 107 /* description */, |
| 4705 | 871 /* destinationIndicator */, |
| 4706 | 80 /* desx-cbc */, |
| 4707 | 947 /* dh-cofactor-kdf */, |
| 4708 | 946 /* dh-std-kdf */, |
| 4709 | 28 /* dhKeyAgreement */, |
| 4710 | 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */, |
| 4711 | 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */, |
| 4712 | 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */, |
| 4713 | 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */, |
| 4714 | 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */, |
| 4715 | 936 /* dhSinglePass-stdDH-sha1kdf-scheme */, |
| 4716 | 937 /* dhSinglePass-stdDH-sha224kdf-scheme */, |
| 4717 | 938 /* dhSinglePass-stdDH-sha256kdf-scheme */, |
| 4718 | 939 /* dhSinglePass-stdDH-sha384kdf-scheme */, |
| 4719 | 940 /* dhSinglePass-stdDH-sha512kdf-scheme */, |
| 4720 | 11 /* directory services (X.500) */, |
| 4721 | 378 /* directory services - algorithms */, |
| 4722 | 887 /* distinguishedName */, |
| 4723 | 892 /* dmdName */, |
| 4724 | 174 /* dnQualifier */, |
| 4725 | 447 /* document */, |
| 4726 | 471 /* documentAuthor */, |
| 4727 | 468 /* documentIdentifier */, |
| 4728 | 472 /* documentLocation */, |
| 4729 | 502 /* documentPublisher */, |
| 4730 | 449 /* documentSeries */, |
| 4731 | 469 /* documentTitle */, |
| 4732 | 470 /* documentVersion */, |
| 4733 | 380 /* dod */, |
| 4734 | 391 /* domainComponent */, |
| 4735 | 452 /* domainRelatedObject */, |
| 4736 | 116 /* dsaEncryption */, |
| 4737 | 67 /* dsaEncryption-old */, |
| 4738 | 66 /* dsaWithSHA */, |
| 4739 | 113 /* dsaWithSHA1 */, |
| 4740 | 70 /* dsaWithSHA1-old */, |
| 4741 | 802 /* dsa_with_SHA224 */, |
| 4742 | 803 /* dsa_with_SHA256 */, |
| 4743 | 297 /* dvcs */, |
| 4744 | 791 /* ecdsa-with-Recommended */, |
| 4745 | 416 /* ecdsa-with-SHA1 */, |
| 4746 | 793 /* ecdsa-with-SHA224 */, |
| 4747 | 794 /* ecdsa-with-SHA256 */, |
| 4748 | 795 /* ecdsa-with-SHA384 */, |
| 4749 | 796 /* ecdsa-with-SHA512 */, |
| 4750 | 792 /* ecdsa-with-Specified */, |
| 4751 | 48 /* emailAddress */, |
| 4752 | 632 /* encrypted track 2 */, |
| 4753 | 885 /* enhancedSearchGuide */, |
| 4754 | 56 /* extendedCertificateAttributes */, |
| 4755 | 867 /* facsimileTelephoneNumber */, |
| 4756 | 462 /* favouriteDrink */, |
| 4757 | 453 /* friendlyCountry */, |
| 4758 | 490 /* friendlyCountryName */, |
| 4759 | 156 /* friendlyName */, |
| 4760 | 631 /* generate cryptogram */, |
| 4761 | 509 /* generationQualifier */, |
| 4762 | 601 /* generic cryptogram */, |
| 4763 | 99 /* givenName */, |
| 4764 | 814 /* gost89-cnt */, |
| 4765 | 855 /* hmac */, |
| 4766 | 780 /* hmac-md5 */, |
| 4767 | 781 /* hmac-sha1 */, |
| 4768 | 797 /* hmacWithMD5 */, |
| 4769 | 163 /* hmacWithSHA1 */, |
| 4770 | 798 /* hmacWithSHA224 */, |
| 4771 | 799 /* hmacWithSHA256 */, |
| 4772 | 800 /* hmacWithSHA384 */, |
| 4773 | 801 /* hmacWithSHA512 */, |
| 4774 | 486 /* homePostalAddress */, |
| 4775 | 473 /* homeTelephoneNumber */, |
| 4776 | 466 /* host */, |
| 4777 | 889 /* houseIdentifier */, |
| 4778 | 442 /* iA5StringSyntax */, |
| 4779 | 381 /* iana */, |
| 4780 | 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */, |
| 4781 | 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */, |
| 4782 | 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */, |
| 4783 | 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */, |
| 4784 | 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */, |
| 4785 | 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */, |
| 4786 | 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */, |
| 4787 | 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */, |
| 4788 | 820 /* id-Gost28147-89-None-KeyMeshing */, |
| 4789 | 823 /* id-Gost28147-89-TestParamSet */, |
| 4790 | 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */, |
| 4791 | 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */, |
| 4792 | 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */, |
| 4793 | 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */, |
| 4794 | 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */, |
| 4795 | 839 /* id-GostR3410-2001-TestParamSet */, |
| 4796 | 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */, |
| 4797 | 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */, |
| 4798 | 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */, |
| 4799 | 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */, |
| 4800 | 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */, |
| 4801 | 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */, |
| 4802 | 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */, |
| 4803 | 831 /* id-GostR3410-94-TestParamSet */, |
| 4804 | 845 /* id-GostR3410-94-a */, |
| 4805 | 846 /* id-GostR3410-94-aBis */, |
| 4806 | 847 /* id-GostR3410-94-b */, |
| 4807 | 848 /* id-GostR3410-94-bBis */, |
| 4808 | 822 /* id-GostR3411-94-CryptoProParamSet */, |
| 4809 | 821 /* id-GostR3411-94-TestParamSet */, |
| 4810 | 266 /* id-aca */, |
| 4811 | 355 /* id-aca-accessIdentity */, |
| 4812 | 354 /* id-aca-authenticationInfo */, |
| 4813 | 356 /* id-aca-chargingIdentity */, |
| 4814 | 399 /* id-aca-encAttrs */, |
| 4815 | 357 /* id-aca-group */, |
| 4816 | 358 /* id-aca-role */, |
| 4817 | 176 /* id-ad */, |
| 4818 | 788 /* id-aes128-wrap */, |
| 4819 | 897 /* id-aes128-wrap-pad */, |
| 4820 | 789 /* id-aes192-wrap */, |
| 4821 | 900 /* id-aes192-wrap-pad */, |
| 4822 | 790 /* id-aes256-wrap */, |
| 4823 | 903 /* id-aes256-wrap-pad */, |
| 4824 | 262 /* id-alg */, |
| 4825 | 893 /* id-alg-PWRI-KEK */, |
| 4826 | 323 /* id-alg-des40 */, |
| 4827 | 326 /* id-alg-dh-pop */, |
| 4828 | 325 /* id-alg-dh-sig-hmac-sha1 */, |
| 4829 | 324 /* id-alg-noSignature */, |
| 4830 | 907 /* id-camellia128-wrap */, |
| 4831 | 908 /* id-camellia192-wrap */, |
| 4832 | 909 /* id-camellia256-wrap */, |
| 4833 | 268 /* id-cct */, |
| 4834 | 361 /* id-cct-PKIData */, |
| 4835 | 362 /* id-cct-PKIResponse */, |
| 4836 | 360 /* id-cct-crs */, |
| 4837 | 81 /* id-ce */, |
| 4838 | 680 /* id-characteristic-two-basis */, |
| 4839 | 263 /* id-cmc */, |
| 4840 | 334 /* id-cmc-addExtensions */, |
| 4841 | 346 /* id-cmc-confirmCertAcceptance */, |
| 4842 | 330 /* id-cmc-dataReturn */, |
| 4843 | 336 /* id-cmc-decryptedPOP */, |
| 4844 | 335 /* id-cmc-encryptedPOP */, |
| 4845 | 339 /* id-cmc-getCRL */, |
| 4846 | 338 /* id-cmc-getCert */, |
| 4847 | 328 /* id-cmc-identification */, |
| 4848 | 329 /* id-cmc-identityProof */, |
| 4849 | 337 /* id-cmc-lraPOPWitness */, |
| 4850 | 344 /* id-cmc-popLinkRandom */, |
| 4851 | 345 /* id-cmc-popLinkWitness */, |
| 4852 | 343 /* id-cmc-queryPending */, |
| 4853 | 333 /* id-cmc-recipientNonce */, |
| 4854 | 341 /* id-cmc-regInfo */, |
| 4855 | 342 /* id-cmc-responseInfo */, |
| 4856 | 340 /* id-cmc-revokeRequest */, |
| 4857 | 332 /* id-cmc-senderNonce */, |
| 4858 | 327 /* id-cmc-statusInfo */, |
| 4859 | 331 /* id-cmc-transactionId */, |
| 4860 | 787 /* id-ct-asciiTextWithCRLF */, |
| 4861 | 408 /* id-ecPublicKey */, |
| 4862 | 508 /* id-hex-multipart-message */, |
| 4863 | 507 /* id-hex-partial-message */, |
| 4864 | 260 /* id-it */, |
| 4865 | 302 /* id-it-caKeyUpdateInfo */, |
| 4866 | 298 /* id-it-caProtEncCert */, |
| 4867 | 311 /* id-it-confirmWaitTime */, |
| 4868 | 303 /* id-it-currentCRL */, |
| 4869 | 300 /* id-it-encKeyPairTypes */, |
| 4870 | 310 /* id-it-implicitConfirm */, |
| 4871 | 308 /* id-it-keyPairParamRep */, |
| 4872 | 307 /* id-it-keyPairParamReq */, |
| 4873 | 312 /* id-it-origPKIMessage */, |
| 4874 | 301 /* id-it-preferredSymmAlg */, |
| 4875 | 309 /* id-it-revPassphrase */, |
| 4876 | 299 /* id-it-signKeyPairTypes */, |
| 4877 | 305 /* id-it-subscriptionRequest */, |
| 4878 | 306 /* id-it-subscriptionResponse */, |
| 4879 | 784 /* id-it-suppLangTags */, |
| 4880 | 304 /* id-it-unsupportedOIDs */, |
| 4881 | 128 /* id-kp */, |
| 4882 | 280 /* id-mod-attribute-cert */, |
| 4883 | 274 /* id-mod-cmc */, |
| 4884 | 277 /* id-mod-cmp */, |
| 4885 | 284 /* id-mod-cmp2000 */, |
| 4886 | 273 /* id-mod-crmf */, |
| 4887 | 283 /* id-mod-dvcs */, |
| 4888 | 275 /* id-mod-kea-profile-88 */, |
| 4889 | 276 /* id-mod-kea-profile-93 */, |
| 4890 | 282 /* id-mod-ocsp */, |
| 4891 | 278 /* id-mod-qualified-cert-88 */, |
| 4892 | 279 /* id-mod-qualified-cert-93 */, |
| 4893 | 281 /* id-mod-timestamp-protocol */, |
| 4894 | 264 /* id-on */, |
| 4895 | 347 /* id-on-personalData */, |
| 4896 | 265 /* id-pda */, |
| 4897 | 352 /* id-pda-countryOfCitizenship */, |
| 4898 | 353 /* id-pda-countryOfResidence */, |
| 4899 | 348 /* id-pda-dateOfBirth */, |
| 4900 | 351 /* id-pda-gender */, |
| 4901 | 349 /* id-pda-placeOfBirth */, |
| 4902 | 175 /* id-pe */, |
| 4903 | 261 /* id-pkip */, |
| 4904 | 258 /* id-pkix-mod */, |
| 4905 | 269 /* id-pkix1-explicit-88 */, |
| 4906 | 271 /* id-pkix1-explicit-93 */, |
| 4907 | 270 /* id-pkix1-implicit-88 */, |
| 4908 | 272 /* id-pkix1-implicit-93 */, |
| 4909 | 662 /* id-ppl */, |
| 4910 | 267 /* id-qcs */, |
| 4911 | 359 /* id-qcs-pkixQCSyntax-v1 */, |
| 4912 | 259 /* id-qt */, |
| 4913 | 313 /* id-regCtrl */, |
| 4914 | 316 /* id-regCtrl-authenticator */, |
| 4915 | 319 /* id-regCtrl-oldCertID */, |
| 4916 | 318 /* id-regCtrl-pkiArchiveOptions */, |
| 4917 | 317 /* id-regCtrl-pkiPublicationInfo */, |
| 4918 | 320 /* id-regCtrl-protocolEncrKey */, |
| 4919 | 315 /* id-regCtrl-regToken */, |
| 4920 | 314 /* id-regInfo */, |
| 4921 | 322 /* id-regInfo-certReq */, |
| 4922 | 321 /* id-regInfo-utf8Pairs */, |
| 4923 | 191 /* id-smime-aa */, |
| 4924 | 215 /* id-smime-aa-contentHint */, |
| 4925 | 218 /* id-smime-aa-contentIdentifier */, |
| 4926 | 221 /* id-smime-aa-contentReference */, |
| 4927 | 240 /* id-smime-aa-dvcs-dvc */, |
| 4928 | 217 /* id-smime-aa-encapContentType */, |
| 4929 | 222 /* id-smime-aa-encrypKeyPref */, |
| 4930 | 220 /* id-smime-aa-equivalentLabels */, |
| 4931 | 232 /* id-smime-aa-ets-CertificateRefs */, |
| 4932 | 233 /* id-smime-aa-ets-RevocationRefs */, |
| 4933 | 238 /* id-smime-aa-ets-archiveTimeStamp */, |
| 4934 | 237 /* id-smime-aa-ets-certCRLTimestamp */, |
| 4935 | 234 /* id-smime-aa-ets-certValues */, |
| 4936 | 227 /* id-smime-aa-ets-commitmentType */, |
| 4937 | 231 /* id-smime-aa-ets-contentTimestamp */, |
| 4938 | 236 /* id-smime-aa-ets-escTimeStamp */, |
| 4939 | 230 /* id-smime-aa-ets-otherSigCert */, |
| 4940 | 235 /* id-smime-aa-ets-revocationValues */, |
| 4941 | 226 /* id-smime-aa-ets-sigPolicyId */, |
| 4942 | 229 /* id-smime-aa-ets-signerAttr */, |
| 4943 | 228 /* id-smime-aa-ets-signerLocation */, |
| 4944 | 219 /* id-smime-aa-macValue */, |
| 4945 | 214 /* id-smime-aa-mlExpandHistory */, |
| 4946 | 216 /* id-smime-aa-msgSigDigest */, |
| 4947 | 212 /* id-smime-aa-receiptRequest */, |
| 4948 | 213 /* id-smime-aa-securityLabel */, |
| 4949 | 239 /* id-smime-aa-signatureType */, |
| 4950 | 223 /* id-smime-aa-signingCertificate */, |
| 4951 | 224 /* id-smime-aa-smimeEncryptCerts */, |
| 4952 | 225 /* id-smime-aa-timeStampToken */, |
| 4953 | 192 /* id-smime-alg */, |
| 4954 | 243 /* id-smime-alg-3DESwrap */, |
| 4955 | 246 /* id-smime-alg-CMS3DESwrap */, |
| 4956 | 247 /* id-smime-alg-CMSRC2wrap */, |
| 4957 | 245 /* id-smime-alg-ESDH */, |
| 4958 | 241 /* id-smime-alg-ESDHwith3DES */, |
| 4959 | 242 /* id-smime-alg-ESDHwithRC2 */, |
| 4960 | 244 /* id-smime-alg-RC2wrap */, |
| 4961 | 193 /* id-smime-cd */, |
| 4962 | 248 /* id-smime-cd-ldap */, |
| 4963 | 190 /* id-smime-ct */, |
| 4964 | 210 /* id-smime-ct-DVCSRequestData */, |
| 4965 | 211 /* id-smime-ct-DVCSResponseData */, |
| 4966 | 208 /* id-smime-ct-TDTInfo */, |
| 4967 | 207 /* id-smime-ct-TSTInfo */, |
| 4968 | 205 /* id-smime-ct-authData */, |
| 4969 | 786 /* id-smime-ct-compressedData */, |
| 4970 | 209 /* id-smime-ct-contentInfo */, |
| 4971 | 206 /* id-smime-ct-publishCert */, |
| 4972 | 204 /* id-smime-ct-receipt */, |
| 4973 | 195 /* id-smime-cti */, |
| 4974 | 255 /* id-smime-cti-ets-proofOfApproval */, |
| 4975 | 256 /* id-smime-cti-ets-proofOfCreation */, |
| 4976 | 253 /* id-smime-cti-ets-proofOfDelivery */, |
| 4977 | 251 /* id-smime-cti-ets-proofOfOrigin */, |
| 4978 | 252 /* id-smime-cti-ets-proofOfReceipt */, |
| 4979 | 254 /* id-smime-cti-ets-proofOfSender */, |
| 4980 | 189 /* id-smime-mod */, |
| 4981 | 196 /* id-smime-mod-cms */, |
| 4982 | 197 /* id-smime-mod-ess */, |
| 4983 | 202 /* id-smime-mod-ets-eSigPolicy-88 */, |
| 4984 | 203 /* id-smime-mod-ets-eSigPolicy-97 */, |
| 4985 | 200 /* id-smime-mod-ets-eSignature-88 */, |
| 4986 | 201 /* id-smime-mod-ets-eSignature-97 */, |
| 4987 | 199 /* id-smime-mod-msg-v3 */, |
| 4988 | 198 /* id-smime-mod-oid */, |
| 4989 | 194 /* id-smime-spq */, |
| 4990 | 250 /* id-smime-spq-ets-sqt-unotice */, |
| 4991 | 249 /* id-smime-spq-ets-sqt-uri */, |
| 4992 | 34 /* idea-cbc */, |
| 4993 | 35 /* idea-cfb */, |
| 4994 | 36 /* idea-ecb */, |
| 4995 | 46 /* idea-ofb */, |
| 4996 | 676 /* identified-organization */, |
| 4997 | 461 /* info */, |
| 4998 | 101 /* initials */, |
| 4999 | 869 /* internationaliSDNNumber */, |
| 5000 | 749 /* ipsec3 */, |
| 5001 | 750 /* ipsec4 */, |
| 5002 | 181 /* iso */, |
| 5003 | 623 /* issuer capabilities */, |
| 5004 | 645 /* itu-t */, |
| 5005 | 492 /* janetMailbox */, |
| 5006 | 646 /* joint-iso-itu-t */, |
| 5007 | 150 /* keyBag */, |
| 5008 | 773 /* kisa */, |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 5009 | 957 /* kx-any */, |
| 5010 | 952 /* kx-ecdhe */, |
| 5011 | 953 /* kx-psk */, |
| 5012 | 951 /* kx-rsa */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5013 | 477 /* lastModifiedBy */, |
| 5014 | 476 /* lastModifiedTime */, |
| 5015 | 157 /* localKeyID */, |
| 5016 | 15 /* localityName */, |
| 5017 | 480 /* mXRecord */, |
| 5018 | 493 /* mailPreferenceOption */, |
| 5019 | 467 /* manager */, |
| 5020 | 3 /* md2 */, |
| 5021 | 7 /* md2WithRSAEncryption */, |
| 5022 | 257 /* md4 */, |
| 5023 | 396 /* md4WithRSAEncryption */, |
| 5024 | 4 /* md5 */, |
| 5025 | 114 /* md5-sha1 */, |
| 5026 | 104 /* md5WithRSA */, |
| 5027 | 8 /* md5WithRSAEncryption */, |
| 5028 | 95 /* mdc2 */, |
| 5029 | 96 /* mdc2WithRSA */, |
| 5030 | 875 /* member */, |
| 5031 | 602 /* merchant initiated auth */, |
| 5032 | 514 /* message extensions */, |
| 5033 | 51 /* messageDigest */, |
| 5034 | 911 /* mgf1 */, |
| 5035 | 506 /* mime-mhs-bodies */, |
| 5036 | 505 /* mime-mhs-headings */, |
| 5037 | 488 /* mobileTelephoneNumber */, |
| 5038 | 481 /* nSRecord */, |
| 5039 | 173 /* name */, |
| 5040 | 681 /* onBasis */, |
| 5041 | 379 /* org */, |
| 5042 | 17 /* organizationName */, |
| 5043 | 491 /* organizationalStatus */, |
| 5044 | 18 /* organizationalUnitName */, |
| 5045 | 475 /* otherMailbox */, |
| 5046 | 876 /* owner */, |
| 5047 | 935 /* pSpecified */, |
| 5048 | 489 /* pagerTelephoneNumber */, |
| 5049 | 782 /* password based MAC */, |
| 5050 | 374 /* path */, |
| 5051 | 621 /* payment gateway capabilities */, |
| 5052 | 9 /* pbeWithMD2AndDES-CBC */, |
| 5053 | 168 /* pbeWithMD2AndRC2-CBC */, |
| 5054 | 112 /* pbeWithMD5AndCast5CBC */, |
| 5055 | 10 /* pbeWithMD5AndDES-CBC */, |
| 5056 | 169 /* pbeWithMD5AndRC2-CBC */, |
| 5057 | 148 /* pbeWithSHA1And128BitRC2-CBC */, |
| 5058 | 144 /* pbeWithSHA1And128BitRC4 */, |
| 5059 | 147 /* pbeWithSHA1And2-KeyTripleDES-CBC */, |
| 5060 | 146 /* pbeWithSHA1And3-KeyTripleDES-CBC */, |
| 5061 | 149 /* pbeWithSHA1And40BitRC2-CBC */, |
| 5062 | 145 /* pbeWithSHA1And40BitRC4 */, |
| 5063 | 170 /* pbeWithSHA1AndDES-CBC */, |
| 5064 | 68 /* pbeWithSHA1AndRC2-CBC */, |
| 5065 | 499 /* personalSignature */, |
| 5066 | 487 /* personalTitle */, |
| 5067 | 464 /* photo */, |
| 5068 | 863 /* physicalDeliveryOfficeName */, |
| 5069 | 437 /* pilot */, |
| 5070 | 439 /* pilotAttributeSyntax */, |
| 5071 | 438 /* pilotAttributeType */, |
| 5072 | 479 /* pilotAttributeType27 */, |
| 5073 | 456 /* pilotDSA */, |
| 5074 | 441 /* pilotGroups */, |
| 5075 | 444 /* pilotObject */, |
| 5076 | 440 /* pilotObjectClass */, |
| 5077 | 455 /* pilotOrganization */, |
| 5078 | 445 /* pilotPerson */, |
| 5079 | 186 /* pkcs1 */, |
| 5080 | 27 /* pkcs3 */, |
| 5081 | 187 /* pkcs5 */, |
| 5082 | 20 /* pkcs7 */, |
| 5083 | 21 /* pkcs7-data */, |
| 5084 | 25 /* pkcs7-digestData */, |
| 5085 | 26 /* pkcs7-encryptedData */, |
| 5086 | 23 /* pkcs7-envelopedData */, |
| 5087 | 24 /* pkcs7-signedAndEnvelopedData */, |
| 5088 | 22 /* pkcs7-signedData */, |
| 5089 | 151 /* pkcs8ShroudedKeyBag */, |
| 5090 | 47 /* pkcs9 */, |
| 5091 | 862 /* postOfficeBox */, |
| 5092 | 861 /* postalAddress */, |
| 5093 | 661 /* postalCode */, |
| 5094 | 683 /* ppBasis */, |
| 5095 | 872 /* preferredDeliveryMethod */, |
| 5096 | 873 /* presentationAddress */, |
| 5097 | 406 /* prime-field */, |
| 5098 | 409 /* prime192v1 */, |
| 5099 | 410 /* prime192v2 */, |
| 5100 | 411 /* prime192v3 */, |
| 5101 | 412 /* prime239v1 */, |
| 5102 | 413 /* prime239v2 */, |
| 5103 | 414 /* prime239v3 */, |
| 5104 | 415 /* prime256v1 */, |
| 5105 | 886 /* protocolInformation */, |
| 5106 | 510 /* pseudonym */, |
| 5107 | 435 /* pss */, |
| 5108 | 286 /* qcStatements */, |
| 5109 | 457 /* qualityLabelledData */, |
| 5110 | 450 /* rFC822localPart */, |
| 5111 | 98 /* rc2-40-cbc */, |
| 5112 | 166 /* rc2-64-cbc */, |
| 5113 | 37 /* rc2-cbc */, |
| 5114 | 39 /* rc2-cfb */, |
| 5115 | 38 /* rc2-ecb */, |
| 5116 | 40 /* rc2-ofb */, |
| 5117 | 5 /* rc4 */, |
| 5118 | 97 /* rc4-40 */, |
| 5119 | 915 /* rc4-hmac-md5 */, |
| 5120 | 120 /* rc5-cbc */, |
| 5121 | 122 /* rc5-cfb */, |
| 5122 | 121 /* rc5-ecb */, |
| 5123 | 123 /* rc5-ofb */, |
| 5124 | 870 /* registeredAddress */, |
| 5125 | 460 /* rfc822Mailbox */, |
| 5126 | 117 /* ripemd160 */, |
| 5127 | 119 /* ripemd160WithRSA */, |
| 5128 | 400 /* role */, |
| 5129 | 877 /* roleOccupant */, |
| 5130 | 448 /* room */, |
| 5131 | 463 /* roomNumber */, |
| 5132 | 19 /* rsa */, |
| 5133 | 6 /* rsaEncryption */, |
| 5134 | 644 /* rsaOAEPEncryptionSET */, |
| 5135 | 377 /* rsaSignature */, |
| 5136 | 919 /* rsaesOaep */, |
| 5137 | 912 /* rsassaPss */, |
| 5138 | 482 /* sOARecord */, |
| 5139 | 155 /* safeContentsBag */, |
| 5140 | 291 /* sbgp-autonomousSysNum */, |
| 5141 | 290 /* sbgp-ipAddrBlock */, |
| 5142 | 292 /* sbgp-routerIdentifier */, |
| 5143 | 159 /* sdsiCertificate */, |
| 5144 | 859 /* searchGuide */, |
| 5145 | 704 /* secp112r1 */, |
| 5146 | 705 /* secp112r2 */, |
| 5147 | 706 /* secp128r1 */, |
| 5148 | 707 /* secp128r2 */, |
| 5149 | 708 /* secp160k1 */, |
| 5150 | 709 /* secp160r1 */, |
| 5151 | 710 /* secp160r2 */, |
| 5152 | 711 /* secp192k1 */, |
| 5153 | 712 /* secp224k1 */, |
| 5154 | 713 /* secp224r1 */, |
| 5155 | 714 /* secp256k1 */, |
| 5156 | 715 /* secp384r1 */, |
| 5157 | 716 /* secp521r1 */, |
| 5158 | 154 /* secretBag */, |
| 5159 | 474 /* secretary */, |
| 5160 | 717 /* sect113r1 */, |
| 5161 | 718 /* sect113r2 */, |
| 5162 | 719 /* sect131r1 */, |
| 5163 | 720 /* sect131r2 */, |
| 5164 | 721 /* sect163k1 */, |
| 5165 | 722 /* sect163r1 */, |
| 5166 | 723 /* sect163r2 */, |
| 5167 | 724 /* sect193r1 */, |
| 5168 | 725 /* sect193r2 */, |
| 5169 | 726 /* sect233k1 */, |
| 5170 | 727 /* sect233r1 */, |
| 5171 | 728 /* sect239k1 */, |
| 5172 | 729 /* sect283k1 */, |
| 5173 | 730 /* sect283r1 */, |
| 5174 | 731 /* sect409k1 */, |
| 5175 | 732 /* sect409r1 */, |
| 5176 | 733 /* sect571k1 */, |
| 5177 | 734 /* sect571r1 */, |
| 5178 | 635 /* secure device signature */, |
| 5179 | 878 /* seeAlso */, |
| 5180 | 777 /* seed-cbc */, |
| 5181 | 779 /* seed-cfb */, |
| 5182 | 776 /* seed-ecb */, |
| 5183 | 778 /* seed-ofb */, |
| 5184 | 105 /* serialNumber */, |
| 5185 | 625 /* set-addPolicy */, |
| 5186 | 515 /* set-attr */, |
| 5187 | 518 /* set-brand */, |
| 5188 | 638 /* set-brand-AmericanExpress */, |
| 5189 | 637 /* set-brand-Diners */, |
| 5190 | 636 /* set-brand-IATA-ATA */, |
| 5191 | 639 /* set-brand-JCB */, |
| 5192 | 641 /* set-brand-MasterCard */, |
| 5193 | 642 /* set-brand-Novus */, |
| 5194 | 640 /* set-brand-Visa */, |
| 5195 | 516 /* set-policy */, |
| 5196 | 607 /* set-policy-root */, |
| 5197 | 624 /* set-rootKeyThumb */, |
| 5198 | 620 /* setAttr-Cert */, |
| 5199 | 628 /* setAttr-IssCap-CVM */, |
| 5200 | 630 /* setAttr-IssCap-Sig */, |
| 5201 | 629 /* setAttr-IssCap-T2 */, |
| 5202 | 627 /* setAttr-Token-B0Prime */, |
| 5203 | 626 /* setAttr-Token-EMV */, |
| 5204 | 622 /* setAttr-TokenType */, |
| 5205 | 619 /* setCext-IssuerCapabilities */, |
| 5206 | 615 /* setCext-PGWYcapabilities */, |
| 5207 | 616 /* setCext-TokenIdentifier */, |
| 5208 | 618 /* setCext-TokenType */, |
| 5209 | 617 /* setCext-Track2Data */, |
| 5210 | 611 /* setCext-cCertRequired */, |
| 5211 | 609 /* setCext-certType */, |
| 5212 | 608 /* setCext-hashedRoot */, |
| 5213 | 610 /* setCext-merchData */, |
| 5214 | 613 /* setCext-setExt */, |
| 5215 | 614 /* setCext-setQualf */, |
| 5216 | 612 /* setCext-tunneling */, |
| 5217 | 540 /* setct-AcqCardCodeMsg */, |
| 5218 | 576 /* setct-AcqCardCodeMsgTBE */, |
| 5219 | 570 /* setct-AuthReqTBE */, |
| 5220 | 534 /* setct-AuthReqTBS */, |
| 5221 | 527 /* setct-AuthResBaggage */, |
| 5222 | 571 /* setct-AuthResTBE */, |
| 5223 | 572 /* setct-AuthResTBEX */, |
| 5224 | 535 /* setct-AuthResTBS */, |
| 5225 | 536 /* setct-AuthResTBSX */, |
| 5226 | 528 /* setct-AuthRevReqBaggage */, |
| 5227 | 577 /* setct-AuthRevReqTBE */, |
| 5228 | 541 /* setct-AuthRevReqTBS */, |
| 5229 | 529 /* setct-AuthRevResBaggage */, |
| 5230 | 542 /* setct-AuthRevResData */, |
| 5231 | 578 /* setct-AuthRevResTBE */, |
| 5232 | 579 /* setct-AuthRevResTBEB */, |
| 5233 | 543 /* setct-AuthRevResTBS */, |
| 5234 | 573 /* setct-AuthTokenTBE */, |
| 5235 | 537 /* setct-AuthTokenTBS */, |
| 5236 | 600 /* setct-BCIDistributionTBS */, |
| 5237 | 558 /* setct-BatchAdminReqData */, |
| 5238 | 592 /* setct-BatchAdminReqTBE */, |
| 5239 | 559 /* setct-BatchAdminResData */, |
| 5240 | 593 /* setct-BatchAdminResTBE */, |
| 5241 | 599 /* setct-CRLNotificationResTBS */, |
| 5242 | 598 /* setct-CRLNotificationTBS */, |
| 5243 | 580 /* setct-CapReqTBE */, |
| 5244 | 581 /* setct-CapReqTBEX */, |
| 5245 | 544 /* setct-CapReqTBS */, |
| 5246 | 545 /* setct-CapReqTBSX */, |
| 5247 | 546 /* setct-CapResData */, |
| 5248 | 582 /* setct-CapResTBE */, |
| 5249 | 583 /* setct-CapRevReqTBE */, |
| 5250 | 584 /* setct-CapRevReqTBEX */, |
| 5251 | 547 /* setct-CapRevReqTBS */, |
| 5252 | 548 /* setct-CapRevReqTBSX */, |
| 5253 | 549 /* setct-CapRevResData */, |
| 5254 | 585 /* setct-CapRevResTBE */, |
| 5255 | 538 /* setct-CapTokenData */, |
| 5256 | 530 /* setct-CapTokenSeq */, |
| 5257 | 574 /* setct-CapTokenTBE */, |
| 5258 | 575 /* setct-CapTokenTBEX */, |
| 5259 | 539 /* setct-CapTokenTBS */, |
| 5260 | 560 /* setct-CardCInitResTBS */, |
| 5261 | 566 /* setct-CertInqReqTBS */, |
| 5262 | 563 /* setct-CertReqData */, |
| 5263 | 595 /* setct-CertReqTBE */, |
| 5264 | 596 /* setct-CertReqTBEX */, |
| 5265 | 564 /* setct-CertReqTBS */, |
| 5266 | 565 /* setct-CertResData */, |
| 5267 | 597 /* setct-CertResTBE */, |
| 5268 | 586 /* setct-CredReqTBE */, |
| 5269 | 587 /* setct-CredReqTBEX */, |
| 5270 | 550 /* setct-CredReqTBS */, |
| 5271 | 551 /* setct-CredReqTBSX */, |
| 5272 | 552 /* setct-CredResData */, |
| 5273 | 588 /* setct-CredResTBE */, |
| 5274 | 589 /* setct-CredRevReqTBE */, |
| 5275 | 590 /* setct-CredRevReqTBEX */, |
| 5276 | 553 /* setct-CredRevReqTBS */, |
| 5277 | 554 /* setct-CredRevReqTBSX */, |
| 5278 | 555 /* setct-CredRevResData */, |
| 5279 | 591 /* setct-CredRevResTBE */, |
| 5280 | 567 /* setct-ErrorTBS */, |
| 5281 | 526 /* setct-HODInput */, |
| 5282 | 561 /* setct-MeAqCInitResTBS */, |
| 5283 | 522 /* setct-OIData */, |
| 5284 | 519 /* setct-PANData */, |
| 5285 | 521 /* setct-PANOnly */, |
| 5286 | 520 /* setct-PANToken */, |
| 5287 | 556 /* setct-PCertReqData */, |
| 5288 | 557 /* setct-PCertResTBS */, |
| 5289 | 523 /* setct-PI */, |
| 5290 | 532 /* setct-PI-TBS */, |
| 5291 | 524 /* setct-PIData */, |
| 5292 | 525 /* setct-PIDataUnsigned */, |
| 5293 | 568 /* setct-PIDualSignedTBE */, |
| 5294 | 569 /* setct-PIUnsignedTBE */, |
| 5295 | 531 /* setct-PInitResData */, |
| 5296 | 533 /* setct-PResData */, |
| 5297 | 594 /* setct-RegFormReqTBE */, |
| 5298 | 562 /* setct-RegFormResTBS */, |
| 5299 | 604 /* setext-pinAny */, |
| 5300 | 603 /* setext-pinSecure */, |
| 5301 | 605 /* setext-track2 */, |
| 5302 | 41 /* sha */, |
| 5303 | 64 /* sha1 */, |
| 5304 | 115 /* sha1WithRSA */, |
| 5305 | 65 /* sha1WithRSAEncryption */, |
| 5306 | 675 /* sha224 */, |
| 5307 | 671 /* sha224WithRSAEncryption */, |
| 5308 | 672 /* sha256 */, |
| 5309 | 668 /* sha256WithRSAEncryption */, |
| 5310 | 673 /* sha384 */, |
| 5311 | 669 /* sha384WithRSAEncryption */, |
| 5312 | 674 /* sha512 */, |
| 5313 | 670 /* sha512WithRSAEncryption */, |
| 5314 | 42 /* shaWithRSAEncryption */, |
| 5315 | 52 /* signingTime */, |
| 5316 | 454 /* simpleSecurityObject */, |
| 5317 | 496 /* singleLevelQuality */, |
| 5318 | 16 /* stateOrProvinceName */, |
| 5319 | 660 /* streetAddress */, |
| 5320 | 498 /* subtreeMaximumQuality */, |
| 5321 | 497 /* subtreeMinimumQuality */, |
| 5322 | 890 /* supportedAlgorithms */, |
| 5323 | 874 /* supportedApplicationContext */, |
| 5324 | 100 /* surname */, |
| 5325 | 864 /* telephoneNumber */, |
| 5326 | 866 /* teletexTerminalIdentifier */, |
| 5327 | 865 /* telexNumber */, |
| 5328 | 459 /* textEncodedORAddress */, |
| 5329 | 293 /* textNotice */, |
| 5330 | 106 /* title */, |
| 5331 | 682 /* tpBasis */, |
| 5332 | 436 /* ucl */, |
| 5333 | 0 /* undefined */, |
| 5334 | 888 /* uniqueMember */, |
| 5335 | 55 /* unstructuredAddress */, |
| 5336 | 49 /* unstructuredName */, |
| 5337 | 880 /* userCertificate */, |
| 5338 | 465 /* userClass */, |
| 5339 | 458 /* userId */, |
| 5340 | 879 /* userPassword */, |
| 5341 | 373 /* valid */, |
| 5342 | 678 /* wap */, |
| 5343 | 679 /* wap-wsg */, |
| 5344 | 735 /* wap-wsg-idm-ecid-wtls1 */, |
| 5345 | 743 /* wap-wsg-idm-ecid-wtls10 */, |
| 5346 | 744 /* wap-wsg-idm-ecid-wtls11 */, |
| 5347 | 745 /* wap-wsg-idm-ecid-wtls12 */, |
| 5348 | 736 /* wap-wsg-idm-ecid-wtls3 */, |
| 5349 | 737 /* wap-wsg-idm-ecid-wtls4 */, |
| 5350 | 738 /* wap-wsg-idm-ecid-wtls5 */, |
| 5351 | 739 /* wap-wsg-idm-ecid-wtls6 */, |
| 5352 | 740 /* wap-wsg-idm-ecid-wtls7 */, |
| 5353 | 741 /* wap-wsg-idm-ecid-wtls8 */, |
| 5354 | 742 /* wap-wsg-idm-ecid-wtls9 */, |
| 5355 | 804 /* whirlpool */, |
| 5356 | 868 /* x121Address */, |
| 5357 | 503 /* x500UniqueIdentifier */, |
| 5358 | 158 /* x509Certificate */, |
| 5359 | 160 /* x509Crl */, |
| 5360 | 125 /* zlib compression */, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 5361 | }; |
| 5362 | |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5363 | static const unsigned kNIDsInOIDOrder[] = { |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5364 | 434 /* 0.9 (OBJ_data) */, |
| 5365 | 182 /* 1.2 (OBJ_member_body) */, |
| 5366 | 379 /* 1.3 (OBJ_org) */, |
| 5367 | 676 /* 1.3 (OBJ_identified_organization) */, |
| 5368 | 11 /* 2.5 (OBJ_X500) */, |
| 5369 | 647 /* 2.23 (OBJ_international_organizations) */, |
| 5370 | 380 /* 1.3.6 (OBJ_dod) */, |
| 5371 | 12 /* 2.5.4 (OBJ_X509) */, |
| 5372 | 378 /* 2.5.8 (OBJ_X500algorithms) */, |
| 5373 | 81 /* 2.5.29 (OBJ_id_ce) */, |
| 5374 | 512 /* 2.23.42 (OBJ_id_set) */, |
| 5375 | 678 /* 2.23.43 (OBJ_wap) */, |
| 5376 | 435 /* 0.9.2342 (OBJ_pss) */, |
| 5377 | 183 /* 1.2.840 (OBJ_ISO_US) */, |
| 5378 | 381 /* 1.3.6.1 (OBJ_iana) */, |
| 5379 | 949 /* 1.3.101.112 (OBJ_ED25519) */, |
David Benjamin | 05bb1c5 | 2017-03-27 21:55:52 -0500 | [diff] [blame] | 5380 | 677 /* 1.3.132 (OBJ_certicom_arc) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5381 | 394 /* 2.5.1.5 (OBJ_selected_attribute_types) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5382 | 13 /* 2.5.4.3 (OBJ_commonName) */, |
| 5383 | 100 /* 2.5.4.4 (OBJ_surname) */, |
| 5384 | 105 /* 2.5.4.5 (OBJ_serialNumber) */, |
| 5385 | 14 /* 2.5.4.6 (OBJ_countryName) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5386 | 15 /* 2.5.4.7 (OBJ_localityName) */, |
| 5387 | 16 /* 2.5.4.8 (OBJ_stateOrProvinceName) */, |
| 5388 | 660 /* 2.5.4.9 (OBJ_streetAddress) */, |
| 5389 | 17 /* 2.5.4.10 (OBJ_organizationName) */, |
| 5390 | 18 /* 2.5.4.11 (OBJ_organizationalUnitName) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5391 | 106 /* 2.5.4.12 (OBJ_title) */, |
| 5392 | 107 /* 2.5.4.13 (OBJ_description) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5393 | 859 /* 2.5.4.14 (OBJ_searchGuide) */, |
| 5394 | 860 /* 2.5.4.15 (OBJ_businessCategory) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5395 | 861 /* 2.5.4.16 (OBJ_postalAddress) */, |
| 5396 | 661 /* 2.5.4.17 (OBJ_postalCode) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5397 | 862 /* 2.5.4.18 (OBJ_postOfficeBox) */, |
| 5398 | 863 /* 2.5.4.19 (OBJ_physicalDeliveryOfficeName) */, |
| 5399 | 864 /* 2.5.4.20 (OBJ_telephoneNumber) */, |
| 5400 | 865 /* 2.5.4.21 (OBJ_telexNumber) */, |
| 5401 | 866 /* 2.5.4.22 (OBJ_teletexTerminalIdentifier) */, |
| 5402 | 867 /* 2.5.4.23 (OBJ_facsimileTelephoneNumber) */, |
| 5403 | 868 /* 2.5.4.24 (OBJ_x121Address) */, |
| 5404 | 869 /* 2.5.4.25 (OBJ_internationaliSDNNumber) */, |
| 5405 | 870 /* 2.5.4.26 (OBJ_registeredAddress) */, |
| 5406 | 871 /* 2.5.4.27 (OBJ_destinationIndicator) */, |
| 5407 | 872 /* 2.5.4.28 (OBJ_preferredDeliveryMethod) */, |
| 5408 | 873 /* 2.5.4.29 (OBJ_presentationAddress) */, |
| 5409 | 874 /* 2.5.4.30 (OBJ_supportedApplicationContext) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5410 | 875 /* 2.5.4.31 (OBJ_member) */, |
| 5411 | 876 /* 2.5.4.32 (OBJ_owner) */, |
| 5412 | 877 /* 2.5.4.33 (OBJ_roleOccupant) */, |
| 5413 | 878 /* 2.5.4.34 (OBJ_seeAlso) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5414 | 879 /* 2.5.4.35 (OBJ_userPassword) */, |
| 5415 | 880 /* 2.5.4.36 (OBJ_userCertificate) */, |
| 5416 | 881 /* 2.5.4.37 (OBJ_cACertificate) */, |
| 5417 | 882 /* 2.5.4.38 (OBJ_authorityRevocationList) */, |
| 5418 | 883 /* 2.5.4.39 (OBJ_certificateRevocationList) */, |
| 5419 | 884 /* 2.5.4.40 (OBJ_crossCertificatePair) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5420 | 173 /* 2.5.4.41 (OBJ_name) */, |
| 5421 | 99 /* 2.5.4.42 (OBJ_givenName) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5422 | 101 /* 2.5.4.43 (OBJ_initials) */, |
| 5423 | 509 /* 2.5.4.44 (OBJ_generationQualifier) */, |
| 5424 | 503 /* 2.5.4.45 (OBJ_x500UniqueIdentifier) */, |
| 5425 | 174 /* 2.5.4.46 (OBJ_dnQualifier) */, |
| 5426 | 885 /* 2.5.4.47 (OBJ_enhancedSearchGuide) */, |
| 5427 | 886 /* 2.5.4.48 (OBJ_protocolInformation) */, |
| 5428 | 887 /* 2.5.4.49 (OBJ_distinguishedName) */, |
| 5429 | 888 /* 2.5.4.50 (OBJ_uniqueMember) */, |
| 5430 | 889 /* 2.5.4.51 (OBJ_houseIdentifier) */, |
| 5431 | 890 /* 2.5.4.52 (OBJ_supportedAlgorithms) */, |
| 5432 | 891 /* 2.5.4.53 (OBJ_deltaRevocationList) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5433 | 892 /* 2.5.4.54 (OBJ_dmdName) */, |
| 5434 | 510 /* 2.5.4.65 (OBJ_pseudonym) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5435 | 400 /* 2.5.4.72 (OBJ_role) */, |
| 5436 | 769 /* 2.5.29.9 (OBJ_subject_directory_attributes) */, |
| 5437 | 82 /* 2.5.29.14 (OBJ_subject_key_identifier) */, |
| 5438 | 83 /* 2.5.29.15 (OBJ_key_usage) */, |
| 5439 | 84 /* 2.5.29.16 (OBJ_private_key_usage_period) */, |
| 5440 | 85 /* 2.5.29.17 (OBJ_subject_alt_name) */, |
| 5441 | 86 /* 2.5.29.18 (OBJ_issuer_alt_name) */, |
| 5442 | 87 /* 2.5.29.19 (OBJ_basic_constraints) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5443 | 88 /* 2.5.29.20 (OBJ_crl_number) */, |
| 5444 | 141 /* 2.5.29.21 (OBJ_crl_reason) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5445 | 430 /* 2.5.29.23 (OBJ_hold_instruction_code) */, |
| 5446 | 142 /* 2.5.29.24 (OBJ_invalidity_date) */, |
| 5447 | 140 /* 2.5.29.27 (OBJ_delta_crl) */, |
| 5448 | 770 /* 2.5.29.28 (OBJ_issuing_distribution_point) */, |
| 5449 | 771 /* 2.5.29.29 (OBJ_certificate_issuer) */, |
| 5450 | 666 /* 2.5.29.30 (OBJ_name_constraints) */, |
| 5451 | 103 /* 2.5.29.31 (OBJ_crl_distribution_points) */, |
| 5452 | 89 /* 2.5.29.32 (OBJ_certificate_policies) */, |
| 5453 | 747 /* 2.5.29.33 (OBJ_policy_mappings) */, |
| 5454 | 90 /* 2.5.29.35 (OBJ_authority_key_identifier) */, |
| 5455 | 401 /* 2.5.29.36 (OBJ_policy_constraints) */, |
| 5456 | 126 /* 2.5.29.37 (OBJ_ext_key_usage) */, |
| 5457 | 857 /* 2.5.29.46 (OBJ_freshest_crl) */, |
| 5458 | 748 /* 2.5.29.54 (OBJ_inhibit_any_policy) */, |
| 5459 | 402 /* 2.5.29.55 (OBJ_target_information) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5460 | 403 /* 2.5.29.56 (OBJ_no_rev_avail) */, |
| 5461 | 513 /* 2.23.42.0 (OBJ_set_ctype) */, |
| 5462 | 514 /* 2.23.42.1 (OBJ_set_msgExt) */, |
| 5463 | 515 /* 2.23.42.3 (OBJ_set_attr) */, |
| 5464 | 516 /* 2.23.42.5 (OBJ_set_policy) */, |
| 5465 | 517 /* 2.23.42.7 (OBJ_set_certExt) */, |
| 5466 | 518 /* 2.23.42.8 (OBJ_set_brand) */, |
| 5467 | 679 /* 2.23.43.1 (OBJ_wap_wsg) */, |
| 5468 | 382 /* 1.3.6.1.1 (OBJ_Directory) */, |
| 5469 | 383 /* 1.3.6.1.2 (OBJ_Management) */, |
| 5470 | 384 /* 1.3.6.1.3 (OBJ_Experimental) */, |
| 5471 | 385 /* 1.3.6.1.4 (OBJ_Private) */, |
| 5472 | 386 /* 1.3.6.1.5 (OBJ_Security) */, |
| 5473 | 387 /* 1.3.6.1.6 (OBJ_SNMPv2) */, |
| 5474 | 388 /* 1.3.6.1.7 (OBJ_Mail) */, |
| 5475 | 376 /* 1.3.14.3.2 (OBJ_algorithm) */, |
| 5476 | 395 /* 2.5.1.5.55 (OBJ_clearance) */, |
| 5477 | 19 /* 2.5.8.1.1 (OBJ_rsa) */, |
| 5478 | 96 /* 2.5.8.3.100 (OBJ_mdc2WithRSA) */, |
| 5479 | 95 /* 2.5.8.3.101 (OBJ_mdc2) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5480 | 746 /* 2.5.29.32.0 (OBJ_any_policy) */, |
| 5481 | 910 /* 2.5.29.37.0 (OBJ_anyExtendedKeyUsage) */, |
| 5482 | 519 /* 2.23.42.0.0 (OBJ_setct_PANData) */, |
| 5483 | 520 /* 2.23.42.0.1 (OBJ_setct_PANToken) */, |
| 5484 | 521 /* 2.23.42.0.2 (OBJ_setct_PANOnly) */, |
| 5485 | 522 /* 2.23.42.0.3 (OBJ_setct_OIData) */, |
| 5486 | 523 /* 2.23.42.0.4 (OBJ_setct_PI) */, |
| 5487 | 524 /* 2.23.42.0.5 (OBJ_setct_PIData) */, |
| 5488 | 525 /* 2.23.42.0.6 (OBJ_setct_PIDataUnsigned) */, |
| 5489 | 526 /* 2.23.42.0.7 (OBJ_setct_HODInput) */, |
| 5490 | 527 /* 2.23.42.0.8 (OBJ_setct_AuthResBaggage) */, |
| 5491 | 528 /* 2.23.42.0.9 (OBJ_setct_AuthRevReqBaggage) */, |
| 5492 | 529 /* 2.23.42.0.10 (OBJ_setct_AuthRevResBaggage) */, |
| 5493 | 530 /* 2.23.42.0.11 (OBJ_setct_CapTokenSeq) */, |
| 5494 | 531 /* 2.23.42.0.12 (OBJ_setct_PInitResData) */, |
| 5495 | 532 /* 2.23.42.0.13 (OBJ_setct_PI_TBS) */, |
| 5496 | 533 /* 2.23.42.0.14 (OBJ_setct_PResData) */, |
| 5497 | 534 /* 2.23.42.0.16 (OBJ_setct_AuthReqTBS) */, |
| 5498 | 535 /* 2.23.42.0.17 (OBJ_setct_AuthResTBS) */, |
| 5499 | 536 /* 2.23.42.0.18 (OBJ_setct_AuthResTBSX) */, |
| 5500 | 537 /* 2.23.42.0.19 (OBJ_setct_AuthTokenTBS) */, |
| 5501 | 538 /* 2.23.42.0.20 (OBJ_setct_CapTokenData) */, |
| 5502 | 539 /* 2.23.42.0.21 (OBJ_setct_CapTokenTBS) */, |
| 5503 | 540 /* 2.23.42.0.22 (OBJ_setct_AcqCardCodeMsg) */, |
| 5504 | 541 /* 2.23.42.0.23 (OBJ_setct_AuthRevReqTBS) */, |
| 5505 | 542 /* 2.23.42.0.24 (OBJ_setct_AuthRevResData) */, |
| 5506 | 543 /* 2.23.42.0.25 (OBJ_setct_AuthRevResTBS) */, |
| 5507 | 544 /* 2.23.42.0.26 (OBJ_setct_CapReqTBS) */, |
| 5508 | 545 /* 2.23.42.0.27 (OBJ_setct_CapReqTBSX) */, |
| 5509 | 546 /* 2.23.42.0.28 (OBJ_setct_CapResData) */, |
| 5510 | 547 /* 2.23.42.0.29 (OBJ_setct_CapRevReqTBS) */, |
| 5511 | 548 /* 2.23.42.0.30 (OBJ_setct_CapRevReqTBSX) */, |
| 5512 | 549 /* 2.23.42.0.31 (OBJ_setct_CapRevResData) */, |
| 5513 | 550 /* 2.23.42.0.32 (OBJ_setct_CredReqTBS) */, |
| 5514 | 551 /* 2.23.42.0.33 (OBJ_setct_CredReqTBSX) */, |
| 5515 | 552 /* 2.23.42.0.34 (OBJ_setct_CredResData) */, |
| 5516 | 553 /* 2.23.42.0.35 (OBJ_setct_CredRevReqTBS) */, |
| 5517 | 554 /* 2.23.42.0.36 (OBJ_setct_CredRevReqTBSX) */, |
| 5518 | 555 /* 2.23.42.0.37 (OBJ_setct_CredRevResData) */, |
| 5519 | 556 /* 2.23.42.0.38 (OBJ_setct_PCertReqData) */, |
| 5520 | 557 /* 2.23.42.0.39 (OBJ_setct_PCertResTBS) */, |
| 5521 | 558 /* 2.23.42.0.40 (OBJ_setct_BatchAdminReqData) */, |
| 5522 | 559 /* 2.23.42.0.41 (OBJ_setct_BatchAdminResData) */, |
| 5523 | 560 /* 2.23.42.0.42 (OBJ_setct_CardCInitResTBS) */, |
| 5524 | 561 /* 2.23.42.0.43 (OBJ_setct_MeAqCInitResTBS) */, |
| 5525 | 562 /* 2.23.42.0.44 (OBJ_setct_RegFormResTBS) */, |
| 5526 | 563 /* 2.23.42.0.45 (OBJ_setct_CertReqData) */, |
| 5527 | 564 /* 2.23.42.0.46 (OBJ_setct_CertReqTBS) */, |
| 5528 | 565 /* 2.23.42.0.47 (OBJ_setct_CertResData) */, |
| 5529 | 566 /* 2.23.42.0.48 (OBJ_setct_CertInqReqTBS) */, |
| 5530 | 567 /* 2.23.42.0.49 (OBJ_setct_ErrorTBS) */, |
| 5531 | 568 /* 2.23.42.0.50 (OBJ_setct_PIDualSignedTBE) */, |
| 5532 | 569 /* 2.23.42.0.51 (OBJ_setct_PIUnsignedTBE) */, |
| 5533 | 570 /* 2.23.42.0.52 (OBJ_setct_AuthReqTBE) */, |
| 5534 | 571 /* 2.23.42.0.53 (OBJ_setct_AuthResTBE) */, |
| 5535 | 572 /* 2.23.42.0.54 (OBJ_setct_AuthResTBEX) */, |
| 5536 | 573 /* 2.23.42.0.55 (OBJ_setct_AuthTokenTBE) */, |
| 5537 | 574 /* 2.23.42.0.56 (OBJ_setct_CapTokenTBE) */, |
| 5538 | 575 /* 2.23.42.0.57 (OBJ_setct_CapTokenTBEX) */, |
| 5539 | 576 /* 2.23.42.0.58 (OBJ_setct_AcqCardCodeMsgTBE) */, |
| 5540 | 577 /* 2.23.42.0.59 (OBJ_setct_AuthRevReqTBE) */, |
| 5541 | 578 /* 2.23.42.0.60 (OBJ_setct_AuthRevResTBE) */, |
| 5542 | 579 /* 2.23.42.0.61 (OBJ_setct_AuthRevResTBEB) */, |
| 5543 | 580 /* 2.23.42.0.62 (OBJ_setct_CapReqTBE) */, |
| 5544 | 581 /* 2.23.42.0.63 (OBJ_setct_CapReqTBEX) */, |
| 5545 | 582 /* 2.23.42.0.64 (OBJ_setct_CapResTBE) */, |
| 5546 | 583 /* 2.23.42.0.65 (OBJ_setct_CapRevReqTBE) */, |
| 5547 | 584 /* 2.23.42.0.66 (OBJ_setct_CapRevReqTBEX) */, |
| 5548 | 585 /* 2.23.42.0.67 (OBJ_setct_CapRevResTBE) */, |
| 5549 | 586 /* 2.23.42.0.68 (OBJ_setct_CredReqTBE) */, |
| 5550 | 587 /* 2.23.42.0.69 (OBJ_setct_CredReqTBEX) */, |
| 5551 | 588 /* 2.23.42.0.70 (OBJ_setct_CredResTBE) */, |
| 5552 | 589 /* 2.23.42.0.71 (OBJ_setct_CredRevReqTBE) */, |
| 5553 | 590 /* 2.23.42.0.72 (OBJ_setct_CredRevReqTBEX) */, |
| 5554 | 591 /* 2.23.42.0.73 (OBJ_setct_CredRevResTBE) */, |
| 5555 | 592 /* 2.23.42.0.74 (OBJ_setct_BatchAdminReqTBE) */, |
| 5556 | 593 /* 2.23.42.0.75 (OBJ_setct_BatchAdminResTBE) */, |
| 5557 | 594 /* 2.23.42.0.76 (OBJ_setct_RegFormReqTBE) */, |
| 5558 | 595 /* 2.23.42.0.77 (OBJ_setct_CertReqTBE) */, |
| 5559 | 596 /* 2.23.42.0.78 (OBJ_setct_CertReqTBEX) */, |
| 5560 | 597 /* 2.23.42.0.79 (OBJ_setct_CertResTBE) */, |
| 5561 | 598 /* 2.23.42.0.80 (OBJ_setct_CRLNotificationTBS) */, |
| 5562 | 599 /* 2.23.42.0.81 (OBJ_setct_CRLNotificationResTBS) */, |
| 5563 | 600 /* 2.23.42.0.82 (OBJ_setct_BCIDistributionTBS) */, |
| 5564 | 601 /* 2.23.42.1.1 (OBJ_setext_genCrypt) */, |
| 5565 | 602 /* 2.23.42.1.3 (OBJ_setext_miAuth) */, |
| 5566 | 603 /* 2.23.42.1.4 (OBJ_setext_pinSecure) */, |
| 5567 | 604 /* 2.23.42.1.5 (OBJ_setext_pinAny) */, |
| 5568 | 605 /* 2.23.42.1.7 (OBJ_setext_track2) */, |
| 5569 | 606 /* 2.23.42.1.8 (OBJ_setext_cv) */, |
| 5570 | 620 /* 2.23.42.3.0 (OBJ_setAttr_Cert) */, |
| 5571 | 621 /* 2.23.42.3.1 (OBJ_setAttr_PGWYcap) */, |
| 5572 | 622 /* 2.23.42.3.2 (OBJ_setAttr_TokenType) */, |
| 5573 | 623 /* 2.23.42.3.3 (OBJ_setAttr_IssCap) */, |
| 5574 | 607 /* 2.23.42.5.0 (OBJ_set_policy_root) */, |
| 5575 | 608 /* 2.23.42.7.0 (OBJ_setCext_hashedRoot) */, |
| 5576 | 609 /* 2.23.42.7.1 (OBJ_setCext_certType) */, |
| 5577 | 610 /* 2.23.42.7.2 (OBJ_setCext_merchData) */, |
| 5578 | 611 /* 2.23.42.7.3 (OBJ_setCext_cCertRequired) */, |
| 5579 | 612 /* 2.23.42.7.4 (OBJ_setCext_tunneling) */, |
| 5580 | 613 /* 2.23.42.7.5 (OBJ_setCext_setExt) */, |
| 5581 | 614 /* 2.23.42.7.6 (OBJ_setCext_setQualf) */, |
| 5582 | 615 /* 2.23.42.7.7 (OBJ_setCext_PGWYcapabilities) */, |
| 5583 | 616 /* 2.23.42.7.8 (OBJ_setCext_TokenIdentifier) */, |
| 5584 | 617 /* 2.23.42.7.9 (OBJ_setCext_Track2Data) */, |
| 5585 | 618 /* 2.23.42.7.10 (OBJ_setCext_TokenType) */, |
| 5586 | 619 /* 2.23.42.7.11 (OBJ_setCext_IssuerCapabilities) */, |
| 5587 | 636 /* 2.23.42.8.1 (OBJ_set_brand_IATA_ATA) */, |
| 5588 | 640 /* 2.23.42.8.4 (OBJ_set_brand_Visa) */, |
| 5589 | 641 /* 2.23.42.8.5 (OBJ_set_brand_MasterCard) */, |
| 5590 | 637 /* 2.23.42.8.30 (OBJ_set_brand_Diners) */, |
| 5591 | 638 /* 2.23.42.8.34 (OBJ_set_brand_AmericanExpress) */, |
| 5592 | 639 /* 2.23.42.8.35 (OBJ_set_brand_JCB) */, |
| 5593 | 805 /* 1.2.643.2.2 (OBJ_cryptopro) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5594 | 806 /* 1.2.643.2.9 (OBJ_cryptocom) */, |
| 5595 | 184 /* 1.2.840.10040 (OBJ_X9_57) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5596 | 405 /* 1.2.840.10045 (OBJ_ansi_X9_62) */, |
| 5597 | 389 /* 1.3.6.1.4.1 (OBJ_Enterprises) */, |
| 5598 | 504 /* 1.3.6.1.7.1 (OBJ_mime_mhs) */, |
| 5599 | 104 /* 1.3.14.3.2.3 (OBJ_md5WithRSA) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5600 | 29 /* 1.3.14.3.2.6 (OBJ_des_ecb) */, |
| 5601 | 31 /* 1.3.14.3.2.7 (OBJ_des_cbc) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5602 | 45 /* 1.3.14.3.2.8 (OBJ_des_ofb64) */, |
| 5603 | 30 /* 1.3.14.3.2.9 (OBJ_des_cfb64) */, |
| 5604 | 377 /* 1.3.14.3.2.11 (OBJ_rsaSignature) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5605 | 67 /* 1.3.14.3.2.12 (OBJ_dsa_2) */, |
| 5606 | 66 /* 1.3.14.3.2.13 (OBJ_dsaWithSHA) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5607 | 42 /* 1.3.14.3.2.15 (OBJ_shaWithRSAEncryption) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5608 | 32 /* 1.3.14.3.2.17 (OBJ_des_ede_ecb) */, |
| 5609 | 41 /* 1.3.14.3.2.18 (OBJ_sha) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5610 | 64 /* 1.3.14.3.2.26 (OBJ_sha1) */, |
| 5611 | 70 /* 1.3.14.3.2.27 (OBJ_dsaWithSHA1_2) */, |
| 5612 | 115 /* 1.3.14.3.2.29 (OBJ_sha1WithRSA) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5613 | 117 /* 1.3.36.3.2.1 (OBJ_ripemd160) */, |
| 5614 | 143 /* 1.3.101.1.4.1 (OBJ_sxnet) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5615 | 721 /* 1.3.132.0.1 (OBJ_sect163k1) */, |
| 5616 | 722 /* 1.3.132.0.2 (OBJ_sect163r1) */, |
| 5617 | 728 /* 1.3.132.0.3 (OBJ_sect239k1) */, |
| 5618 | 717 /* 1.3.132.0.4 (OBJ_sect113r1) */, |
| 5619 | 718 /* 1.3.132.0.5 (OBJ_sect113r2) */, |
| 5620 | 704 /* 1.3.132.0.6 (OBJ_secp112r1) */, |
| 5621 | 705 /* 1.3.132.0.7 (OBJ_secp112r2) */, |
| 5622 | 709 /* 1.3.132.0.8 (OBJ_secp160r1) */, |
| 5623 | 708 /* 1.3.132.0.9 (OBJ_secp160k1) */, |
| 5624 | 714 /* 1.3.132.0.10 (OBJ_secp256k1) */, |
| 5625 | 723 /* 1.3.132.0.15 (OBJ_sect163r2) */, |
| 5626 | 729 /* 1.3.132.0.16 (OBJ_sect283k1) */, |
| 5627 | 730 /* 1.3.132.0.17 (OBJ_sect283r1) */, |
| 5628 | 719 /* 1.3.132.0.22 (OBJ_sect131r1) */, |
| 5629 | 720 /* 1.3.132.0.23 (OBJ_sect131r2) */, |
| 5630 | 724 /* 1.3.132.0.24 (OBJ_sect193r1) */, |
| 5631 | 725 /* 1.3.132.0.25 (OBJ_sect193r2) */, |
| 5632 | 726 /* 1.3.132.0.26 (OBJ_sect233k1) */, |
| 5633 | 727 /* 1.3.132.0.27 (OBJ_sect233r1) */, |
| 5634 | 706 /* 1.3.132.0.28 (OBJ_secp128r1) */, |
| 5635 | 707 /* 1.3.132.0.29 (OBJ_secp128r2) */, |
| 5636 | 710 /* 1.3.132.0.30 (OBJ_secp160r2) */, |
| 5637 | 711 /* 1.3.132.0.31 (OBJ_secp192k1) */, |
| 5638 | 712 /* 1.3.132.0.32 (OBJ_secp224k1) */, |
| 5639 | 713 /* 1.3.132.0.33 (OBJ_secp224r1) */, |
| 5640 | 715 /* 1.3.132.0.34 (OBJ_secp384r1) */, |
| 5641 | 716 /* 1.3.132.0.35 (OBJ_secp521r1) */, |
| 5642 | 731 /* 1.3.132.0.36 (OBJ_sect409k1) */, |
| 5643 | 732 /* 1.3.132.0.37 (OBJ_sect409r1) */, |
| 5644 | 733 /* 1.3.132.0.38 (OBJ_sect571k1) */, |
| 5645 | 734 /* 1.3.132.0.39 (OBJ_sect571r1) */, |
| 5646 | 624 /* 2.23.42.3.0.0 (OBJ_set_rootKeyThumb) */, |
| 5647 | 625 /* 2.23.42.3.0.1 (OBJ_set_addPolicy) */, |
| 5648 | 626 /* 2.23.42.3.2.1 (OBJ_setAttr_Token_EMV) */, |
| 5649 | 627 /* 2.23.42.3.2.2 (OBJ_setAttr_Token_B0Prime) */, |
| 5650 | 628 /* 2.23.42.3.3.3 (OBJ_setAttr_IssCap_CVM) */, |
| 5651 | 629 /* 2.23.42.3.3.4 (OBJ_setAttr_IssCap_T2) */, |
| 5652 | 630 /* 2.23.42.3.3.5 (OBJ_setAttr_IssCap_Sig) */, |
| 5653 | 642 /* 2.23.42.8.6011 (OBJ_set_brand_Novus) */, |
| 5654 | 735 /* 2.23.43.1.4.1 (OBJ_wap_wsg_idm_ecid_wtls1) */, |
| 5655 | 736 /* 2.23.43.1.4.3 (OBJ_wap_wsg_idm_ecid_wtls3) */, |
| 5656 | 737 /* 2.23.43.1.4.4 (OBJ_wap_wsg_idm_ecid_wtls4) */, |
| 5657 | 738 /* 2.23.43.1.4.5 (OBJ_wap_wsg_idm_ecid_wtls5) */, |
| 5658 | 739 /* 2.23.43.1.4.6 (OBJ_wap_wsg_idm_ecid_wtls6) */, |
| 5659 | 740 /* 2.23.43.1.4.7 (OBJ_wap_wsg_idm_ecid_wtls7) */, |
| 5660 | 741 /* 2.23.43.1.4.8 (OBJ_wap_wsg_idm_ecid_wtls8) */, |
| 5661 | 742 /* 2.23.43.1.4.9 (OBJ_wap_wsg_idm_ecid_wtls9) */, |
| 5662 | 743 /* 2.23.43.1.4.10 (OBJ_wap_wsg_idm_ecid_wtls10) */, |
| 5663 | 744 /* 2.23.43.1.4.11 (OBJ_wap_wsg_idm_ecid_wtls11) */, |
| 5664 | 745 /* 2.23.43.1.4.12 (OBJ_wap_wsg_idm_ecid_wtls12) */, |
| 5665 | 804 /* 1.0.10118.3.0.55 (OBJ_whirlpool) */, |
| 5666 | 773 /* 1.2.410.200004 (OBJ_kisa) */, |
| 5667 | 807 /* 1.2.643.2.2.3 (OBJ_id_GostR3411_94_with_GostR3410_2001) */, |
| 5668 | 808 /* 1.2.643.2.2.4 (OBJ_id_GostR3411_94_with_GostR3410_94) */, |
| 5669 | 809 /* 1.2.643.2.2.9 (OBJ_id_GostR3411_94) */, |
| 5670 | 810 /* 1.2.643.2.2.10 (OBJ_id_HMACGostR3411_94) */, |
| 5671 | 811 /* 1.2.643.2.2.19 (OBJ_id_GostR3410_2001) */, |
| 5672 | 812 /* 1.2.643.2.2.20 (OBJ_id_GostR3410_94) */, |
| 5673 | 813 /* 1.2.643.2.2.21 (OBJ_id_Gost28147_89) */, |
| 5674 | 815 /* 1.2.643.2.2.22 (OBJ_id_Gost28147_89_MAC) */, |
| 5675 | 816 /* 1.2.643.2.2.23 (OBJ_id_GostR3411_94_prf) */, |
| 5676 | 817 /* 1.2.643.2.2.98 (OBJ_id_GostR3410_2001DH) */, |
| 5677 | 818 /* 1.2.643.2.2.99 (OBJ_id_GostR3410_94DH) */, |
David Benjamin | 1967094 | 2017-05-31 19:07:31 -0400 | [diff] [blame] | 5678 | 1 /* 1.2.840.113549 (OBJ_rsadsi) */, |
| 5679 | 185 /* 1.2.840.10040.4 (OBJ_X9cm) */, |
David Benjamin | 6cc9038 | 2016-04-23 23:28:09 -0400 | [diff] [blame] | 5680 | 127 /* 1.3.6.1.5.5.7 (OBJ_id_pkix) */, |
| 5681 | 505 /* 1.3.6.1.7.1.1 (OBJ_mime_mhs_headings) */, |
| 5682 | 506 /* 1.3.6.1.7.1.2 (OBJ_mime_mhs_bodies) */, |
| 5683 | 119 /* 1.3.36.3.3.1.2 (OBJ_ripemd160WithRSA) */, |
| 5684 | 937 /* 1.3.132.1.11.0 (OBJ_dhSinglePass_stdDH_sha224kdf_scheme) */, |
| 5685 | 938 /* 1.3.132.1.11.1 (OBJ_dhSinglePass_stdDH_sha256kdf_scheme) */, |
| 5686 | 939 /* 1.3.132.1.11.2 (OBJ_dhSinglePass_stdDH_sha384kdf_scheme) */, |
| 5687 | 940 /* 1.3.132.1.11.3 (OBJ_dhSinglePass_stdDH_sha512kdf_scheme) */, |
| 5688 | 942 /* 1.3.132.1.14.0 (OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme) */, |
| 5689 | 943 /* 1.3.132.1.14.1 (OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme) */, |
| 5690 | 944 /* 1.3.132.1.14.2 (OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme) */, |
| 5691 | 945 /* 1.3.132.1.14.3 (OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme) */, |
| 5692 | 631 /* 2.23.42.3.3.3.1 (OBJ_setAttr_GenCryptgrm) */, |
| 5693 | 632 /* 2.23.42.3.3.4.1 (OBJ_setAttr_T2Enc) */, |
| 5694 | 633 /* 2.23.42.3.3.4.2 (OBJ_setAttr_T2cleartxt) */, |
| 5695 | 634 /* 2.23.42.3.3.5.1 (OBJ_setAttr_TokICCsig) */, |
| 5696 | 635 /* 2.23.42.3.3.5.2 (OBJ_setAttr_SecDevSig) */, |
| 5697 | 436 /* 0.9.2342.19200300 (OBJ_ucl) */, |
| 5698 | 820 /* 1.2.643.2.2.14.0 (OBJ_id_Gost28147_89_None_KeyMeshing) */, |
| 5699 | 819 /* 1.2.643.2.2.14.1 (OBJ_id_Gost28147_89_CryptoPro_KeyMeshing) */, |
| 5700 | 845 /* 1.2.643.2.2.20.1 (OBJ_id_GostR3410_94_a) */, |
| 5701 | 846 /* 1.2.643.2.2.20.2 (OBJ_id_GostR3410_94_aBis) */, |
| 5702 | 847 /* 1.2.643.2.2.20.3 (OBJ_id_GostR3410_94_b) */, |
| 5703 | 848 /* 1.2.643.2.2.20.4 (OBJ_id_GostR3410_94_bBis) */, |
| 5704 | 821 /* 1.2.643.2.2.30.0 (OBJ_id_GostR3411_94_TestParamSet) */, |
| 5705 | 822 /* 1.2.643.2.2.30.1 (OBJ_id_GostR3411_94_CryptoProParamSet) */, |
| 5706 | 823 /* 1.2.643.2.2.31.0 (OBJ_id_Gost28147_89_TestParamSet) */, |
| 5707 | 824 /* 1.2.643.2.2.31.1 (OBJ_id_Gost28147_89_CryptoPro_A_ParamSet) */, |
| 5708 | 825 /* 1.2.643.2.2.31.2 (OBJ_id_Gost28147_89_CryptoPro_B_ParamSet) */, |
| 5709 | 826 /* 1.2.643.2.2.31.3 (OBJ_id_Gost28147_89_CryptoPro_C_ParamSet) */, |
| 5710 | 827 /* 1.2.643.2.2.31.4 (OBJ_id_Gost28147_89_CryptoPro_D_ParamSet) */, |
| 5711 | 828 /* 1.2.643.2.2.31.5 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet) */ |
| 5712 | , |
| 5713 | 829 /* 1.2.643.2.2.31.6 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet) */ |
| 5714 | , |
| 5715 | 830 /* 1.2.643.2.2.31.7 (OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet) */, |
| 5716 | 831 /* 1.2.643.2.2.32.0 (OBJ_id_GostR3410_94_TestParamSet) */, |
| 5717 | 832 /* 1.2.643.2.2.32.2 (OBJ_id_GostR3410_94_CryptoPro_A_ParamSet) */, |
| 5718 | 833 /* 1.2.643.2.2.32.3 (OBJ_id_GostR3410_94_CryptoPro_B_ParamSet) */, |
| 5719 | 834 /* 1.2.643.2.2.32.4 (OBJ_id_GostR3410_94_CryptoPro_C_ParamSet) */, |
| 5720 | 835 /* 1.2.643.2.2.32.5 (OBJ_id_GostR3410_94_CryptoPro_D_ParamSet) */, |
| 5721 | 836 /* 1.2.643.2.2.33.1 (OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet) */, |
| 5722 | 837 /* 1.2.643.2.2.33.2 (OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet) */, |
| 5723 | 838 /* 1.2.643.2.2.33.3 (OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet) */, |
| 5724 | 839 /* 1.2.643.2.2.35.0 (OBJ_id_GostR3410_2001_TestParamSet) */, |
| 5725 | 840 /* 1.2.643.2.2.35.1 (OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet) */, |
| 5726 | 841 /* 1.2.643.2.2.35.2 (OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet) */, |
| 5727 | 842 /* 1.2.643.2.2.35.3 (OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet) */, |
| 5728 | 843 /* 1.2.643.2.2.36.0 (OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet) */, |
| 5729 | 844 /* 1.2.643.2.2.36.1 (OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet) */, |
| 5730 | 2 /* 1.2.840.113549.1 (OBJ_pkcs) */, |
| 5731 | 431 /* 1.2.840.10040.2.1 (OBJ_hold_instruction_none) */, |
| 5732 | 432 /* 1.2.840.10040.2.2 (OBJ_hold_instruction_call_issuer) */, |
| 5733 | 433 /* 1.2.840.10040.2.3 (OBJ_hold_instruction_reject) */, |
| 5734 | 116 /* 1.2.840.10040.4.1 (OBJ_dsa) */, |
| 5735 | 113 /* 1.2.840.10040.4.3 (OBJ_dsaWithSHA1) */, |
| 5736 | 406 /* 1.2.840.10045.1.1 (OBJ_X9_62_prime_field) */, |
| 5737 | 407 /* 1.2.840.10045.1.2 (OBJ_X9_62_characteristic_two_field) */, |
| 5738 | 408 /* 1.2.840.10045.2.1 (OBJ_X9_62_id_ecPublicKey) */, |
| 5739 | 416 /* 1.2.840.10045.4.1 (OBJ_ecdsa_with_SHA1) */, |
| 5740 | 791 /* 1.2.840.10045.4.2 (OBJ_ecdsa_with_Recommended) */, |
| 5741 | 792 /* 1.2.840.10045.4.3 (OBJ_ecdsa_with_Specified) */, |
| 5742 | 920 /* 1.2.840.10046.2.1 (OBJ_dhpublicnumber) */, |
| 5743 | 258 /* 1.3.6.1.5.5.7.0 (OBJ_id_pkix_mod) */, |
| 5744 | 175 /* 1.3.6.1.5.5.7.1 (OBJ_id_pe) */, |
| 5745 | 259 /* 1.3.6.1.5.5.7.2 (OBJ_id_qt) */, |
| 5746 | 128 /* 1.3.6.1.5.5.7.3 (OBJ_id_kp) */, |
| 5747 | 260 /* 1.3.6.1.5.5.7.4 (OBJ_id_it) */, |
| 5748 | 261 /* 1.3.6.1.5.5.7.5 (OBJ_id_pkip) */, |
| 5749 | 262 /* 1.3.6.1.5.5.7.6 (OBJ_id_alg) */, |
| 5750 | 263 /* 1.3.6.1.5.5.7.7 (OBJ_id_cmc) */, |
| 5751 | 264 /* 1.3.6.1.5.5.7.8 (OBJ_id_on) */, |
| 5752 | 265 /* 1.3.6.1.5.5.7.9 (OBJ_id_pda) */, |
| 5753 | 266 /* 1.3.6.1.5.5.7.10 (OBJ_id_aca) */, |
| 5754 | 267 /* 1.3.6.1.5.5.7.11 (OBJ_id_qcs) */, |
| 5755 | 268 /* 1.3.6.1.5.5.7.12 (OBJ_id_cct) */, |
| 5756 | 662 /* 1.3.6.1.5.5.7.21 (OBJ_id_ppl) */, |
| 5757 | 176 /* 1.3.6.1.5.5.7.48 (OBJ_id_ad) */, |
| 5758 | 507 /* 1.3.6.1.7.1.1.1 (OBJ_id_hex_partial_message) */, |
| 5759 | 508 /* 1.3.6.1.7.1.1.2 (OBJ_id_hex_multipart_message) */, |
| 5760 | 57 /* 2.16.840.1.113730 (OBJ_netscape) */, |
| 5761 | 754 /* 0.3.4401.5.3.1.9.1 (OBJ_camellia_128_ecb) */, |
| 5762 | 766 /* 0.3.4401.5.3.1.9.3 (OBJ_camellia_128_ofb128) */, |
| 5763 | 757 /* 0.3.4401.5.3.1.9.4 (OBJ_camellia_128_cfb128) */, |
| 5764 | 755 /* 0.3.4401.5.3.1.9.21 (OBJ_camellia_192_ecb) */, |
| 5765 | 767 /* 0.3.4401.5.3.1.9.23 (OBJ_camellia_192_ofb128) */, |
| 5766 | 758 /* 0.3.4401.5.3.1.9.24 (OBJ_camellia_192_cfb128) */, |
| 5767 | 756 /* 0.3.4401.5.3.1.9.41 (OBJ_camellia_256_ecb) */, |
| 5768 | 768 /* 0.3.4401.5.3.1.9.43 (OBJ_camellia_256_ofb128) */, |
| 5769 | 759 /* 0.3.4401.5.3.1.9.44 (OBJ_camellia_256_cfb128) */, |
| 5770 | 437 /* 0.9.2342.19200300.100 (OBJ_pilot) */, |
| 5771 | 776 /* 1.2.410.200004.1.3 (OBJ_seed_ecb) */, |
| 5772 | 777 /* 1.2.410.200004.1.4 (OBJ_seed_cbc) */, |
| 5773 | 779 /* 1.2.410.200004.1.5 (OBJ_seed_cfb128) */, |
| 5774 | 778 /* 1.2.410.200004.1.6 (OBJ_seed_ofb128) */, |
| 5775 | 852 /* 1.2.643.2.9.1.3.3 (OBJ_id_GostR3411_94_with_GostR3410_94_cc) */, |
| 5776 | 853 /* 1.2.643.2.9.1.3.4 (OBJ_id_GostR3411_94_with_GostR3410_2001_cc) */, |
| 5777 | 850 /* 1.2.643.2.9.1.5.3 (OBJ_id_GostR3410_94_cc) */, |
| 5778 | 851 /* 1.2.643.2.9.1.5.4 (OBJ_id_GostR3410_2001_cc) */, |
| 5779 | 849 /* 1.2.643.2.9.1.6.1 (OBJ_id_Gost28147_89_cc) */, |
| 5780 | 854 /* 1.2.643.2.9.1.8.1 (OBJ_id_GostR3410_2001_ParamSet_cc) */, |
| 5781 | 186 /* 1.2.840.113549.1.1 (OBJ_pkcs1) */, |
| 5782 | 27 /* 1.2.840.113549.1.3 (OBJ_pkcs3) */, |
| 5783 | 187 /* 1.2.840.113549.1.5 (OBJ_pkcs5) */, |
| 5784 | 20 /* 1.2.840.113549.1.7 (OBJ_pkcs7) */, |
| 5785 | 47 /* 1.2.840.113549.1.9 (OBJ_pkcs9) */, |
| 5786 | 3 /* 1.2.840.113549.2.2 (OBJ_md2) */, |
| 5787 | 257 /* 1.2.840.113549.2.4 (OBJ_md4) */, |
| 5788 | 4 /* 1.2.840.113549.2.5 (OBJ_md5) */, |
| 5789 | 797 /* 1.2.840.113549.2.6 (OBJ_hmacWithMD5) */, |
| 5790 | 163 /* 1.2.840.113549.2.7 (OBJ_hmacWithSHA1) */, |
| 5791 | 798 /* 1.2.840.113549.2.8 (OBJ_hmacWithSHA224) */, |
| 5792 | 799 /* 1.2.840.113549.2.9 (OBJ_hmacWithSHA256) */, |
| 5793 | 800 /* 1.2.840.113549.2.10 (OBJ_hmacWithSHA384) */, |
| 5794 | 801 /* 1.2.840.113549.2.11 (OBJ_hmacWithSHA512) */, |
| 5795 | 37 /* 1.2.840.113549.3.2 (OBJ_rc2_cbc) */, |
| 5796 | 5 /* 1.2.840.113549.3.4 (OBJ_rc4) */, |
| 5797 | 44 /* 1.2.840.113549.3.7 (OBJ_des_ede3_cbc) */, |
| 5798 | 120 /* 1.2.840.113549.3.8 (OBJ_rc5_cbc) */, |
| 5799 | 643 /* 1.2.840.113549.3.10 (OBJ_des_cdmf) */, |
| 5800 | 680 /* 1.2.840.10045.1.2.3 (OBJ_X9_62_id_characteristic_two_basis) */, |
| 5801 | 684 /* 1.2.840.10045.3.0.1 (OBJ_X9_62_c2pnb163v1) */, |
| 5802 | 685 /* 1.2.840.10045.3.0.2 (OBJ_X9_62_c2pnb163v2) */, |
| 5803 | 686 /* 1.2.840.10045.3.0.3 (OBJ_X9_62_c2pnb163v3) */, |
| 5804 | 687 /* 1.2.840.10045.3.0.4 (OBJ_X9_62_c2pnb176v1) */, |
| 5805 | 688 /* 1.2.840.10045.3.0.5 (OBJ_X9_62_c2tnb191v1) */, |
| 5806 | 689 /* 1.2.840.10045.3.0.6 (OBJ_X9_62_c2tnb191v2) */, |
| 5807 | 690 /* 1.2.840.10045.3.0.7 (OBJ_X9_62_c2tnb191v3) */, |
| 5808 | 691 /* 1.2.840.10045.3.0.8 (OBJ_X9_62_c2onb191v4) */, |
| 5809 | 692 /* 1.2.840.10045.3.0.9 (OBJ_X9_62_c2onb191v5) */, |
| 5810 | 693 /* 1.2.840.10045.3.0.10 (OBJ_X9_62_c2pnb208w1) */, |
| 5811 | 694 /* 1.2.840.10045.3.0.11 (OBJ_X9_62_c2tnb239v1) */, |
| 5812 | 695 /* 1.2.840.10045.3.0.12 (OBJ_X9_62_c2tnb239v2) */, |
| 5813 | 696 /* 1.2.840.10045.3.0.13 (OBJ_X9_62_c2tnb239v3) */, |
| 5814 | 697 /* 1.2.840.10045.3.0.14 (OBJ_X9_62_c2onb239v4) */, |
| 5815 | 698 /* 1.2.840.10045.3.0.15 (OBJ_X9_62_c2onb239v5) */, |
| 5816 | 699 /* 1.2.840.10045.3.0.16 (OBJ_X9_62_c2pnb272w1) */, |
| 5817 | 700 /* 1.2.840.10045.3.0.17 (OBJ_X9_62_c2pnb304w1) */, |
| 5818 | 701 /* 1.2.840.10045.3.0.18 (OBJ_X9_62_c2tnb359v1) */, |
| 5819 | 702 /* 1.2.840.10045.3.0.19 (OBJ_X9_62_c2pnb368w1) */, |
| 5820 | 703 /* 1.2.840.10045.3.0.20 (OBJ_X9_62_c2tnb431r1) */, |
| 5821 | 409 /* 1.2.840.10045.3.1.1 (OBJ_X9_62_prime192v1) */, |
| 5822 | 410 /* 1.2.840.10045.3.1.2 (OBJ_X9_62_prime192v2) */, |
| 5823 | 411 /* 1.2.840.10045.3.1.3 (OBJ_X9_62_prime192v3) */, |
| 5824 | 412 /* 1.2.840.10045.3.1.4 (OBJ_X9_62_prime239v1) */, |
| 5825 | 413 /* 1.2.840.10045.3.1.5 (OBJ_X9_62_prime239v2) */, |
| 5826 | 414 /* 1.2.840.10045.3.1.6 (OBJ_X9_62_prime239v3) */, |
| 5827 | 415 /* 1.2.840.10045.3.1.7 (OBJ_X9_62_prime256v1) */, |
| 5828 | 793 /* 1.2.840.10045.4.3.1 (OBJ_ecdsa_with_SHA224) */, |
| 5829 | 794 /* 1.2.840.10045.4.3.2 (OBJ_ecdsa_with_SHA256) */, |
| 5830 | 795 /* 1.2.840.10045.4.3.3 (OBJ_ecdsa_with_SHA384) */, |
| 5831 | 796 /* 1.2.840.10045.4.3.4 (OBJ_ecdsa_with_SHA512) */, |
| 5832 | 269 /* 1.3.6.1.5.5.7.0.1 (OBJ_id_pkix1_explicit_88) */, |
| 5833 | 270 /* 1.3.6.1.5.5.7.0.2 (OBJ_id_pkix1_implicit_88) */, |
| 5834 | 271 /* 1.3.6.1.5.5.7.0.3 (OBJ_id_pkix1_explicit_93) */, |
| 5835 | 272 /* 1.3.6.1.5.5.7.0.4 (OBJ_id_pkix1_implicit_93) */, |
| 5836 | 273 /* 1.3.6.1.5.5.7.0.5 (OBJ_id_mod_crmf) */, |
| 5837 | 274 /* 1.3.6.1.5.5.7.0.6 (OBJ_id_mod_cmc) */, |
| 5838 | 275 /* 1.3.6.1.5.5.7.0.7 (OBJ_id_mod_kea_profile_88) */, |
| 5839 | 276 /* 1.3.6.1.5.5.7.0.8 (OBJ_id_mod_kea_profile_93) */, |
| 5840 | 277 /* 1.3.6.1.5.5.7.0.9 (OBJ_id_mod_cmp) */, |
| 5841 | 278 /* 1.3.6.1.5.5.7.0.10 (OBJ_id_mod_qualified_cert_88) */, |
| 5842 | 279 /* 1.3.6.1.5.5.7.0.11 (OBJ_id_mod_qualified_cert_93) */, |
| 5843 | 280 /* 1.3.6.1.5.5.7.0.12 (OBJ_id_mod_attribute_cert) */, |
| 5844 | 281 /* 1.3.6.1.5.5.7.0.13 (OBJ_id_mod_timestamp_protocol) */, |
| 5845 | 282 /* 1.3.6.1.5.5.7.0.14 (OBJ_id_mod_ocsp) */, |
| 5846 | 283 /* 1.3.6.1.5.5.7.0.15 (OBJ_id_mod_dvcs) */, |
| 5847 | 284 /* 1.3.6.1.5.5.7.0.16 (OBJ_id_mod_cmp2000) */, |
| 5848 | 177 /* 1.3.6.1.5.5.7.1.1 (OBJ_info_access) */, |
| 5849 | 285 /* 1.3.6.1.5.5.7.1.2 (OBJ_biometricInfo) */, |
| 5850 | 286 /* 1.3.6.1.5.5.7.1.3 (OBJ_qcStatements) */, |
| 5851 | 287 /* 1.3.6.1.5.5.7.1.4 (OBJ_ac_auditEntity) */, |
| 5852 | 288 /* 1.3.6.1.5.5.7.1.5 (OBJ_ac_targeting) */, |
| 5853 | 289 /* 1.3.6.1.5.5.7.1.6 (OBJ_aaControls) */, |
| 5854 | 290 /* 1.3.6.1.5.5.7.1.7 (OBJ_sbgp_ipAddrBlock) */, |
| 5855 | 291 /* 1.3.6.1.5.5.7.1.8 (OBJ_sbgp_autonomousSysNum) */, |
| 5856 | 292 /* 1.3.6.1.5.5.7.1.9 (OBJ_sbgp_routerIdentifier) */, |
| 5857 | 397 /* 1.3.6.1.5.5.7.1.10 (OBJ_ac_proxying) */, |
| 5858 | 398 /* 1.3.6.1.5.5.7.1.11 (OBJ_sinfo_access) */, |
| 5859 | 663 /* 1.3.6.1.5.5.7.1.14 (OBJ_proxyCertInfo) */, |
| 5860 | 164 /* 1.3.6.1.5.5.7.2.1 (OBJ_id_qt_cps) */, |
| 5861 | 165 /* 1.3.6.1.5.5.7.2.2 (OBJ_id_qt_unotice) */, |
| 5862 | 293 /* 1.3.6.1.5.5.7.2.3 (OBJ_textNotice) */, |
| 5863 | 129 /* 1.3.6.1.5.5.7.3.1 (OBJ_server_auth) */, |
| 5864 | 130 /* 1.3.6.1.5.5.7.3.2 (OBJ_client_auth) */, |
| 5865 | 131 /* 1.3.6.1.5.5.7.3.3 (OBJ_code_sign) */, |
| 5866 | 132 /* 1.3.6.1.5.5.7.3.4 (OBJ_email_protect) */, |
| 5867 | 294 /* 1.3.6.1.5.5.7.3.5 (OBJ_ipsecEndSystem) */, |
| 5868 | 295 /* 1.3.6.1.5.5.7.3.6 (OBJ_ipsecTunnel) */, |
| 5869 | 296 /* 1.3.6.1.5.5.7.3.7 (OBJ_ipsecUser) */, |
| 5870 | 133 /* 1.3.6.1.5.5.7.3.8 (OBJ_time_stamp) */, |
| 5871 | 180 /* 1.3.6.1.5.5.7.3.9 (OBJ_OCSP_sign) */, |
| 5872 | 297 /* 1.3.6.1.5.5.7.3.10 (OBJ_dvcs) */, |
| 5873 | 298 /* 1.3.6.1.5.5.7.4.1 (OBJ_id_it_caProtEncCert) */, |
| 5874 | 299 /* 1.3.6.1.5.5.7.4.2 (OBJ_id_it_signKeyPairTypes) */, |
| 5875 | 300 /* 1.3.6.1.5.5.7.4.3 (OBJ_id_it_encKeyPairTypes) */, |
| 5876 | 301 /* 1.3.6.1.5.5.7.4.4 (OBJ_id_it_preferredSymmAlg) */, |
| 5877 | 302 /* 1.3.6.1.5.5.7.4.5 (OBJ_id_it_caKeyUpdateInfo) */, |
| 5878 | 303 /* 1.3.6.1.5.5.7.4.6 (OBJ_id_it_currentCRL) */, |
| 5879 | 304 /* 1.3.6.1.5.5.7.4.7 (OBJ_id_it_unsupportedOIDs) */, |
| 5880 | 305 /* 1.3.6.1.5.5.7.4.8 (OBJ_id_it_subscriptionRequest) */, |
| 5881 | 306 /* 1.3.6.1.5.5.7.4.9 (OBJ_id_it_subscriptionResponse) */, |
| 5882 | 307 /* 1.3.6.1.5.5.7.4.10 (OBJ_id_it_keyPairParamReq) */, |
| 5883 | 308 /* 1.3.6.1.5.5.7.4.11 (OBJ_id_it_keyPairParamRep) */, |
| 5884 | 309 /* 1.3.6.1.5.5.7.4.12 (OBJ_id_it_revPassphrase) */, |
| 5885 | 310 /* 1.3.6.1.5.5.7.4.13 (OBJ_id_it_implicitConfirm) */, |
| 5886 | 311 /* 1.3.6.1.5.5.7.4.14 (OBJ_id_it_confirmWaitTime) */, |
| 5887 | 312 /* 1.3.6.1.5.5.7.4.15 (OBJ_id_it_origPKIMessage) */, |
| 5888 | 784 /* 1.3.6.1.5.5.7.4.16 (OBJ_id_it_suppLangTags) */, |
| 5889 | 313 /* 1.3.6.1.5.5.7.5.1 (OBJ_id_regCtrl) */, |
| 5890 | 314 /* 1.3.6.1.5.5.7.5.2 (OBJ_id_regInfo) */, |
| 5891 | 323 /* 1.3.6.1.5.5.7.6.1 (OBJ_id_alg_des40) */, |
| 5892 | 324 /* 1.3.6.1.5.5.7.6.2 (OBJ_id_alg_noSignature) */, |
| 5893 | 325 /* 1.3.6.1.5.5.7.6.3 (OBJ_id_alg_dh_sig_hmac_sha1) */, |
| 5894 | 326 /* 1.3.6.1.5.5.7.6.4 (OBJ_id_alg_dh_pop) */, |
| 5895 | 327 /* 1.3.6.1.5.5.7.7.1 (OBJ_id_cmc_statusInfo) */, |
| 5896 | 328 /* 1.3.6.1.5.5.7.7.2 (OBJ_id_cmc_identification) */, |
| 5897 | 329 /* 1.3.6.1.5.5.7.7.3 (OBJ_id_cmc_identityProof) */, |
| 5898 | 330 /* 1.3.6.1.5.5.7.7.4 (OBJ_id_cmc_dataReturn) */, |
| 5899 | 331 /* 1.3.6.1.5.5.7.7.5 (OBJ_id_cmc_transactionId) */, |
| 5900 | 332 /* 1.3.6.1.5.5.7.7.6 (OBJ_id_cmc_senderNonce) */, |
| 5901 | 333 /* 1.3.6.1.5.5.7.7.7 (OBJ_id_cmc_recipientNonce) */, |
| 5902 | 334 /* 1.3.6.1.5.5.7.7.8 (OBJ_id_cmc_addExtensions) */, |
| 5903 | 335 /* 1.3.6.1.5.5.7.7.9 (OBJ_id_cmc_encryptedPOP) */, |
| 5904 | 336 /* 1.3.6.1.5.5.7.7.10 (OBJ_id_cmc_decryptedPOP) */, |
| 5905 | 337 /* 1.3.6.1.5.5.7.7.11 (OBJ_id_cmc_lraPOPWitness) */, |
| 5906 | 338 /* 1.3.6.1.5.5.7.7.15 (OBJ_id_cmc_getCert) */, |
| 5907 | 339 /* 1.3.6.1.5.5.7.7.16 (OBJ_id_cmc_getCRL) */, |
| 5908 | 340 /* 1.3.6.1.5.5.7.7.17 (OBJ_id_cmc_revokeRequest) */, |
| 5909 | 341 /* 1.3.6.1.5.5.7.7.18 (OBJ_id_cmc_regInfo) */, |
| 5910 | 342 /* 1.3.6.1.5.5.7.7.19 (OBJ_id_cmc_responseInfo) */, |
| 5911 | 343 /* 1.3.6.1.5.5.7.7.21 (OBJ_id_cmc_queryPending) */, |
| 5912 | 344 /* 1.3.6.1.5.5.7.7.22 (OBJ_id_cmc_popLinkRandom) */, |
| 5913 | 345 /* 1.3.6.1.5.5.7.7.23 (OBJ_id_cmc_popLinkWitness) */, |
| 5914 | 346 /* 1.3.6.1.5.5.7.7.24 (OBJ_id_cmc_confirmCertAcceptance) */, |
| 5915 | 347 /* 1.3.6.1.5.5.7.8.1 (OBJ_id_on_personalData) */, |
| 5916 | 858 /* 1.3.6.1.5.5.7.8.3 (OBJ_id_on_permanentIdentifier) */, |
| 5917 | 348 /* 1.3.6.1.5.5.7.9.1 (OBJ_id_pda_dateOfBirth) */, |
| 5918 | 349 /* 1.3.6.1.5.5.7.9.2 (OBJ_id_pda_placeOfBirth) */, |
| 5919 | 351 /* 1.3.6.1.5.5.7.9.3 (OBJ_id_pda_gender) */, |
| 5920 | 352 /* 1.3.6.1.5.5.7.9.4 (OBJ_id_pda_countryOfCitizenship) */, |
| 5921 | 353 /* 1.3.6.1.5.5.7.9.5 (OBJ_id_pda_countryOfResidence) */, |
| 5922 | 354 /* 1.3.6.1.5.5.7.10.1 (OBJ_id_aca_authenticationInfo) */, |
| 5923 | 355 /* 1.3.6.1.5.5.7.10.2 (OBJ_id_aca_accessIdentity) */, |
| 5924 | 356 /* 1.3.6.1.5.5.7.10.3 (OBJ_id_aca_chargingIdentity) */, |
| 5925 | 357 /* 1.3.6.1.5.5.7.10.4 (OBJ_id_aca_group) */, |
| 5926 | 358 /* 1.3.6.1.5.5.7.10.5 (OBJ_id_aca_role) */, |
| 5927 | 399 /* 1.3.6.1.5.5.7.10.6 (OBJ_id_aca_encAttrs) */, |
| 5928 | 359 /* 1.3.6.1.5.5.7.11.1 (OBJ_id_qcs_pkixQCSyntax_v1) */, |
| 5929 | 360 /* 1.3.6.1.5.5.7.12.1 (OBJ_id_cct_crs) */, |
| 5930 | 361 /* 1.3.6.1.5.5.7.12.2 (OBJ_id_cct_PKIData) */, |
| 5931 | 362 /* 1.3.6.1.5.5.7.12.3 (OBJ_id_cct_PKIResponse) */, |
| 5932 | 664 /* 1.3.6.1.5.5.7.21.0 (OBJ_id_ppl_anyLanguage) */, |
| 5933 | 665 /* 1.3.6.1.5.5.7.21.1 (OBJ_id_ppl_inheritAll) */, |
| 5934 | 667 /* 1.3.6.1.5.5.7.21.2 (OBJ_Independent) */, |
| 5935 | 178 /* 1.3.6.1.5.5.7.48.1 (OBJ_ad_OCSP) */, |
| 5936 | 179 /* 1.3.6.1.5.5.7.48.2 (OBJ_ad_ca_issuers) */, |
| 5937 | 363 /* 1.3.6.1.5.5.7.48.3 (OBJ_ad_timeStamping) */, |
| 5938 | 364 /* 1.3.6.1.5.5.7.48.4 (OBJ_ad_dvcs) */, |
| 5939 | 785 /* 1.3.6.1.5.5.7.48.5 (OBJ_caRepository) */, |
| 5940 | 780 /* 1.3.6.1.5.5.8.1.1 (OBJ_hmac_md5) */, |
| 5941 | 781 /* 1.3.6.1.5.5.8.1.2 (OBJ_hmac_sha1) */, |
| 5942 | 58 /* 2.16.840.1.113730.1 (OBJ_netscape_cert_extension) */, |
| 5943 | 59 /* 2.16.840.1.113730.2 (OBJ_netscape_data_type) */, |
| 5944 | 438 /* 0.9.2342.19200300.100.1 (OBJ_pilotAttributeType) */, |
| 5945 | 439 /* 0.9.2342.19200300.100.3 (OBJ_pilotAttributeSyntax) */, |
| 5946 | 440 /* 0.9.2342.19200300.100.4 (OBJ_pilotObjectClass) */, |
| 5947 | 441 /* 0.9.2342.19200300.100.10 (OBJ_pilotGroups) */, |
| 5948 | 108 /* 1.2.840.113533.7.66.10 (OBJ_cast5_cbc) */, |
| 5949 | 112 /* 1.2.840.113533.7.66.12 (OBJ_pbeWithMD5AndCast5_CBC) */, |
| 5950 | 782 /* 1.2.840.113533.7.66.13 (OBJ_id_PasswordBasedMAC) */, |
| 5951 | 783 /* 1.2.840.113533.7.66.30 (OBJ_id_DHBasedMac) */, |
| 5952 | 6 /* 1.2.840.113549.1.1.1 (OBJ_rsaEncryption) */, |
| 5953 | 7 /* 1.2.840.113549.1.1.2 (OBJ_md2WithRSAEncryption) */, |
| 5954 | 396 /* 1.2.840.113549.1.1.3 (OBJ_md4WithRSAEncryption) */, |
| 5955 | 8 /* 1.2.840.113549.1.1.4 (OBJ_md5WithRSAEncryption) */, |
| 5956 | 65 /* 1.2.840.113549.1.1.5 (OBJ_sha1WithRSAEncryption) */, |
| 5957 | 644 /* 1.2.840.113549.1.1.6 (OBJ_rsaOAEPEncryptionSET) */, |
| 5958 | 919 /* 1.2.840.113549.1.1.7 (OBJ_rsaesOaep) */, |
| 5959 | 911 /* 1.2.840.113549.1.1.8 (OBJ_mgf1) */, |
| 5960 | 935 /* 1.2.840.113549.1.1.9 (OBJ_pSpecified) */, |
| 5961 | 912 /* 1.2.840.113549.1.1.10 (OBJ_rsassaPss) */, |
| 5962 | 668 /* 1.2.840.113549.1.1.11 (OBJ_sha256WithRSAEncryption) */, |
| 5963 | 669 /* 1.2.840.113549.1.1.12 (OBJ_sha384WithRSAEncryption) */, |
| 5964 | 670 /* 1.2.840.113549.1.1.13 (OBJ_sha512WithRSAEncryption) */, |
| 5965 | 671 /* 1.2.840.113549.1.1.14 (OBJ_sha224WithRSAEncryption) */, |
| 5966 | 28 /* 1.2.840.113549.1.3.1 (OBJ_dhKeyAgreement) */, |
| 5967 | 9 /* 1.2.840.113549.1.5.1 (OBJ_pbeWithMD2AndDES_CBC) */, |
| 5968 | 10 /* 1.2.840.113549.1.5.3 (OBJ_pbeWithMD5AndDES_CBC) */, |
| 5969 | 168 /* 1.2.840.113549.1.5.4 (OBJ_pbeWithMD2AndRC2_CBC) */, |
| 5970 | 169 /* 1.2.840.113549.1.5.6 (OBJ_pbeWithMD5AndRC2_CBC) */, |
| 5971 | 170 /* 1.2.840.113549.1.5.10 (OBJ_pbeWithSHA1AndDES_CBC) */, |
| 5972 | 68 /* 1.2.840.113549.1.5.11 (OBJ_pbeWithSHA1AndRC2_CBC) */, |
| 5973 | 69 /* 1.2.840.113549.1.5.12 (OBJ_id_pbkdf2) */, |
| 5974 | 161 /* 1.2.840.113549.1.5.13 (OBJ_pbes2) */, |
| 5975 | 162 /* 1.2.840.113549.1.5.14 (OBJ_pbmac1) */, |
| 5976 | 21 /* 1.2.840.113549.1.7.1 (OBJ_pkcs7_data) */, |
| 5977 | 22 /* 1.2.840.113549.1.7.2 (OBJ_pkcs7_signed) */, |
| 5978 | 23 /* 1.2.840.113549.1.7.3 (OBJ_pkcs7_enveloped) */, |
| 5979 | 24 /* 1.2.840.113549.1.7.4 (OBJ_pkcs7_signedAndEnveloped) */, |
| 5980 | 25 /* 1.2.840.113549.1.7.5 (OBJ_pkcs7_digest) */, |
| 5981 | 26 /* 1.2.840.113549.1.7.6 (OBJ_pkcs7_encrypted) */, |
| 5982 | 48 /* 1.2.840.113549.1.9.1 (OBJ_pkcs9_emailAddress) */, |
| 5983 | 49 /* 1.2.840.113549.1.9.2 (OBJ_pkcs9_unstructuredName) */, |
| 5984 | 50 /* 1.2.840.113549.1.9.3 (OBJ_pkcs9_contentType) */, |
| 5985 | 51 /* 1.2.840.113549.1.9.4 (OBJ_pkcs9_messageDigest) */, |
| 5986 | 52 /* 1.2.840.113549.1.9.5 (OBJ_pkcs9_signingTime) */, |
| 5987 | 53 /* 1.2.840.113549.1.9.6 (OBJ_pkcs9_countersignature) */, |
| 5988 | 54 /* 1.2.840.113549.1.9.7 (OBJ_pkcs9_challengePassword) */, |
| 5989 | 55 /* 1.2.840.113549.1.9.8 (OBJ_pkcs9_unstructuredAddress) */, |
| 5990 | 56 /* 1.2.840.113549.1.9.9 (OBJ_pkcs9_extCertAttributes) */, |
| 5991 | 172 /* 1.2.840.113549.1.9.14 (OBJ_ext_req) */, |
| 5992 | 167 /* 1.2.840.113549.1.9.15 (OBJ_SMIMECapabilities) */, |
| 5993 | 188 /* 1.2.840.113549.1.9.16 (OBJ_SMIME) */, |
| 5994 | 156 /* 1.2.840.113549.1.9.20 (OBJ_friendlyName) */, |
| 5995 | 157 /* 1.2.840.113549.1.9.21 (OBJ_localKeyID) */, |
| 5996 | 681 /* 1.2.840.10045.1.2.3.1 (OBJ_X9_62_onBasis) */, |
| 5997 | 682 /* 1.2.840.10045.1.2.3.2 (OBJ_X9_62_tpBasis) */, |
| 5998 | 683 /* 1.2.840.10045.1.2.3.3 (OBJ_X9_62_ppBasis) */, |
| 5999 | 417 /* 1.3.6.1.4.1.311.17.1 (OBJ_ms_csp_name) */, |
| 6000 | 856 /* 1.3.6.1.4.1.311.17.2 (OBJ_LocalKeySet) */, |
| 6001 | 390 /* 1.3.6.1.4.1.1466.344 (OBJ_dcObject) */, |
| 6002 | 91 /* 1.3.6.1.4.1.3029.1.2 (OBJ_bf_cbc) */, |
| 6003 | 315 /* 1.3.6.1.5.5.7.5.1.1 (OBJ_id_regCtrl_regToken) */, |
| 6004 | 316 /* 1.3.6.1.5.5.7.5.1.2 (OBJ_id_regCtrl_authenticator) */, |
| 6005 | 317 /* 1.3.6.1.5.5.7.5.1.3 (OBJ_id_regCtrl_pkiPublicationInfo) */, |
| 6006 | 318 /* 1.3.6.1.5.5.7.5.1.4 (OBJ_id_regCtrl_pkiArchiveOptions) */, |
| 6007 | 319 /* 1.3.6.1.5.5.7.5.1.5 (OBJ_id_regCtrl_oldCertID) */, |
| 6008 | 320 /* 1.3.6.1.5.5.7.5.1.6 (OBJ_id_regCtrl_protocolEncrKey) */, |
| 6009 | 321 /* 1.3.6.1.5.5.7.5.2.1 (OBJ_id_regInfo_utf8Pairs) */, |
| 6010 | 322 /* 1.3.6.1.5.5.7.5.2.2 (OBJ_id_regInfo_certReq) */, |
| 6011 | 365 /* 1.3.6.1.5.5.7.48.1.1 (OBJ_id_pkix_OCSP_basic) */, |
| 6012 | 366 /* 1.3.6.1.5.5.7.48.1.2 (OBJ_id_pkix_OCSP_Nonce) */, |
| 6013 | 367 /* 1.3.6.1.5.5.7.48.1.3 (OBJ_id_pkix_OCSP_CrlID) */, |
| 6014 | 368 /* 1.3.6.1.5.5.7.48.1.4 (OBJ_id_pkix_OCSP_acceptableResponses) */, |
| 6015 | 369 /* 1.3.6.1.5.5.7.48.1.5 (OBJ_id_pkix_OCSP_noCheck) */, |
| 6016 | 370 /* 1.3.6.1.5.5.7.48.1.6 (OBJ_id_pkix_OCSP_archiveCutoff) */, |
| 6017 | 371 /* 1.3.6.1.5.5.7.48.1.7 (OBJ_id_pkix_OCSP_serviceLocator) */, |
| 6018 | 372 /* 1.3.6.1.5.5.7.48.1.8 (OBJ_id_pkix_OCSP_extendedStatus) */, |
| 6019 | 373 /* 1.3.6.1.5.5.7.48.1.9 (OBJ_id_pkix_OCSP_valid) */, |
| 6020 | 374 /* 1.3.6.1.5.5.7.48.1.10 (OBJ_id_pkix_OCSP_path) */, |
| 6021 | 375 /* 1.3.6.1.5.5.7.48.1.11 (OBJ_id_pkix_OCSP_trustRoot) */, |
| 6022 | 921 /* 1.3.36.3.3.2.8.1.1.1 (OBJ_brainpoolP160r1) */, |
| 6023 | 922 /* 1.3.36.3.3.2.8.1.1.2 (OBJ_brainpoolP160t1) */, |
| 6024 | 923 /* 1.3.36.3.3.2.8.1.1.3 (OBJ_brainpoolP192r1) */, |
| 6025 | 924 /* 1.3.36.3.3.2.8.1.1.4 (OBJ_brainpoolP192t1) */, |
| 6026 | 925 /* 1.3.36.3.3.2.8.1.1.5 (OBJ_brainpoolP224r1) */, |
| 6027 | 926 /* 1.3.36.3.3.2.8.1.1.6 (OBJ_brainpoolP224t1) */, |
| 6028 | 927 /* 1.3.36.3.3.2.8.1.1.7 (OBJ_brainpoolP256r1) */, |
| 6029 | 928 /* 1.3.36.3.3.2.8.1.1.8 (OBJ_brainpoolP256t1) */, |
| 6030 | 929 /* 1.3.36.3.3.2.8.1.1.9 (OBJ_brainpoolP320r1) */, |
| 6031 | 930 /* 1.3.36.3.3.2.8.1.1.10 (OBJ_brainpoolP320t1) */, |
| 6032 | 931 /* 1.3.36.3.3.2.8.1.1.11 (OBJ_brainpoolP384r1) */, |
| 6033 | 932 /* 1.3.36.3.3.2.8.1.1.12 (OBJ_brainpoolP384t1) */, |
| 6034 | 933 /* 1.3.36.3.3.2.8.1.1.13 (OBJ_brainpoolP512r1) */, |
| 6035 | 934 /* 1.3.36.3.3.2.8.1.1.14 (OBJ_brainpoolP512t1) */, |
| 6036 | 936 /* 1.3.133.16.840.63.0.2 (OBJ_dhSinglePass_stdDH_sha1kdf_scheme) */, |
| 6037 | 941 /* 1.3.133.16.840.63.0.3 (OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme) */ |
| 6038 | , |
| 6039 | 418 /* 2.16.840.1.101.3.4.1.1 (OBJ_aes_128_ecb) */, |
| 6040 | 419 /* 2.16.840.1.101.3.4.1.2 (OBJ_aes_128_cbc) */, |
| 6041 | 420 /* 2.16.840.1.101.3.4.1.3 (OBJ_aes_128_ofb128) */, |
| 6042 | 421 /* 2.16.840.1.101.3.4.1.4 (OBJ_aes_128_cfb128) */, |
| 6043 | 788 /* 2.16.840.1.101.3.4.1.5 (OBJ_id_aes128_wrap) */, |
| 6044 | 895 /* 2.16.840.1.101.3.4.1.6 (OBJ_aes_128_gcm) */, |
| 6045 | 896 /* 2.16.840.1.101.3.4.1.7 (OBJ_aes_128_ccm) */, |
| 6046 | 897 /* 2.16.840.1.101.3.4.1.8 (OBJ_id_aes128_wrap_pad) */, |
| 6047 | 422 /* 2.16.840.1.101.3.4.1.21 (OBJ_aes_192_ecb) */, |
| 6048 | 423 /* 2.16.840.1.101.3.4.1.22 (OBJ_aes_192_cbc) */, |
| 6049 | 424 /* 2.16.840.1.101.3.4.1.23 (OBJ_aes_192_ofb128) */, |
| 6050 | 425 /* 2.16.840.1.101.3.4.1.24 (OBJ_aes_192_cfb128) */, |
| 6051 | 789 /* 2.16.840.1.101.3.4.1.25 (OBJ_id_aes192_wrap) */, |
| 6052 | 898 /* 2.16.840.1.101.3.4.1.26 (OBJ_aes_192_gcm) */, |
| 6053 | 899 /* 2.16.840.1.101.3.4.1.27 (OBJ_aes_192_ccm) */, |
| 6054 | 900 /* 2.16.840.1.101.3.4.1.28 (OBJ_id_aes192_wrap_pad) */, |
| 6055 | 426 /* 2.16.840.1.101.3.4.1.41 (OBJ_aes_256_ecb) */, |
| 6056 | 427 /* 2.16.840.1.101.3.4.1.42 (OBJ_aes_256_cbc) */, |
| 6057 | 428 /* 2.16.840.1.101.3.4.1.43 (OBJ_aes_256_ofb128) */, |
| 6058 | 429 /* 2.16.840.1.101.3.4.1.44 (OBJ_aes_256_cfb128) */, |
| 6059 | 790 /* 2.16.840.1.101.3.4.1.45 (OBJ_id_aes256_wrap) */, |
| 6060 | 901 /* 2.16.840.1.101.3.4.1.46 (OBJ_aes_256_gcm) */, |
| 6061 | 902 /* 2.16.840.1.101.3.4.1.47 (OBJ_aes_256_ccm) */, |
| 6062 | 903 /* 2.16.840.1.101.3.4.1.48 (OBJ_id_aes256_wrap_pad) */, |
| 6063 | 672 /* 2.16.840.1.101.3.4.2.1 (OBJ_sha256) */, |
| 6064 | 673 /* 2.16.840.1.101.3.4.2.2 (OBJ_sha384) */, |
| 6065 | 674 /* 2.16.840.1.101.3.4.2.3 (OBJ_sha512) */, |
| 6066 | 675 /* 2.16.840.1.101.3.4.2.4 (OBJ_sha224) */, |
| 6067 | 802 /* 2.16.840.1.101.3.4.3.1 (OBJ_dsa_with_SHA224) */, |
| 6068 | 803 /* 2.16.840.1.101.3.4.3.2 (OBJ_dsa_with_SHA256) */, |
| 6069 | 71 /* 2.16.840.1.113730.1.1 (OBJ_netscape_cert_type) */, |
| 6070 | 72 /* 2.16.840.1.113730.1.2 (OBJ_netscape_base_url) */, |
| 6071 | 73 /* 2.16.840.1.113730.1.3 (OBJ_netscape_revocation_url) */, |
| 6072 | 74 /* 2.16.840.1.113730.1.4 (OBJ_netscape_ca_revocation_url) */, |
| 6073 | 75 /* 2.16.840.1.113730.1.7 (OBJ_netscape_renewal_url) */, |
| 6074 | 76 /* 2.16.840.1.113730.1.8 (OBJ_netscape_ca_policy_url) */, |
| 6075 | 77 /* 2.16.840.1.113730.1.12 (OBJ_netscape_ssl_server_name) */, |
| 6076 | 78 /* 2.16.840.1.113730.1.13 (OBJ_netscape_comment) */, |
| 6077 | 79 /* 2.16.840.1.113730.2.5 (OBJ_netscape_cert_sequence) */, |
| 6078 | 139 /* 2.16.840.1.113730.4.1 (OBJ_ns_sgc) */, |
| 6079 | 458 /* 0.9.2342.19200300.100.1.1 (OBJ_userId) */, |
| 6080 | 459 /* 0.9.2342.19200300.100.1.2 (OBJ_textEncodedORAddress) */, |
| 6081 | 460 /* 0.9.2342.19200300.100.1.3 (OBJ_rfc822Mailbox) */, |
| 6082 | 461 /* 0.9.2342.19200300.100.1.4 (OBJ_info) */, |
| 6083 | 462 /* 0.9.2342.19200300.100.1.5 (OBJ_favouriteDrink) */, |
| 6084 | 463 /* 0.9.2342.19200300.100.1.6 (OBJ_roomNumber) */, |
| 6085 | 464 /* 0.9.2342.19200300.100.1.7 (OBJ_photo) */, |
| 6086 | 465 /* 0.9.2342.19200300.100.1.8 (OBJ_userClass) */, |
| 6087 | 466 /* 0.9.2342.19200300.100.1.9 (OBJ_host) */, |
| 6088 | 467 /* 0.9.2342.19200300.100.1.10 (OBJ_manager) */, |
| 6089 | 468 /* 0.9.2342.19200300.100.1.11 (OBJ_documentIdentifier) */, |
| 6090 | 469 /* 0.9.2342.19200300.100.1.12 (OBJ_documentTitle) */, |
| 6091 | 470 /* 0.9.2342.19200300.100.1.13 (OBJ_documentVersion) */, |
| 6092 | 471 /* 0.9.2342.19200300.100.1.14 (OBJ_documentAuthor) */, |
| 6093 | 472 /* 0.9.2342.19200300.100.1.15 (OBJ_documentLocation) */, |
| 6094 | 473 /* 0.9.2342.19200300.100.1.20 (OBJ_homeTelephoneNumber) */, |
| 6095 | 474 /* 0.9.2342.19200300.100.1.21 (OBJ_secretary) */, |
| 6096 | 475 /* 0.9.2342.19200300.100.1.22 (OBJ_otherMailbox) */, |
| 6097 | 476 /* 0.9.2342.19200300.100.1.23 (OBJ_lastModifiedTime) */, |
| 6098 | 477 /* 0.9.2342.19200300.100.1.24 (OBJ_lastModifiedBy) */, |
| 6099 | 391 /* 0.9.2342.19200300.100.1.25 (OBJ_domainComponent) */, |
| 6100 | 478 /* 0.9.2342.19200300.100.1.26 (OBJ_aRecord) */, |
| 6101 | 479 /* 0.9.2342.19200300.100.1.27 (OBJ_pilotAttributeType27) */, |
| 6102 | 480 /* 0.9.2342.19200300.100.1.28 (OBJ_mXRecord) */, |
| 6103 | 481 /* 0.9.2342.19200300.100.1.29 (OBJ_nSRecord) */, |
| 6104 | 482 /* 0.9.2342.19200300.100.1.30 (OBJ_sOARecord) */, |
| 6105 | 483 /* 0.9.2342.19200300.100.1.31 (OBJ_cNAMERecord) */, |
| 6106 | 484 /* 0.9.2342.19200300.100.1.37 (OBJ_associatedDomain) */, |
| 6107 | 485 /* 0.9.2342.19200300.100.1.38 (OBJ_associatedName) */, |
| 6108 | 486 /* 0.9.2342.19200300.100.1.39 (OBJ_homePostalAddress) */, |
| 6109 | 487 /* 0.9.2342.19200300.100.1.40 (OBJ_personalTitle) */, |
| 6110 | 488 /* 0.9.2342.19200300.100.1.41 (OBJ_mobileTelephoneNumber) */, |
| 6111 | 489 /* 0.9.2342.19200300.100.1.42 (OBJ_pagerTelephoneNumber) */, |
| 6112 | 490 /* 0.9.2342.19200300.100.1.43 (OBJ_friendlyCountryName) */, |
| 6113 | 491 /* 0.9.2342.19200300.100.1.45 (OBJ_organizationalStatus) */, |
| 6114 | 492 /* 0.9.2342.19200300.100.1.46 (OBJ_janetMailbox) */, |
| 6115 | 493 /* 0.9.2342.19200300.100.1.47 (OBJ_mailPreferenceOption) */, |
| 6116 | 494 /* 0.9.2342.19200300.100.1.48 (OBJ_buildingName) */, |
| 6117 | 495 /* 0.9.2342.19200300.100.1.49 (OBJ_dSAQuality) */, |
| 6118 | 496 /* 0.9.2342.19200300.100.1.50 (OBJ_singleLevelQuality) */, |
| 6119 | 497 /* 0.9.2342.19200300.100.1.51 (OBJ_subtreeMinimumQuality) */, |
| 6120 | 498 /* 0.9.2342.19200300.100.1.52 (OBJ_subtreeMaximumQuality) */, |
| 6121 | 499 /* 0.9.2342.19200300.100.1.53 (OBJ_personalSignature) */, |
| 6122 | 500 /* 0.9.2342.19200300.100.1.54 (OBJ_dITRedirect) */, |
| 6123 | 501 /* 0.9.2342.19200300.100.1.55 (OBJ_audio) */, |
| 6124 | 502 /* 0.9.2342.19200300.100.1.56 (OBJ_documentPublisher) */, |
| 6125 | 442 /* 0.9.2342.19200300.100.3.4 (OBJ_iA5StringSyntax) */, |
| 6126 | 443 /* 0.9.2342.19200300.100.3.5 (OBJ_caseIgnoreIA5StringSyntax) */, |
| 6127 | 444 /* 0.9.2342.19200300.100.4.3 (OBJ_pilotObject) */, |
| 6128 | 445 /* 0.9.2342.19200300.100.4.4 (OBJ_pilotPerson) */, |
| 6129 | 446 /* 0.9.2342.19200300.100.4.5 (OBJ_account) */, |
| 6130 | 447 /* 0.9.2342.19200300.100.4.6 (OBJ_document) */, |
| 6131 | 448 /* 0.9.2342.19200300.100.4.7 (OBJ_room) */, |
| 6132 | 449 /* 0.9.2342.19200300.100.4.9 (OBJ_documentSeries) */, |
| 6133 | 392 /* 0.9.2342.19200300.100.4.13 (OBJ_Domain) */, |
| 6134 | 450 /* 0.9.2342.19200300.100.4.14 (OBJ_rFC822localPart) */, |
| 6135 | 451 /* 0.9.2342.19200300.100.4.15 (OBJ_dNSDomain) */, |
| 6136 | 452 /* 0.9.2342.19200300.100.4.17 (OBJ_domainRelatedObject) */, |
| 6137 | 453 /* 0.9.2342.19200300.100.4.18 (OBJ_friendlyCountry) */, |
| 6138 | 454 /* 0.9.2342.19200300.100.4.19 (OBJ_simpleSecurityObject) */, |
| 6139 | 455 /* 0.9.2342.19200300.100.4.20 (OBJ_pilotOrganization) */, |
| 6140 | 456 /* 0.9.2342.19200300.100.4.21 (OBJ_pilotDSA) */, |
| 6141 | 457 /* 0.9.2342.19200300.100.4.22 (OBJ_qualityLabelledData) */, |
| 6142 | 189 /* 1.2.840.113549.1.9.16.0 (OBJ_id_smime_mod) */, |
| 6143 | 190 /* 1.2.840.113549.1.9.16.1 (OBJ_id_smime_ct) */, |
| 6144 | 191 /* 1.2.840.113549.1.9.16.2 (OBJ_id_smime_aa) */, |
| 6145 | 192 /* 1.2.840.113549.1.9.16.3 (OBJ_id_smime_alg) */, |
| 6146 | 193 /* 1.2.840.113549.1.9.16.4 (OBJ_id_smime_cd) */, |
| 6147 | 194 /* 1.2.840.113549.1.9.16.5 (OBJ_id_smime_spq) */, |
| 6148 | 195 /* 1.2.840.113549.1.9.16.6 (OBJ_id_smime_cti) */, |
| 6149 | 158 /* 1.2.840.113549.1.9.22.1 (OBJ_x509Certificate) */, |
| 6150 | 159 /* 1.2.840.113549.1.9.22.2 (OBJ_sdsiCertificate) */, |
| 6151 | 160 /* 1.2.840.113549.1.9.23.1 (OBJ_x509Crl) */, |
| 6152 | 144 /* 1.2.840.113549.1.12.1.1 (OBJ_pbe_WithSHA1And128BitRC4) */, |
| 6153 | 145 /* 1.2.840.113549.1.12.1.2 (OBJ_pbe_WithSHA1And40BitRC4) */, |
| 6154 | 146 /* 1.2.840.113549.1.12.1.3 (OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC) */, |
| 6155 | 147 /* 1.2.840.113549.1.12.1.4 (OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC) */, |
| 6156 | 148 /* 1.2.840.113549.1.12.1.5 (OBJ_pbe_WithSHA1And128BitRC2_CBC) */, |
| 6157 | 149 /* 1.2.840.113549.1.12.1.6 (OBJ_pbe_WithSHA1And40BitRC2_CBC) */, |
| 6158 | 171 /* 1.3.6.1.4.1.311.2.1.14 (OBJ_ms_ext_req) */, |
| 6159 | 134 /* 1.3.6.1.4.1.311.2.1.21 (OBJ_ms_code_ind) */, |
| 6160 | 135 /* 1.3.6.1.4.1.311.2.1.22 (OBJ_ms_code_com) */, |
| 6161 | 136 /* 1.3.6.1.4.1.311.10.3.1 (OBJ_ms_ctl_sign) */, |
| 6162 | 137 /* 1.3.6.1.4.1.311.10.3.3 (OBJ_ms_sgc) */, |
| 6163 | 138 /* 1.3.6.1.4.1.311.10.3.4 (OBJ_ms_efs) */, |
| 6164 | 648 /* 1.3.6.1.4.1.311.20.2.2 (OBJ_ms_smartcard_login) */, |
| 6165 | 649 /* 1.3.6.1.4.1.311.20.2.3 (OBJ_ms_upn) */, |
| 6166 | 751 /* 1.2.392.200011.61.1.1.1.2 (OBJ_camellia_128_cbc) */, |
| 6167 | 752 /* 1.2.392.200011.61.1.1.1.3 (OBJ_camellia_192_cbc) */, |
| 6168 | 753 /* 1.2.392.200011.61.1.1.1.4 (OBJ_camellia_256_cbc) */, |
| 6169 | 907 /* 1.2.392.200011.61.1.1.3.2 (OBJ_id_camellia128_wrap) */, |
| 6170 | 908 /* 1.2.392.200011.61.1.1.3.3 (OBJ_id_camellia192_wrap) */, |
| 6171 | 909 /* 1.2.392.200011.61.1.1.3.4 (OBJ_id_camellia256_wrap) */, |
| 6172 | 196 /* 1.2.840.113549.1.9.16.0.1 (OBJ_id_smime_mod_cms) */, |
| 6173 | 197 /* 1.2.840.113549.1.9.16.0.2 (OBJ_id_smime_mod_ess) */, |
| 6174 | 198 /* 1.2.840.113549.1.9.16.0.3 (OBJ_id_smime_mod_oid) */, |
| 6175 | 199 /* 1.2.840.113549.1.9.16.0.4 (OBJ_id_smime_mod_msg_v3) */, |
| 6176 | 200 /* 1.2.840.113549.1.9.16.0.5 (OBJ_id_smime_mod_ets_eSignature_88) */, |
| 6177 | 201 /* 1.2.840.113549.1.9.16.0.6 (OBJ_id_smime_mod_ets_eSignature_97) */, |
| 6178 | 202 /* 1.2.840.113549.1.9.16.0.7 (OBJ_id_smime_mod_ets_eSigPolicy_88) */, |
| 6179 | 203 /* 1.2.840.113549.1.9.16.0.8 (OBJ_id_smime_mod_ets_eSigPolicy_97) */, |
| 6180 | 204 /* 1.2.840.113549.1.9.16.1.1 (OBJ_id_smime_ct_receipt) */, |
| 6181 | 205 /* 1.2.840.113549.1.9.16.1.2 (OBJ_id_smime_ct_authData) */, |
| 6182 | 206 /* 1.2.840.113549.1.9.16.1.3 (OBJ_id_smime_ct_publishCert) */, |
| 6183 | 207 /* 1.2.840.113549.1.9.16.1.4 (OBJ_id_smime_ct_TSTInfo) */, |
| 6184 | 208 /* 1.2.840.113549.1.9.16.1.5 (OBJ_id_smime_ct_TDTInfo) */, |
| 6185 | 209 /* 1.2.840.113549.1.9.16.1.6 (OBJ_id_smime_ct_contentInfo) */, |
| 6186 | 210 /* 1.2.840.113549.1.9.16.1.7 (OBJ_id_smime_ct_DVCSRequestData) */, |
| 6187 | 211 /* 1.2.840.113549.1.9.16.1.8 (OBJ_id_smime_ct_DVCSResponseData) */, |
| 6188 | 786 /* 1.2.840.113549.1.9.16.1.9 (OBJ_id_smime_ct_compressedData) */, |
| 6189 | 787 /* 1.2.840.113549.1.9.16.1.27 (OBJ_id_ct_asciiTextWithCRLF) */, |
| 6190 | 212 /* 1.2.840.113549.1.9.16.2.1 (OBJ_id_smime_aa_receiptRequest) */, |
| 6191 | 213 /* 1.2.840.113549.1.9.16.2.2 (OBJ_id_smime_aa_securityLabel) */, |
| 6192 | 214 /* 1.2.840.113549.1.9.16.2.3 (OBJ_id_smime_aa_mlExpandHistory) */, |
| 6193 | 215 /* 1.2.840.113549.1.9.16.2.4 (OBJ_id_smime_aa_contentHint) */, |
| 6194 | 216 /* 1.2.840.113549.1.9.16.2.5 (OBJ_id_smime_aa_msgSigDigest) */, |
| 6195 | 217 /* 1.2.840.113549.1.9.16.2.6 (OBJ_id_smime_aa_encapContentType) */, |
| 6196 | 218 /* 1.2.840.113549.1.9.16.2.7 (OBJ_id_smime_aa_contentIdentifier) */, |
| 6197 | 219 /* 1.2.840.113549.1.9.16.2.8 (OBJ_id_smime_aa_macValue) */, |
| 6198 | 220 /* 1.2.840.113549.1.9.16.2.9 (OBJ_id_smime_aa_equivalentLabels) */, |
| 6199 | 221 /* 1.2.840.113549.1.9.16.2.10 (OBJ_id_smime_aa_contentReference) */, |
| 6200 | 222 /* 1.2.840.113549.1.9.16.2.11 (OBJ_id_smime_aa_encrypKeyPref) */, |
| 6201 | 223 /* 1.2.840.113549.1.9.16.2.12 (OBJ_id_smime_aa_signingCertificate) */, |
| 6202 | 224 /* 1.2.840.113549.1.9.16.2.13 (OBJ_id_smime_aa_smimeEncryptCerts) */, |
| 6203 | 225 /* 1.2.840.113549.1.9.16.2.14 (OBJ_id_smime_aa_timeStampToken) */, |
| 6204 | 226 /* 1.2.840.113549.1.9.16.2.15 (OBJ_id_smime_aa_ets_sigPolicyId) */, |
| 6205 | 227 /* 1.2.840.113549.1.9.16.2.16 (OBJ_id_smime_aa_ets_commitmentType) */, |
| 6206 | 228 /* 1.2.840.113549.1.9.16.2.17 (OBJ_id_smime_aa_ets_signerLocation) */, |
| 6207 | 229 /* 1.2.840.113549.1.9.16.2.18 (OBJ_id_smime_aa_ets_signerAttr) */, |
| 6208 | 230 /* 1.2.840.113549.1.9.16.2.19 (OBJ_id_smime_aa_ets_otherSigCert) */, |
| 6209 | 231 /* 1.2.840.113549.1.9.16.2.20 (OBJ_id_smime_aa_ets_contentTimestamp) */, |
| 6210 | 232 /* 1.2.840.113549.1.9.16.2.21 (OBJ_id_smime_aa_ets_CertificateRefs) */, |
| 6211 | 233 /* 1.2.840.113549.1.9.16.2.22 (OBJ_id_smime_aa_ets_RevocationRefs) */, |
| 6212 | 234 /* 1.2.840.113549.1.9.16.2.23 (OBJ_id_smime_aa_ets_certValues) */, |
| 6213 | 235 /* 1.2.840.113549.1.9.16.2.24 (OBJ_id_smime_aa_ets_revocationValues) */, |
| 6214 | 236 /* 1.2.840.113549.1.9.16.2.25 (OBJ_id_smime_aa_ets_escTimeStamp) */, |
| 6215 | 237 /* 1.2.840.113549.1.9.16.2.26 (OBJ_id_smime_aa_ets_certCRLTimestamp) */, |
| 6216 | 238 /* 1.2.840.113549.1.9.16.2.27 (OBJ_id_smime_aa_ets_archiveTimeStamp) */, |
| 6217 | 239 /* 1.2.840.113549.1.9.16.2.28 (OBJ_id_smime_aa_signatureType) */, |
| 6218 | 240 /* 1.2.840.113549.1.9.16.2.29 (OBJ_id_smime_aa_dvcs_dvc) */, |
| 6219 | 241 /* 1.2.840.113549.1.9.16.3.1 (OBJ_id_smime_alg_ESDHwith3DES) */, |
| 6220 | 242 /* 1.2.840.113549.1.9.16.3.2 (OBJ_id_smime_alg_ESDHwithRC2) */, |
| 6221 | 243 /* 1.2.840.113549.1.9.16.3.3 (OBJ_id_smime_alg_3DESwrap) */, |
| 6222 | 244 /* 1.2.840.113549.1.9.16.3.4 (OBJ_id_smime_alg_RC2wrap) */, |
| 6223 | 245 /* 1.2.840.113549.1.9.16.3.5 (OBJ_id_smime_alg_ESDH) */, |
| 6224 | 246 /* 1.2.840.113549.1.9.16.3.6 (OBJ_id_smime_alg_CMS3DESwrap) */, |
| 6225 | 247 /* 1.2.840.113549.1.9.16.3.7 (OBJ_id_smime_alg_CMSRC2wrap) */, |
| 6226 | 125 /* 1.2.840.113549.1.9.16.3.8 (OBJ_zlib_compression) */, |
| 6227 | 893 /* 1.2.840.113549.1.9.16.3.9 (OBJ_id_alg_PWRI_KEK) */, |
| 6228 | 248 /* 1.2.840.113549.1.9.16.4.1 (OBJ_id_smime_cd_ldap) */, |
| 6229 | 249 /* 1.2.840.113549.1.9.16.5.1 (OBJ_id_smime_spq_ets_sqt_uri) */, |
| 6230 | 250 /* 1.2.840.113549.1.9.16.5.2 (OBJ_id_smime_spq_ets_sqt_unotice) */, |
| 6231 | 251 /* 1.2.840.113549.1.9.16.6.1 (OBJ_id_smime_cti_ets_proofOfOrigin) */, |
| 6232 | 252 /* 1.2.840.113549.1.9.16.6.2 (OBJ_id_smime_cti_ets_proofOfReceipt) */, |
| 6233 | 253 /* 1.2.840.113549.1.9.16.6.3 (OBJ_id_smime_cti_ets_proofOfDelivery) */, |
| 6234 | 254 /* 1.2.840.113549.1.9.16.6.4 (OBJ_id_smime_cti_ets_proofOfSender) */, |
| 6235 | 255 /* 1.2.840.113549.1.9.16.6.5 (OBJ_id_smime_cti_ets_proofOfApproval) */, |
| 6236 | 256 /* 1.2.840.113549.1.9.16.6.6 (OBJ_id_smime_cti_ets_proofOfCreation) */, |
| 6237 | 150 /* 1.2.840.113549.1.12.10.1.1 (OBJ_keyBag) */, |
| 6238 | 151 /* 1.2.840.113549.1.12.10.1.2 (OBJ_pkcs8ShroudedKeyBag) */, |
| 6239 | 152 /* 1.2.840.113549.1.12.10.1.3 (OBJ_certBag) */, |
| 6240 | 153 /* 1.2.840.113549.1.12.10.1.4 (OBJ_crlBag) */, |
| 6241 | 154 /* 1.2.840.113549.1.12.10.1.5 (OBJ_secretBag) */, |
| 6242 | 155 /* 1.2.840.113549.1.12.10.1.6 (OBJ_safeContentsBag) */, |
| 6243 | 34 /* 1.3.6.1.4.1.188.7.1.1.2 (OBJ_idea_cbc) */, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 6244 | }; |