Rebuild OID database: duplicates got in there somehow??
[openssl.git] / crypto / objects / obj_dat.h
1 /* crypto/objects/obj_dat.h */
2
3 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
4  * following command:
5  * perl obj_dat.pl obj_mac.h obj_dat.h
6  */
7
8 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
9  * All rights reserved.
10  *
11  * This package is an SSL implementation written
12  * by Eric Young (eay@cryptsoft.com).
13  * The implementation was written so as to conform with Netscapes SSL.
14  * 
15  * This library is free for commercial and non-commercial use as long as
16  * the following conditions are aheared to.  The following conditions
17  * apply to all code found in this distribution, be it the RC4, RSA,
18  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
19  * included with this distribution is covered by the same copyright terms
20  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
21  * 
22  * Copyright remains Eric Young's, and as such any Copyright notices in
23  * the code are not to be removed.
24  * If this package is used in a product, Eric Young should be given attribution
25  * as the author of the parts of the library used.
26  * This can be in the form of a textual message at program startup or
27  * in documentation (online or textual) provided with the package.
28  * 
29  * Redistribution and use in source and binary forms, with or without
30  * modification, are permitted provided that the following conditions
31  * are met:
32  * 1. Redistributions of source code must retain the copyright
33  *    notice, this list of conditions and the following disclaimer.
34  * 2. Redistributions in binary form must reproduce the above copyright
35  *    notice, this list of conditions and the following disclaimer in the
36  *    documentation and/or other materials provided with the distribution.
37  * 3. All advertising materials mentioning features or use of this software
38  *    must display the following acknowledgement:
39  *    "This product includes cryptographic software written by
40  *     Eric Young (eay@cryptsoft.com)"
41  *    The word 'cryptographic' can be left out if the rouines from the library
42  *    being used are not cryptographic related :-).
43  * 4. If you include any Windows specific code (or a derivative thereof) from 
44  *    the apps directory (application code) you must include an acknowledgement:
45  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
46  * 
47  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
48  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
49  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
50  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
51  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
52  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
53  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
56  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57  * SUCH DAMAGE.
58  * 
59  * The licence and distribution terms for any publically available version or
60  * derivative of this code cannot be changed.  i.e. this code cannot simply be
61  * copied and put under another distribution licence
62  * [including the GNU Public Licence.]
63  */
64
65 #define NUM_NID 851
66 #define NUM_SN 844
67 #define NUM_LN 844
68 #define NUM_OBJ 798
69
70 static const unsigned char lvalues[5648]={
71 0x00,                                        /* [  0] OBJ_undef */
72 0x2A,0x86,0x48,0x86,0xF7,0x0D,               /* [  1] OBJ_rsadsi */
73 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,          /* [  7] OBJ_pkcs */
74 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x02,     /* [ 14] OBJ_md2 */
75 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x05,     /* [ 22] OBJ_md5 */
76 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x03,0x04,     /* [ 30] OBJ_rc4 */
77 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x01,/* [ 38] OBJ_rsaEncryption */
78 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x02,/* [ 47] OBJ_md2WithRSAEncryption */
79 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x04,/* [ 56] OBJ_md5WithRSAEncryption */
80 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x01,/* [ 65] OBJ_pbeWithMD2AndDES_CBC */
81 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x03,/* [ 74] OBJ_pbeWithMD5AndDES_CBC */
82 0x55,                                        /* [ 83] OBJ_X500 */
83 0x55,0x04,                                   /* [ 84] OBJ_X509 */
84 0x55,0x04,0x03,                              /* [ 86] OBJ_commonName */
85 0x55,0x04,0x06,                              /* [ 89] OBJ_countryName */
86 0x55,0x04,0x07,                              /* [ 92] OBJ_localityName */
87 0x55,0x04,0x08,                              /* [ 95] OBJ_stateOrProvinceName */
88 0x55,0x04,0x0A,                              /* [ 98] OBJ_organizationName */
89 0x55,0x04,0x0B,                              /* [101] OBJ_organizationalUnitName */
90 0x55,0x08,0x01,0x01,                         /* [104] OBJ_rsa */
91 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,     /* [108] OBJ_pkcs7 */
92 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x01,/* [116] OBJ_pkcs7_data */
93 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x02,/* [125] OBJ_pkcs7_signed */
94 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x03,/* [134] OBJ_pkcs7_enveloped */
95 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x04,/* [143] OBJ_pkcs7_signedAndEnveloped */
96 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x05,/* [152] OBJ_pkcs7_digest */
97 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x07,0x06,/* [161] OBJ_pkcs7_encrypted */
98 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x03,     /* [170] OBJ_pkcs3 */
99 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x03,0x01,/* [178] OBJ_dhKeyAgreement */
100 0x2B,0x0E,0x03,0x02,0x06,                    /* [187] OBJ_des_ecb */
101 0x2B,0x0E,0x03,0x02,0x09,                    /* [192] OBJ_des_cfb64 */
102 0x2B,0x0E,0x03,0x02,0x07,                    /* [197] OBJ_des_cbc */
103 0x2B,0x0E,0x03,0x02,0x11,                    /* [202] OBJ_des_ede_ecb */
104 0x2B,0x06,0x01,0x04,0x01,0x81,0x3C,0x07,0x01,0x01,0x02,/* [207] OBJ_idea_cbc */
105 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x03,0x02,     /* [218] OBJ_rc2_cbc */
106 0x2B,0x0E,0x03,0x02,0x12,                    /* [226] OBJ_sha */
107 0x2B,0x0E,0x03,0x02,0x0F,                    /* [231] OBJ_shaWithRSAEncryption */
108 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x03,0x07,     /* [236] OBJ_des_ede3_cbc */
109 0x2B,0x0E,0x03,0x02,0x08,                    /* [244] OBJ_des_ofb64 */
110 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,     /* [249] OBJ_pkcs9 */
111 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x01,/* [257] OBJ_pkcs9_emailAddress */
112 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x02,/* [266] OBJ_pkcs9_unstructuredName */
113 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x03,/* [275] OBJ_pkcs9_contentType */
114 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x04,/* [284] OBJ_pkcs9_messageDigest */
115 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x05,/* [293] OBJ_pkcs9_signingTime */
116 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x06,/* [302] OBJ_pkcs9_countersignature */
117 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x07,/* [311] OBJ_pkcs9_challengePassword */
118 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x08,/* [320] OBJ_pkcs9_unstructuredAddress */
119 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x09,/* [329] OBJ_pkcs9_extCertAttributes */
120 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,          /* [338] OBJ_netscape */
121 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,     /* [345] OBJ_netscape_cert_extension */
122 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x02,     /* [353] OBJ_netscape_data_type */
123 0x2B,0x0E,0x03,0x02,0x1A,                    /* [361] OBJ_sha1 */
124 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x05,/* [366] OBJ_sha1WithRSAEncryption */
125 0x2B,0x0E,0x03,0x02,0x0D,                    /* [375] OBJ_dsaWithSHA */
126 0x2B,0x0E,0x03,0x02,0x0C,                    /* [380] OBJ_dsa_2 */
127 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x0B,/* [385] OBJ_pbeWithSHA1AndRC2_CBC */
128 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x0C,/* [394] OBJ_id_pbkdf2 */
129 0x2B,0x0E,0x03,0x02,0x1B,                    /* [403] OBJ_dsaWithSHA1_2 */
130 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x01,/* [408] OBJ_netscape_cert_type */
131 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x02,/* [417] OBJ_netscape_base_url */
132 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x03,/* [426] OBJ_netscape_revocation_url */
133 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x04,/* [435] OBJ_netscape_ca_revocation_url */
134 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x07,/* [444] OBJ_netscape_renewal_url */
135 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x08,/* [453] OBJ_netscape_ca_policy_url */
136 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x0C,/* [462] OBJ_netscape_ssl_server_name */
137 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x0D,/* [471] OBJ_netscape_comment */
138 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x02,0x05,/* [480] OBJ_netscape_cert_sequence */
139 0x55,0x1D,                                   /* [489] OBJ_id_ce */
140 0x55,0x1D,0x0E,                              /* [491] OBJ_subject_key_identifier */
141 0x55,0x1D,0x0F,                              /* [494] OBJ_key_usage */
142 0x55,0x1D,0x10,                              /* [497] OBJ_private_key_usage_period */
143 0x55,0x1D,0x11,                              /* [500] OBJ_subject_alt_name */
144 0x55,0x1D,0x12,                              /* [503] OBJ_issuer_alt_name */
145 0x55,0x1D,0x13,                              /* [506] OBJ_basic_constraints */
146 0x55,0x1D,0x14,                              /* [509] OBJ_crl_number */
147 0x55,0x1D,0x20,                              /* [512] OBJ_certificate_policies */
148 0x55,0x1D,0x23,                              /* [515] OBJ_authority_key_identifier */
149 0x2B,0x06,0x01,0x04,0x01,0x97,0x55,0x01,0x02,/* [518] OBJ_bf_cbc */
150 0x55,0x08,0x03,0x65,                         /* [527] OBJ_mdc2 */
151 0x55,0x08,0x03,0x64,                         /* [531] OBJ_mdc2WithRSA */
152 0x55,0x04,0x2A,                              /* [535] OBJ_givenName */
153 0x55,0x04,0x04,                              /* [538] OBJ_surname */
154 0x55,0x04,0x2B,                              /* [541] OBJ_initials */
155 0x55,0x1D,0x1F,                              /* [544] OBJ_crl_distribution_points */
156 0x2B,0x0E,0x03,0x02,0x03,                    /* [547] OBJ_md5WithRSA */
157 0x55,0x04,0x05,                              /* [552] OBJ_serialNumber */
158 0x55,0x04,0x0C,                              /* [555] OBJ_title */
159 0x55,0x04,0x0D,                              /* [558] OBJ_description */
160 0x2A,0x86,0x48,0x86,0xF6,0x7D,0x07,0x42,0x0A,/* [561] OBJ_cast5_cbc */
161 0x2A,0x86,0x48,0x86,0xF6,0x7D,0x07,0x42,0x0C,/* [570] OBJ_pbeWithMD5AndCast5_CBC */
162 0x2A,0x86,0x48,0xCE,0x38,0x04,0x03,          /* [579] OBJ_dsaWithSHA1 */
163 0x2B,0x0E,0x03,0x02,0x1D,                    /* [586] OBJ_sha1WithRSA */
164 0x2A,0x86,0x48,0xCE,0x38,0x04,0x01,          /* [591] OBJ_dsa */
165 0x2B,0x24,0x03,0x02,0x01,                    /* [598] OBJ_ripemd160 */
166 0x2B,0x24,0x03,0x03,0x01,0x02,               /* [603] OBJ_ripemd160WithRSA */
167 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x03,0x08,     /* [609] OBJ_rc5_cbc */
168 0x29,0x01,0x01,0x85,0x1A,0x01,               /* [617] OBJ_rle_compression */
169 0x29,0x01,0x01,0x85,0x1A,0x02,               /* [623] OBJ_zlib_compression */
170 0x55,0x1D,0x25,                              /* [629] OBJ_ext_key_usage */
171 0x2B,0x06,0x01,0x05,0x05,0x07,               /* [632] OBJ_id_pkix */
172 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,          /* [638] OBJ_id_kp */
173 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x01,     /* [645] OBJ_server_auth */
174 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x02,     /* [653] OBJ_client_auth */
175 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x03,     /* [661] OBJ_code_sign */
176 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x04,     /* [669] OBJ_email_protect */
177 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x08,     /* [677] OBJ_time_stamp */
178 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x02,0x01,0x15,/* [685] OBJ_ms_code_ind */
179 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x02,0x01,0x16,/* [695] OBJ_ms_code_com */
180 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x0A,0x03,0x01,/* [705] OBJ_ms_ctl_sign */
181 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x0A,0x03,0x03,/* [715] OBJ_ms_sgc */
182 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x0A,0x03,0x04,/* [725] OBJ_ms_efs */
183 0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x04,0x01,/* [735] OBJ_ns_sgc */
184 0x55,0x1D,0x1B,                              /* [744] OBJ_delta_crl */
185 0x55,0x1D,0x15,                              /* [747] OBJ_crl_reason */
186 0x55,0x1D,0x18,                              /* [750] OBJ_invalidity_date */
187 0x2B,0x65,0x01,0x04,0x01,                    /* [753] OBJ_sxnet */
188 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x01,/* [758] OBJ_pbe_WithSHA1And128BitRC4 */
189 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x02,/* [768] OBJ_pbe_WithSHA1And40BitRC4 */
190 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x03,/* [778] OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC */
191 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x04,/* [788] OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC */
192 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x05,/* [798] OBJ_pbe_WithSHA1And128BitRC2_CBC */
193 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x01,0x06,/* [808] OBJ_pbe_WithSHA1And40BitRC2_CBC */
194 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x01,/* [818] OBJ_keyBag */
195 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x02,/* [829] OBJ_pkcs8ShroudedKeyBag */
196 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x03,/* [840] OBJ_certBag */
197 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x04,/* [851] OBJ_crlBag */
198 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x05,/* [862] OBJ_secretBag */
199 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x0C,0x0A,0x01,0x06,/* [873] OBJ_safeContentsBag */
200 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x14,/* [884] OBJ_friendlyName */
201 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x15,/* [893] OBJ_localKeyID */
202 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x16,0x01,/* [902] OBJ_x509Certificate */
203 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x16,0x02,/* [912] OBJ_sdsiCertificate */
204 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x17,0x01,/* [922] OBJ_x509Crl */
205 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x0D,/* [932] OBJ_pbes2 */
206 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x0E,/* [941] OBJ_pbmac1 */
207 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x07,     /* [950] OBJ_hmacWithSHA1 */
208 0x2B,0x06,0x01,0x05,0x05,0x07,0x02,0x01,     /* [958] OBJ_id_qt_cps */
209 0x2B,0x06,0x01,0x05,0x05,0x07,0x02,0x02,     /* [966] OBJ_id_qt_unotice */
210 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x0F,/* [974] OBJ_SMIMECapabilities */
211 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x04,/* [983] OBJ_pbeWithMD2AndRC2_CBC */
212 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x06,/* [992] OBJ_pbeWithMD5AndRC2_CBC */
213 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,0x0A,/* [1001] OBJ_pbeWithSHA1AndDES_CBC */
214 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x02,0x01,0x0E,/* [1010] OBJ_ms_ext_req */
215 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x0E,/* [1020] OBJ_ext_req */
216 0x55,0x04,0x29,                              /* [1029] OBJ_name */
217 0x55,0x04,0x2E,                              /* [1032] OBJ_dnQualifier */
218 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,          /* [1035] OBJ_id_pe */
219 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,          /* [1042] OBJ_id_ad */
220 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x01,     /* [1049] OBJ_info_access */
221 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,     /* [1057] OBJ_ad_OCSP */
222 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x02,     /* [1065] OBJ_ad_ca_issuers */
223 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x09,     /* [1073] OBJ_OCSP_sign */
224 0x28,                                        /* [1081] OBJ_iso */
225 0x2A,                                        /* [1082] OBJ_member_body */
226 0x2A,0x86,0x48,                              /* [1083] OBJ_ISO_US */
227 0x2A,0x86,0x48,0xCE,0x38,                    /* [1086] OBJ_X9_57 */
228 0x2A,0x86,0x48,0xCE,0x38,0x04,               /* [1091] OBJ_X9cm */
229 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,     /* [1097] OBJ_pkcs1 */
230 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x05,     /* [1105] OBJ_pkcs5 */
231 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,/* [1113] OBJ_SMIME */
232 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,/* [1122] OBJ_id_smime_mod */
233 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,/* [1132] OBJ_id_smime_ct */
234 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,/* [1142] OBJ_id_smime_aa */
235 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,/* [1152] OBJ_id_smime_alg */
236 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x04,/* [1162] OBJ_id_smime_cd */
237 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x05,/* [1172] OBJ_id_smime_spq */
238 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,/* [1182] OBJ_id_smime_cti */
239 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x01,/* [1192] OBJ_id_smime_mod_cms */
240 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x02,/* [1203] OBJ_id_smime_mod_ess */
241 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x03,/* [1214] OBJ_id_smime_mod_oid */
242 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x04,/* [1225] OBJ_id_smime_mod_msg_v3 */
243 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x05,/* [1236] OBJ_id_smime_mod_ets_eSignature_88 */
244 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x06,/* [1247] OBJ_id_smime_mod_ets_eSignature_97 */
245 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x07,/* [1258] OBJ_id_smime_mod_ets_eSigPolicy_88 */
246 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x00,0x08,/* [1269] OBJ_id_smime_mod_ets_eSigPolicy_97 */
247 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x01,/* [1280] OBJ_id_smime_ct_receipt */
248 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x02,/* [1291] OBJ_id_smime_ct_authData */
249 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x03,/* [1302] OBJ_id_smime_ct_publishCert */
250 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x04,/* [1313] OBJ_id_smime_ct_TSTInfo */
251 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x05,/* [1324] OBJ_id_smime_ct_TDTInfo */
252 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x06,/* [1335] OBJ_id_smime_ct_contentInfo */
253 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x07,/* [1346] OBJ_id_smime_ct_DVCSRequestData */
254 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x01,0x08,/* [1357] OBJ_id_smime_ct_DVCSResponseData */
255 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x01,/* [1368] OBJ_id_smime_aa_receiptRequest */
256 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x02,/* [1379] OBJ_id_smime_aa_securityLabel */
257 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x03,/* [1390] OBJ_id_smime_aa_mlExpandHistory */
258 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x04,/* [1401] OBJ_id_smime_aa_contentHint */
259 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x05,/* [1412] OBJ_id_smime_aa_msgSigDigest */
260 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x06,/* [1423] OBJ_id_smime_aa_encapContentType */
261 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x07,/* [1434] OBJ_id_smime_aa_contentIdentifier */
262 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x08,/* [1445] OBJ_id_smime_aa_macValue */
263 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x09,/* [1456] OBJ_id_smime_aa_equivalentLabels */
264 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0A,/* [1467] OBJ_id_smime_aa_contentReference */
265 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0B,/* [1478] OBJ_id_smime_aa_encrypKeyPref */
266 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0C,/* [1489] OBJ_id_smime_aa_signingCertificate */
267 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0D,/* [1500] OBJ_id_smime_aa_smimeEncryptCerts */
268 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0E,/* [1511] OBJ_id_smime_aa_timeStampToken */
269 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x0F,/* [1522] OBJ_id_smime_aa_ets_sigPolicyId */
270 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x10,/* [1533] OBJ_id_smime_aa_ets_commitmentType */
271 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x11,/* [1544] OBJ_id_smime_aa_ets_signerLocation */
272 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x12,/* [1555] OBJ_id_smime_aa_ets_signerAttr */
273 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x13,/* [1566] OBJ_id_smime_aa_ets_otherSigCert */
274 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x14,/* [1577] OBJ_id_smime_aa_ets_contentTimestamp */
275 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x15,/* [1588] OBJ_id_smime_aa_ets_CertificateRefs */
276 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x16,/* [1599] OBJ_id_smime_aa_ets_RevocationRefs */
277 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x17,/* [1610] OBJ_id_smime_aa_ets_certValues */
278 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x18,/* [1621] OBJ_id_smime_aa_ets_revocationValues */
279 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x19,/* [1632] OBJ_id_smime_aa_ets_escTimeStamp */
280 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x1A,/* [1643] OBJ_id_smime_aa_ets_certCRLTimestamp */
281 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x1B,/* [1654] OBJ_id_smime_aa_ets_archiveTimeStamp */
282 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x1C,/* [1665] OBJ_id_smime_aa_signatureType */
283 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x02,0x1D,/* [1676] OBJ_id_smime_aa_dvcs_dvc */
284 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x01,/* [1687] OBJ_id_smime_alg_ESDHwith3DES */
285 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x02,/* [1698] OBJ_id_smime_alg_ESDHwithRC2 */
286 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x03,/* [1709] OBJ_id_smime_alg_3DESwrap */
287 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x04,/* [1720] OBJ_id_smime_alg_RC2wrap */
288 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x05,/* [1731] OBJ_id_smime_alg_ESDH */
289 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x06,/* [1742] OBJ_id_smime_alg_CMS3DESwrap */
290 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x07,/* [1753] OBJ_id_smime_alg_CMSRC2wrap */
291 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x04,0x01,/* [1764] OBJ_id_smime_cd_ldap */
292 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x05,0x01,/* [1775] OBJ_id_smime_spq_ets_sqt_uri */
293 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x05,0x02,/* [1786] OBJ_id_smime_spq_ets_sqt_unotice */
294 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x01,/* [1797] OBJ_id_smime_cti_ets_proofOfOrigin */
295 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x02,/* [1808] OBJ_id_smime_cti_ets_proofOfReceipt */
296 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x03,/* [1819] OBJ_id_smime_cti_ets_proofOfDelivery */
297 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x04,/* [1830] OBJ_id_smime_cti_ets_proofOfSender */
298 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x05,/* [1841] OBJ_id_smime_cti_ets_proofOfApproval */
299 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x06,0x06,/* [1852] OBJ_id_smime_cti_ets_proofOfCreation */
300 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x04,     /* [1863] OBJ_md4 */
301 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,          /* [1871] OBJ_id_pkix_mod */
302 0x2B,0x06,0x01,0x05,0x05,0x07,0x02,          /* [1878] OBJ_id_qt */
303 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,          /* [1885] OBJ_id_it */
304 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,          /* [1892] OBJ_id_pkip */
305 0x2B,0x06,0x01,0x05,0x05,0x07,0x06,          /* [1899] OBJ_id_alg */
306 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,          /* [1906] OBJ_id_cmc */
307 0x2B,0x06,0x01,0x05,0x05,0x07,0x08,          /* [1913] OBJ_id_on */
308 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,          /* [1920] OBJ_id_pda */
309 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,          /* [1927] OBJ_id_aca */
310 0x2B,0x06,0x01,0x05,0x05,0x07,0x0B,          /* [1934] OBJ_id_qcs */
311 0x2B,0x06,0x01,0x05,0x05,0x07,0x0C,          /* [1941] OBJ_id_cct */
312 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x01,     /* [1948] OBJ_id_pkix1_explicit_88 */
313 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x02,     /* [1956] OBJ_id_pkix1_implicit_88 */
314 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x03,     /* [1964] OBJ_id_pkix1_explicit_93 */
315 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x04,     /* [1972] OBJ_id_pkix1_implicit_93 */
316 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x05,     /* [1980] OBJ_id_mod_crmf */
317 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x06,     /* [1988] OBJ_id_mod_cmc */
318 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x07,     /* [1996] OBJ_id_mod_kea_profile_88 */
319 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x08,     /* [2004] OBJ_id_mod_kea_profile_93 */
320 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x09,     /* [2012] OBJ_id_mod_cmp */
321 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0A,     /* [2020] OBJ_id_mod_qualified_cert_88 */
322 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0B,     /* [2028] OBJ_id_mod_qualified_cert_93 */
323 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0C,     /* [2036] OBJ_id_mod_attribute_cert */
324 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0D,     /* [2044] OBJ_id_mod_timestamp_protocol */
325 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0E,     /* [2052] OBJ_id_mod_ocsp */
326 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x0F,     /* [2060] OBJ_id_mod_dvcs */
327 0x2B,0x06,0x01,0x05,0x05,0x07,0x00,0x10,     /* [2068] OBJ_id_mod_cmp2000 */
328 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x02,     /* [2076] OBJ_biometricInfo */
329 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x03,     /* [2084] OBJ_qcStatements */
330 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x04,     /* [2092] OBJ_ac_auditEntity */
331 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x05,     /* [2100] OBJ_ac_targeting */
332 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x06,     /* [2108] OBJ_aaControls */
333 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x07,     /* [2116] OBJ_sbgp_ipAddrBlock */
334 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x08,     /* [2124] OBJ_sbgp_autonomousSysNum */
335 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x09,     /* [2132] OBJ_sbgp_routerIdentifier */
336 0x2B,0x06,0x01,0x05,0x05,0x07,0x02,0x03,     /* [2140] OBJ_textNotice */
337 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x05,     /* [2148] OBJ_ipsecEndSystem */
338 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x06,     /* [2156] OBJ_ipsecTunnel */
339 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x07,     /* [2164] OBJ_ipsecUser */
340 0x2B,0x06,0x01,0x05,0x05,0x07,0x03,0x0A,     /* [2172] OBJ_dvcs */
341 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x01,     /* [2180] OBJ_id_it_caProtEncCert */
342 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x02,     /* [2188] OBJ_id_it_signKeyPairTypes */
343 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x03,     /* [2196] OBJ_id_it_encKeyPairTypes */
344 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x04,     /* [2204] OBJ_id_it_preferredSymmAlg */
345 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x05,     /* [2212] OBJ_id_it_caKeyUpdateInfo */
346 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x06,     /* [2220] OBJ_id_it_currentCRL */
347 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x07,     /* [2228] OBJ_id_it_unsupportedOIDs */
348 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x08,     /* [2236] OBJ_id_it_subscriptionRequest */
349 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x09,     /* [2244] OBJ_id_it_subscriptionResponse */
350 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0A,     /* [2252] OBJ_id_it_keyPairParamReq */
351 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0B,     /* [2260] OBJ_id_it_keyPairParamRep */
352 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0C,     /* [2268] OBJ_id_it_revPassphrase */
353 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0D,     /* [2276] OBJ_id_it_implicitConfirm */
354 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0E,     /* [2284] OBJ_id_it_confirmWaitTime */
355 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x0F,     /* [2292] OBJ_id_it_origPKIMessage */
356 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,     /* [2300] OBJ_id_regCtrl */
357 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x02,     /* [2308] OBJ_id_regInfo */
358 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x01,/* [2316] OBJ_id_regCtrl_regToken */
359 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x02,/* [2325] OBJ_id_regCtrl_authenticator */
360 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x03,/* [2334] OBJ_id_regCtrl_pkiPublicationInfo */
361 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x04,/* [2343] OBJ_id_regCtrl_pkiArchiveOptions */
362 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x05,/* [2352] OBJ_id_regCtrl_oldCertID */
363 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x01,0x06,/* [2361] OBJ_id_regCtrl_protocolEncrKey */
364 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x02,0x01,/* [2370] OBJ_id_regInfo_utf8Pairs */
365 0x2B,0x06,0x01,0x05,0x05,0x07,0x05,0x02,0x02,/* [2379] OBJ_id_regInfo_certReq */
366 0x2B,0x06,0x01,0x05,0x05,0x07,0x06,0x01,     /* [2388] OBJ_id_alg_des40 */
367 0x2B,0x06,0x01,0x05,0x05,0x07,0x06,0x02,     /* [2396] OBJ_id_alg_noSignature */
368 0x2B,0x06,0x01,0x05,0x05,0x07,0x06,0x03,     /* [2404] OBJ_id_alg_dh_sig_hmac_sha1 */
369 0x2B,0x06,0x01,0x05,0x05,0x07,0x06,0x04,     /* [2412] OBJ_id_alg_dh_pop */
370 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x01,     /* [2420] OBJ_id_cmc_statusInfo */
371 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x02,     /* [2428] OBJ_id_cmc_identification */
372 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x03,     /* [2436] OBJ_id_cmc_identityProof */
373 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x04,     /* [2444] OBJ_id_cmc_dataReturn */
374 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x05,     /* [2452] OBJ_id_cmc_transactionId */
375 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x06,     /* [2460] OBJ_id_cmc_senderNonce */
376 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x07,     /* [2468] OBJ_id_cmc_recipientNonce */
377 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x08,     /* [2476] OBJ_id_cmc_addExtensions */
378 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x09,     /* [2484] OBJ_id_cmc_encryptedPOP */
379 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x0A,     /* [2492] OBJ_id_cmc_decryptedPOP */
380 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x0B,     /* [2500] OBJ_id_cmc_lraPOPWitness */
381 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x0F,     /* [2508] OBJ_id_cmc_getCert */
382 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x10,     /* [2516] OBJ_id_cmc_getCRL */
383 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x11,     /* [2524] OBJ_id_cmc_revokeRequest */
384 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x12,     /* [2532] OBJ_id_cmc_regInfo */
385 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x13,     /* [2540] OBJ_id_cmc_responseInfo */
386 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x15,     /* [2548] OBJ_id_cmc_queryPending */
387 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x16,     /* [2556] OBJ_id_cmc_popLinkRandom */
388 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x17,     /* [2564] OBJ_id_cmc_popLinkWitness */
389 0x2B,0x06,0x01,0x05,0x05,0x07,0x07,0x18,     /* [2572] OBJ_id_cmc_confirmCertAcceptance */
390 0x2B,0x06,0x01,0x05,0x05,0x07,0x08,0x01,     /* [2580] OBJ_id_on_personalData */
391 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,0x01,     /* [2588] OBJ_id_pda_dateOfBirth */
392 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,0x02,     /* [2596] OBJ_id_pda_placeOfBirth */
393 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,0x03,     /* [2604] OBJ_id_pda_gender */
394 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,0x04,     /* [2612] OBJ_id_pda_countryOfCitizenship */
395 0x2B,0x06,0x01,0x05,0x05,0x07,0x09,0x05,     /* [2620] OBJ_id_pda_countryOfResidence */
396 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x01,     /* [2628] OBJ_id_aca_authenticationInfo */
397 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x02,     /* [2636] OBJ_id_aca_accessIdentity */
398 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x03,     /* [2644] OBJ_id_aca_chargingIdentity */
399 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x04,     /* [2652] OBJ_id_aca_group */
400 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x05,     /* [2660] OBJ_id_aca_role */
401 0x2B,0x06,0x01,0x05,0x05,0x07,0x0B,0x01,     /* [2668] OBJ_id_qcs_pkixQCSyntax_v1 */
402 0x2B,0x06,0x01,0x05,0x05,0x07,0x0C,0x01,     /* [2676] OBJ_id_cct_crs */
403 0x2B,0x06,0x01,0x05,0x05,0x07,0x0C,0x02,     /* [2684] OBJ_id_cct_PKIData */
404 0x2B,0x06,0x01,0x05,0x05,0x07,0x0C,0x03,     /* [2692] OBJ_id_cct_PKIResponse */
405 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x03,     /* [2700] OBJ_ad_timeStamping */
406 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x04,     /* [2708] OBJ_ad_dvcs */
407 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x01,/* [2716] OBJ_id_pkix_OCSP_basic */
408 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x02,/* [2725] OBJ_id_pkix_OCSP_Nonce */
409 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x03,/* [2734] OBJ_id_pkix_OCSP_CrlID */
410 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x04,/* [2743] OBJ_id_pkix_OCSP_acceptableResponses */
411 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x05,/* [2752] OBJ_id_pkix_OCSP_noCheck */
412 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x06,/* [2761] OBJ_id_pkix_OCSP_archiveCutoff */
413 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x07,/* [2770] OBJ_id_pkix_OCSP_serviceLocator */
414 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x08,/* [2779] OBJ_id_pkix_OCSP_extendedStatus */
415 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x09,/* [2788] OBJ_id_pkix_OCSP_valid */
416 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x0A,/* [2797] OBJ_id_pkix_OCSP_path */
417 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x0B,/* [2806] OBJ_id_pkix_OCSP_trustRoot */
418 0x2B,0x0E,0x03,0x02,                         /* [2815] OBJ_algorithm */
419 0x2B,0x0E,0x03,0x02,0x0B,                    /* [2819] OBJ_rsaSignature */
420 0x55,0x08,                                   /* [2824] OBJ_X500algorithms */
421 0x2B,                                        /* [2826] OBJ_org */
422 0x2B,0x06,                                   /* [2827] OBJ_dod */
423 0x2B,0x06,0x01,                              /* [2829] OBJ_iana */
424 0x2B,0x06,0x01,0x01,                         /* [2832] OBJ_Directory */
425 0x2B,0x06,0x01,0x02,                         /* [2836] OBJ_Management */
426 0x2B,0x06,0x01,0x03,                         /* [2840] OBJ_Experimental */
427 0x2B,0x06,0x01,0x04,                         /* [2844] OBJ_Private */
428 0x2B,0x06,0x01,0x05,                         /* [2848] OBJ_Security */
429 0x2B,0x06,0x01,0x06,                         /* [2852] OBJ_SNMPv2 */
430 0x2B,0x06,0x01,0x07,                         /* [2856] OBJ_Mail */
431 0x2B,0x06,0x01,0x04,0x01,                    /* [2860] OBJ_Enterprises */
432 0x2B,0x06,0x01,0x04,0x01,0x8B,0x3A,0x82,0x58,/* [2865] OBJ_dcObject */
433 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x19,/* [2874] OBJ_domainComponent */
434 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x0D,/* [2884] OBJ_Domain */
435 0x00,                                        /* [2894] OBJ_joint_iso_ccitt */
436 0x55,0x01,0x05,                              /* [2895] OBJ_selected_attribute_types */
437 0x55,0x01,0x05,0x37,                         /* [2898] OBJ_clearance */
438 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x03,/* [2902] OBJ_md4WithRSAEncryption */
439 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x0A,     /* [2911] OBJ_ac_proxying */
440 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x0B,     /* [2919] OBJ_sinfo_access */
441 0x2B,0x06,0x01,0x05,0x05,0x07,0x0A,0x06,     /* [2927] OBJ_id_aca_encAttrs */
442 0x55,0x04,0x48,                              /* [2935] OBJ_role */
443 0x55,0x1D,0x24,                              /* [2938] OBJ_policy_constraints */
444 0x55,0x1D,0x37,                              /* [2941] OBJ_target_information */
445 0x55,0x1D,0x38,                              /* [2944] OBJ_no_rev_avail */
446 0x00,                                        /* [2947] OBJ_ccitt */
447 0x2A,0x86,0x48,0xCE,0x3D,                    /* [2948] OBJ_ansi_X9_62 */
448 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x01,          /* [2953] OBJ_X9_62_prime_field */
449 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x02,          /* [2960] OBJ_X9_62_characteristic_two_field */
450 0x2A,0x86,0x48,0xCE,0x3D,0x02,0x01,          /* [2967] OBJ_X9_62_id_ecPublicKey */
451 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x01,     /* [2974] OBJ_X9_62_prime192v1 */
452 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x02,     /* [2982] OBJ_X9_62_prime192v2 */
453 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x03,     /* [2990] OBJ_X9_62_prime192v3 */
454 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x04,     /* [2998] OBJ_X9_62_prime239v1 */
455 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x05,     /* [3006] OBJ_X9_62_prime239v2 */
456 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x06,     /* [3014] OBJ_X9_62_prime239v3 */
457 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x01,0x07,     /* [3022] OBJ_X9_62_prime256v1 */
458 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x01,          /* [3030] OBJ_ecdsa_with_SHA1 */
459 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x11,0x01,/* [3037] OBJ_ms_csp_name */
460 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x01,/* [3046] OBJ_aes_128_ecb */
461 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x02,/* [3055] OBJ_aes_128_cbc */
462 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x03,/* [3064] OBJ_aes_128_ofb128 */
463 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x04,/* [3073] OBJ_aes_128_cfb128 */
464 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x15,/* [3082] OBJ_aes_192_ecb */
465 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x16,/* [3091] OBJ_aes_192_cbc */
466 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x17,/* [3100] OBJ_aes_192_ofb128 */
467 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x18,/* [3109] OBJ_aes_192_cfb128 */
468 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x29,/* [3118] OBJ_aes_256_ecb */
469 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2A,/* [3127] OBJ_aes_256_cbc */
470 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2B,/* [3136] OBJ_aes_256_ofb128 */
471 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2C,/* [3145] OBJ_aes_256_cfb128 */
472 0x55,0x1D,0x17,                              /* [3154] OBJ_hold_instruction_code */
473 0x2A,0x86,0x48,0xCE,0x38,0x02,0x01,          /* [3157] OBJ_hold_instruction_none */
474 0x2A,0x86,0x48,0xCE,0x38,0x02,0x02,          /* [3164] OBJ_hold_instruction_call_issuer */
475 0x2A,0x86,0x48,0xCE,0x38,0x02,0x03,          /* [3171] OBJ_hold_instruction_reject */
476 0x09,                                        /* [3178] OBJ_data */
477 0x09,0x92,0x26,                              /* [3179] OBJ_pss */
478 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,          /* [3182] OBJ_ucl */
479 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,     /* [3189] OBJ_pilot */
480 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,/* [3197] OBJ_pilotAttributeType */
481 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x03,/* [3206] OBJ_pilotAttributeSyntax */
482 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,/* [3215] OBJ_pilotObjectClass */
483 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x0A,/* [3224] OBJ_pilotGroups */
484 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x03,0x04,/* [3233] OBJ_iA5StringSyntax */
485 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x03,0x05,/* [3243] OBJ_caseIgnoreIA5StringSyntax */
486 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x03,/* [3253] OBJ_pilotObject */
487 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x04,/* [3263] OBJ_pilotPerson */
488 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x05,/* [3273] OBJ_account */
489 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x06,/* [3283] OBJ_document */
490 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x07,/* [3293] OBJ_room */
491 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x09,/* [3303] OBJ_documentSeries */
492 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x0E,/* [3313] OBJ_rFC822localPart */
493 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x0F,/* [3323] OBJ_dNSDomain */
494 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x11,/* [3333] OBJ_domainRelatedObject */
495 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x12,/* [3343] OBJ_friendlyCountry */
496 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x13,/* [3353] OBJ_simpleSecurityObject */
497 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x14,/* [3363] OBJ_pilotOrganization */
498 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x15,/* [3373] OBJ_pilotDSA */
499 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x04,0x16,/* [3383] OBJ_qualityLabelledData */
500 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x01,/* [3393] OBJ_userId */
501 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x02,/* [3403] OBJ_textEncodedORAddress */
502 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x03,/* [3413] OBJ_rfc822Mailbox */
503 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x04,/* [3423] OBJ_info */
504 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x05,/* [3433] OBJ_favouriteDrink */
505 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x06,/* [3443] OBJ_roomNumber */
506 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x07,/* [3453] OBJ_photo */
507 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x08,/* [3463] OBJ_userClass */
508 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x09,/* [3473] OBJ_host */
509 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0A,/* [3483] OBJ_manager */
510 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0B,/* [3493] OBJ_documentIdentifier */
511 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0C,/* [3503] OBJ_documentTitle */
512 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0D,/* [3513] OBJ_documentVersion */
513 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0E,/* [3523] OBJ_documentAuthor */
514 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x0F,/* [3533] OBJ_documentLocation */
515 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x14,/* [3543] OBJ_homeTelephoneNumber */
516 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x15,/* [3553] OBJ_secretary */
517 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x16,/* [3563] OBJ_otherMailbox */
518 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x17,/* [3573] OBJ_lastModifiedTime */
519 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x18,/* [3583] OBJ_lastModifiedBy */
520 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1A,/* [3593] OBJ_aRecord */
521 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1B,/* [3603] OBJ_pilotAttributeType27 */
522 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1C,/* [3613] OBJ_mXRecord */
523 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1D,/* [3623] OBJ_nSRecord */
524 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1E,/* [3633] OBJ_sOARecord */
525 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x1F,/* [3643] OBJ_cNAMERecord */
526 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x25,/* [3653] OBJ_associatedDomain */
527 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x26,/* [3663] OBJ_associatedName */
528 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x27,/* [3673] OBJ_homePostalAddress */
529 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x28,/* [3683] OBJ_personalTitle */
530 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x29,/* [3693] OBJ_mobileTelephoneNumber */
531 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x2A,/* [3703] OBJ_pagerTelephoneNumber */
532 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x2B,/* [3713] OBJ_friendlyCountryName */
533 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x2D,/* [3723] OBJ_organizationalStatus */
534 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x2E,/* [3733] OBJ_janetMailbox */
535 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x2F,/* [3743] OBJ_mailPreferenceOption */
536 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x30,/* [3753] OBJ_buildingName */
537 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x31,/* [3763] OBJ_dSAQuality */
538 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x32,/* [3773] OBJ_singleLevelQuality */
539 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x33,/* [3783] OBJ_subtreeMinimumQuality */
540 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x34,/* [3793] OBJ_subtreeMaximumQuality */
541 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x35,/* [3803] OBJ_personalSignature */
542 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x36,/* [3813] OBJ_dITRedirect */
543 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x37,/* [3823] OBJ_audio */
544 0x09,0x92,0x26,0x89,0x93,0xF2,0x2C,0x64,0x01,0x38,/* [3833] OBJ_documentPublisher */
545 0x55,0x04,0x2D,                              /* [3843] OBJ_x500UniqueIdentifier */
546 0x2B,0x06,0x01,0x07,0x01,                    /* [3846] OBJ_mime_mhs */
547 0x2B,0x06,0x01,0x07,0x01,0x01,               /* [3851] OBJ_mime_mhs_headings */
548 0x2B,0x06,0x01,0x07,0x01,0x02,               /* [3857] OBJ_mime_mhs_bodies */
549 0x2B,0x06,0x01,0x07,0x01,0x01,0x01,          /* [3863] OBJ_id_hex_partial_message */
550 0x2B,0x06,0x01,0x07,0x01,0x01,0x02,          /* [3870] OBJ_id_hex_multipart_message */
551 0x55,0x04,0x2C,                              /* [3877] OBJ_generationQualifier */
552 0x55,0x04,0x41,                              /* [3880] OBJ_pseudonym */
553 0x67,0x2A,                                   /* [3883] OBJ_id_set */
554 0x67,0x2A,0x00,                              /* [3885] OBJ_set_ctype */
555 0x67,0x2A,0x01,                              /* [3888] OBJ_set_msgExt */
556 0x67,0x2A,0x03,                              /* [3891] OBJ_set_attr */
557 0x67,0x2A,0x05,                              /* [3894] OBJ_set_policy */
558 0x67,0x2A,0x07,                              /* [3897] OBJ_set_certExt */
559 0x67,0x2A,0x08,                              /* [3900] OBJ_set_brand */
560 0x67,0x2A,0x00,0x00,                         /* [3903] OBJ_setct_PANData */
561 0x67,0x2A,0x00,0x01,                         /* [3907] OBJ_setct_PANToken */
562 0x67,0x2A,0x00,0x02,                         /* [3911] OBJ_setct_PANOnly */
563 0x67,0x2A,0x00,0x03,                         /* [3915] OBJ_setct_OIData */
564 0x67,0x2A,0x00,0x04,                         /* [3919] OBJ_setct_PI */
565 0x67,0x2A,0x00,0x05,                         /* [3923] OBJ_setct_PIData */
566 0x67,0x2A,0x00,0x06,                         /* [3927] OBJ_setct_PIDataUnsigned */
567 0x67,0x2A,0x00,0x07,                         /* [3931] OBJ_setct_HODInput */
568 0x67,0x2A,0x00,0x08,                         /* [3935] OBJ_setct_AuthResBaggage */
569 0x67,0x2A,0x00,0x09,                         /* [3939] OBJ_setct_AuthRevReqBaggage */
570 0x67,0x2A,0x00,0x0A,                         /* [3943] OBJ_setct_AuthRevResBaggage */
571 0x67,0x2A,0x00,0x0B,                         /* [3947] OBJ_setct_CapTokenSeq */
572 0x67,0x2A,0x00,0x0C,                         /* [3951] OBJ_setct_PInitResData */
573 0x67,0x2A,0x00,0x0D,                         /* [3955] OBJ_setct_PI_TBS */
574 0x67,0x2A,0x00,0x0E,                         /* [3959] OBJ_setct_PResData */
575 0x67,0x2A,0x00,0x10,                         /* [3963] OBJ_setct_AuthReqTBS */
576 0x67,0x2A,0x00,0x11,                         /* [3967] OBJ_setct_AuthResTBS */
577 0x67,0x2A,0x00,0x12,                         /* [3971] OBJ_setct_AuthResTBSX */
578 0x67,0x2A,0x00,0x13,                         /* [3975] OBJ_setct_AuthTokenTBS */
579 0x67,0x2A,0x00,0x14,                         /* [3979] OBJ_setct_CapTokenData */
580 0x67,0x2A,0x00,0x15,                         /* [3983] OBJ_setct_CapTokenTBS */
581 0x67,0x2A,0x00,0x16,                         /* [3987] OBJ_setct_AcqCardCodeMsg */
582 0x67,0x2A,0x00,0x17,                         /* [3991] OBJ_setct_AuthRevReqTBS */
583 0x67,0x2A,0x00,0x18,                         /* [3995] OBJ_setct_AuthRevResData */
584 0x67,0x2A,0x00,0x19,                         /* [3999] OBJ_setct_AuthRevResTBS */
585 0x67,0x2A,0x00,0x1A,                         /* [4003] OBJ_setct_CapReqTBS */
586 0x67,0x2A,0x00,0x1B,                         /* [4007] OBJ_setct_CapReqTBSX */
587 0x67,0x2A,0x00,0x1C,                         /* [4011] OBJ_setct_CapResData */
588 0x67,0x2A,0x00,0x1D,                         /* [4015] OBJ_setct_CapRevReqTBS */
589 0x67,0x2A,0x00,0x1E,                         /* [4019] OBJ_setct_CapRevReqTBSX */
590 0x67,0x2A,0x00,0x1F,                         /* [4023] OBJ_setct_CapRevResData */
591 0x67,0x2A,0x00,0x20,                         /* [4027] OBJ_setct_CredReqTBS */
592 0x67,0x2A,0x00,0x21,                         /* [4031] OBJ_setct_CredReqTBSX */
593 0x67,0x2A,0x00,0x22,                         /* [4035] OBJ_setct_CredResData */
594 0x67,0x2A,0x00,0x23,                         /* [4039] OBJ_setct_CredRevReqTBS */
595 0x67,0x2A,0x00,0x24,                         /* [4043] OBJ_setct_CredRevReqTBSX */
596 0x67,0x2A,0x00,0x25,                         /* [4047] OBJ_setct_CredRevResData */
597 0x67,0x2A,0x00,0x26,                         /* [4051] OBJ_setct_PCertReqData */
598 0x67,0x2A,0x00,0x27,                         /* [4055] OBJ_setct_PCertResTBS */
599 0x67,0x2A,0x00,0x28,                         /* [4059] OBJ_setct_BatchAdminReqData */
600 0x67,0x2A,0x00,0x29,                         /* [4063] OBJ_setct_BatchAdminResData */
601 0x67,0x2A,0x00,0x2A,                         /* [4067] OBJ_setct_CardCInitResTBS */
602 0x67,0x2A,0x00,0x2B,                         /* [4071] OBJ_setct_MeAqCInitResTBS */
603 0x67,0x2A,0x00,0x2C,                         /* [4075] OBJ_setct_RegFormResTBS */
604 0x67,0x2A,0x00,0x2D,                         /* [4079] OBJ_setct_CertReqData */
605 0x67,0x2A,0x00,0x2E,                         /* [4083] OBJ_setct_CertReqTBS */
606 0x67,0x2A,0x00,0x2F,                         /* [4087] OBJ_setct_CertResData */
607 0x67,0x2A,0x00,0x30,                         /* [4091] OBJ_setct_CertInqReqTBS */
608 0x67,0x2A,0x00,0x31,                         /* [4095] OBJ_setct_ErrorTBS */
609 0x67,0x2A,0x00,0x32,                         /* [4099] OBJ_setct_PIDualSignedTBE */
610 0x67,0x2A,0x00,0x33,                         /* [4103] OBJ_setct_PIUnsignedTBE */
611 0x67,0x2A,0x00,0x34,                         /* [4107] OBJ_setct_AuthReqTBE */
612 0x67,0x2A,0x00,0x35,                         /* [4111] OBJ_setct_AuthResTBE */
613 0x67,0x2A,0x00,0x36,                         /* [4115] OBJ_setct_AuthResTBEX */
614 0x67,0x2A,0x00,0x37,                         /* [4119] OBJ_setct_AuthTokenTBE */
615 0x67,0x2A,0x00,0x38,                         /* [4123] OBJ_setct_CapTokenTBE */
616 0x67,0x2A,0x00,0x39,                         /* [4127] OBJ_setct_CapTokenTBEX */
617 0x67,0x2A,0x00,0x3A,                         /* [4131] OBJ_setct_AcqCardCodeMsgTBE */
618 0x67,0x2A,0x00,0x3B,                         /* [4135] OBJ_setct_AuthRevReqTBE */
619 0x67,0x2A,0x00,0x3C,                         /* [4139] OBJ_setct_AuthRevResTBE */
620 0x67,0x2A,0x00,0x3D,                         /* [4143] OBJ_setct_AuthRevResTBEB */
621 0x67,0x2A,0x00,0x3E,                         /* [4147] OBJ_setct_CapReqTBE */
622 0x67,0x2A,0x00,0x3F,                         /* [4151] OBJ_setct_CapReqTBEX */
623 0x67,0x2A,0x00,0x40,                         /* [4155] OBJ_setct_CapResTBE */
624 0x67,0x2A,0x00,0x41,                         /* [4159] OBJ_setct_CapRevReqTBE */
625 0x67,0x2A,0x00,0x42,                         /* [4163] OBJ_setct_CapRevReqTBEX */
626 0x67,0x2A,0x00,0x43,                         /* [4167] OBJ_setct_CapRevResTBE */
627 0x67,0x2A,0x00,0x44,                         /* [4171] OBJ_setct_CredReqTBE */
628 0x67,0x2A,0x00,0x45,                         /* [4175] OBJ_setct_CredReqTBEX */
629 0x67,0x2A,0x00,0x46,                         /* [4179] OBJ_setct_CredResTBE */
630 0x67,0x2A,0x00,0x47,                         /* [4183] OBJ_setct_CredRevReqTBE */
631 0x67,0x2A,0x00,0x48,                         /* [4187] OBJ_setct_CredRevReqTBEX */
632 0x67,0x2A,0x00,0x49,                         /* [4191] OBJ_setct_CredRevResTBE */
633 0x67,0x2A,0x00,0x4A,                         /* [4195] OBJ_setct_BatchAdminReqTBE */
634 0x67,0x2A,0x00,0x4B,                         /* [4199] OBJ_setct_BatchAdminResTBE */
635 0x67,0x2A,0x00,0x4C,                         /* [4203] OBJ_setct_RegFormReqTBE */
636 0x67,0x2A,0x00,0x4D,                         /* [4207] OBJ_setct_CertReqTBE */
637 0x67,0x2A,0x00,0x4E,                         /* [4211] OBJ_setct_CertReqTBEX */
638 0x67,0x2A,0x00,0x4F,                         /* [4215] OBJ_setct_CertResTBE */
639 0x67,0x2A,0x00,0x50,                         /* [4219] OBJ_setct_CRLNotificationTBS */
640 0x67,0x2A,0x00,0x51,                         /* [4223] OBJ_setct_CRLNotificationResTBS */
641 0x67,0x2A,0x00,0x52,                         /* [4227] OBJ_setct_BCIDistributionTBS */
642 0x67,0x2A,0x01,0x01,                         /* [4231] OBJ_setext_genCrypt */
643 0x67,0x2A,0x01,0x03,                         /* [4235] OBJ_setext_miAuth */
644 0x67,0x2A,0x01,0x04,                         /* [4239] OBJ_setext_pinSecure */
645 0x67,0x2A,0x01,0x05,                         /* [4243] OBJ_setext_pinAny */
646 0x67,0x2A,0x01,0x07,                         /* [4247] OBJ_setext_track2 */
647 0x67,0x2A,0x01,0x08,                         /* [4251] OBJ_setext_cv */
648 0x67,0x2A,0x05,0x00,                         /* [4255] OBJ_set_policy_root */
649 0x67,0x2A,0x07,0x00,                         /* [4259] OBJ_setCext_hashedRoot */
650 0x67,0x2A,0x07,0x01,                         /* [4263] OBJ_setCext_certType */
651 0x67,0x2A,0x07,0x02,                         /* [4267] OBJ_setCext_merchData */
652 0x67,0x2A,0x07,0x03,                         /* [4271] OBJ_setCext_cCertRequired */
653 0x67,0x2A,0x07,0x04,                         /* [4275] OBJ_setCext_tunneling */
654 0x67,0x2A,0x07,0x05,                         /* [4279] OBJ_setCext_setExt */
655 0x67,0x2A,0x07,0x06,                         /* [4283] OBJ_setCext_setQualf */
656 0x67,0x2A,0x07,0x07,                         /* [4287] OBJ_setCext_PGWYcapabilities */
657 0x67,0x2A,0x07,0x08,                         /* [4291] OBJ_setCext_TokenIdentifier */
658 0x67,0x2A,0x07,0x09,                         /* [4295] OBJ_setCext_Track2Data */
659 0x67,0x2A,0x07,0x0A,                         /* [4299] OBJ_setCext_TokenType */
660 0x67,0x2A,0x07,0x0B,                         /* [4303] OBJ_setCext_IssuerCapabilities */
661 0x67,0x2A,0x03,0x00,                         /* [4307] OBJ_setAttr_Cert */
662 0x67,0x2A,0x03,0x01,                         /* [4311] OBJ_setAttr_PGWYcap */
663 0x67,0x2A,0x03,0x02,                         /* [4315] OBJ_setAttr_TokenType */
664 0x67,0x2A,0x03,0x03,                         /* [4319] OBJ_setAttr_IssCap */
665 0x67,0x2A,0x03,0x00,0x00,                    /* [4323] OBJ_set_rootKeyThumb */
666 0x67,0x2A,0x03,0x00,0x01,                    /* [4328] OBJ_set_addPolicy */
667 0x67,0x2A,0x03,0x02,0x01,                    /* [4333] OBJ_setAttr_Token_EMV */
668 0x67,0x2A,0x03,0x02,0x02,                    /* [4338] OBJ_setAttr_Token_B0Prime */
669 0x67,0x2A,0x03,0x03,0x03,                    /* [4343] OBJ_setAttr_IssCap_CVM */
670 0x67,0x2A,0x03,0x03,0x04,                    /* [4348] OBJ_setAttr_IssCap_T2 */
671 0x67,0x2A,0x03,0x03,0x05,                    /* [4353] OBJ_setAttr_IssCap_Sig */
672 0x67,0x2A,0x03,0x03,0x03,0x01,               /* [4358] OBJ_setAttr_GenCryptgrm */
673 0x67,0x2A,0x03,0x03,0x04,0x01,               /* [4364] OBJ_setAttr_T2Enc */
674 0x67,0x2A,0x03,0x03,0x04,0x02,               /* [4370] OBJ_setAttr_T2cleartxt */
675 0x67,0x2A,0x03,0x03,0x05,0x01,               /* [4376] OBJ_setAttr_TokICCsig */
676 0x67,0x2A,0x03,0x03,0x05,0x02,               /* [4382] OBJ_setAttr_SecDevSig */
677 0x67,0x2A,0x08,0x01,                         /* [4388] OBJ_set_brand_IATA_ATA */
678 0x67,0x2A,0x08,0x1E,                         /* [4392] OBJ_set_brand_Diners */
679 0x67,0x2A,0x08,0x22,                         /* [4396] OBJ_set_brand_AmericanExpress */
680 0x67,0x2A,0x08,0x23,                         /* [4400] OBJ_set_brand_JCB */
681 0x67,0x2A,0x08,0x04,                         /* [4404] OBJ_set_brand_Visa */
682 0x67,0x2A,0x08,0x05,                         /* [4408] OBJ_set_brand_MasterCard */
683 0x67,0x2A,0x08,0xAE,0x7B,                    /* [4412] OBJ_set_brand_Novus */
684 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x03,0x0A,     /* [4417] OBJ_des_cdmf */
685 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x06,/* [4425] OBJ_rsaOAEPEncryptionSET */
686 0x00,                                        /* [4434] OBJ_itu_t */
687 0x50,                                        /* [4435] OBJ_joint_iso_itu_t */
688 0x67,                                        /* [4436] OBJ_international_organizations */
689 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x02,/* [4437] OBJ_ms_smartcard_login */
690 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x03,/* [4447] OBJ_ms_upn */
691 0x55,0x04,0x09,                              /* [4457] OBJ_streetAddress */
692 0x55,0x04,0x11,                              /* [4460] OBJ_postalCode */
693 0x2B,0x06,0x01,0x05,0x05,0x07,0x15,          /* [4463] OBJ_id_ppl */
694 0x2B,0x06,0x01,0x05,0x05,0x07,0x01,0x0E,     /* [4470] OBJ_proxyCertInfo */
695 0x2B,0x06,0x01,0x05,0x05,0x07,0x15,0x00,     /* [4478] OBJ_id_ppl_anyLanguage */
696 0x2B,0x06,0x01,0x05,0x05,0x07,0x15,0x01,     /* [4486] OBJ_id_ppl_inheritAll */
697 0x55,0x1D,0x1E,                              /* [4494] OBJ_name_constraints */
698 0x2B,0x06,0x01,0x05,0x05,0x07,0x15,0x02,     /* [4497] OBJ_Independent */
699 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0B,/* [4505] OBJ_sha256WithRSAEncryption */
700 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0C,/* [4514] OBJ_sha384WithRSAEncryption */
701 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0D,/* [4523] OBJ_sha512WithRSAEncryption */
702 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0E,/* [4532] OBJ_sha224WithRSAEncryption */
703 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x01,/* [4541] OBJ_sha256 */
704 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x02,/* [4550] OBJ_sha384 */
705 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,/* [4559] OBJ_sha512 */
706 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x04,/* [4568] OBJ_sha224 */
707 0x2B,                                        /* [4577] OBJ_identified_organization */
708 0x2B,0x81,0x04,                              /* [4578] OBJ_certicom_arc */
709 0x67,0x2B,                                   /* [4581] OBJ_wap */
710 0x67,0x2B,0x0D,                              /* [4583] OBJ_wap_wsg */
711 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x02,0x03,     /* [4586] OBJ_X9_62_id_characteristic_two_basis */
712 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x02,0x03,0x01,/* [4594] OBJ_X9_62_onBasis */
713 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x02,0x03,0x02,/* [4603] OBJ_X9_62_tpBasis */
714 0x2A,0x86,0x48,0xCE,0x3D,0x01,0x02,0x03,0x03,/* [4612] OBJ_X9_62_ppBasis */
715 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x01,     /* [4621] OBJ_X9_62_c2pnb163v1 */
716 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x02,     /* [4629] OBJ_X9_62_c2pnb163v2 */
717 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x03,     /* [4637] OBJ_X9_62_c2pnb163v3 */
718 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x04,     /* [4645] OBJ_X9_62_c2pnb176v1 */
719 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x05,     /* [4653] OBJ_X9_62_c2tnb191v1 */
720 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x06,     /* [4661] OBJ_X9_62_c2tnb191v2 */
721 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x07,     /* [4669] OBJ_X9_62_c2tnb191v3 */
722 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x08,     /* [4677] OBJ_X9_62_c2onb191v4 */
723 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x09,     /* [4685] OBJ_X9_62_c2onb191v5 */
724 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0A,     /* [4693] OBJ_X9_62_c2pnb208w1 */
725 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0B,     /* [4701] OBJ_X9_62_c2tnb239v1 */
726 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0C,     /* [4709] OBJ_X9_62_c2tnb239v2 */
727 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0D,     /* [4717] OBJ_X9_62_c2tnb239v3 */
728 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0E,     /* [4725] OBJ_X9_62_c2onb239v4 */
729 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x0F,     /* [4733] OBJ_X9_62_c2onb239v5 */
730 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x10,     /* [4741] OBJ_X9_62_c2pnb272w1 */
731 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x11,     /* [4749] OBJ_X9_62_c2pnb304w1 */
732 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x12,     /* [4757] OBJ_X9_62_c2tnb359v1 */
733 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x13,     /* [4765] OBJ_X9_62_c2pnb368w1 */
734 0x2A,0x86,0x48,0xCE,0x3D,0x03,0x00,0x14,     /* [4773] OBJ_X9_62_c2tnb431r1 */
735 0x2B,0x81,0x04,0x00,0x06,                    /* [4781] OBJ_secp112r1 */
736 0x2B,0x81,0x04,0x00,0x07,                    /* [4786] OBJ_secp112r2 */
737 0x2B,0x81,0x04,0x00,0x1C,                    /* [4791] OBJ_secp128r1 */
738 0x2B,0x81,0x04,0x00,0x1D,                    /* [4796] OBJ_secp128r2 */
739 0x2B,0x81,0x04,0x00,0x09,                    /* [4801] OBJ_secp160k1 */
740 0x2B,0x81,0x04,0x00,0x08,                    /* [4806] OBJ_secp160r1 */
741 0x2B,0x81,0x04,0x00,0x1E,                    /* [4811] OBJ_secp160r2 */
742 0x2B,0x81,0x04,0x00,0x1F,                    /* [4816] OBJ_secp192k1 */
743 0x2B,0x81,0x04,0x00,0x20,                    /* [4821] OBJ_secp224k1 */
744 0x2B,0x81,0x04,0x00,0x21,                    /* [4826] OBJ_secp224r1 */
745 0x2B,0x81,0x04,0x00,0x0A,                    /* [4831] OBJ_secp256k1 */
746 0x2B,0x81,0x04,0x00,0x22,                    /* [4836] OBJ_secp384r1 */
747 0x2B,0x81,0x04,0x00,0x23,                    /* [4841] OBJ_secp521r1 */
748 0x2B,0x81,0x04,0x00,0x04,                    /* [4846] OBJ_sect113r1 */
749 0x2B,0x81,0x04,0x00,0x05,                    /* [4851] OBJ_sect113r2 */
750 0x2B,0x81,0x04,0x00,0x16,                    /* [4856] OBJ_sect131r1 */
751 0x2B,0x81,0x04,0x00,0x17,                    /* [4861] OBJ_sect131r2 */
752 0x2B,0x81,0x04,0x00,0x01,                    /* [4866] OBJ_sect163k1 */
753 0x2B,0x81,0x04,0x00,0x02,                    /* [4871] OBJ_sect163r1 */
754 0x2B,0x81,0x04,0x00,0x0F,                    /* [4876] OBJ_sect163r2 */
755 0x2B,0x81,0x04,0x00,0x18,                    /* [4881] OBJ_sect193r1 */
756 0x2B,0x81,0x04,0x00,0x19,                    /* [4886] OBJ_sect193r2 */
757 0x2B,0x81,0x04,0x00,0x1A,                    /* [4891] OBJ_sect233k1 */
758 0x2B,0x81,0x04,0x00,0x1B,                    /* [4896] OBJ_sect233r1 */
759 0x2B,0x81,0x04,0x00,0x03,                    /* [4901] OBJ_sect239k1 */
760 0x2B,0x81,0x04,0x00,0x10,                    /* [4906] OBJ_sect283k1 */
761 0x2B,0x81,0x04,0x00,0x11,                    /* [4911] OBJ_sect283r1 */
762 0x2B,0x81,0x04,0x00,0x24,                    /* [4916] OBJ_sect409k1 */
763 0x2B,0x81,0x04,0x00,0x25,                    /* [4921] OBJ_sect409r1 */
764 0x2B,0x81,0x04,0x00,0x26,                    /* [4926] OBJ_sect571k1 */
765 0x2B,0x81,0x04,0x00,0x27,                    /* [4931] OBJ_sect571r1 */
766 0x67,0x2B,0x0D,0x04,0x01,                    /* [4936] OBJ_wap_wsg_idm_ecid_wtls1 */
767 0x67,0x2B,0x0D,0x04,0x03,                    /* [4941] OBJ_wap_wsg_idm_ecid_wtls3 */
768 0x67,0x2B,0x0D,0x04,0x04,                    /* [4946] OBJ_wap_wsg_idm_ecid_wtls4 */
769 0x67,0x2B,0x0D,0x04,0x05,                    /* [4951] OBJ_wap_wsg_idm_ecid_wtls5 */
770 0x67,0x2B,0x0D,0x04,0x06,                    /* [4956] OBJ_wap_wsg_idm_ecid_wtls6 */
771 0x67,0x2B,0x0D,0x04,0x07,                    /* [4961] OBJ_wap_wsg_idm_ecid_wtls7 */
772 0x67,0x2B,0x0D,0x04,0x08,                    /* [4966] OBJ_wap_wsg_idm_ecid_wtls8 */
773 0x67,0x2B,0x0D,0x04,0x09,                    /* [4971] OBJ_wap_wsg_idm_ecid_wtls9 */
774 0x67,0x2B,0x0D,0x04,0x0A,                    /* [4976] OBJ_wap_wsg_idm_ecid_wtls10 */
775 0x67,0x2B,0x0D,0x04,0x0B,                    /* [4981] OBJ_wap_wsg_idm_ecid_wtls11 */
776 0x67,0x2B,0x0D,0x04,0x0C,                    /* [4986] OBJ_wap_wsg_idm_ecid_wtls12 */
777 0x55,0x1D,0x20,0x00,                         /* [4991] OBJ_any_policy */
778 0x55,0x1D,0x21,                              /* [4995] OBJ_policy_mappings */
779 0x55,0x1D,0x36,                              /* [4998] OBJ_inhibit_any_policy */
780 0x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x01,0x02,/* [5001] OBJ_camellia_128_cbc */
781 0x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x01,0x03,/* [5012] OBJ_camellia_192_cbc */
782 0x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x01,0x04,/* [5023] OBJ_camellia_256_cbc */
783 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x01,     /* [5034] OBJ_camellia_128_ecb */
784 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x15,     /* [5042] OBJ_camellia_192_ecb */
785 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x29,     /* [5050] OBJ_camellia_256_ecb */
786 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x04,     /* [5058] OBJ_camellia_128_cfb128 */
787 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x18,     /* [5066] OBJ_camellia_192_cfb128 */
788 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x2C,     /* [5074] OBJ_camellia_256_cfb128 */
789 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x03,     /* [5082] OBJ_camellia_128_ofb128 */
790 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x17,     /* [5090] OBJ_camellia_192_ofb128 */
791 0x03,0xA2,0x31,0x05,0x03,0x01,0x09,0x2B,     /* [5098] OBJ_camellia_256_ofb128 */
792 0x55,0x1D,0x09,                              /* [5106] OBJ_subject_directory_attributes */
793 0x55,0x1D,0x1C,                              /* [5109] OBJ_issuing_distribution_point */
794 0x55,0x1D,0x1D,                              /* [5112] OBJ_certificate_issuer */
795 0x2A,0x83,0x1A,0x8C,0x9A,0x44,               /* [5115] OBJ_kisa */
796 0x2A,0x83,0x1A,0x8C,0x9A,0x44,0x01,0x03,     /* [5121] OBJ_seed_ecb */
797 0x2A,0x83,0x1A,0x8C,0x9A,0x44,0x01,0x04,     /* [5129] OBJ_seed_cbc */
798 0x2A,0x83,0x1A,0x8C,0x9A,0x44,0x01,0x06,     /* [5137] OBJ_seed_ofb128 */
799 0x2A,0x83,0x1A,0x8C,0x9A,0x44,0x01,0x05,     /* [5145] OBJ_seed_cfb128 */
800 0x2B,0x06,0x01,0x05,0x05,0x08,0x01,0x01,     /* [5153] OBJ_hmac_md5 */
801 0x2B,0x06,0x01,0x05,0x05,0x08,0x01,0x02,     /* [5161] OBJ_hmac_sha1 */
802 0x2A,0x86,0x48,0x86,0xF6,0x7D,0x07,0x42,0x0D,/* [5169] OBJ_id_PasswordBasedMAC */
803 0x2A,0x86,0x48,0x86,0xF6,0x7D,0x07,0x42,0x1E,/* [5178] OBJ_id_DHBasedMac */
804 0x2B,0x06,0x01,0x05,0x05,0x07,0x04,0x10,     /* [5187] OBJ_id_it_suppLangTags */
805 0x2B,0x06,0x01,0x05,0x05,0x07,0x30,0x05,     /* [5195] OBJ_caRepository */
806 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x02,          /* [5203] OBJ_ecdsa_with_Recommended */
807 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,          /* [5210] OBJ_ecdsa_with_Specified */
808 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x01,     /* [5217] OBJ_ecdsa_with_SHA224 */
809 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x02,     /* [5225] OBJ_ecdsa_with_SHA256 */
810 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x03,     /* [5233] OBJ_ecdsa_with_SHA384 */
811 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x04,     /* [5241] OBJ_ecdsa_with_SHA512 */
812 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x06,     /* [5249] OBJ_hmacWithMD5 */
813 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x08,     /* [5257] OBJ_hmacWithSHA224 */
814 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x09,     /* [5265] OBJ_hmacWithSHA256 */
815 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x0A,     /* [5273] OBJ_hmacWithSHA384 */
816 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x0B,     /* [5281] OBJ_hmacWithSHA512 */
817 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x03,0x01,/* [5289] OBJ_dsa_with_SHA224 */
818 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x03,0x02,/* [5298] OBJ_dsa_with_SHA256 */
819 0x28,0xCF,0x06,0x03,0x00,0x37,               /* [5307] OBJ_whirlpool */
820 0x2A,0x85,0x03,0x02,0x02,                    /* [5313] OBJ_cryptopro */
821 0x2A,0x85,0x03,0x02,0x09,                    /* [5318] OBJ_cryptocom */
822 0x2A,0x85,0x03,0x02,0x02,0x03,               /* [5323] OBJ_id_GostR3411_94_with_GostR3410_2001 */
823 0x2A,0x85,0x03,0x02,0x02,0x04,               /* [5329] OBJ_id_GostR3411_94_with_GostR3410_94 */
824 0x2A,0x85,0x03,0x02,0x02,0x09,               /* [5335] OBJ_id_GostR3411_94 */
825 0x2A,0x85,0x03,0x02,0x02,0x0A,               /* [5341] OBJ_id_HMACGostR3411_94 */
826 0x2A,0x85,0x03,0x02,0x02,0x13,               /* [5347] OBJ_id_GostR3410_2001 */
827 0x2A,0x85,0x03,0x02,0x02,0x14,               /* [5353] OBJ_id_GostR3410_94 */
828 0x2A,0x85,0x03,0x02,0x02,0x15,               /* [5359] OBJ_id_Gost28147_89 */
829 0x2A,0x85,0x03,0x02,0x02,0x16,               /* [5365] OBJ_id_Gost28147_89_MAC */
830 0x2A,0x85,0x03,0x02,0x02,0x17,               /* [5371] OBJ_id_GostR3411_94_prf */
831 0x2A,0x85,0x03,0x02,0x02,0x62,               /* [5377] OBJ_id_GostR3410_2001DH */
832 0x2A,0x85,0x03,0x02,0x02,0x63,               /* [5383] OBJ_id_GostR3410_94DH */
833 0x2A,0x85,0x03,0x02,0x02,0x0E,0x01,          /* [5389] OBJ_id_Gost28147_89_CryptoPro_KeyMeshing */
834 0x2A,0x85,0x03,0x02,0x02,0x0E,0x00,          /* [5396] OBJ_id_Gost28147_89_None_KeyMeshing */
835 0x2A,0x85,0x03,0x02,0x02,0x1E,0x00,          /* [5403] OBJ_id_GostR3411_94_TestParamSet */
836 0x2A,0x85,0x03,0x02,0x02,0x1E,0x01,          /* [5410] OBJ_id_GostR3411_94_CryptoProParamSet */
837 0x2A,0x85,0x03,0x02,0x02,0x1F,0x00,          /* [5417] OBJ_id_Gost28147_89_TestParamSet */
838 0x2A,0x85,0x03,0x02,0x02,0x1F,0x01,          /* [5424] OBJ_id_Gost28147_89_CryptoPro_A_ParamSet */
839 0x2A,0x85,0x03,0x02,0x02,0x1F,0x02,          /* [5431] OBJ_id_Gost28147_89_CryptoPro_B_ParamSet */
840 0x2A,0x85,0x03,0x02,0x02,0x1F,0x03,          /* [5438] OBJ_id_Gost28147_89_CryptoPro_C_ParamSet */
841 0x2A,0x85,0x03,0x02,0x02,0x1F,0x04,          /* [5445] OBJ_id_Gost28147_89_CryptoPro_D_ParamSet */
842 0x2A,0x85,0x03,0x02,0x02,0x1F,0x05,          /* [5452] OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet */
843 0x2A,0x85,0x03,0x02,0x02,0x1F,0x06,          /* [5459] OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet */
844 0x2A,0x85,0x03,0x02,0x02,0x1F,0x07,          /* [5466] OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet */
845 0x2A,0x85,0x03,0x02,0x02,0x20,0x00,          /* [5473] OBJ_id_GostR3410_94_TestParamSet */
846 0x2A,0x85,0x03,0x02,0x02,0x20,0x02,          /* [5480] OBJ_id_GostR3410_94_CryptoPro_A_ParamSet */
847 0x2A,0x85,0x03,0x02,0x02,0x20,0x03,          /* [5487] OBJ_id_GostR3410_94_CryptoPro_B_ParamSet */
848 0x2A,0x85,0x03,0x02,0x02,0x20,0x04,          /* [5494] OBJ_id_GostR3410_94_CryptoPro_C_ParamSet */
849 0x2A,0x85,0x03,0x02,0x02,0x20,0x05,          /* [5501] OBJ_id_GostR3410_94_CryptoPro_D_ParamSet */
850 0x2A,0x85,0x03,0x02,0x02,0x21,0x01,          /* [5508] OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet */
851 0x2A,0x85,0x03,0x02,0x02,0x21,0x02,          /* [5515] OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet */
852 0x2A,0x85,0x03,0x02,0x02,0x21,0x03,          /* [5522] OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet */
853 0x2A,0x85,0x03,0x02,0x02,0x23,0x00,          /* [5529] OBJ_id_GostR3410_2001_TestParamSet */
854 0x2A,0x85,0x03,0x02,0x02,0x23,0x01,          /* [5536] OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet */
855 0x2A,0x85,0x03,0x02,0x02,0x23,0x02,          /* [5543] OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet */
856 0x2A,0x85,0x03,0x02,0x02,0x23,0x03,          /* [5550] OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet */
857 0x2A,0x85,0x03,0x02,0x02,0x24,0x00,          /* [5557] OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet */
858 0x2A,0x85,0x03,0x02,0x02,0x24,0x01,          /* [5564] OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet */
859 0x2A,0x85,0x03,0x02,0x02,0x14,0x01,          /* [5571] OBJ_id_GostR3410_94_a */
860 0x2A,0x85,0x03,0x02,0x02,0x14,0x02,          /* [5578] OBJ_id_GostR3410_94_aBis */
861 0x2A,0x85,0x03,0x02,0x02,0x14,0x03,          /* [5585] OBJ_id_GostR3410_94_b */
862 0x2A,0x85,0x03,0x02,0x02,0x14,0x04,          /* [5592] OBJ_id_GostR3410_94_bBis */
863 0x2A,0x85,0x03,0x02,0x09,0x01,0x06,0x01,     /* [5599] OBJ_id_Gost28147_89_cc */
864 0x2A,0x85,0x03,0x02,0x09,0x01,0x05,0x03,     /* [5607] OBJ_id_GostR3410_94_cc */
865 0x2A,0x85,0x03,0x02,0x09,0x01,0x05,0x04,     /* [5615] OBJ_id_GostR3410_2001_cc */
866 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x03,     /* [5623] OBJ_id_GostR3411_94_with_GostR3410_94_cc */
867 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x04,     /* [5631] OBJ_id_GostR3411_94_with_GostR3410_2001_cc */
868 0x2A,0x85,0x03,0x02,0x09,0x01,0x08,0x01,     /* [5639] OBJ_id_GostR3410_2001_ParamSet_cc */
869 };
870
871 static const ASN1_OBJECT nid_objs[NUM_NID]={
872 {"UNDEF","undefined",NID_undef,1,&(lvalues[0]),0},
873 {"rsadsi","RSA Data Security, Inc.",NID_rsadsi,6,&(lvalues[1]),0},
874 {"pkcs","RSA Data Security, Inc. PKCS",NID_pkcs,7,&(lvalues[7]),0},
875 {"MD2","md2",NID_md2,8,&(lvalues[14]),0},
876 {"MD5","md5",NID_md5,8,&(lvalues[22]),0},
877 {"RC4","rc4",NID_rc4,8,&(lvalues[30]),0},
878 {"rsaEncryption","rsaEncryption",NID_rsaEncryption,9,&(lvalues[38]),0},
879 {"RSA-MD2","md2WithRSAEncryption",NID_md2WithRSAEncryption,9,
880         &(lvalues[47]),0},
881 {"RSA-MD5","md5WithRSAEncryption",NID_md5WithRSAEncryption,9,
882         &(lvalues[56]),0},
883 {"PBE-MD2-DES","pbeWithMD2AndDES-CBC",NID_pbeWithMD2AndDES_CBC,9,
884         &(lvalues[65]),0},
885 {"PBE-MD5-DES","pbeWithMD5AndDES-CBC",NID_pbeWithMD5AndDES_CBC,9,
886         &(lvalues[74]),0},
887 {"X500","directory services (X.500)",NID_X500,1,&(lvalues[83]),0},
888 {"X509","X509",NID_X509,2,&(lvalues[84]),0},
889 {"CN","commonName",NID_commonName,3,&(lvalues[86]),0},
890 {"C","countryName",NID_countryName,3,&(lvalues[89]),0},
891 {"L","localityName",NID_localityName,3,&(lvalues[92]),0},
892 {"ST","stateOrProvinceName",NID_stateOrProvinceName,3,&(lvalues[95]),0},
893 {"O","organizationName",NID_organizationName,3,&(lvalues[98]),0},
894 {"OU","organizationalUnitName",NID_organizationalUnitName,3,
895         &(lvalues[101]),0},
896 {"RSA","rsa",NID_rsa,4,&(lvalues[104]),0},
897 {"pkcs7","pkcs7",NID_pkcs7,8,&(lvalues[108]),0},
898 {"pkcs7-data","pkcs7-data",NID_pkcs7_data,9,&(lvalues[116]),0},
899 {"pkcs7-signedData","pkcs7-signedData",NID_pkcs7_signed,9,
900         &(lvalues[125]),0},
901 {"pkcs7-envelopedData","pkcs7-envelopedData",NID_pkcs7_enveloped,9,
902         &(lvalues[134]),0},
903 {"pkcs7-signedAndEnvelopedData","pkcs7-signedAndEnvelopedData",
904         NID_pkcs7_signedAndEnveloped,9,&(lvalues[143]),0},
905 {"pkcs7-digestData","pkcs7-digestData",NID_pkcs7_digest,9,
906         &(lvalues[152]),0},
907 {"pkcs7-encryptedData","pkcs7-encryptedData",NID_pkcs7_encrypted,9,
908         &(lvalues[161]),0},
909 {"pkcs3","pkcs3",NID_pkcs3,8,&(lvalues[170]),0},
910 {"dhKeyAgreement","dhKeyAgreement",NID_dhKeyAgreement,9,
911         &(lvalues[178]),0},
912 {"DES-ECB","des-ecb",NID_des_ecb,5,&(lvalues[187]),0},
913 {"DES-CFB","des-cfb",NID_des_cfb64,5,&(lvalues[192]),0},
914 {"DES-CBC","des-cbc",NID_des_cbc,5,&(lvalues[197]),0},
915 {"DES-EDE","des-ede",NID_des_ede_ecb,5,&(lvalues[202]),0},
916 {"DES-EDE3","des-ede3",NID_des_ede3_ecb,0,NULL,0},
917 {"IDEA-CBC","idea-cbc",NID_idea_cbc,11,&(lvalues[207]),0},
918 {"IDEA-CFB","idea-cfb",NID_idea_cfb64,0,NULL,0},
919 {"IDEA-ECB","idea-ecb",NID_idea_ecb,0,NULL,0},
920 {"RC2-CBC","rc2-cbc",NID_rc2_cbc,8,&(lvalues[218]),0},
921 {"RC2-ECB","rc2-ecb",NID_rc2_ecb,0,NULL,0},
922 {"RC2-CFB","rc2-cfb",NID_rc2_cfb64,0,NULL,0},
923 {"RC2-OFB","rc2-ofb",NID_rc2_ofb64,0,NULL,0},
924 {"SHA","sha",NID_sha,5,&(lvalues[226]),0},
925 {"RSA-SHA","shaWithRSAEncryption",NID_shaWithRSAEncryption,5,
926         &(lvalues[231]),0},
927 {"DES-EDE-CBC","des-ede-cbc",NID_des_ede_cbc,0,NULL,0},
928 {"DES-EDE3-CBC","des-ede3-cbc",NID_des_ede3_cbc,8,&(lvalues[236]),0},
929 {"DES-OFB","des-ofb",NID_des_ofb64,5,&(lvalues[244]),0},
930 {"IDEA-OFB","idea-ofb",NID_idea_ofb64,0,NULL,0},
931 {"pkcs9","pkcs9",NID_pkcs9,8,&(lvalues[249]),0},
932 {"emailAddress","emailAddress",NID_pkcs9_emailAddress,9,
933         &(lvalues[257]),0},
934 {"unstructuredName","unstructuredName",NID_pkcs9_unstructuredName,9,
935         &(lvalues[266]),0},
936 {"contentType","contentType",NID_pkcs9_contentType,9,&(lvalues[275]),0},
937 {"messageDigest","messageDigest",NID_pkcs9_messageDigest,9,
938         &(lvalues[284]),0},
939 {"signingTime","signingTime",NID_pkcs9_signingTime,9,&(lvalues[293]),0},
940 {"countersignature","countersignature",NID_pkcs9_countersignature,9,
941         &(lvalues[302]),0},
942 {"challengePassword","challengePassword",NID_pkcs9_challengePassword,
943         9,&(lvalues[311]),0},
944 {"unstructuredAddress","unstructuredAddress",
945         NID_pkcs9_unstructuredAddress,9,&(lvalues[320]),0},
946 {"extendedCertificateAttributes","extendedCertificateAttributes",
947         NID_pkcs9_extCertAttributes,9,&(lvalues[329]),0},
948 {"Netscape","Netscape Communications Corp.",NID_netscape,7,
949         &(lvalues[338]),0},
950 {"nsCertExt","Netscape Certificate Extension",
951         NID_netscape_cert_extension,8,&(lvalues[345]),0},
952 {"nsDataType","Netscape Data Type",NID_netscape_data_type,8,
953         &(lvalues[353]),0},
954 {"DES-EDE-CFB","des-ede-cfb",NID_des_ede_cfb64,0,NULL,0},
955 {"DES-EDE3-CFB","des-ede3-cfb",NID_des_ede3_cfb64,0,NULL,0},
956 {"DES-EDE-OFB","des-ede-ofb",NID_des_ede_ofb64,0,NULL,0},
957 {"DES-EDE3-OFB","des-ede3-ofb",NID_des_ede3_ofb64,0,NULL,0},
958 {"SHA1","sha1",NID_sha1,5,&(lvalues[361]),0},
959 {"RSA-SHA1","sha1WithRSAEncryption",NID_sha1WithRSAEncryption,9,
960         &(lvalues[366]),0},
961 {"DSA-SHA","dsaWithSHA",NID_dsaWithSHA,5,&(lvalues[375]),0},
962 {"DSA-old","dsaEncryption-old",NID_dsa_2,5,&(lvalues[380]),0},
963 {"PBE-SHA1-RC2-64","pbeWithSHA1AndRC2-CBC",NID_pbeWithSHA1AndRC2_CBC,
964         9,&(lvalues[385]),0},
965 {"PBKDF2","PBKDF2",NID_id_pbkdf2,9,&(lvalues[394]),0},
966 {"DSA-SHA1-old","dsaWithSHA1-old",NID_dsaWithSHA1_2,5,&(lvalues[403]),0},
967 {"nsCertType","Netscape Cert Type",NID_netscape_cert_type,9,
968         &(lvalues[408]),0},
969 {"nsBaseUrl","Netscape Base Url",NID_netscape_base_url,9,
970         &(lvalues[417]),0},
971 {"nsRevocationUrl","Netscape Revocation Url",
972         NID_netscape_revocation_url,9,&(lvalues[426]),0},
973 {"nsCaRevocationUrl","Netscape CA Revocation Url",
974         NID_netscape_ca_revocation_url,9,&(lvalues[435]),0},
975 {"nsRenewalUrl","Netscape Renewal Url",NID_netscape_renewal_url,9,
976         &(lvalues[444]),0},
977 {"nsCaPolicyUrl","Netscape CA Policy Url",NID_netscape_ca_policy_url,
978         9,&(lvalues[453]),0},
979 {"nsSslServerName","Netscape SSL Server Name",
980         NID_netscape_ssl_server_name,9,&(lvalues[462]),0},
981 {"nsComment","Netscape Comment",NID_netscape_comment,9,&(lvalues[471]),0},
982 {"nsCertSequence","Netscape Certificate Sequence",
983         NID_netscape_cert_sequence,9,&(lvalues[480]),0},
984 {"DESX-CBC","desx-cbc",NID_desx_cbc,0,NULL,0},
985 {"id-ce","id-ce",NID_id_ce,2,&(lvalues[489]),0},
986 {"subjectKeyIdentifier","X509v3 Subject Key Identifier",
987         NID_subject_key_identifier,3,&(lvalues[491]),0},
988 {"keyUsage","X509v3 Key Usage",NID_key_usage,3,&(lvalues[494]),0},
989 {"privateKeyUsagePeriod","X509v3 Private Key Usage Period",
990         NID_private_key_usage_period,3,&(lvalues[497]),0},
991 {"subjectAltName","X509v3 Subject Alternative Name",
992         NID_subject_alt_name,3,&(lvalues[500]),0},
993 {"issuerAltName","X509v3 Issuer Alternative Name",NID_issuer_alt_name,
994         3,&(lvalues[503]),0},
995 {"basicConstraints","X509v3 Basic Constraints",NID_basic_constraints,
996         3,&(lvalues[506]),0},
997 {"crlNumber","X509v3 CRL Number",NID_crl_number,3,&(lvalues[509]),0},
998 {"certificatePolicies","X509v3 Certificate Policies",
999         NID_certificate_policies,3,&(lvalues[512]),0},
1000 {"authorityKeyIdentifier","X509v3 Authority Key Identifier",
1001         NID_authority_key_identifier,3,&(lvalues[515]),0},
1002 {"BF-CBC","bf-cbc",NID_bf_cbc,9,&(lvalues[518]),0},
1003 {"BF-ECB","bf-ecb",NID_bf_ecb,0,NULL,0},
1004 {"BF-CFB","bf-cfb",NID_bf_cfb64,0,NULL,0},
1005 {"BF-OFB","bf-ofb",NID_bf_ofb64,0,NULL,0},
1006 {"MDC2","mdc2",NID_mdc2,4,&(lvalues[527]),0},
1007 {"RSA-MDC2","mdc2WithRSA",NID_mdc2WithRSA,4,&(lvalues[531]),0},
1008 {"RC4-40","rc4-40",NID_rc4_40,0,NULL,0},
1009 {"RC2-40-CBC","rc2-40-cbc",NID_rc2_40_cbc,0,NULL,0},
1010 {"GN","givenName",NID_givenName,3,&(lvalues[535]),0},
1011 {"SN","surname",NID_surname,3,&(lvalues[538]),0},
1012 {"initials","initials",NID_initials,3,&(lvalues[541]),0},
1013 {NULL,NULL,NID_undef,0,NULL,0},
1014 {"crlDistributionPoints","X509v3 CRL Distribution Points",
1015         NID_crl_distribution_points,3,&(lvalues[544]),0},
1016 {"RSA-NP-MD5","md5WithRSA",NID_md5WithRSA,5,&(lvalues[547]),0},
1017 {"serialNumber","serialNumber",NID_serialNumber,3,&(lvalues[552]),0},
1018 {"title","title",NID_title,3,&(lvalues[555]),0},
1019 {"description","description",NID_description,3,&(lvalues[558]),0},
1020 {"CAST5-CBC","cast5-cbc",NID_cast5_cbc,9,&(lvalues[561]),0},
1021 {"CAST5-ECB","cast5-ecb",NID_cast5_ecb,0,NULL,0},
1022 {"CAST5-CFB","cast5-cfb",NID_cast5_cfb64,0,NULL,0},
1023 {"CAST5-OFB","cast5-ofb",NID_cast5_ofb64,0,NULL,0},
1024 {"pbeWithMD5AndCast5CBC","pbeWithMD5AndCast5CBC",
1025         NID_pbeWithMD5AndCast5_CBC,9,&(lvalues[570]),0},
1026 {"DSA-SHA1","dsaWithSHA1",NID_dsaWithSHA1,7,&(lvalues[579]),0},
1027 {"MD5-SHA1","md5-sha1",NID_md5_sha1,0,NULL,0},
1028 {"RSA-SHA1-2","sha1WithRSA",NID_sha1WithRSA,5,&(lvalues[586]),0},
1029 {"DSA","dsaEncryption",NID_dsa,7,&(lvalues[591]),0},
1030 {"RIPEMD160","ripemd160",NID_ripemd160,5,&(lvalues[598]),0},
1031 {NULL,NULL,NID_undef,0,NULL,0},
1032 {"RSA-RIPEMD160","ripemd160WithRSA",NID_ripemd160WithRSA,6,
1033         &(lvalues[603]),0},
1034 {"RC5-CBC","rc5-cbc",NID_rc5_cbc,8,&(lvalues[609]),0},
1035 {"RC5-ECB","rc5-ecb",NID_rc5_ecb,0,NULL,0},
1036 {"RC5-CFB","rc5-cfb",NID_rc5_cfb64,0,NULL,0},
1037 {"RC5-OFB","rc5-ofb",NID_rc5_ofb64,0,NULL,0},
1038 {"RLE","run length compression",NID_rle_compression,6,&(lvalues[617]),0},
1039 {"ZLIB","zlib compression",NID_zlib_compression,6,&(lvalues[623]),0},
1040 {"extendedKeyUsage","X509v3 Extended Key Usage",NID_ext_key_usage,3,
1041         &(lvalues[629]),0},
1042 {"PKIX","PKIX",NID_id_pkix,6,&(lvalues[632]),0},
1043 {"id-kp","id-kp",NID_id_kp,7,&(lvalues[638]),0},
1044 {"serverAuth","TLS Web Server Authentication",NID_server_auth,8,
1045         &(lvalues[645]),0},
1046 {"clientAuth","TLS Web Client Authentication",NID_client_auth,8,
1047         &(lvalues[653]),0},
1048 {"codeSigning","Code Signing",NID_code_sign,8,&(lvalues[661]),0},
1049 {"emailProtection","E-mail Protection",NID_email_protect,8,
1050         &(lvalues[669]),0},
1051 {"timeStamping","Time Stamping",NID_time_stamp,8,&(lvalues[677]),0},
1052 {"msCodeInd","Microsoft Individual Code Signing",NID_ms_code_ind,10,
1053         &(lvalues[685]),0},
1054 {"msCodeCom","Microsoft Commercial Code Signing",NID_ms_code_com,10,
1055         &(lvalues[695]),0},
1056 {"msCTLSign","Microsoft Trust List Signing",NID_ms_ctl_sign,10,
1057         &(lvalues[705]),0},
1058 {"msSGC","Microsoft Server Gated Crypto",NID_ms_sgc,10,&(lvalues[715]),0},
1059 {"msEFS","Microsoft Encrypted File System",NID_ms_efs,10,
1060         &(lvalues[725]),0},
1061 {"nsSGC","Netscape Server Gated Crypto",NID_ns_sgc,9,&(lvalues[735]),0},
1062 {"deltaCRL","X509v3 Delta CRL Indicator",NID_delta_crl,3,
1063         &(lvalues[744]),0},
1064 {"CRLReason","X509v3 CRL Reason Code",NID_crl_reason,3,&(lvalues[747]),0},
1065 {"invalidityDate","Invalidity Date",NID_invalidity_date,3,
1066         &(lvalues[750]),0},
1067 {"SXNetID","Strong Extranet ID",NID_sxnet,5,&(lvalues[753]),0},
1068 {"PBE-SHA1-RC4-128","pbeWithSHA1And128BitRC4",
1069         NID_pbe_WithSHA1And128BitRC4,10,&(lvalues[758]),0},
1070 {"PBE-SHA1-RC4-40","pbeWithSHA1And40BitRC4",
1071         NID_pbe_WithSHA1And40BitRC4,10,&(lvalues[768]),0},
1072 {"PBE-SHA1-3DES","pbeWithSHA1And3-KeyTripleDES-CBC",
1073         NID_pbe_WithSHA1And3_Key_TripleDES_CBC,10,&(lvalues[778]),0},
1074 {"PBE-SHA1-2DES","pbeWithSHA1And2-KeyTripleDES-CBC",
1075         NID_pbe_WithSHA1And2_Key_TripleDES_CBC,10,&(lvalues[788]),0},
1076 {"PBE-SHA1-RC2-128","pbeWithSHA1And128BitRC2-CBC",
1077         NID_pbe_WithSHA1And128BitRC2_CBC,10,&(lvalues[798]),0},
1078 {"PBE-SHA1-RC2-40","pbeWithSHA1And40BitRC2-CBC",
1079         NID_pbe_WithSHA1And40BitRC2_CBC,10,&(lvalues[808]),0},
1080 {"keyBag","keyBag",NID_keyBag,11,&(lvalues[818]),0},
1081 {"pkcs8ShroudedKeyBag","pkcs8ShroudedKeyBag",NID_pkcs8ShroudedKeyBag,
1082         11,&(lvalues[829]),0},
1083 {"certBag","certBag",NID_certBag,11,&(lvalues[840]),0},
1084 {"crlBag","crlBag",NID_crlBag,11,&(lvalues[851]),0},
1085 {"secretBag","secretBag",NID_secretBag,11,&(lvalues[862]),0},
1086 {"safeContentsBag","safeContentsBag",NID_safeContentsBag,11,
1087         &(lvalues[873]),0},
1088 {"friendlyName","friendlyName",NID_friendlyName,9,&(lvalues[884]),0},
1089 {"localKeyID","localKeyID",NID_localKeyID,9,&(lvalues[893]),0},
1090 {"x509Certificate","x509Certificate",NID_x509Certificate,10,
1091         &(lvalues[902]),0},
1092 {"sdsiCertificate","sdsiCertificate",NID_sdsiCertificate,10,
1093         &(lvalues[912]),0},
1094 {"x509Crl","x509Crl",NID_x509Crl,10,&(lvalues[922]),0},
1095 {"PBES2","PBES2",NID_pbes2,9,&(lvalues[932]),0},
1096 {"PBMAC1","PBMAC1",NID_pbmac1,9,&(lvalues[941]),0},
1097 {"hmacWithSHA1","hmacWithSHA1",NID_hmacWithSHA1,8,&(lvalues[950]),0},
1098 {"id-qt-cps","Policy Qualifier CPS",NID_id_qt_cps,8,&(lvalues[958]),0},
1099 {"id-qt-unotice","Policy Qualifier User Notice",NID_id_qt_unotice,8,
1100         &(lvalues[966]),0},
1101 {"RC2-64-CBC","rc2-64-cbc",NID_rc2_64_cbc,0,NULL,0},
1102 {"SMIME-CAPS","S/MIME Capabilities",NID_SMIMECapabilities,9,
1103         &(lvalues[974]),0},
1104 {"PBE-MD2-RC2-64","pbeWithMD2AndRC2-CBC",NID_pbeWithMD2AndRC2_CBC,9,
1105         &(lvalues[983]),0},
1106 {"PBE-MD5-RC2-64","pbeWithMD5AndRC2-CBC",NID_pbeWithMD5AndRC2_CBC,9,
1107         &(lvalues[992]),0},
1108 {"PBE-SHA1-DES","pbeWithSHA1AndDES-CBC",NID_pbeWithSHA1AndDES_CBC,9,
1109         &(lvalues[1001]),0},
1110 {"msExtReq","Microsoft Extension Request",NID_ms_ext_req,10,
1111         &(lvalues[1010]),0},
1112 {"extReq","Extension Request",NID_ext_req,9,&(lvalues[1020]),0},
1113 {"name","name",NID_name,3,&(lvalues[1029]),0},
1114 {"dnQualifier","dnQualifier",NID_dnQualifier,3,&(lvalues[1032]),0},
1115 {"id-pe","id-pe",NID_id_pe,7,&(lvalues[1035]),0},
1116 {"id-ad","id-ad",NID_id_ad,7,&(lvalues[1042]),0},
1117 {"authorityInfoAccess","Authority Information Access",NID_info_access,
1118         8,&(lvalues[1049]),0},
1119 {"OCSP","OCSP",NID_ad_OCSP,8,&(lvalues[1057]),0},
1120 {"caIssuers","CA Issuers",NID_ad_ca_issuers,8,&(lvalues[1065]),0},
1121 {"OCSPSigning","OCSP Signing",NID_OCSP_sign,8,&(lvalues[1073]),0},
1122 {"ISO","iso",NID_iso,1,&(lvalues[1081]),0},
1123 {"member-body","ISO Member Body",NID_member_body,1,&(lvalues[1082]),0},
1124 {"ISO-US","ISO US Member Body",NID_ISO_US,3,&(lvalues[1083]),0},
1125 {"X9-57","X9.57",NID_X9_57,5,&(lvalues[1086]),0},
1126 {"X9cm","X9.57 CM ?",NID_X9cm,6,&(lvalues[1091]),0},
1127 {"pkcs1","pkcs1",NID_pkcs1,8,&(lvalues[1097]),0},
1128 {"pkcs5","pkcs5",NID_pkcs5,8,&(lvalues[1105]),0},
1129 {"SMIME","S/MIME",NID_SMIME,9,&(lvalues[1113]),0},
1130 {"id-smime-mod","id-smime-mod",NID_id_smime_mod,10,&(lvalues[1122]),0},
1131 {"id-smime-ct","id-smime-ct",NID_id_smime_ct,10,&(lvalues[1132]),0},
1132 {"id-smime-aa","id-smime-aa",NID_id_smime_aa,10,&(lvalues[1142]),0},
1133 {"id-smime-alg","id-smime-alg",NID_id_smime_alg,10,&(lvalues[1152]),0},
1134 {"id-smime-cd","id-smime-cd",NID_id_smime_cd,10,&(lvalues[1162]),0},
1135 {"id-smime-spq","id-smime-spq",NID_id_smime_spq,10,&(lvalues[1172]),0},
1136 {"id-smime-cti","id-smime-cti",NID_id_smime_cti,10,&(lvalues[1182]),0},
1137 {"id-smime-mod-cms","id-smime-mod-cms",NID_id_smime_mod_cms,11,
1138         &(lvalues[1192]),0},
1139 {"id-smime-mod-ess","id-smime-mod-ess",NID_id_smime_mod_ess,11,
1140         &(lvalues[1203]),0},
1141 {"id-smime-mod-oid","id-smime-mod-oid",NID_id_smime_mod_oid,11,
1142         &(lvalues[1214]),0},
1143 {"id-smime-mod-msg-v3","id-smime-mod-msg-v3",NID_id_smime_mod_msg_v3,
1144         11,&(lvalues[1225]),0},
1145 {"id-smime-mod-ets-eSignature-88","id-smime-mod-ets-eSignature-88",
1146         NID_id_smime_mod_ets_eSignature_88,11,&(lvalues[1236]),0},
1147 {"id-smime-mod-ets-eSignature-97","id-smime-mod-ets-eSignature-97",
1148         NID_id_smime_mod_ets_eSignature_97,11,&(lvalues[1247]),0},
1149 {"id-smime-mod-ets-eSigPolicy-88","id-smime-mod-ets-eSigPolicy-88",
1150         NID_id_smime_mod_ets_eSigPolicy_88,11,&(lvalues[1258]),0},
1151 {"id-smime-mod-ets-eSigPolicy-97","id-smime-mod-ets-eSigPolicy-97",
1152         NID_id_smime_mod_ets_eSigPolicy_97,11,&(lvalues[1269]),0},
1153 {"id-smime-ct-receipt","id-smime-ct-receipt",NID_id_smime_ct_receipt,
1154         11,&(lvalues[1280]),0},
1155 {"id-smime-ct-authData","id-smime-ct-authData",
1156         NID_id_smime_ct_authData,11,&(lvalues[1291]),0},
1157 {"id-smime-ct-publishCert","id-smime-ct-publishCert",
1158         NID_id_smime_ct_publishCert,11,&(lvalues[1302]),0},
1159 {"id-smime-ct-TSTInfo","id-smime-ct-TSTInfo",NID_id_smime_ct_TSTInfo,
1160         11,&(lvalues[1313]),0},
1161 {"id-smime-ct-TDTInfo","id-smime-ct-TDTInfo",NID_id_smime_ct_TDTInfo,
1162         11,&(lvalues[1324]),0},
1163 {"id-smime-ct-contentInfo","id-smime-ct-contentInfo",
1164         NID_id_smime_ct_contentInfo,11,&(lvalues[1335]),0},
1165 {"id-smime-ct-DVCSRequestData","id-smime-ct-DVCSRequestData",
1166         NID_id_smime_ct_DVCSRequestData,11,&(lvalues[1346]),0},
1167 {"id-smime-ct-DVCSResponseData","id-smime-ct-DVCSResponseData",
1168         NID_id_smime_ct_DVCSResponseData,11,&(lvalues[1357]),0},
1169 {"id-smime-aa-receiptRequest","id-smime-aa-receiptRequest",
1170         NID_id_smime_aa_receiptRequest,11,&(lvalues[1368]),0},
1171 {"id-smime-aa-securityLabel","id-smime-aa-securityLabel",
1172         NID_id_smime_aa_securityLabel,11,&(lvalues[1379]),0},
1173 {"id-smime-aa-mlExpandHistory","id-smime-aa-mlExpandHistory",
1174         NID_id_smime_aa_mlExpandHistory,11,&(lvalues[1390]),0},
1175 {"id-smime-aa-contentHint","id-smime-aa-contentHint",
1176         NID_id_smime_aa_contentHint,11,&(lvalues[1401]),0},
1177 {"id-smime-aa-msgSigDigest","id-smime-aa-msgSigDigest",
1178         NID_id_smime_aa_msgSigDigest,11,&(lvalues[1412]),0},
1179 {"id-smime-aa-encapContentType","id-smime-aa-encapContentType",
1180         NID_id_smime_aa_encapContentType,11,&(lvalues[1423]),0},
1181 {"id-smime-aa-contentIdentifier","id-smime-aa-contentIdentifier",
1182         NID_id_smime_aa_contentIdentifier,11,&(lvalues[1434]),0},
1183 {"id-smime-aa-macValue","id-smime-aa-macValue",
1184         NID_id_smime_aa_macValue,11,&(lvalues[1445]),0},
1185 {"id-smime-aa-equivalentLabels","id-smime-aa-equivalentLabels",
1186         NID_id_smime_aa_equivalentLabels,11,&(lvalues[1456]),0},
1187 {"id-smime-aa-contentReference","id-smime-aa-contentReference",
1188         NID_id_smime_aa_contentReference,11,&(lvalues[1467]),0},
1189 {"id-smime-aa-encrypKeyPref","id-smime-aa-encrypKeyPref",
1190         NID_id_smime_aa_encrypKeyPref,11,&(lvalues[1478]),0},
1191 {"id-smime-aa-signingCertificate","id-smime-aa-signingCertificate",
1192         NID_id_smime_aa_signingCertificate,11,&(lvalues[1489]),0},
1193 {"id-smime-aa-smimeEncryptCerts","id-smime-aa-smimeEncryptCerts",
1194         NID_id_smime_aa_smimeEncryptCerts,11,&(lvalues[1500]),0},
1195 {"id-smime-aa-timeStampToken","id-smime-aa-timeStampToken",
1196         NID_id_smime_aa_timeStampToken,11,&(lvalues[1511]),0},
1197 {"id-smime-aa-ets-sigPolicyId","id-smime-aa-ets-sigPolicyId",
1198         NID_id_smime_aa_ets_sigPolicyId,11,&(lvalues[1522]),0},
1199 {"id-smime-aa-ets-commitmentType","id-smime-aa-ets-commitmentType",
1200         NID_id_smime_aa_ets_commitmentType,11,&(lvalues[1533]),0},
1201 {"id-smime-aa-ets-signerLocation","id-smime-aa-ets-signerLocation",
1202         NID_id_smime_aa_ets_signerLocation,11,&(lvalues[1544]),0},
1203 {"id-smime-aa-ets-signerAttr","id-smime-aa-ets-signerAttr",
1204         NID_id_smime_aa_ets_signerAttr,11,&(lvalues[1555]),0},
1205 {"id-smime-aa-ets-otherSigCert","id-smime-aa-ets-otherSigCert",
1206         NID_id_smime_aa_ets_otherSigCert,11,&(lvalues[1566]),0},
1207 {"id-smime-aa-ets-contentTimestamp",
1208         "id-smime-aa-ets-contentTimestamp",
1209         NID_id_smime_aa_ets_contentTimestamp,11,&(lvalues[1577]),0},
1210 {"id-smime-aa-ets-CertificateRefs","id-smime-aa-ets-CertificateRefs",
1211         NID_id_smime_aa_ets_CertificateRefs,11,&(lvalues[1588]),0},
1212 {"id-smime-aa-ets-RevocationRefs","id-smime-aa-ets-RevocationRefs",
1213         NID_id_smime_aa_ets_RevocationRefs,11,&(lvalues[1599]),0},
1214 {"id-smime-aa-ets-certValues","id-smime-aa-ets-certValues",
1215         NID_id_smime_aa_ets_certValues,11,&(lvalues[1610]),0},
1216 {"id-smime-aa-ets-revocationValues",
1217         "id-smime-aa-ets-revocationValues",
1218         NID_id_smime_aa_ets_revocationValues,11,&(lvalues[1621]),0},
1219 {"id-smime-aa-ets-escTimeStamp","id-smime-aa-ets-escTimeStamp",
1220         NID_id_smime_aa_ets_escTimeStamp,11,&(lvalues[1632]),0},
1221 {"id-smime-aa-ets-certCRLTimestamp",
1222         "id-smime-aa-ets-certCRLTimestamp",
1223         NID_id_smime_aa_ets_certCRLTimestamp,11,&(lvalues[1643]),0},
1224 {"id-smime-aa-ets-archiveTimeStamp",
1225         "id-smime-aa-ets-archiveTimeStamp",
1226         NID_id_smime_aa_ets_archiveTimeStamp,11,&(lvalues[1654]),0},
1227 {"id-smime-aa-signatureType","id-smime-aa-signatureType",
1228         NID_id_smime_aa_signatureType,11,&(lvalues[1665]),0},
1229 {"id-smime-aa-dvcs-dvc","id-smime-aa-dvcs-dvc",
1230         NID_id_smime_aa_dvcs_dvc,11,&(lvalues[1676]),0},
1231 {"id-smime-alg-ESDHwith3DES","id-smime-alg-ESDHwith3DES",
1232         NID_id_smime_alg_ESDHwith3DES,11,&(lvalues[1687]),0},
1233 {"id-smime-alg-ESDHwithRC2","id-smime-alg-ESDHwithRC2",
1234         NID_id_smime_alg_ESDHwithRC2,11,&(lvalues[1698]),0},
1235 {"id-smime-alg-3DESwrap","id-smime-alg-3DESwrap",
1236         NID_id_smime_alg_3DESwrap,11,&(lvalues[1709]),0},
1237 {"id-smime-alg-RC2wrap","id-smime-alg-RC2wrap",
1238         NID_id_smime_alg_RC2wrap,11,&(lvalues[1720]),0},
1239 {"id-smime-alg-ESDH","id-smime-alg-ESDH",NID_id_smime_alg_ESDH,11,
1240         &(lvalues[1731]),0},
1241 {"id-smime-alg-CMS3DESwrap","id-smime-alg-CMS3DESwrap",
1242         NID_id_smime_alg_CMS3DESwrap,11,&(lvalues[1742]),0},
1243 {"id-smime-alg-CMSRC2wrap","id-smime-alg-CMSRC2wrap",
1244         NID_id_smime_alg_CMSRC2wrap,11,&(lvalues[1753]),0},
1245 {"id-smime-cd-ldap","id-smime-cd-ldap",NID_id_smime_cd_ldap,11,
1246         &(lvalues[1764]),0},
1247 {"id-smime-spq-ets-sqt-uri","id-smime-spq-ets-sqt-uri",
1248         NID_id_smime_spq_ets_sqt_uri,11,&(lvalues[1775]),0},
1249 {"id-smime-spq-ets-sqt-unotice","id-smime-spq-ets-sqt-unotice",
1250         NID_id_smime_spq_ets_sqt_unotice,11,&(lvalues[1786]),0},
1251 {"id-smime-cti-ets-proofOfOrigin","id-smime-cti-ets-proofOfOrigin",
1252         NID_id_smime_cti_ets_proofOfOrigin,11,&(lvalues[1797]),0},
1253 {"id-smime-cti-ets-proofOfReceipt","id-smime-cti-ets-proofOfReceipt",
1254         NID_id_smime_cti_ets_proofOfReceipt,11,&(lvalues[1808]),0},
1255 {"id-smime-cti-ets-proofOfDelivery",
1256         "id-smime-cti-ets-proofOfDelivery",
1257         NID_id_smime_cti_ets_proofOfDelivery,11,&(lvalues[1819]),0},
1258 {"id-smime-cti-ets-proofOfSender","id-smime-cti-ets-proofOfSender",
1259         NID_id_smime_cti_ets_proofOfSender,11,&(lvalues[1830]),0},
1260 {"id-smime-cti-ets-proofOfApproval",
1261         "id-smime-cti-ets-proofOfApproval",
1262         NID_id_smime_cti_ets_proofOfApproval,11,&(lvalues[1841]),0},
1263 {"id-smime-cti-ets-proofOfCreation",
1264         "id-smime-cti-ets-proofOfCreation",
1265         NID_id_smime_cti_ets_proofOfCreation,11,&(lvalues[1852]),0},
1266 {"MD4","md4",NID_md4,8,&(lvalues[1863]),0},
1267 {"id-pkix-mod","id-pkix-mod",NID_id_pkix_mod,7,&(lvalues[1871]),0},
1268 {"id-qt","id-qt",NID_id_qt,7,&(lvalues[1878]),0},
1269 {"id-it","id-it",NID_id_it,7,&(lvalues[1885]),0},
1270 {"id-pkip","id-pkip",NID_id_pkip,7,&(lvalues[1892]),0},
1271 {"id-alg","id-alg",NID_id_alg,7,&(lvalues[1899]),0},
1272 {"id-cmc","id-cmc",NID_id_cmc,7,&(lvalues[1906]),0},
1273 {"id-on","id-on",NID_id_on,7,&(lvalues[1913]),0},
1274 {"id-pda","id-pda",NID_id_pda,7,&(lvalues[1920]),0},
1275 {"id-aca","id-aca",NID_id_aca,7,&(lvalues[1927]),0},
1276 {"id-qcs","id-qcs",NID_id_qcs,7,&(lvalues[1934]),0},
1277 {"id-cct","id-cct",NID_id_cct,7,&(lvalues[1941]),0},
1278 {"id-pkix1-explicit-88","id-pkix1-explicit-88",
1279         NID_id_pkix1_explicit_88,8,&(lvalues[1948]),0},
1280 {"id-pkix1-implicit-88","id-pkix1-implicit-88",
1281         NID_id_pkix1_implicit_88,8,&(lvalues[1956]),0},
1282 {"id-pkix1-explicit-93","id-pkix1-explicit-93",
1283         NID_id_pkix1_explicit_93,8,&(lvalues[1964]),0},
1284 {"id-pkix1-implicit-93","id-pkix1-implicit-93",
1285         NID_id_pkix1_implicit_93,8,&(lvalues[1972]),0},
1286 {"id-mod-crmf","id-mod-crmf",NID_id_mod_crmf,8,&(lvalues[1980]),0},
1287 {"id-mod-cmc","id-mod-cmc",NID_id_mod_cmc,8,&(lvalues[1988]),0},
1288 {"id-mod-kea-profile-88","id-mod-kea-profile-88",
1289         NID_id_mod_kea_profile_88,8,&(lvalues[1996]),0},
1290 {"id-mod-kea-profile-93","id-mod-kea-profile-93",
1291         NID_id_mod_kea_profile_93,8,&(lvalues[2004]),0},
1292 {"id-mod-cmp","id-mod-cmp",NID_id_mod_cmp,8,&(lvalues[2012]),0},
1293 {"id-mod-qualified-cert-88","id-mod-qualified-cert-88",
1294         NID_id_mod_qualified_cert_88,8,&(lvalues[2020]),0},
1295 {"id-mod-qualified-cert-93","id-mod-qualified-cert-93",
1296         NID_id_mod_qualified_cert_93,8,&(lvalues[2028]),0},
1297 {"id-mod-attribute-cert","id-mod-attribute-cert",
1298         NID_id_mod_attribute_cert,8,&(lvalues[2036]),0},
1299 {"id-mod-timestamp-protocol","id-mod-timestamp-protocol",
1300         NID_id_mod_timestamp_protocol,8,&(lvalues[2044]),0},
1301 {"id-mod-ocsp","id-mod-ocsp",NID_id_mod_ocsp,8,&(lvalues[2052]),0},
1302 {"id-mod-dvcs","id-mod-dvcs",NID_id_mod_dvcs,8,&(lvalues[2060]),0},
1303 {"id-mod-cmp2000","id-mod-cmp2000",NID_id_mod_cmp2000,8,
1304         &(lvalues[2068]),0},
1305 {"biometricInfo","Biometric Info",NID_biometricInfo,8,&(lvalues[2076]),0},
1306 {"qcStatements","qcStatements",NID_qcStatements,8,&(lvalues[2084]),0},
1307 {"ac-auditEntity","ac-auditEntity",NID_ac_auditEntity,8,
1308         &(lvalues[2092]),0},
1309 {"ac-targeting","ac-targeting",NID_ac_targeting,8,&(lvalues[2100]),0},
1310 {"aaControls","aaControls",NID_aaControls,8,&(lvalues[2108]),0},
1311 {"sbgp-ipAddrBlock","sbgp-ipAddrBlock",NID_sbgp_ipAddrBlock,8,
1312         &(lvalues[2116]),0},
1313 {"sbgp-autonomousSysNum","sbgp-autonomousSysNum",
1314         NID_sbgp_autonomousSysNum,8,&(lvalues[2124]),0},
1315 {"sbgp-routerIdentifier","sbgp-routerIdentifier",
1316         NID_sbgp_routerIdentifier,8,&(lvalues[2132]),0},
1317 {"textNotice","textNotice",NID_textNotice,8,&(lvalues[2140]),0},
1318 {"ipsecEndSystem","IPSec End System",NID_ipsecEndSystem,8,
1319         &(lvalues[2148]),0},
1320 {"ipsecTunnel","IPSec Tunnel",NID_ipsecTunnel,8,&(lvalues[2156]),0},
1321 {"ipsecUser","IPSec User",NID_ipsecUser,8,&(lvalues[2164]),0},
1322 {"DVCS","dvcs",NID_dvcs,8,&(lvalues[2172]),0},
1323 {"id-it-caProtEncCert","id-it-caProtEncCert",NID_id_it_caProtEncCert,
1324         8,&(lvalues[2180]),0},
1325 {"id-it-signKeyPairTypes","id-it-signKeyPairTypes",
1326         NID_id_it_signKeyPairTypes,8,&(lvalues[2188]),0},
1327 {"id-it-encKeyPairTypes","id-it-encKeyPairTypes",
1328         NID_id_it_encKeyPairTypes,8,&(lvalues[2196]),0},
1329 {"id-it-preferredSymmAlg","id-it-preferredSymmAlg",
1330         NID_id_it_preferredSymmAlg,8,&(lvalues[2204]),0},
1331 {"id-it-caKeyUpdateInfo","id-it-caKeyUpdateInfo",
1332         NID_id_it_caKeyUpdateInfo,8,&(lvalues[2212]),0},
1333 {"id-it-currentCRL","id-it-currentCRL",NID_id_it_currentCRL,8,
1334         &(lvalues[2220]),0},
1335 {"id-it-unsupportedOIDs","id-it-unsupportedOIDs",
1336         NID_id_it_unsupportedOIDs,8,&(lvalues[2228]),0},
1337 {"id-it-subscriptionRequest","id-it-subscriptionRequest",
1338         NID_id_it_subscriptionRequest,8,&(lvalues[2236]),0},
1339 {"id-it-subscriptionResponse","id-it-subscriptionResponse",
1340         NID_id_it_subscriptionResponse,8,&(lvalues[2244]),0},
1341 {"id-it-keyPairParamReq","id-it-keyPairParamReq",
1342         NID_id_it_keyPairParamReq,8,&(lvalues[2252]),0},
1343 {"id-it-keyPairParamRep","id-it-keyPairParamRep",
1344         NID_id_it_keyPairParamRep,8,&(lvalues[2260]),0},
1345 {"id-it-revPassphrase","id-it-revPassphrase",NID_id_it_revPassphrase,
1346         8,&(lvalues[2268]),0},
1347 {"id-it-implicitConfirm","id-it-implicitConfirm",
1348         NID_id_it_implicitConfirm,8,&(lvalues[2276]),0},
1349 {"id-it-confirmWaitTime","id-it-confirmWaitTime",
1350         NID_id_it_confirmWaitTime,8,&(lvalues[2284]),0},
1351 {"id-it-origPKIMessage","id-it-origPKIMessage",
1352         NID_id_it_origPKIMessage,8,&(lvalues[2292]),0},
1353 {"id-regCtrl","id-regCtrl",NID_id_regCtrl,8,&(lvalues[2300]),0},
1354 {"id-regInfo","id-regInfo",NID_id_regInfo,8,&(lvalues[2308]),0},
1355 {"id-regCtrl-regToken","id-regCtrl-regToken",NID_id_regCtrl_regToken,
1356         9,&(lvalues[2316]),0},
1357 {"id-regCtrl-authenticator","id-regCtrl-authenticator",
1358         NID_id_regCtrl_authenticator,9,&(lvalues[2325]),0},
1359 {"id-regCtrl-pkiPublicationInfo","id-regCtrl-pkiPublicationInfo",
1360         NID_id_regCtrl_pkiPublicationInfo,9,&(lvalues[2334]),0},
1361 {"id-regCtrl-pkiArchiveOptions","id-regCtrl-pkiArchiveOptions",
1362         NID_id_regCtrl_pkiArchiveOptions,9,&(lvalues[2343]),0},
1363 {"id-regCtrl-oldCertID","id-regCtrl-oldCertID",
1364         NID_id_regCtrl_oldCertID,9,&(lvalues[2352]),0},
1365 {"id-regCtrl-protocolEncrKey","id-regCtrl-protocolEncrKey",
1366         NID_id_regCtrl_protocolEncrKey,9,&(lvalues[2361]),0},
1367 {"id-regInfo-utf8Pairs","id-regInfo-utf8Pairs",
1368         NID_id_regInfo_utf8Pairs,9,&(lvalues[2370]),0},
1369 {"id-regInfo-certReq","id-regInfo-certReq",NID_id_regInfo_certReq,9,
1370         &(lvalues[2379]),0},
1371 {"id-alg-des40","id-alg-des40",NID_id_alg_des40,8,&(lvalues[2388]),0},
1372 {"id-alg-noSignature","id-alg-noSignature",NID_id_alg_noSignature,8,
1373         &(lvalues[2396]),0},
1374 {"id-alg-dh-sig-hmac-sha1","id-alg-dh-sig-hmac-sha1",
1375         NID_id_alg_dh_sig_hmac_sha1,8,&(lvalues[2404]),0},
1376 {"id-alg-dh-pop","id-alg-dh-pop",NID_id_alg_dh_pop,8,&(lvalues[2412]),0},
1377 {"id-cmc-statusInfo","id-cmc-statusInfo",NID_id_cmc_statusInfo,8,
1378         &(lvalues[2420]),0},
1379 {"id-cmc-identification","id-cmc-identification",
1380         NID_id_cmc_identification,8,&(lvalues[2428]),0},
1381 {"id-cmc-identityProof","id-cmc-identityProof",
1382         NID_id_cmc_identityProof,8,&(lvalues[2436]),0},
1383 {"id-cmc-dataReturn","id-cmc-dataReturn",NID_id_cmc_dataReturn,8,
1384         &(lvalues[2444]),0},
1385 {"id-cmc-transactionId","id-cmc-transactionId",
1386         NID_id_cmc_transactionId,8,&(lvalues[2452]),0},
1387 {"id-cmc-senderNonce","id-cmc-senderNonce",NID_id_cmc_senderNonce,8,
1388         &(lvalues[2460]),0},
1389 {"id-cmc-recipientNonce","id-cmc-recipientNonce",
1390         NID_id_cmc_recipientNonce,8,&(lvalues[2468]),0},
1391 {"id-cmc-addExtensions","id-cmc-addExtensions",
1392         NID_id_cmc_addExtensions,8,&(lvalues[2476]),0},
1393 {"id-cmc-encryptedPOP","id-cmc-encryptedPOP",NID_id_cmc_encryptedPOP,
1394         8,&(lvalues[2484]),0},
1395 {"id-cmc-decryptedPOP","id-cmc-decryptedPOP",NID_id_cmc_decryptedPOP,
1396         8,&(lvalues[2492]),0},
1397 {"id-cmc-lraPOPWitness","id-cmc-lraPOPWitness",
1398         NID_id_cmc_lraPOPWitness,8,&(lvalues[2500]),0},
1399 {"id-cmc-getCert","id-cmc-getCert",NID_id_cmc_getCert,8,
1400         &(lvalues[2508]),0},
1401 {"id-cmc-getCRL","id-cmc-getCRL",NID_id_cmc_getCRL,8,&(lvalues[2516]),0},
1402 {"id-cmc-revokeRequest","id-cmc-revokeRequest",
1403         NID_id_cmc_revokeRequest,8,&(lvalues[2524]),0},
1404 {"id-cmc-regInfo","id-cmc-regInfo",NID_id_cmc_regInfo,8,
1405         &(lvalues[2532]),0},
1406 {"id-cmc-responseInfo","id-cmc-responseInfo",NID_id_cmc_responseInfo,
1407         8,&(lvalues[2540]),0},
1408 {"id-cmc-queryPending","id-cmc-queryPending",NID_id_cmc_queryPending,
1409         8,&(lvalues[2548]),0},
1410 {"id-cmc-popLinkRandom","id-cmc-popLinkRandom",
1411         NID_id_cmc_popLinkRandom,8,&(lvalues[2556]),0},
1412 {"id-cmc-popLinkWitness","id-cmc-popLinkWitness",
1413         NID_id_cmc_popLinkWitness,8,&(lvalues[2564]),0},
1414 {"id-cmc-confirmCertAcceptance","id-cmc-confirmCertAcceptance",
1415         NID_id_cmc_confirmCertAcceptance,8,&(lvalues[2572]),0},
1416 {"id-on-personalData","id-on-personalData",NID_id_on_personalData,8,
1417         &(lvalues[2580]),0},
1418 {"id-pda-dateOfBirth","id-pda-dateOfBirth",NID_id_pda_dateOfBirth,8,
1419         &(lvalues[2588]),0},
1420 {"id-pda-placeOfBirth","id-pda-placeOfBirth",NID_id_pda_placeOfBirth,
1421         8,&(lvalues[2596]),0},
1422 {NULL,NULL,NID_undef,0,NULL,0},
1423 {"id-pda-gender","id-pda-gender",NID_id_pda_gender,8,&(lvalues[2604]),0},
1424 {"id-pda-countryOfCitizenship","id-pda-countryOfCitizenship",
1425         NID_id_pda_countryOfCitizenship,8,&(lvalues[2612]),0},
1426 {"id-pda-countryOfResidence","id-pda-countryOfResidence",
1427         NID_id_pda_countryOfResidence,8,&(lvalues[2620]),0},
1428 {"id-aca-authenticationInfo","id-aca-authenticationInfo",
1429         NID_id_aca_authenticationInfo,8,&(lvalues[2628]),0},
1430 {"id-aca-accessIdentity","id-aca-accessIdentity",
1431         NID_id_aca_accessIdentity,8,&(lvalues[2636]),0},
1432 {"id-aca-chargingIdentity","id-aca-chargingIdentity",
1433         NID_id_aca_chargingIdentity,8,&(lvalues[2644]),0},
1434 {"id-aca-group","id-aca-group",NID_id_aca_group,8,&(lvalues[2652]),0},
1435 {"id-aca-role","id-aca-role",NID_id_aca_role,8,&(lvalues[2660]),0},
1436 {"id-qcs-pkixQCSyntax-v1","id-qcs-pkixQCSyntax-v1",
1437         NID_id_qcs_pkixQCSyntax_v1,8,&(lvalues[2668]),0},
1438 {"id-cct-crs","id-cct-crs",NID_id_cct_crs,8,&(lvalues[2676]),0},
1439 {"id-cct-PKIData","id-cct-PKIData",NID_id_cct_PKIData,8,
1440         &(lvalues[2684]),0},
1441 {"id-cct-PKIResponse","id-cct-PKIResponse",NID_id_cct_PKIResponse,8,
1442         &(lvalues[2692]),0},
1443 {"ad_timestamping","AD Time Stamping",NID_ad_timeStamping,8,
1444         &(lvalues[2700]),0},
1445 {"AD_DVCS","ad dvcs",NID_ad_dvcs,8,&(lvalues[2708]),0},
1446 {"basicOCSPResponse","Basic OCSP Response",NID_id_pkix_OCSP_basic,9,
1447         &(lvalues[2716]),0},
1448 {"Nonce","OCSP Nonce",NID_id_pkix_OCSP_Nonce,9,&(lvalues[2725]),0},
1449 {"CrlID","OCSP CRL ID",NID_id_pkix_OCSP_CrlID,9,&(lvalues[2734]),0},
1450 {"acceptableResponses","Acceptable OCSP Responses",
1451         NID_id_pkix_OCSP_acceptableResponses,9,&(lvalues[2743]),0},
1452 {"noCheck","OCSP No Check",NID_id_pkix_OCSP_noCheck,9,&(lvalues[2752]),0},
1453 {"archiveCutoff","OCSP Archive Cutoff",NID_id_pkix_OCSP_archiveCutoff,
1454         9,&(lvalues[2761]),0},
1455 {"serviceLocator","OCSP Service Locator",
1456         NID_id_pkix_OCSP_serviceLocator,9,&(lvalues[2770]),0},
1457 {"extendedStatus","Extended OCSP Status",
1458         NID_id_pkix_OCSP_extendedStatus,9,&(lvalues[2779]),0},
1459 {"valid","valid",NID_id_pkix_OCSP_valid,9,&(lvalues[2788]),0},
1460 {"path","path",NID_id_pkix_OCSP_path,9,&(lvalues[2797]),0},
1461 {"trustRoot","Trust Root",NID_id_pkix_OCSP_trustRoot,9,
1462         &(lvalues[2806]),0},
1463 {"algorithm","algorithm",NID_algorithm,4,&(lvalues[2815]),0},
1464 {"rsaSignature","rsaSignature",NID_rsaSignature,5,&(lvalues[2819]),0},
1465 {"X500algorithms","directory services - algorithms",
1466         NID_X500algorithms,2,&(lvalues[2824]),0},
1467 {"ORG","org",NID_org,1,&(lvalues[2826]),0},
1468 {"DOD","dod",NID_dod,2,&(lvalues[2827]),0},
1469 {"IANA","iana",NID_iana,3,&(lvalues[2829]),0},
1470 {"directory","Directory",NID_Directory,4,&(lvalues[2832]),0},
1471 {"mgmt","Management",NID_Management,4,&(lvalues[2836]),0},
1472 {"experimental","Experimental",NID_Experimental,4,&(lvalues[2840]),0},
1473 {"private","Private",NID_Private,4,&(lvalues[2844]),0},
1474 {"security","Security",NID_Security,4,&(lvalues[2848]),0},
1475 {"snmpv2","SNMPv2",NID_SNMPv2,4,&(lvalues[2852]),0},
1476 {"Mail","Mail",NID_Mail,4,&(lvalues[2856]),0},
1477 {"enterprises","Enterprises",NID_Enterprises,5,&(lvalues[2860]),0},
1478 {"dcobject","dcObject",NID_dcObject,9,&(lvalues[2865]),0},
1479 {"DC","domainComponent",NID_domainComponent,10,&(lvalues[2874]),0},
1480 {"domain","Domain",NID_Domain,10,&(lvalues[2884]),0},
1481 {"NULL","NULL",NID_joint_iso_ccitt,1,&(lvalues[2894]),0},
1482 {"selected-attribute-types","Selected Attribute Types",
1483         NID_selected_attribute_types,3,&(lvalues[2895]),0},
1484 {"clearance","clearance",NID_clearance,4,&(lvalues[2898]),0},
1485 {"RSA-MD4","md4WithRSAEncryption",NID_md4WithRSAEncryption,9,
1486         &(lvalues[2902]),0},
1487 {"ac-proxying","ac-proxying",NID_ac_proxying,8,&(lvalues[2911]),0},
1488 {"subjectInfoAccess","Subject Information Access",NID_sinfo_access,8,
1489         &(lvalues[2919]),0},
1490 {"id-aca-encAttrs","id-aca-encAttrs",NID_id_aca_encAttrs,8,
1491         &(lvalues[2927]),0},
1492 {"role","role",NID_role,3,&(lvalues[2935]),0},
1493 {"policyConstraints","X509v3 Policy Constraints",
1494         NID_policy_constraints,3,&(lvalues[2938]),0},
1495 {"targetInformation","X509v3 AC Targeting",NID_target_information,3,
1496         &(lvalues[2941]),0},
1497 {"noRevAvail","X509v3 No Revocation Available",NID_no_rev_avail,3,
1498         &(lvalues[2944]),0},
1499 {"NULL","NULL",NID_ccitt,1,&(lvalues[2947]),0},
1500 {"ansi-X9-62","ANSI X9.62",NID_ansi_X9_62,5,&(lvalues[2948]),0},
1501 {"prime-field","prime-field",NID_X9_62_prime_field,7,&(lvalues[2953]),0},
1502 {"characteristic-two-field","characteristic-two-field",
1503         NID_X9_62_characteristic_two_field,7,&(lvalues[2960]),0},
1504 {"id-ecPublicKey","id-ecPublicKey",NID_X9_62_id_ecPublicKey,7,
1505         &(lvalues[2967]),0},
1506 {"prime192v1","prime192v1",NID_X9_62_prime192v1,8,&(lvalues[2974]),0},
1507 {"prime192v2","prime192v2",NID_X9_62_prime192v2,8,&(lvalues[2982]),0},
1508 {"prime192v3","prime192v3",NID_X9_62_prime192v3,8,&(lvalues[2990]),0},
1509 {"prime239v1","prime239v1",NID_X9_62_prime239v1,8,&(lvalues[2998]),0},
1510 {"prime239v2","prime239v2",NID_X9_62_prime239v2,8,&(lvalues[3006]),0},
1511 {"prime239v3","prime239v3",NID_X9_62_prime239v3,8,&(lvalues[3014]),0},
1512 {"prime256v1","prime256v1",NID_X9_62_prime256v1,8,&(lvalues[3022]),0},
1513 {"ecdsa-with-SHA1","ecdsa-with-SHA1",NID_ecdsa_with_SHA1,7,
1514         &(lvalues[3030]),0},
1515 {"CSPName","Microsoft CSP Name",NID_ms_csp_name,9,&(lvalues[3037]),0},
1516 {"AES-128-ECB","aes-128-ecb",NID_aes_128_ecb,9,&(lvalues[3046]),0},
1517 {"AES-128-CBC","aes-128-cbc",NID_aes_128_cbc,9,&(lvalues[3055]),0},
1518 {"AES-128-OFB","aes-128-ofb",NID_aes_128_ofb128,9,&(lvalues[3064]),0},
1519 {"AES-128-CFB","aes-128-cfb",NID_aes_128_cfb128,9,&(lvalues[3073]),0},
1520 {"AES-192-ECB","aes-192-ecb",NID_aes_192_ecb,9,&(lvalues[3082]),0},
1521 {"AES-192-CBC","aes-192-cbc",NID_aes_192_cbc,9,&(lvalues[3091]),0},
1522 {"AES-192-OFB","aes-192-ofb",NID_aes_192_ofb128,9,&(lvalues[3100]),0},
1523 {"AES-192-CFB","aes-192-cfb",NID_aes_192_cfb128,9,&(lvalues[3109]),0},
1524 {"AES-256-ECB","aes-256-ecb",NID_aes_256_ecb,9,&(lvalues[3118]),0},
1525 {"AES-256-CBC","aes-256-cbc",NID_aes_256_cbc,9,&(lvalues[3127]),0},
1526 {"AES-256-OFB","aes-256-ofb",NID_aes_256_ofb128,9,&(lvalues[3136]),0},
1527 {"AES-256-CFB","aes-256-cfb",NID_aes_256_cfb128,9,&(lvalues[3145]),0},
1528 {"holdInstructionCode","Hold Instruction Code",
1529         NID_hold_instruction_code,3,&(lvalues[3154]),0},
1530 {"holdInstructionNone","Hold Instruction None",
1531         NID_hold_instruction_none,7,&(lvalues[3157]),0},
1532 {"holdInstructionCallIssuer","Hold Instruction Call Issuer",
1533         NID_hold_instruction_call_issuer,7,&(lvalues[3164]),0},
1534 {"holdInstructionReject","Hold Instruction Reject",
1535         NID_hold_instruction_reject,7,&(lvalues[3171]),0},
1536 {"data","data",NID_data,1,&(lvalues[3178]),0},
1537 {"pss","pss",NID_pss,3,&(lvalues[3179]),0},
1538 {"ucl","ucl",NID_ucl,7,&(lvalues[3182]),0},
1539 {"pilot","pilot",NID_pilot,8,&(lvalues[3189]),0},
1540 {"pilotAttributeType","pilotAttributeType",NID_pilotAttributeType,9,
1541         &(lvalues[3197]),0},
1542 {"pilotAttributeSyntax","pilotAttributeSyntax",
1543         NID_pilotAttributeSyntax,9,&(lvalues[3206]),0},
1544 {"pilotObjectClass","pilotObjectClass",NID_pilotObjectClass,9,
1545         &(lvalues[3215]),0},
1546 {"pilotGroups","pilotGroups",NID_pilotGroups,9,&(lvalues[3224]),0},
1547 {"iA5StringSyntax","iA5StringSyntax",NID_iA5StringSyntax,10,
1548         &(lvalues[3233]),0},
1549 {"caseIgnoreIA5StringSyntax","caseIgnoreIA5StringSyntax",
1550         NID_caseIgnoreIA5StringSyntax,10,&(lvalues[3243]),0},
1551 {"pilotObject","pilotObject",NID_pilotObject,10,&(lvalues[3253]),0},
1552 {"pilotPerson","pilotPerson",NID_pilotPerson,10,&(lvalues[3263]),0},
1553 {"account","account",NID_account,10,&(lvalues[3273]),0},
1554 {"document","document",NID_document,10,&(lvalues[3283]),0},
1555 {"room","room",NID_room,10,&(lvalues[3293]),0},
1556 {"documentSeries","documentSeries",NID_documentSeries,10,
1557         &(lvalues[3303]),0},
1558 {"rFC822localPart","rFC822localPart",NID_rFC822localPart,10,
1559         &(lvalues[3313]),0},
1560 {"dNSDomain","dNSDomain",NID_dNSDomain,10,&(lvalues[3323]),0},
1561 {"domainRelatedObject","domainRelatedObject",NID_domainRelatedObject,
1562         10,&(lvalues[3333]),0},
1563 {"friendlyCountry","friendlyCountry",NID_friendlyCountry,10,
1564         &(lvalues[3343]),0},
1565 {"simpleSecurityObject","simpleSecurityObject",
1566         NID_simpleSecurityObject,10,&(lvalues[3353]),0},
1567 {"pilotOrganization","pilotOrganization",NID_pilotOrganization,10,
1568         &(lvalues[3363]),0},
1569 {"pilotDSA","pilotDSA",NID_pilotDSA,10,&(lvalues[3373]),0},
1570 {"qualityLabelledData","qualityLabelledData",NID_qualityLabelledData,
1571         10,&(lvalues[3383]),0},
1572 {"UID","userId",NID_userId,10,&(lvalues[3393]),0},
1573 {"textEncodedORAddress","textEncodedORAddress",
1574         NID_textEncodedORAddress,10,&(lvalues[3403]),0},
1575 {"mail","rfc822Mailbox",NID_rfc822Mailbox,10,&(lvalues[3413]),0},
1576 {"info","info",NID_info,10,&(lvalues[3423]),0},
1577 {"favouriteDrink","favouriteDrink",NID_favouriteDrink,10,
1578         &(lvalues[3433]),0},
1579 {"roomNumber","roomNumber",NID_roomNumber,10,&(lvalues[3443]),0},
1580 {"photo","photo",NID_photo,10,&(lvalues[3453]),0},
1581 {"userClass","userClass",NID_userClass,10,&(lvalues[3463]),0},
1582 {"host","host",NID_host,10,&(lvalues[3473]),0},
1583 {"manager","manager",NID_manager,10,&(lvalues[3483]),0},
1584 {"documentIdentifier","documentIdentifier",NID_documentIdentifier,10,
1585         &(lvalues[3493]),0},
1586 {"documentTitle","documentTitle",NID_documentTitle,10,&(lvalues[3503]),0},
1587 {"documentVersion","documentVersion",NID_documentVersion,10,
1588         &(lvalues[3513]),0},
1589 {"documentAuthor","documentAuthor",NID_documentAuthor,10,
1590         &(lvalues[3523]),0},
1591 {"documentLocation","documentLocation",NID_documentLocation,10,
1592         &(lvalues[3533]),0},
1593 {"homeTelephoneNumber","homeTelephoneNumber",NID_homeTelephoneNumber,
1594         10,&(lvalues[3543]),0},
1595 {"secretary","secretary",NID_secretary,10,&(lvalues[3553]),0},
1596 {"otherMailbox","otherMailbox",NID_otherMailbox,10,&(lvalues[3563]),0},
1597 {"lastModifiedTime","lastModifiedTime",NID_lastModifiedTime,10,
1598         &(lvalues[3573]),0},
1599 {"lastModifiedBy","lastModifiedBy",NID_lastModifiedBy,10,
1600         &(lvalues[3583]),0},
1601 {"aRecord","aRecord",NID_aRecord,10,&(lvalues[3593]),0},
1602 {"pilotAttributeType27","pilotAttributeType27",
1603         NID_pilotAttributeType27,10,&(lvalues[3603]),0},
1604 {"mXRecord","mXRecord",NID_mXRecord,10,&(lvalues[3613]),0},
1605 {"nSRecord","nSRecord",NID_nSRecord,10,&(lvalues[3623]),0},
1606 {"sOARecord","sOARecord",NID_sOARecord,10,&(lvalues[3633]),0},
1607 {"cNAMERecord","cNAMERecord",NID_cNAMERecord,10,&(lvalues[3643]),0},
1608 {"associatedDomain","associatedDomain",NID_associatedDomain,10,
1609         &(lvalues[3653]),0},
1610 {"associatedName","associatedName",NID_associatedName,10,
1611         &(lvalues[3663]),0},
1612 {"homePostalAddress","homePostalAddress",NID_homePostalAddress,10,
1613         &(lvalues[3673]),0},
1614 {"personalTitle","personalTitle",NID_personalTitle,10,&(lvalues[3683]),0},
1615 {"mobileTelephoneNumber","mobileTelephoneNumber",
1616         NID_mobileTelephoneNumber,10,&(lvalues[3693]),0},
1617 {"pagerTelephoneNumber","pagerTelephoneNumber",
1618         NID_pagerTelephoneNumber,10,&(lvalues[3703]),0},
1619 {"friendlyCountryName","friendlyCountryName",NID_friendlyCountryName,
1620         10,&(lvalues[3713]),0},
1621 {"organizationalStatus","organizationalStatus",
1622         NID_organizationalStatus,10,&(lvalues[3723]),0},
1623 {"janetMailbox","janetMailbox",NID_janetMailbox,10,&(lvalues[3733]),0},
1624 {"mailPreferenceOption","mailPreferenceOption",
1625         NID_mailPreferenceOption,10,&(lvalues[3743]),0},
1626 {"buildingName","buildingName",NID_buildingName,10,&(lvalues[3753]),0},
1627 {"dSAQuality","dSAQuality",NID_dSAQuality,10,&(lvalues[3763]),0},
1628 {"singleLevelQuality","singleLevelQuality",NID_singleLevelQuality,10,
1629         &(lvalues[3773]),0},
1630 {"subtreeMinimumQuality","subtreeMinimumQuality",
1631         NID_subtreeMinimumQuality,10,&(lvalues[3783]),0},
1632 {"subtreeMaximumQuality","subtreeMaximumQuality",
1633         NID_subtreeMaximumQuality,10,&(lvalues[3793]),0},
1634 {"personalSignature","personalSignature",NID_personalSignature,10,
1635         &(lvalues[3803]),0},
1636 {"dITRedirect","dITRedirect",NID_dITRedirect,10,&(lvalues[3813]),0},
1637 {"audio","audio",NID_audio,10,&(lvalues[3823]),0},
1638 {"documentPublisher","documentPublisher",NID_documentPublisher,10,
1639         &(lvalues[3833]),0},
1640 {"x500UniqueIdentifier","x500UniqueIdentifier",
1641         NID_x500UniqueIdentifier,3,&(lvalues[3843]),0},
1642 {"mime-mhs","MIME MHS",NID_mime_mhs,5,&(lvalues[3846]),0},
1643 {"mime-mhs-headings","mime-mhs-headings",NID_mime_mhs_headings,6,
1644         &(lvalues[3851]),0},
1645 {"mime-mhs-bodies","mime-mhs-bodies",NID_mime_mhs_bodies,6,
1646         &(lvalues[3857]),0},
1647 {"id-hex-partial-message","id-hex-partial-message",
1648         NID_id_hex_partial_message,7,&(lvalues[3863]),0},
1649 {"id-hex-multipart-message","id-hex-multipart-message",
1650         NID_id_hex_multipart_message,7,&(lvalues[3870]),0},
1651 {"generationQualifier","generationQualifier",NID_generationQualifier,
1652         3,&(lvalues[3877]),0},
1653 {"pseudonym","pseudonym",NID_pseudonym,3,&(lvalues[3880]),0},
1654 {NULL,NULL,NID_undef,0,NULL,0},
1655 {"id-set","Secure Electronic Transactions",NID_id_set,2,
1656         &(lvalues[3883]),0},
1657 {"set-ctype","content types",NID_set_ctype,3,&(lvalues[3885]),0},
1658 {"set-msgExt","message extensions",NID_set_msgExt,3,&(lvalues[3888]),0},
1659 {"set-attr","set-attr",NID_set_attr,3,&(lvalues[3891]),0},
1660 {"set-policy","set-policy",NID_set_policy,3,&(lvalues[3894]),0},
1661 {"set-certExt","certificate extensions",NID_set_certExt,3,
1662         &(lvalues[3897]),0},
1663 {"set-brand","set-brand",NID_set_brand,3,&(lvalues[3900]),0},
1664 {"setct-PANData","setct-PANData",NID_setct_PANData,4,&(lvalues[3903]),0},
1665 {"setct-PANToken","setct-PANToken",NID_setct_PANToken,4,
1666         &(lvalues[3907]),0},
1667 {"setct-PANOnly","setct-PANOnly",NID_setct_PANOnly,4,&(lvalues[3911]),0},
1668 {"setct-OIData","setct-OIData",NID_setct_OIData,4,&(lvalues[3915]),0},
1669 {"setct-PI","setct-PI",NID_setct_PI,4,&(lvalues[3919]),0},
1670 {"setct-PIData","setct-PIData",NID_setct_PIData,4,&(lvalues[3923]),0},
1671 {"setct-PIDataUnsigned","setct-PIDataUnsigned",
1672         NID_setct_PIDataUnsigned,4,&(lvalues[3927]),0},
1673 {"setct-HODInput","setct-HODInput",NID_setct_HODInput,4,
1674         &(lvalues[3931]),0},
1675 {"setct-AuthResBaggage","setct-AuthResBaggage",
1676         NID_setct_AuthResBaggage,4,&(lvalues[3935]),0},
1677 {"setct-AuthRevReqBaggage","setct-AuthRevReqBaggage",
1678         NID_setct_AuthRevReqBaggage,4,&(lvalues[3939]),0},
1679 {"setct-AuthRevResBaggage","setct-AuthRevResBaggage",
1680         NID_setct_AuthRevResBaggage,4,&(lvalues[3943]),0},
1681 {"setct-CapTokenSeq","setct-CapTokenSeq",NID_setct_CapTokenSeq,4,
1682         &(lvalues[3947]),0},
1683 {"setct-PInitResData","setct-PInitResData",NID_setct_PInitResData,4,
1684         &(lvalues[3951]),0},
1685 {"setct-PI-TBS","setct-PI-TBS",NID_setct_PI_TBS,4,&(lvalues[3955]),0},
1686 {"setct-PResData","setct-PResData",NID_setct_PResData,4,
1687         &(lvalues[3959]),0},
1688 {"setct-AuthReqTBS","setct-AuthReqTBS",NID_setct_AuthReqTBS,4,
1689         &(lvalues[3963]),0},
1690 {"setct-AuthResTBS","setct-AuthResTBS",NID_setct_AuthResTBS,4,
1691         &(lvalues[3967]),0},
1692 {"setct-AuthResTBSX","setct-AuthResTBSX",NID_setct_AuthResTBSX,4,
1693         &(lvalues[3971]),0},
1694 {"setct-AuthTokenTBS","setct-AuthTokenTBS",NID_setct_AuthTokenTBS,4,
1695         &(lvalues[3975]),0},
1696 {"setct-CapTokenData","setct-CapTokenData",NID_setct_CapTokenData,4,
1697         &(lvalues[3979]),0},
1698 {"setct-CapTokenTBS","setct-CapTokenTBS",NID_setct_CapTokenTBS,4,
1699         &(lvalues[3983]),0},
1700 {"setct-AcqCardCodeMsg","setct-AcqCardCodeMsg",
1701         NID_setct_AcqCardCodeMsg,4,&(lvalues[3987]),0},
1702 {"setct-AuthRevReqTBS","setct-AuthRevReqTBS",NID_setct_AuthRevReqTBS,
1703         4,&(lvalues[3991]),0},
1704 {"setct-AuthRevResData","setct-AuthRevResData",
1705         NID_setct_AuthRevResData,4,&(lvalues[3995]),0},
1706 {"setct-AuthRevResTBS","setct-AuthRevResTBS",NID_setct_AuthRevResTBS,
1707         4,&(lvalues[3999]),0},
1708 {"setct-CapReqTBS","setct-CapReqTBS",NID_setct_CapReqTBS,4,
1709         &(lvalues[4003]),0},
1710 {"setct-CapReqTBSX","setct-CapReqTBSX",NID_setct_CapReqTBSX,4,
1711         &(lvalues[4007]),0},
1712 {"setct-CapResData","setct-CapResData",NID_setct_CapResData,4,
1713         &(lvalues[4011]),0},
1714 {"setct-CapRevReqTBS","setct-CapRevReqTBS",NID_setct_CapRevReqTBS,4,
1715         &(lvalues[4015]),0},
1716 {"setct-CapRevReqTBSX","setct-CapRevReqTBSX",NID_setct_CapRevReqTBSX,
1717         4,&(lvalues[4019]),0},
1718 {"setct-CapRevResData","setct-CapRevResData",NID_setct_CapRevResData,
1719         4,&(lvalues[4023]),0},
1720 {"setct-CredReqTBS","setct-CredReqTBS",NID_setct_CredReqTBS,4,
1721         &(lvalues[4027]),0},
1722 {"setct-CredReqTBSX","setct-CredReqTBSX",NID_setct_CredReqTBSX,4,
1723         &(lvalues[4031]),0},
1724 {"setct-CredResData","setct-CredResData",NID_setct_CredResData,4,
1725         &(lvalues[4035]),0},
1726 {"setct-CredRevReqTBS","setct-CredRevReqTBS",NID_setct_CredRevReqTBS,
1727         4,&(lvalues[4039]),0},
1728 {"setct-CredRevReqTBSX","setct-CredRevReqTBSX",
1729         NID_setct_CredRevReqTBSX,4,&(lvalues[4043]),0},
1730 {"setct-CredRevResData","setct-CredRevResData",
1731         NID_setct_CredRevResData,4,&(lvalues[4047]),0},
1732 {"setct-PCertReqData","setct-PCertReqData",NID_setct_PCertReqData,4,
1733         &(lvalues[4051]),0},
1734 {"setct-PCertResTBS","setct-PCertResTBS",NID_setct_PCertResTBS,4,
1735         &(lvalues[4055]),0},
1736 {"setct-BatchAdminReqData","setct-BatchAdminReqData",
1737         NID_setct_BatchAdminReqData,4,&(lvalues[4059]),0},
1738 {"setct-BatchAdminResData","setct-BatchAdminResData",
1739         NID_setct_BatchAdminResData,4,&(lvalues[4063]),0},
1740 {"setct-CardCInitResTBS","setct-CardCInitResTBS",
1741         NID_setct_CardCInitResTBS,4,&(lvalues[4067]),0},
1742 {"setct-MeAqCInitResTBS","setct-MeAqCInitResTBS",
1743         NID_setct_MeAqCInitResTBS,4,&(lvalues[4071]),0},
1744 {"setct-RegFormResTBS","setct-RegFormResTBS",NID_setct_RegFormResTBS,
1745         4,&(lvalues[4075]),0},
1746 {"setct-CertReqData","setct-CertReqData",NID_setct_CertReqData,4,
1747         &(lvalues[4079]),0},
1748 {"setct-CertReqTBS","setct-CertReqTBS",NID_setct_CertReqTBS,4,
1749         &(lvalues[4083]),0},
1750 {"setct-CertResData","setct-CertResData",NID_setct_CertResData,4,
1751         &(lvalues[4087]),0},
1752 {"setct-CertInqReqTBS","setct-CertInqReqTBS",NID_setct_CertInqReqTBS,
1753         4,&(lvalues[4091]),0},
1754 {"setct-ErrorTBS","setct-ErrorTBS",NID_setct_ErrorTBS,4,
1755         &(lvalues[4095]),0},
1756 {"setct-PIDualSignedTBE","setct-PIDualSignedTBE",
1757         NID_setct_PIDualSignedTBE,4,&(lvalues[4099]),0},
1758 {"setct-PIUnsignedTBE","setct-PIUnsignedTBE",NID_setct_PIUnsignedTBE,
1759         4,&(lvalues[4103]),0},
1760 {"setct-AuthReqTBE","setct-AuthReqTBE",NID_setct_AuthReqTBE,4,
1761         &(lvalues[4107]),0},
1762 {"setct-AuthResTBE","setct-AuthResTBE",NID_setct_AuthResTBE,4,
1763         &(lvalues[4111]),0},
1764 {"setct-AuthResTBEX","setct-AuthResTBEX",NID_setct_AuthResTBEX,4,
1765         &(lvalues[4115]),0},
1766 {"setct-AuthTokenTBE","setct-AuthTokenTBE",NID_setct_AuthTokenTBE,4,
1767         &(lvalues[4119]),0},
1768 {"setct-CapTokenTBE","setct-CapTokenTBE",NID_setct_CapTokenTBE,4,
1769         &(lvalues[4123]),0},
1770 {"setct-CapTokenTBEX","setct-CapTokenTBEX",NID_setct_CapTokenTBEX,4,
1771         &(lvalues[4127]),0},
1772 {"setct-AcqCardCodeMsgTBE","setct-AcqCardCodeMsgTBE",
1773         NID_setct_AcqCardCodeMsgTBE,4,&(lvalues[4131]),0},
1774 {"setct-AuthRevReqTBE","setct-AuthRevReqTBE",NID_setct_AuthRevReqTBE,
1775         4,&(lvalues[4135]),0},
1776 {"setct-AuthRevResTBE","setct-AuthRevResTBE",NID_setct_AuthRevResTBE,
1777         4,&(lvalues[4139]),0},
1778 {"setct-AuthRevResTBEB","setct-AuthRevResTBEB",
1779         NID_setct_AuthRevResTBEB,4,&(lvalues[4143]),0},
1780 {"setct-CapReqTBE","setct-CapReqTBE",NID_setct_CapReqTBE,4,
1781         &(lvalues[4147]),0},
1782 {"setct-CapReqTBEX","setct-CapReqTBEX",NID_setct_CapReqTBEX,4,
1783         &(lvalues[4151]),0},
1784 {"setct-CapResTBE","setct-CapResTBE",NID_setct_CapResTBE,4,
1785         &(lvalues[4155]),0},
1786 {"setct-CapRevReqTBE","setct-CapRevReqTBE",NID_setct_CapRevReqTBE,4,
1787         &(lvalues[4159]),0},
1788 {"setct-CapRevReqTBEX","setct-CapRevReqTBEX",NID_setct_CapRevReqTBEX,
1789         4,&(lvalues[4163]),0},
1790 {"setct-CapRevResTBE","setct-CapRevResTBE",NID_setct_CapRevResTBE,4,
1791         &(lvalues[4167]),0},
1792 {"setct-CredReqTBE","setct-CredReqTBE",NID_setct_CredReqTBE,4,
1793         &(lvalues[4171]),0},
1794 {"setct-CredReqTBEX","setct-CredReqTBEX",NID_setct_CredReqTBEX,4,
1795         &(lvalues[4175]),0},
1796 {"setct-CredResTBE","setct-CredResTBE",NID_setct_CredResTBE,4,
1797         &(lvalues[4179]),0},
1798 {"setct-CredRevReqTBE","setct-CredRevReqTBE",NID_setct_CredRevReqTBE,
1799         4,&(lvalues[4183]),0},
1800 {"setct-CredRevReqTBEX","setct-CredRevReqTBEX",
1801         NID_setct_CredRevReqTBEX,4,&(lvalues[4187]),0},
1802 {"setct-CredRevResTBE","setct-CredRevResTBE",NID_setct_CredRevResTBE,
1803         4,&(lvalues[4191]),0},
1804 {"setct-BatchAdminReqTBE","setct-BatchAdminReqTBE",
1805         NID_setct_BatchAdminReqTBE,4,&(lvalues[4195]),0},
1806 {"setct-BatchAdminResTBE","setct-BatchAdminResTBE",
1807         NID_setct_BatchAdminResTBE,4,&(lvalues[4199]),0},
1808 {"setct-RegFormReqTBE","setct-RegFormReqTBE",NID_setct_RegFormReqTBE,
1809         4,&(lvalues[4203]),0},
1810 {"setct-CertReqTBE","setct-CertReqTBE",NID_setct_CertReqTBE,4,
1811         &(lvalues[4207]),0},
1812 {"setct-CertReqTBEX","setct-CertReqTBEX",NID_setct_CertReqTBEX,4,
1813         &(lvalues[4211]),0},
1814 {"setct-CertResTBE","setct-CertResTBE",NID_setct_CertResTBE,4,
1815         &(lvalues[4215]),0},
1816 {"setct-CRLNotificationTBS","setct-CRLNotificationTBS",
1817         NID_setct_CRLNotificationTBS,4,&(lvalues[4219]),0},
1818 {"setct-CRLNotificationResTBS","setct-CRLNotificationResTBS",
1819         NID_setct_CRLNotificationResTBS,4,&(lvalues[4223]),0},
1820 {"setct-BCIDistributionTBS","setct-BCIDistributionTBS",
1821         NID_setct_BCIDistributionTBS,4,&(lvalues[4227]),0},
1822 {"setext-genCrypt","generic cryptogram",NID_setext_genCrypt,4,
1823         &(lvalues[4231]),0},
1824 {"setext-miAuth","merchant initiated auth",NID_setext_miAuth,4,
1825         &(lvalues[4235]),0},
1826 {"setext-pinSecure","setext-pinSecure",NID_setext_pinSecure,4,
1827         &(lvalues[4239]),0},
1828 {"setext-pinAny","setext-pinAny",NID_setext_pinAny,4,&(lvalues[4243]),0},
1829 {"setext-track2","setext-track2",NID_setext_track2,4,&(lvalues[4247]),0},
1830 {"setext-cv","additional verification",NID_setext_cv,4,
1831         &(lvalues[4251]),0},
1832 {"set-policy-root","set-policy-root",NID_set_policy_root,4,
1833         &(lvalues[4255]),0},
1834 {"setCext-hashedRoot","setCext-hashedRoot",NID_setCext_hashedRoot,4,
1835         &(lvalues[4259]),0},
1836 {"setCext-certType","setCext-certType",NID_setCext_certType,4,
1837         &(lvalues[4263]),0},
1838 {"setCext-merchData","setCext-merchData",NID_setCext_merchData,4,
1839         &(lvalues[4267]),0},
1840 {"setCext-cCertRequired","setCext-cCertRequired",
1841         NID_setCext_cCertRequired,4,&(lvalues[4271]),0},
1842 {"setCext-tunneling","setCext-tunneling",NID_setCext_tunneling,4,
1843         &(lvalues[4275]),0},
1844 {"setCext-setExt","setCext-setExt",NID_setCext_setExt,4,
1845         &(lvalues[4279]),0},
1846 {"setCext-setQualf","setCext-setQualf",NID_setCext_setQualf,4,
1847         &(lvalues[4283]),0},
1848 {"setCext-PGWYcapabilities","setCext-PGWYcapabilities",
1849         NID_setCext_PGWYcapabilities,4,&(lvalues[4287]),0},
1850 {"setCext-TokenIdentifier","setCext-TokenIdentifier",
1851         NID_setCext_TokenIdentifier,4,&(lvalues[4291]),0},
1852 {"setCext-Track2Data","setCext-Track2Data",NID_setCext_Track2Data,4,
1853         &(lvalues[4295]),0},
1854 {"setCext-TokenType","setCext-TokenType",NID_setCext_TokenType,4,
1855         &(lvalues[4299]),0},
1856 {"setCext-IssuerCapabilities","setCext-IssuerCapabilities",
1857         NID_setCext_IssuerCapabilities,4,&(lvalues[4303]),0},
1858 {"setAttr-Cert","setAttr-Cert",NID_setAttr_Cert,4,&(lvalues[4307]),0},
1859 {"setAttr-PGWYcap","payment gateway capabilities",NID_setAttr_PGWYcap,
1860         4,&(lvalues[4311]),0},
1861 {"setAttr-TokenType","setAttr-TokenType",NID_setAttr_TokenType,4,
1862         &(lvalues[4315]),0},
1863 {"setAttr-IssCap","issuer capabilities",NID_setAttr_IssCap,4,
1864         &(lvalues[4319]),0},
1865 {"set-rootKeyThumb","set-rootKeyThumb",NID_set_rootKeyThumb,5,
1866         &(lvalues[4323]),0},
1867 {"set-addPolicy","set-addPolicy",NID_set_addPolicy,5,&(lvalues[4328]),0},
1868 {"setAttr-Token-EMV","setAttr-Token-EMV",NID_setAttr_Token_EMV,5,
1869         &(lvalues[4333]),0},
1870 {"setAttr-Token-B0Prime","setAttr-Token-B0Prime",
1871         NID_setAttr_Token_B0Prime,5,&(lvalues[4338]),0},
1872 {"setAttr-IssCap-CVM","setAttr-IssCap-CVM",NID_setAttr_IssCap_CVM,5,
1873         &(lvalues[4343]),0},
1874 {"setAttr-IssCap-T2","setAttr-IssCap-T2",NID_setAttr_IssCap_T2,5,
1875         &(lvalues[4348]),0},
1876 {"setAttr-IssCap-Sig","setAttr-IssCap-Sig",NID_setAttr_IssCap_Sig,5,
1877         &(lvalues[4353]),0},
1878 {"setAttr-GenCryptgrm","generate cryptogram",NID_setAttr_GenCryptgrm,
1879         6,&(lvalues[4358]),0},
1880 {"setAttr-T2Enc","encrypted track 2",NID_setAttr_T2Enc,6,
1881         &(lvalues[4364]),0},
1882 {"setAttr-T2cleartxt","cleartext track 2",NID_setAttr_T2cleartxt,6,
1883         &(lvalues[4370]),0},
1884 {"setAttr-TokICCsig","ICC or token signature",NID_setAttr_TokICCsig,6,
1885         &(lvalues[4376]),0},
1886 {"setAttr-SecDevSig","secure device signature",NID_setAttr_SecDevSig,
1887         6,&(lvalues[4382]),0},
1888 {"set-brand-IATA-ATA","set-brand-IATA-ATA",NID_set_brand_IATA_ATA,4,
1889         &(lvalues[4388]),0},
1890 {"set-brand-Diners","set-brand-Diners",NID_set_brand_Diners,4,
1891         &(lvalues[4392]),0},
1892 {"set-brand-AmericanExpress","set-brand-AmericanExpress",
1893         NID_set_brand_AmericanExpress,4,&(lvalues[4396]),0},
1894 {"set-brand-JCB","set-brand-JCB",NID_set_brand_JCB,4,&(lvalues[4400]),0},
1895 {"set-brand-Visa","set-brand-Visa",NID_set_brand_Visa,4,
1896         &(lvalues[4404]),0},
1897 {"set-brand-MasterCard","set-brand-MasterCard",
1898         NID_set_brand_MasterCard,4,&(lvalues[4408]),0},
1899 {"set-brand-Novus","set-brand-Novus",NID_set_brand_Novus,5,
1900         &(lvalues[4412]),0},
1901 {"DES-CDMF","des-cdmf",NID_des_cdmf,8,&(lvalues[4417]),0},
1902 {"rsaOAEPEncryptionSET","rsaOAEPEncryptionSET",
1903         NID_rsaOAEPEncryptionSET,9,&(lvalues[4425]),0},
1904 {"ITU-T","itu-t",NID_itu_t,1,&(lvalues[4434]),0},
1905 {"JOINT-ISO-ITU-T","joint-iso-itu-t",NID_joint_iso_itu_t,1,
1906         &(lvalues[4435]),0},
1907 {"international-organizations","International Organizations",
1908         NID_international_organizations,1,&(lvalues[4436]),0},
1909 {"msSmartcardLogin","Microsoft Smartcardlogin",NID_ms_smartcard_login,
1910         10,&(lvalues[4437]),0},
1911 {"msUPN","Microsoft Universal Principal Name",NID_ms_upn,10,
1912         &(lvalues[4447]),0},
1913 {"AES-128-CFB1","aes-128-cfb1",NID_aes_128_cfb1,0,NULL,0},
1914 {"AES-192-CFB1","aes-192-cfb1",NID_aes_192_cfb1,0,NULL,0},
1915 {"AES-256-CFB1","aes-256-cfb1",NID_aes_256_cfb1,0,NULL,0},
1916 {"AES-128-CFB8","aes-128-cfb8",NID_aes_128_cfb8,0,NULL,0},
1917 {"AES-192-CFB8","aes-192-cfb8",NID_aes_192_cfb8,0,NULL,0},
1918 {"AES-256-CFB8","aes-256-cfb8",NID_aes_256_cfb8,0,NULL,0},
1919 {"DES-CFB1","des-cfb1",NID_des_cfb1,0,NULL,0},
1920 {"DES-CFB8","des-cfb8",NID_des_cfb8,0,NULL,0},
1921 {"DES-EDE3-CFB1","des-ede3-cfb1",NID_des_ede3_cfb1,0,NULL,0},
1922 {"DES-EDE3-CFB8","des-ede3-cfb8",NID_des_ede3_cfb8,0,NULL,0},
1923 {"streetAddress","streetAddress",NID_streetAddress,3,&(lvalues[4457]),0},
1924 {"postalCode","postalCode",NID_postalCode,3,&(lvalues[4460]),0},
1925 {"id-ppl","id-ppl",NID_id_ppl,7,&(lvalues[4463]),0},
1926 {"proxyCertInfo","Proxy Certificate Information",NID_proxyCertInfo,8,
1927         &(lvalues[4470]),0},
1928 {"id-ppl-anyLanguage","Any language",NID_id_ppl_anyLanguage,8,
1929         &(lvalues[4478]),0},
1930 {"id-ppl-inheritAll","Inherit all",NID_id_ppl_inheritAll,8,
1931         &(lvalues[4486]),0},
1932 {"nameConstraints","X509v3 Name Constraints",NID_name_constraints,3,
1933         &(lvalues[4494]),0},
1934 {"id-ppl-independent","Independent",NID_Independent,8,&(lvalues[4497]),0},
1935 {"RSA-SHA256","sha256WithRSAEncryption",NID_sha256WithRSAEncryption,9,
1936         &(lvalues[4505]),0},
1937 {"RSA-SHA384","sha384WithRSAEncryption",NID_sha384WithRSAEncryption,9,
1938         &(lvalues[4514]),0},
1939 {"RSA-SHA512","sha512WithRSAEncryption",NID_sha512WithRSAEncryption,9,
1940         &(lvalues[4523]),0},
1941 {"RSA-SHA224","sha224WithRSAEncryption",NID_sha224WithRSAEncryption,9,
1942         &(lvalues[4532]),0},
1943 {"SHA256","sha256",NID_sha256,9,&(lvalues[4541]),0},
1944 {"SHA384","sha384",NID_sha384,9,&(lvalues[4550]),0},
1945 {"SHA512","sha512",NID_sha512,9,&(lvalues[4559]),0},
1946 {"SHA224","sha224",NID_sha224,9,&(lvalues[4568]),0},
1947 {"identified-organization","identified-organization",
1948         NID_identified_organization,1,&(lvalues[4577]),0},
1949 {"certicom-arc","certicom-arc",NID_certicom_arc,3,&(lvalues[4578]),0},
1950 {"wap","wap",NID_wap,2,&(lvalues[4581]),0},
1951 {"wap-wsg","wap-wsg",NID_wap_wsg,3,&(lvalues[4583]),0},
1952 {"id-characteristic-two-basis","id-characteristic-two-basis",
1953         NID_X9_62_id_characteristic_two_basis,8,&(lvalues[4586]),0},
1954 {"onBasis","onBasis",NID_X9_62_onBasis,9,&(lvalues[4594]),0},
1955 {"tpBasis","tpBasis",NID_X9_62_tpBasis,9,&(lvalues[4603]),0},
1956 {"ppBasis","ppBasis",NID_X9_62_ppBasis,9,&(lvalues[4612]),0},
1957 {"c2pnb163v1","c2pnb163v1",NID_X9_62_c2pnb163v1,8,&(lvalues[4621]),0},
1958 {"c2pnb163v2","c2pnb163v2",NID_X9_62_c2pnb163v2,8,&(lvalues[4629]),0},
1959 {"c2pnb163v3","c2pnb163v3",NID_X9_62_c2pnb163v3,8,&(lvalues[4637]),0},
1960 {"c2pnb176v1","c2pnb176v1",NID_X9_62_c2pnb176v1,8,&(lvalues[4645]),0},
1961 {"c2tnb191v1","c2tnb191v1",NID_X9_62_c2tnb191v1,8,&(lvalues[4653]),0},
1962 {"c2tnb191v2","c2tnb191v2",NID_X9_62_c2tnb191v2,8,&(lvalues[4661]),0},
1963 {"c2tnb191v3","c2tnb191v3",NID_X9_62_c2tnb191v3,8,&(lvalues[4669]),0},
1964 {"c2onb191v4","c2onb191v4",NID_X9_62_c2onb191v4,8,&(lvalues[4677]),0},
1965 {"c2onb191v5","c2onb191v5",NID_X9_62_c2onb191v5,8,&(lvalues[4685]),0},
1966 {"c2pnb208w1","c2pnb208w1",NID_X9_62_c2pnb208w1,8,&(lvalues[4693]),0},
1967 {"c2tnb239v1","c2tnb239v1",NID_X9_62_c2tnb239v1,8,&(lvalues[4701]),0},
1968 {"c2tnb239v2","c2tnb239v2",NID_X9_62_c2tnb239v2,8,&(lvalues[4709]),0},
1969 {"c2tnb239v3","c2tnb239v3",NID_X9_62_c2tnb239v3,8,&(lvalues[4717]),0},
1970 {"c2onb239v4","c2onb239v4",NID_X9_62_c2onb239v4,8,&(lvalues[4725]),0},
1971 {"c2onb239v5","c2onb239v5",NID_X9_62_c2onb239v5,8,&(lvalues[4733]),0},
1972 {"c2pnb272w1","c2pnb272w1",NID_X9_62_c2pnb272w1,8,&(lvalues[4741]),0},
1973 {"c2pnb304w1","c2pnb304w1",NID_X9_62_c2pnb304w1,8,&(lvalues[4749]),0},
1974 {"c2tnb359v1","c2tnb359v1",NID_X9_62_c2tnb359v1,8,&(lvalues[4757]),0},
1975 {"c2pnb368w1","c2pnb368w1",NID_X9_62_c2pnb368w1,8,&(lvalues[4765]),0},
1976 {"c2tnb431r1","c2tnb431r1",NID_X9_62_c2tnb431r1,8,&(lvalues[4773]),0},
1977 {"secp112r1","secp112r1",NID_secp112r1,5,&(lvalues[4781]),0},
1978 {"secp112r2","secp112r2",NID_secp112r2,5,&(lvalues[4786]),0},
1979 {"secp128r1","secp128r1",NID_secp128r1,5,&(lvalues[4791]),0},
1980 {"secp128r2","secp128r2",NID_secp128r2,5,&(lvalues[4796]),0},
1981 {"secp160k1","secp160k1",NID_secp160k1,5,&(lvalues[4801]),0},
1982 {"secp160r1","secp160r1",NID_secp160r1,5,&(lvalues[4806]),0},
1983 {"secp160r2","secp160r2",NID_secp160r2,5,&(lvalues[4811]),0},
1984 {"secp192k1","secp192k1",NID_secp192k1,5,&(lvalues[4816]),0},
1985 {"secp224k1","secp224k1",NID_secp224k1,5,&(lvalues[4821]),0},
1986 {"secp224r1","secp224r1",NID_secp224r1,5,&(lvalues[4826]),0},
1987 {"secp256k1","secp256k1",NID_secp256k1,5,&(lvalues[4831]),0},
1988 {"secp384r1","secp384r1",NID_secp384r1,5,&(lvalues[4836]),0},
1989 {"secp521r1","secp521r1",NID_secp521r1,5,&(lvalues[4841]),0},
1990 {"sect113r1","sect113r1",NID_sect113r1,5,&(lvalues[4846]),0},
1991 {"sect113r2","sect113r2",NID_sect113r2,5,&(lvalues[4851]),0},
1992 {"sect131r1","sect131r1",NID_sect131r1,5,&(lvalues[4856]),0},
1993 {"sect131r2","sect131r2",NID_sect131r2,5,&(lvalues[4861]),0},
1994 {"sect163k1","sect163k1",NID_sect163k1,5,&(lvalues[4866]),0},
1995 {"sect163r1","sect163r1",NID_sect163r1,5,&(lvalues[4871]),0},
1996 {"sect163r2","sect163r2",NID_sect163r2,5,&(lvalues[4876]),0},
1997 {"sect193r1","sect193r1",NID_sect193r1,5,&(lvalues[4881]),0},
1998 {"sect193r2","sect193r2",NID_sect193r2,5,&(lvalues[4886]),0},
1999 {"sect233k1","sect233k1",NID_sect233k1,5,&(lvalues[4891]),0},
2000 {"sect233r1","sect233r1",NID_sect233r1,5,&(lvalues[4896]),0},
2001 {"sect239k1","sect239k1",NID_sect239k1,5,&(lvalues[4901]),0},
2002 {"sect283k1","sect283k1",NID_sect283k1,5,&(lvalues[4906]),0},
2003 {"sect283r1","sect283r1",NID_sect283r1,5,&(lvalues[4911]),0},
2004 {"sect409k1","sect409k1",NID_sect409k1,5,&(lvalues[4916]),0},
2005 {"sect409r1","sect409r1",NID_sect409r1,5,&(lvalues[4921]),0},
2006 {"sect571k1","sect571k1",NID_sect571k1,5,&(lvalues[4926]),0},
2007 {"sect571r1","sect571r1",NID_sect571r1,5,&(lvalues[4931]),0},
2008 {"wap-wsg-idm-ecid-wtls1","wap-wsg-idm-ecid-wtls1",
2009         NID_wap_wsg_idm_ecid_wtls1,5,&(lvalues[4936]),0},
2010 {"wap-wsg-idm-ecid-wtls3","wap-wsg-idm-ecid-wtls3",
2011         NID_wap_wsg_idm_ecid_wtls3,5,&(lvalues[4941]),0},
2012 {"wap-wsg-idm-ecid-wtls4","wap-wsg-idm-ecid-wtls4",
2013         NID_wap_wsg_idm_ecid_wtls4,5,&(lvalues[4946]),0},
2014 {"wap-wsg-idm-ecid-wtls5","wap-wsg-idm-ecid-wtls5",
2015         NID_wap_wsg_idm_ecid_wtls5,5,&(lvalues[4951]),0},
2016 {"wap-wsg-idm-ecid-wtls6","wap-wsg-idm-ecid-wtls6",
2017         NID_wap_wsg_idm_ecid_wtls6,5,&(lvalues[4956]),0},
2018 {"wap-wsg-idm-ecid-wtls7","wap-wsg-idm-ecid-wtls7",
2019         NID_wap_wsg_idm_ecid_wtls7,5,&(lvalues[4961]),0},
2020 {"wap-wsg-idm-ecid-wtls8","wap-wsg-idm-ecid-wtls8",
2021         NID_wap_wsg_idm_ecid_wtls8,5,&(lvalues[4966]),0},
2022 {"wap-wsg-idm-ecid-wtls9","wap-wsg-idm-ecid-wtls9",
2023         NID_wap_wsg_idm_ecid_wtls9,5,&(lvalues[4971]),0},
2024 {"wap-wsg-idm-ecid-wtls10","wap-wsg-idm-ecid-wtls10",
2025         NID_wap_wsg_idm_ecid_wtls10,5,&(lvalues[4976]),0},
2026 {"wap-wsg-idm-ecid-wtls11","wap-wsg-idm-ecid-wtls11",
2027         NID_wap_wsg_idm_ecid_wtls11,5,&(lvalues[4981]),0},
2028 {"wap-wsg-idm-ecid-wtls12","wap-wsg-idm-ecid-wtls12",
2029         NID_wap_wsg_idm_ecid_wtls12,5,&(lvalues[4986]),0},
2030 {"anyPolicy","X509v3 Any Policy",NID_any_policy,4,&(lvalues[4991]),0},
2031 {"policyMappings","X509v3 Policy Mappings",NID_policy_mappings,3,
2032         &(lvalues[4995]),0},
2033 {"inhibitAnyPolicy","X509v3 Inhibit Any Policy",
2034         NID_inhibit_any_policy,3,&(lvalues[4998]),0},
2035 {"Oakley-EC2N-3","ipsec3",NID_ipsec3,0,NULL,0},
2036 {"Oakley-EC2N-4","ipsec4",NID_ipsec4,0,NULL,0},
2037 {"CAMELLIA-128-CBC","camellia-128-cbc",NID_camellia_128_cbc,11,
2038         &(lvalues[5001]),0},
2039 {"CAMELLIA-192-CBC","camellia-192-cbc",NID_camellia_192_cbc,11,
2040         &(lvalues[5012]),0},
2041 {"CAMELLIA-256-CBC","camellia-256-cbc",NID_camellia_256_cbc,11,
2042         &(lvalues[5023]),0},
2043 {"CAMELLIA-128-ECB","camellia-128-ecb",NID_camellia_128_ecb,8,
2044         &(lvalues[5034]),0},
2045 {"CAMELLIA-192-ECB","camellia-192-ecb",NID_camellia_192_ecb,8,
2046         &(lvalues[5042]),0},
2047 {"CAMELLIA-256-ECB","camellia-256-ecb",NID_camellia_256_ecb,8,
2048         &(lvalues[5050]),0},
2049 {"CAMELLIA-128-CFB","camellia-128-cfb",NID_camellia_128_cfb128,8,
2050         &(lvalues[5058]),0},
2051 {"CAMELLIA-192-CFB","camellia-192-cfb",NID_camellia_192_cfb128,8,
2052         &(lvalues[5066]),0},
2053 {"CAMELLIA-256-CFB","camellia-256-cfb",NID_camellia_256_cfb128,8,
2054         &(lvalues[5074]),0},
2055 {"CAMELLIA-128-CFB1","camellia-128-cfb1",NID_camellia_128_cfb1,0,NULL,0},
2056 {"CAMELLIA-192-CFB1","camellia-192-cfb1",NID_camellia_192_cfb1,0,NULL,0},
2057 {"CAMELLIA-256-CFB1","camellia-256-cfb1",NID_camellia_256_cfb1,0,NULL,0},
2058 {"CAMELLIA-128-CFB8","camellia-128-cfb8",NID_camellia_128_cfb8,0,NULL,0},
2059 {"CAMELLIA-192-CFB8","camellia-192-cfb8",NID_camellia_192_cfb8,0,NULL,0},
2060 {"CAMELLIA-256-CFB8","camellia-256-cfb8",NID_camellia_256_cfb8,0,NULL,0},
2061 {"CAMELLIA-128-OFB","camellia-128-ofb",NID_camellia_128_ofb128,8,
2062         &(lvalues[5082]),0},
2063 {"CAMELLIA-192-OFB","camellia-192-ofb",NID_camellia_192_ofb128,8,
2064         &(lvalues[5090]),0},
2065 {"CAMELLIA-256-OFB","camellia-256-ofb",NID_camellia_256_ofb128,8,
2066         &(lvalues[5098]),0},
2067 {"subjectDirectoryAttributes","X509v3 Subject Directory Attributes",
2068         NID_subject_directory_attributes,3,&(lvalues[5106]),0},
2069 {"issuingDistributionPoint","X509v3 Issuing Distrubution Point",
2070         NID_issuing_distribution_point,3,&(lvalues[5109]),0},
2071 {"certificateIssuer","X509v3 Certificate Issuer",
2072         NID_certificate_issuer,3,&(lvalues[5112]),0},
2073 {NULL,NULL,NID_undef,0,NULL,0},
2074 {"KISA","kisa",NID_kisa,6,&(lvalues[5115]),0},
2075 {NULL,NULL,NID_undef,0,NULL,0},
2076 {NULL,NULL,NID_undef,0,NULL,0},
2077 {"SEED-ECB","seed-ecb",NID_seed_ecb,8,&(lvalues[5121]),0},
2078 {"SEED-CBC","seed-cbc",NID_seed_cbc,8,&(lvalues[5129]),0},
2079 {"SEED-OFB","seed-ofb",NID_seed_ofb128,8,&(lvalues[5137]),0},
2080 {"SEED-CFB","seed-cfb",NID_seed_cfb128,8,&(lvalues[5145]),0},
2081 {"HMAC-MD5","hmac-md5",NID_hmac_md5,8,&(lvalues[5153]),0},
2082 {"HMAC-SHA1","hmac-sha1",NID_hmac_sha1,8,&(lvalues[5161]),0},
2083 {"id-PasswordBasedMAC","password based MAC",NID_id_PasswordBasedMAC,9,
2084         &(lvalues[5169]),0},
2085 {"id-DHBasedMac","Diffie-Hellman based MAC",NID_id_DHBasedMac,9,
2086         &(lvalues[5178]),0},
2087 {"id-it-suppLangTags","id-it-suppLangTags",NID_id_it_suppLangTags,8,
2088         &(lvalues[5187]),0},
2089 {"caRepository","CA Repository",NID_caRepository,8,&(lvalues[5195]),0},
2090 {"ecdsa-with-Recommended","ecdsa-with-Recommended",
2091         NID_ecdsa_with_Recommended,7,&(lvalues[5203]),0},
2092 {"ecdsa-with-Specified","ecdsa-with-Specified",
2093         NID_ecdsa_with_Specified,7,&(lvalues[5210]),0},
2094 {"ecdsa-with-SHA224","ecdsa-with-SHA224",NID_ecdsa_with_SHA224,8,
2095         &(lvalues[5217]),0},
2096 {"ecdsa-with-SHA256","ecdsa-with-SHA256",NID_ecdsa_with_SHA256,8,
2097         &(lvalues[5225]),0},
2098 {"ecdsa-with-SHA384","ecdsa-with-SHA384",NID_ecdsa_with_SHA384,8,
2099         &(lvalues[5233]),0},
2100 {"ecdsa-with-SHA512","ecdsa-with-SHA512",NID_ecdsa_with_SHA512,8,
2101         &(lvalues[5241]),0},
2102 {"hmacWithMD5","hmacWithMD5",NID_hmacWithMD5,8,&(lvalues[5249]),0},
2103 {"hmacWithSHA224","hmacWithSHA224",NID_hmacWithSHA224,8,
2104         &(lvalues[5257]),0},
2105 {"hmacWithSHA256","hmacWithSHA256",NID_hmacWithSHA256,8,
2106         &(lvalues[5265]),0},
2107 {"hmacWithSHA384","hmacWithSHA384",NID_hmacWithSHA384,8,
2108         &(lvalues[5273]),0},
2109 {"hmacWithSHA512","hmacWithSHA512",NID_hmacWithSHA512,8,
2110         &(lvalues[5281]),0},
2111 {"dsa_with_SHA224","dsa_with_SHA224",NID_dsa_with_SHA224,9,
2112         &(lvalues[5289]),0},
2113 {"dsa_with_SHA256","dsa_with_SHA256",NID_dsa_with_SHA256,9,
2114         &(lvalues[5298]),0},
2115 {"whirlpool","whirlpool",NID_whirlpool,6,&(lvalues[5307]),0},
2116 {"cryptopro","cryptopro",NID_cryptopro,5,&(lvalues[5313]),0},
2117 {"cryptocom","cryptocom",NID_cryptocom,5,&(lvalues[5318]),0},
2118 {"id-GostR3411-94-with-GostR3410-2001",
2119         "GOST R 34.11-94 with GOST R 34.10-2001",
2120         NID_id_GostR3411_94_with_GostR3410_2001,6,&(lvalues[5323]),0},
2121 {"id-GostR3411-94-with-GostR3410-94",
2122         "GOST R 34.11-94 with GOST R 34.10-94",
2123         NID_id_GostR3411_94_with_GostR3410_94,6,&(lvalues[5329]),0},
2124 {"md_gost94","GOST R 34.11-94",NID_id_GostR3411_94,6,&(lvalues[5335]),0},
2125 {"id-HMACGostR3411-94","HMAC GOST 34.11-94",NID_id_HMACGostR3411_94,6,
2126         &(lvalues[5341]),0},
2127 {"gost2001","GOST R 34.10-2001",NID_id_GostR3410_2001,6,
2128         &(lvalues[5347]),0},
2129 {"gost94","GOST R 34.10-94",NID_id_GostR3410_94,6,&(lvalues[5353]),0},
2130 {"gost89","GOST 28147-89",NID_id_Gost28147_89,6,&(lvalues[5359]),0},
2131 {"gost89-cnt","gost89-cnt",NID_gost89_cnt,0,NULL,0},
2132 {"gost-mac","GOST 28147-89 MAC",NID_id_Gost28147_89_MAC,6,
2133         &(lvalues[5365]),0},
2134 {"prf-gostr3411-94","GOST R 34.11-94 PRF",NID_id_GostR3411_94_prf,6,
2135         &(lvalues[5371]),0},
2136 {"id-GostR3410-2001DH","GOST R 34.10-2001 DH",NID_id_GostR3410_2001DH,
2137         6,&(lvalues[5377]),0},
2138 {"id-GostR3410-94DH","GOST R 34.10-94 DH",NID_id_GostR3410_94DH,6,
2139         &(lvalues[5383]),0},
2140 {"id-Gost28147-89-CryptoPro-KeyMeshing",
2141         "id-Gost28147-89-CryptoPro-KeyMeshing",
2142         NID_id_Gost28147_89_CryptoPro_KeyMeshing,7,&(lvalues[5389]),0},
2143 {"id-Gost28147-89-None-KeyMeshing","id-Gost28147-89-None-KeyMeshing",
2144         NID_id_Gost28147_89_None_KeyMeshing,7,&(lvalues[5396]),0},
2145 {"id-GostR3411-94-TestParamSet","id-GostR3411-94-TestParamSet",
2146         NID_id_GostR3411_94_TestParamSet,7,&(lvalues[5403]),0},
2147 {"id-GostR3411-94-CryptoProParamSet",
2148         "id-GostR3411-94-CryptoProParamSet",
2149         NID_id_GostR3411_94_CryptoProParamSet,7,&(lvalues[5410]),0},
2150 {"id-Gost28147-89-TestParamSet","id-Gost28147-89-TestParamSet",
2151         NID_id_Gost28147_89_TestParamSet,7,&(lvalues[5417]),0},
2152 {"id-Gost28147-89-CryptoPro-A-ParamSet",
2153         "id-Gost28147-89-CryptoPro-A-ParamSet",
2154         NID_id_Gost28147_89_CryptoPro_A_ParamSet,7,&(lvalues[5424]),0},
2155 {"id-Gost28147-89-CryptoPro-B-ParamSet",
2156         "id-Gost28147-89-CryptoPro-B-ParamSet",
2157         NID_id_Gost28147_89_CryptoPro_B_ParamSet,7,&(lvalues[5431]),0},
2158 {"id-Gost28147-89-CryptoPro-C-ParamSet",
2159         "id-Gost28147-89-CryptoPro-C-ParamSet",
2160         NID_id_Gost28147_89_CryptoPro_C_ParamSet,7,&(lvalues[5438]),0},
2161 {"id-Gost28147-89-CryptoPro-D-ParamSet",
2162         "id-Gost28147-89-CryptoPro-D-ParamSet",
2163         NID_id_Gost28147_89_CryptoPro_D_ParamSet,7,&(lvalues[5445]),0},
2164 {"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
2165         "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
2166         NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet,7,&(lvalues[5452]),
2167         0},
2168 {"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
2169         "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
2170         NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet,7,&(lvalues[5459]),
2171         0},
2172 {"id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
2173         "id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
2174         NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet,7,&(lvalues[5466]),0},
2175 {"id-GostR3410-94-TestParamSet","id-GostR3410-94-TestParamSet",
2176         NID_id_GostR3410_94_TestParamSet,7,&(lvalues[5473]),0},
2177 {"id-GostR3410-94-CryptoPro-A-ParamSet",
2178         "id-GostR3410-94-CryptoPro-A-ParamSet",
2179         NID_id_GostR3410_94_CryptoPro_A_ParamSet,7,&(lvalues[5480]),0},
2180 {"id-GostR3410-94-CryptoPro-B-ParamSet",
2181         "id-GostR3410-94-CryptoPro-B-ParamSet",
2182         NID_id_GostR3410_94_CryptoPro_B_ParamSet,7,&(lvalues[5487]),0},
2183 {"id-GostR3410-94-CryptoPro-C-ParamSet",
2184         "id-GostR3410-94-CryptoPro-C-ParamSet",
2185         NID_id_GostR3410_94_CryptoPro_C_ParamSet,7,&(lvalues[5494]),0},
2186 {"id-GostR3410-94-CryptoPro-D-ParamSet",
2187         "id-GostR3410-94-CryptoPro-D-ParamSet",
2188         NID_id_GostR3410_94_CryptoPro_D_ParamSet,7,&(lvalues[5501]),0},
2189 {"id-GostR3410-94-CryptoPro-XchA-ParamSet",
2190         "id-GostR3410-94-CryptoPro-XchA-ParamSet",
2191         NID_id_GostR3410_94_CryptoPro_XchA_ParamSet,7,&(lvalues[5508]),0},
2192 {"id-GostR3410-94-CryptoPro-XchB-ParamSet",
2193         "id-GostR3410-94-CryptoPro-XchB-ParamSet",
2194         NID_id_GostR3410_94_CryptoPro_XchB_ParamSet,7,&(lvalues[5515]),0},
2195 {"id-GostR3410-94-CryptoPro-XchC-ParamSet",
2196         "id-GostR3410-94-CryptoPro-XchC-ParamSet",
2197         NID_id_GostR3410_94_CryptoPro_XchC_ParamSet,7,&(lvalues[5522]),0},
2198 {"id-GostR3410-2001-TestParamSet","id-GostR3410-2001-TestParamSet",
2199         NID_id_GostR3410_2001_TestParamSet,7,&(lvalues[5529]),0},
2200 {"id-GostR3410-2001-CryptoPro-A-ParamSet",
2201         "id-GostR3410-2001-CryptoPro-A-ParamSet",
2202         NID_id_GostR3410_2001_CryptoPro_A_ParamSet,7,&(lvalues[5536]),0},
2203 {"id-GostR3410-2001-CryptoPro-B-ParamSet",
2204         "id-GostR3410-2001-CryptoPro-B-ParamSet",
2205         NID_id_GostR3410_2001_CryptoPro_B_ParamSet,7,&(lvalues[5543]),0},
2206 {"id-GostR3410-2001-CryptoPro-C-ParamSet",
2207         "id-GostR3410-2001-CryptoPro-C-ParamSet",
2208         NID_id_GostR3410_2001_CryptoPro_C_ParamSet,7,&(lvalues[5550]),0},
2209 {"id-GostR3410-2001-CryptoPro-XchA-ParamSet",
2210         "id-GostR3410-2001-CryptoPro-XchA-ParamSet",
2211         NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet,7,&(lvalues[5557]),0},
2212         
2213 {"id-GostR3410-2001-CryptoPro-XchB-ParamSet",
2214         "id-GostR3410-2001-CryptoPro-XchB-ParamSet",
2215         NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet,7,&(lvalues[5564]),0},
2216         
2217 {"id-GostR3410-94-a","id-GostR3410-94-a",NID_id_GostR3410_94_a,7,
2218         &(lvalues[5571]),0},
2219 {"id-GostR3410-94-aBis","id-GostR3410-94-aBis",
2220         NID_id_GostR3410_94_aBis,7,&(lvalues[5578]),0},
2221 {"id-GostR3410-94-b","id-GostR3410-94-b",NID_id_GostR3410_94_b,7,
2222         &(lvalues[5585]),0},
2223 {"id-GostR3410-94-bBis","id-GostR3410-94-bBis",
2224         NID_id_GostR3410_94_bBis,7,&(lvalues[5592]),0},
2225 {"id-Gost28147-89-cc","GOST 28147-89 Cryptocom ParamSet",
2226         NID_id_Gost28147_89_cc,8,&(lvalues[5599]),0},
2227 {"gost94cc","GOST 34.10-94 Cryptocom",NID_id_GostR3410_94_cc,8,
2228         &(lvalues[5607]),0},
2229 {"gost2001cc","GOST 34.10-2001 Cryptocom",NID_id_GostR3410_2001_cc,8,
2230         &(lvalues[5615]),0},
2231 {"id-GostR3411-94-with-GostR3410-94-cc",
2232         "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom",
2233         NID_id_GostR3411_94_with_GostR3410_94_cc,8,&(lvalues[5623]),0},
2234 {"id-GostR3411-94-with-GostR3410-2001-cc",
2235         "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom",
2236         NID_id_GostR3411_94_with_GostR3410_2001_cc,8,&(lvalues[5631]),0},
2237 {"id-GostR3410-2001-ParamSet-cc",
2238         "GOST R 3410-2001 Parameter Set Cryptocom",
2239         NID_id_GostR3410_2001_ParamSet_cc,8,&(lvalues[5639]),0},
2240 {"HMAC","hmac",NID_hmac,0,NULL,0},
2241 };
2242
2243 static const unsigned int sn_objs[NUM_SN]={
2244 364,    /* "AD_DVCS" */
2245 419,    /* "AES-128-CBC" */
2246 421,    /* "AES-128-CFB" */
2247 650,    /* "AES-128-CFB1" */
2248 653,    /* "AES-128-CFB8" */
2249 418,    /* "AES-128-ECB" */
2250 420,    /* "AES-128-OFB" */
2251 423,    /* "AES-192-CBC" */
2252 425,    /* "AES-192-CFB" */
2253 651,    /* "AES-192-CFB1" */
2254 654,    /* "AES-192-CFB8" */
2255 422,    /* "AES-192-ECB" */
2256 424,    /* "AES-192-OFB" */
2257 427,    /* "AES-256-CBC" */
2258 429,    /* "AES-256-CFB" */
2259 652,    /* "AES-256-CFB1" */
2260 655,    /* "AES-256-CFB8" */
2261 426,    /* "AES-256-ECB" */
2262 428,    /* "AES-256-OFB" */
2263 91,     /* "BF-CBC" */
2264 93,     /* "BF-CFB" */
2265 92,     /* "BF-ECB" */
2266 94,     /* "BF-OFB" */
2267 14,     /* "C" */
2268 751,    /* "CAMELLIA-128-CBC" */
2269 757,    /* "CAMELLIA-128-CFB" */
2270 760,    /* "CAMELLIA-128-CFB1" */
2271 763,    /* "CAMELLIA-128-CFB8" */
2272 754,    /* "CAMELLIA-128-ECB" */
2273 766,    /* "CAMELLIA-128-OFB" */
2274 752,    /* "CAMELLIA-192-CBC" */
2275 758,    /* "CAMELLIA-192-CFB" */
2276 761,    /* "CAMELLIA-192-CFB1" */
2277 764,    /* "CAMELLIA-192-CFB8" */
2278 755,    /* "CAMELLIA-192-ECB" */
2279 767,    /* "CAMELLIA-192-OFB" */
2280 753,    /* "CAMELLIA-256-CBC" */
2281 759,    /* "CAMELLIA-256-CFB" */
2282 762,    /* "CAMELLIA-256-CFB1" */
2283 765,    /* "CAMELLIA-256-CFB8" */
2284 756,    /* "CAMELLIA-256-ECB" */
2285 768,    /* "CAMELLIA-256-OFB" */
2286 108,    /* "CAST5-CBC" */
2287 110,    /* "CAST5-CFB" */
2288 109,    /* "CAST5-ECB" */
2289 111,    /* "CAST5-OFB" */
2290 13,     /* "CN" */
2291 141,    /* "CRLReason" */
2292 417,    /* "CSPName" */
2293 367,    /* "CrlID" */
2294 391,    /* "DC" */
2295 31,     /* "DES-CBC" */
2296 643,    /* "DES-CDMF" */
2297 30,     /* "DES-CFB" */
2298 656,    /* "DES-CFB1" */
2299 657,    /* "DES-CFB8" */
2300 29,     /* "DES-ECB" */
2301 32,     /* "DES-EDE" */
2302 43,     /* "DES-EDE-CBC" */
2303 60,     /* "DES-EDE-CFB" */
2304 62,     /* "DES-EDE-OFB" */
2305 33,     /* "DES-EDE3" */
2306 44,     /* "DES-EDE3-CBC" */
2307 61,     /* "DES-EDE3-CFB" */
2308 658,    /* "DES-EDE3-CFB1" */
2309 659,    /* "DES-EDE3-CFB8" */
2310 63,     /* "DES-EDE3-OFB" */
2311 45,     /* "DES-OFB" */
2312 80,     /* "DESX-CBC" */
2313 380,    /* "DOD" */
2314 116,    /* "DSA" */
2315 66,     /* "DSA-SHA" */
2316 113,    /* "DSA-SHA1" */
2317 70,     /* "DSA-SHA1-old" */
2318 67,     /* "DSA-old" */
2319 297,    /* "DVCS" */
2320 99,     /* "GN" */
2321 850,    /* "HMAC" */
2322 780,    /* "HMAC-MD5" */
2323 781,    /* "HMAC-SHA1" */
2324 381,    /* "IANA" */
2325 34,     /* "IDEA-CBC" */
2326 35,     /* "IDEA-CFB" */
2327 36,     /* "IDEA-ECB" */
2328 46,     /* "IDEA-OFB" */
2329 181,    /* "ISO" */
2330 183,    /* "ISO-US" */
2331 645,    /* "ITU-T" */
2332 646,    /* "JOINT-ISO-ITU-T" */
2333 773,    /* "KISA" */
2334 15,     /* "L" */
2335  3,     /* "MD2" */
2336 257,    /* "MD4" */
2337  4,     /* "MD5" */
2338 114,    /* "MD5-SHA1" */
2339 95,     /* "MDC2" */
2340 388,    /* "Mail" */
2341 393,    /* "NULL" */
2342 404,    /* "NULL" */
2343 57,     /* "Netscape" */
2344 366,    /* "Nonce" */
2345 17,     /* "O" */
2346 178,    /* "OCSP" */
2347 180,    /* "OCSPSigning" */
2348 379,    /* "ORG" */
2349 18,     /* "OU" */
2350 749,    /* "Oakley-EC2N-3" */
2351 750,    /* "Oakley-EC2N-4" */
2352  9,     /* "PBE-MD2-DES" */
2353 168,    /* "PBE-MD2-RC2-64" */
2354 10,     /* "PBE-MD5-DES" */
2355 169,    /* "PBE-MD5-RC2-64" */
2356 147,    /* "PBE-SHA1-2DES" */
2357 146,    /* "PBE-SHA1-3DES" */
2358 170,    /* "PBE-SHA1-DES" */
2359 148,    /* "PBE-SHA1-RC2-128" */
2360 149,    /* "PBE-SHA1-RC2-40" */
2361 68,     /* "PBE-SHA1-RC2-64" */
2362 144,    /* "PBE-SHA1-RC4-128" */
2363 145,    /* "PBE-SHA1-RC4-40" */
2364 161,    /* "PBES2" */
2365 69,     /* "PBKDF2" */
2366 162,    /* "PBMAC1" */
2367 127,    /* "PKIX" */
2368 98,     /* "RC2-40-CBC" */
2369 166,    /* "RC2-64-CBC" */
2370 37,     /* "RC2-CBC" */
2371 39,     /* "RC2-CFB" */
2372 38,     /* "RC2-ECB" */
2373 40,     /* "RC2-OFB" */
2374  5,     /* "RC4" */
2375 97,     /* "RC4-40" */
2376 120,    /* "RC5-CBC" */
2377 122,    /* "RC5-CFB" */
2378 121,    /* "RC5-ECB" */
2379 123,    /* "RC5-OFB" */
2380 117,    /* "RIPEMD160" */
2381 124,    /* "RLE" */
2382 19,     /* "RSA" */
2383  7,     /* "RSA-MD2" */
2384 396,    /* "RSA-MD4" */
2385  8,     /* "RSA-MD5" */
2386 96,     /* "RSA-MDC2" */
2387 104,    /* "RSA-NP-MD5" */
2388 119,    /* "RSA-RIPEMD160" */
2389 42,     /* "RSA-SHA" */
2390 65,     /* "RSA-SHA1" */
2391 115,    /* "RSA-SHA1-2" */
2392 671,    /* "RSA-SHA224" */
2393 668,    /* "RSA-SHA256" */
2394 669,    /* "RSA-SHA384" */
2395 670,    /* "RSA-SHA512" */
2396 777,    /* "SEED-CBC" */
2397 779,    /* "SEED-CFB" */
2398 776,    /* "SEED-ECB" */
2399 778,    /* "SEED-OFB" */
2400 41,     /* "SHA" */
2401 64,     /* "SHA1" */
2402 675,    /* "SHA224" */
2403 672,    /* "SHA256" */
2404 673,    /* "SHA384" */
2405 674,    /* "SHA512" */
2406 188,    /* "SMIME" */
2407 167,    /* "SMIME-CAPS" */
2408 100,    /* "SN" */
2409 16,     /* "ST" */
2410 143,    /* "SXNetID" */
2411 458,    /* "UID" */
2412  0,     /* "UNDEF" */
2413 11,     /* "X500" */
2414 378,    /* "X500algorithms" */
2415 12,     /* "X509" */
2416 184,    /* "X9-57" */
2417 185,    /* "X9cm" */
2418 125,    /* "ZLIB" */
2419 478,    /* "aRecord" */
2420 289,    /* "aaControls" */
2421 287,    /* "ac-auditEntity" */
2422 397,    /* "ac-proxying" */
2423 288,    /* "ac-targeting" */
2424 368,    /* "acceptableResponses" */
2425 446,    /* "account" */
2426 363,    /* "ad_timestamping" */
2427 376,    /* "algorithm" */
2428 405,    /* "ansi-X9-62" */
2429 746,    /* "anyPolicy" */
2430 370,    /* "archiveCutoff" */
2431 484,    /* "associatedDomain" */
2432 485,    /* "associatedName" */
2433 501,    /* "audio" */
2434 177,    /* "authorityInfoAccess" */
2435 90,     /* "authorityKeyIdentifier" */
2436 87,     /* "basicConstraints" */
2437 365,    /* "basicOCSPResponse" */
2438 285,    /* "biometricInfo" */
2439 494,    /* "buildingName" */
2440 691,    /* "c2onb191v4" */
2441 692,    /* "c2onb191v5" */
2442 697,    /* "c2onb239v4" */
2443 698,    /* "c2onb239v5" */
2444 684,    /* "c2pnb163v1" */
2445 685,    /* "c2pnb163v2" */
2446 686,    /* "c2pnb163v3" */
2447 687,    /* "c2pnb176v1" */
2448 693,    /* "c2pnb208w1" */
2449 699,    /* "c2pnb272w1" */
2450 700,    /* "c2pnb304w1" */
2451 702,    /* "c2pnb368w1" */
2452 688,    /* "c2tnb191v1" */
2453 689,    /* "c2tnb191v2" */
2454 690,    /* "c2tnb191v3" */
2455 694,    /* "c2tnb239v1" */
2456 695,    /* "c2tnb239v2" */
2457 696,    /* "c2tnb239v3" */
2458 701,    /* "c2tnb359v1" */
2459 703,    /* "c2tnb431r1" */
2460 483,    /* "cNAMERecord" */
2461 179,    /* "caIssuers" */
2462 785,    /* "caRepository" */
2463 443,    /* "caseIgnoreIA5StringSyntax" */
2464 152,    /* "certBag" */
2465 677,    /* "certicom-arc" */
2466 771,    /* "certificateIssuer" */
2467 89,     /* "certificatePolicies" */
2468 54,     /* "challengePassword" */
2469 407,    /* "characteristic-two-field" */
2470 395,    /* "clearance" */
2471 130,    /* "clientAuth" */
2472 131,    /* "codeSigning" */
2473 50,     /* "contentType" */
2474 53,     /* "countersignature" */
2475 153,    /* "crlBag" */
2476 103,    /* "crlDistributionPoints" */
2477 88,     /* "crlNumber" */
2478 801,    /* "cryptocom" */
2479 800,    /* "cryptopro" */
2480 500,    /* "dITRedirect" */
2481 451,    /* "dNSDomain" */
2482 495,    /* "dSAQuality" */
2483 434,    /* "data" */
2484 390,    /* "dcobject" */
2485 140,    /* "deltaCRL" */
2486 107,    /* "description" */
2487 28,     /* "dhKeyAgreement" */
2488 382,    /* "directory" */
2489 174,    /* "dnQualifier" */
2490 447,    /* "document" */
2491 471,    /* "documentAuthor" */
2492 468,    /* "documentIdentifier" */
2493 472,    /* "documentLocation" */
2494 502,    /* "documentPublisher" */
2495 449,    /* "documentSeries" */
2496 469,    /* "documentTitle" */
2497 470,    /* "documentVersion" */
2498 392,    /* "domain" */
2499 452,    /* "domainRelatedObject" */
2500 797,    /* "dsa_with_SHA224" */
2501 798,    /* "dsa_with_SHA256" */
2502 786,    /* "ecdsa-with-Recommended" */
2503 416,    /* "ecdsa-with-SHA1" */
2504 788,    /* "ecdsa-with-SHA224" */
2505 789,    /* "ecdsa-with-SHA256" */
2506 790,    /* "ecdsa-with-SHA384" */
2507 791,    /* "ecdsa-with-SHA512" */
2508 787,    /* "ecdsa-with-Specified" */
2509 48,     /* "emailAddress" */
2510 132,    /* "emailProtection" */
2511 389,    /* "enterprises" */
2512 384,    /* "experimental" */
2513 172,    /* "extReq" */
2514 56,     /* "extendedCertificateAttributes" */
2515 126,    /* "extendedKeyUsage" */
2516 372,    /* "extendedStatus" */
2517 462,    /* "favouriteDrink" */
2518 453,    /* "friendlyCountry" */
2519 490,    /* "friendlyCountryName" */
2520 156,    /* "friendlyName" */
2521 509,    /* "generationQualifier" */
2522 810,    /* "gost-mac" */
2523 806,    /* "gost2001" */
2524 846,    /* "gost2001cc" */
2525 808,    /* "gost89" */
2526 809,    /* "gost89-cnt" */
2527 807,    /* "gost94" */
2528 845,    /* "gost94cc" */
2529 792,    /* "hmacWithMD5" */
2530 163,    /* "hmacWithSHA1" */
2531 793,    /* "hmacWithSHA224" */
2532 794,    /* "hmacWithSHA256" */
2533 795,    /* "hmacWithSHA384" */
2534 796,    /* "hmacWithSHA512" */
2535 432,    /* "holdInstructionCallIssuer" */
2536 430,    /* "holdInstructionCode" */
2537 431,    /* "holdInstructionNone" */
2538 433,    /* "holdInstructionReject" */
2539 486,    /* "homePostalAddress" */
2540 473,    /* "homeTelephoneNumber" */
2541 466,    /* "host" */
2542 442,    /* "iA5StringSyntax" */
2543 783,    /* "id-DHBasedMac" */
2544 819,    /* "id-Gost28147-89-CryptoPro-A-ParamSet" */
2545 820,    /* "id-Gost28147-89-CryptoPro-B-ParamSet" */
2546 821,    /* "id-Gost28147-89-CryptoPro-C-ParamSet" */
2547 822,    /* "id-Gost28147-89-CryptoPro-D-ParamSet" */
2548 814,    /* "id-Gost28147-89-CryptoPro-KeyMeshing" */
2549 824,    /* "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" */
2550 823,    /* "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" */
2551 825,    /* "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" */
2552 815,    /* "id-Gost28147-89-None-KeyMeshing" */
2553 818,    /* "id-Gost28147-89-TestParamSet" */
2554 844,    /* "id-Gost28147-89-cc" */
2555 835,    /* "id-GostR3410-2001-CryptoPro-A-ParamSet" */
2556 836,    /* "id-GostR3410-2001-CryptoPro-B-ParamSet" */
2557 837,    /* "id-GostR3410-2001-CryptoPro-C-ParamSet" */
2558 838,    /* "id-GostR3410-2001-CryptoPro-XchA-ParamSet" */
2559 839,    /* "id-GostR3410-2001-CryptoPro-XchB-ParamSet" */
2560 849,    /* "id-GostR3410-2001-ParamSet-cc" */
2561 834,    /* "id-GostR3410-2001-TestParamSet" */
2562 812,    /* "id-GostR3410-2001DH" */
2563 827,    /* "id-GostR3410-94-CryptoPro-A-ParamSet" */
2564 828,    /* "id-GostR3410-94-CryptoPro-B-ParamSet" */
2565 829,    /* "id-GostR3410-94-CryptoPro-C-ParamSet" */
2566 830,    /* "id-GostR3410-94-CryptoPro-D-ParamSet" */
2567 831,    /* "id-GostR3410-94-CryptoPro-XchA-ParamSet" */
2568 832,    /* "id-GostR3410-94-CryptoPro-XchB-ParamSet" */
2569 833,    /* "id-GostR3410-94-CryptoPro-XchC-ParamSet" */
2570 826,    /* "id-GostR3410-94-TestParamSet" */
2571 840,    /* "id-GostR3410-94-a" */
2572 841,    /* "id-GostR3410-94-aBis" */
2573 842,    /* "id-GostR3410-94-b" */
2574 843,    /* "id-GostR3410-94-bBis" */
2575 813,    /* "id-GostR3410-94DH" */
2576 817,    /* "id-GostR3411-94-CryptoProParamSet" */
2577 816,    /* "id-GostR3411-94-TestParamSet" */
2578 802,    /* "id-GostR3411-94-with-GostR3410-2001" */
2579 848,    /* "id-GostR3411-94-with-GostR3410-2001-cc" */
2580 803,    /* "id-GostR3411-94-with-GostR3410-94" */
2581 847,    /* "id-GostR3411-94-with-GostR3410-94-cc" */
2582 805,    /* "id-HMACGostR3411-94" */
2583 782,    /* "id-PasswordBasedMAC" */
2584 266,    /* "id-aca" */
2585 355,    /* "id-aca-accessIdentity" */
2586 354,    /* "id-aca-authenticationInfo" */
2587 356,    /* "id-aca-chargingIdentity" */
2588 399,    /* "id-aca-encAttrs" */
2589 357,    /* "id-aca-group" */
2590 358,    /* "id-aca-role" */
2591 176,    /* "id-ad" */
2592 262,    /* "id-alg" */
2593 323,    /* "id-alg-des40" */
2594 326,    /* "id-alg-dh-pop" */
2595 325,    /* "id-alg-dh-sig-hmac-sha1" */
2596 324,    /* "id-alg-noSignature" */
2597 268,    /* "id-cct" */
2598 361,    /* "id-cct-PKIData" */
2599 362,    /* "id-cct-PKIResponse" */
2600 360,    /* "id-cct-crs" */
2601 81,     /* "id-ce" */
2602 680,    /* "id-characteristic-two-basis" */
2603 263,    /* "id-cmc" */
2604 334,    /* "id-cmc-addExtensions" */
2605 346,    /* "id-cmc-confirmCertAcceptance" */
2606 330,    /* "id-cmc-dataReturn" */
2607 336,    /* "id-cmc-decryptedPOP" */
2608 335,    /* "id-cmc-encryptedPOP" */
2609 339,    /* "id-cmc-getCRL" */
2610 338,    /* "id-cmc-getCert" */
2611 328,    /* "id-cmc-identification" */
2612 329,    /* "id-cmc-identityProof" */
2613 337,    /* "id-cmc-lraPOPWitness" */
2614 344,    /* "id-cmc-popLinkRandom" */
2615 345,    /* "id-cmc-popLinkWitness" */
2616 343,    /* "id-cmc-queryPending" */
2617 333,    /* "id-cmc-recipientNonce" */
2618 341,    /* "id-cmc-regInfo" */
2619 342,    /* "id-cmc-responseInfo" */
2620 340,    /* "id-cmc-revokeRequest" */
2621 332,    /* "id-cmc-senderNonce" */
2622 327,    /* "id-cmc-statusInfo" */
2623 331,    /* "id-cmc-transactionId" */
2624 408,    /* "id-ecPublicKey" */
2625 508,    /* "id-hex-multipart-message" */
2626 507,    /* "id-hex-partial-message" */
2627 260,    /* "id-it" */
2628 302,    /* "id-it-caKeyUpdateInfo" */
2629 298,    /* "id-it-caProtEncCert" */
2630 311,    /* "id-it-confirmWaitTime" */
2631 303,    /* "id-it-currentCRL" */
2632 300,    /* "id-it-encKeyPairTypes" */
2633 310,    /* "id-it-implicitConfirm" */
2634 308,    /* "id-it-keyPairParamRep" */
2635 307,    /* "id-it-keyPairParamReq" */
2636 312,    /* "id-it-origPKIMessage" */
2637 301,    /* "id-it-preferredSymmAlg" */
2638 309,    /* "id-it-revPassphrase" */
2639 299,    /* "id-it-signKeyPairTypes" */
2640 305,    /* "id-it-subscriptionRequest" */
2641 306,    /* "id-it-subscriptionResponse" */
2642 784,    /* "id-it-suppLangTags" */
2643 304,    /* "id-it-unsupportedOIDs" */
2644 128,    /* "id-kp" */
2645 280,    /* "id-mod-attribute-cert" */
2646 274,    /* "id-mod-cmc" */
2647 277,    /* "id-mod-cmp" */
2648 284,    /* "id-mod-cmp2000" */
2649 273,    /* "id-mod-crmf" */
2650 283,    /* "id-mod-dvcs" */
2651 275,    /* "id-mod-kea-profile-88" */
2652 276,    /* "id-mod-kea-profile-93" */
2653 282,    /* "id-mod-ocsp" */
2654 278,    /* "id-mod-qualified-cert-88" */
2655 279,    /* "id-mod-qualified-cert-93" */
2656 281,    /* "id-mod-timestamp-protocol" */
2657 264,    /* "id-on" */
2658 347,    /* "id-on-personalData" */
2659 265,    /* "id-pda" */
2660 352,    /* "id-pda-countryOfCitizenship" */
2661 353,    /* "id-pda-countryOfResidence" */
2662 348,    /* "id-pda-dateOfBirth" */
2663 351,    /* "id-pda-gender" */
2664 349,    /* "id-pda-placeOfBirth" */
2665 175,    /* "id-pe" */
2666 261,    /* "id-pkip" */
2667 258,    /* "id-pkix-mod" */
2668 269,    /* "id-pkix1-explicit-88" */
2669 271,    /* "id-pkix1-explicit-93" */
2670 270,    /* "id-pkix1-implicit-88" */
2671 272,    /* "id-pkix1-implicit-93" */
2672 662,    /* "id-ppl" */
2673 664,    /* "id-ppl-anyLanguage" */
2674 667,    /* "id-ppl-independent" */
2675 665,    /* "id-ppl-inheritAll" */
2676 267,    /* "id-qcs" */
2677 359,    /* "id-qcs-pkixQCSyntax-v1" */
2678 259,    /* "id-qt" */
2679 164,    /* "id-qt-cps" */
2680 165,    /* "id-qt-unotice" */
2681 313,    /* "id-regCtrl" */
2682 316,    /* "id-regCtrl-authenticator" */
2683 319,    /* "id-regCtrl-oldCertID" */
2684 318,    /* "id-regCtrl-pkiArchiveOptions" */
2685 317,    /* "id-regCtrl-pkiPublicationInfo" */
2686 320,    /* "id-regCtrl-protocolEncrKey" */
2687 315,    /* "id-regCtrl-regToken" */
2688 314,    /* "id-regInfo" */
2689 322,    /* "id-regInfo-certReq" */
2690 321,    /* "id-regInfo-utf8Pairs" */
2691 512,    /* "id-set" */
2692 191,    /* "id-smime-aa" */
2693 215,    /* "id-smime-aa-contentHint" */
2694 218,    /* "id-smime-aa-contentIdentifier" */
2695 221,    /* "id-smime-aa-contentReference" */
2696 240,    /* "id-smime-aa-dvcs-dvc" */
2697 217,    /* "id-smime-aa-encapContentType" */
2698 222,    /* "id-smime-aa-encrypKeyPref" */
2699 220,    /* "id-smime-aa-equivalentLabels" */
2700 232,    /* "id-smime-aa-ets-CertificateRefs" */
2701 233,    /* "id-smime-aa-ets-RevocationRefs" */
2702 238,    /* "id-smime-aa-ets-archiveTimeStamp" */
2703 237,    /* "id-smime-aa-ets-certCRLTimestamp" */
2704 234,    /* "id-smime-aa-ets-certValues" */
2705 227,    /* "id-smime-aa-ets-commitmentType" */
2706 231,    /* "id-smime-aa-ets-contentTimestamp" */
2707 236,    /* "id-smime-aa-ets-escTimeStamp" */
2708 230,    /* "id-smime-aa-ets-otherSigCert" */
2709 235,    /* "id-smime-aa-ets-revocationValues" */
2710 226,    /* "id-smime-aa-ets-sigPolicyId" */
2711 229,    /* "id-smime-aa-ets-signerAttr" */
2712 228,    /* "id-smime-aa-ets-signerLocation" */
2713 219,    /* "id-smime-aa-macValue" */
2714 214,    /* "id-smime-aa-mlExpandHistory" */
2715 216,    /* "id-smime-aa-msgSigDigest" */
2716 212,    /* "id-smime-aa-receiptRequest" */
2717 213,    /* "id-smime-aa-securityLabel" */
2718 239,    /* "id-smime-aa-signatureType" */
2719 223,    /* "id-smime-aa-signingCertificate" */
2720 224,    /* "id-smime-aa-smimeEncryptCerts" */
2721 225,    /* "id-smime-aa-timeStampToken" */
2722 192,    /* "id-smime-alg" */
2723 243,    /* "id-smime-alg-3DESwrap" */
2724 246,    /* "id-smime-alg-CMS3DESwrap" */
2725 247,    /* "id-smime-alg-CMSRC2wrap" */
2726 245,    /* "id-smime-alg-ESDH" */
2727 241,    /* "id-smime-alg-ESDHwith3DES" */
2728 242,    /* "id-smime-alg-ESDHwithRC2" */
2729 244,    /* "id-smime-alg-RC2wrap" */
2730 193,    /* "id-smime-cd" */
2731 248,    /* "id-smime-cd-ldap" */
2732 190,    /* "id-smime-ct" */
2733 210,    /* "id-smime-ct-DVCSRequestData" */
2734 211,    /* "id-smime-ct-DVCSResponseData" */
2735 208,    /* "id-smime-ct-TDTInfo" */
2736 207,    /* "id-smime-ct-TSTInfo" */
2737 205,    /* "id-smime-ct-authData" */
2738 209,    /* "id-smime-ct-contentInfo" */
2739 206,    /* "id-smime-ct-publishCert" */
2740 204,    /* "id-smime-ct-receipt" */
2741 195,    /* "id-smime-cti" */
2742 255,    /* "id-smime-cti-ets-proofOfApproval" */
2743 256,    /* "id-smime-cti-ets-proofOfCreation" */
2744 253,    /* "id-smime-cti-ets-proofOfDelivery" */
2745 251,    /* "id-smime-cti-ets-proofOfOrigin" */
2746 252,    /* "id-smime-cti-ets-proofOfReceipt" */
2747 254,    /* "id-smime-cti-ets-proofOfSender" */
2748 189,    /* "id-smime-mod" */
2749 196,    /* "id-smime-mod-cms" */
2750 197,    /* "id-smime-mod-ess" */
2751 202,    /* "id-smime-mod-ets-eSigPolicy-88" */
2752 203,    /* "id-smime-mod-ets-eSigPolicy-97" */
2753 200,    /* "id-smime-mod-ets-eSignature-88" */
2754 201,    /* "id-smime-mod-ets-eSignature-97" */
2755 199,    /* "id-smime-mod-msg-v3" */
2756 198,    /* "id-smime-mod-oid" */
2757 194,    /* "id-smime-spq" */
2758 250,    /* "id-smime-spq-ets-sqt-unotice" */
2759 249,    /* "id-smime-spq-ets-sqt-uri" */
2760 676,    /* "identified-organization" */
2761 461,    /* "info" */
2762 748,    /* "inhibitAnyPolicy" */
2763 101,    /* "initials" */
2764 647,    /* "international-organizations" */
2765 142,    /* "invalidityDate" */
2766 294,    /* "ipsecEndSystem" */
2767 295,    /* "ipsecTunnel" */
2768 296,    /* "ipsecUser" */
2769 86,     /* "issuerAltName" */
2770 770,    /* "issuingDistributionPoint" */
2771 492,    /* "janetMailbox" */
2772 150,    /* "keyBag" */
2773 83,     /* "keyUsage" */
2774 477,    /* "lastModifiedBy" */
2775 476,    /* "lastModifiedTime" */
2776 157,    /* "localKeyID" */
2777 480,    /* "mXRecord" */
2778 460,    /* "mail" */
2779 493,    /* "mailPreferenceOption" */
2780 467,    /* "manager" */
2781 804,    /* "md_gost94" */
2782 182,    /* "member-body" */
2783 51,     /* "messageDigest" */
2784 383,    /* "mgmt" */
2785 504,    /* "mime-mhs" */
2786 506,    /* "mime-mhs-bodies" */
2787 505,    /* "mime-mhs-headings" */
2788 488,    /* "mobileTelephoneNumber" */
2789 136,    /* "msCTLSign" */
2790 135,    /* "msCodeCom" */
2791 134,    /* "msCodeInd" */
2792 138,    /* "msEFS" */
2793 171,    /* "msExtReq" */
2794 137,    /* "msSGC" */
2795 648,    /* "msSmartcardLogin" */
2796 649,    /* "msUPN" */
2797 481,    /* "nSRecord" */
2798 173,    /* "name" */
2799 666,    /* "nameConstraints" */
2800 369,    /* "noCheck" */
2801 403,    /* "noRevAvail" */
2802 72,     /* "nsBaseUrl" */
2803 76,     /* "nsCaPolicyUrl" */
2804 74,     /* "nsCaRevocationUrl" */
2805 58,     /* "nsCertExt" */
2806 79,     /* "nsCertSequence" */
2807 71,     /* "nsCertType" */
2808 78,     /* "nsComment" */
2809 59,     /* "nsDataType" */
2810 75,     /* "nsRenewalUrl" */
2811 73,     /* "nsRevocationUrl" */
2812 139,    /* "nsSGC" */
2813 77,     /* "nsSslServerName" */
2814 681,    /* "onBasis" */
2815 491,    /* "organizationalStatus" */
2816 475,    /* "otherMailbox" */
2817 489,    /* "pagerTelephoneNumber" */
2818 374,    /* "path" */
2819 112,    /* "pbeWithMD5AndCast5CBC" */
2820 499,    /* "personalSignature" */
2821 487,    /* "personalTitle" */
2822 464,    /* "photo" */
2823 437,    /* "pilot" */
2824 439,    /* "pilotAttributeSyntax" */
2825 438,    /* "pilotAttributeType" */
2826 479,    /* "pilotAttributeType27" */
2827 456,    /* "pilotDSA" */
2828 441,    /* "pilotGroups" */
2829 444,    /* "pilotObject" */
2830 440,    /* "pilotObjectClass" */
2831 455,    /* "pilotOrganization" */
2832 445,    /* "pilotPerson" */
2833  2,     /* "pkcs" */
2834 186,    /* "pkcs1" */
2835 27,     /* "pkcs3" */
2836 187,    /* "pkcs5" */
2837 20,     /* "pkcs7" */
2838 21,     /* "pkcs7-data" */
2839 25,     /* "pkcs7-digestData" */
2840 26,     /* "pkcs7-encryptedData" */
2841 23,     /* "pkcs7-envelopedData" */
2842 24,     /* "pkcs7-signedAndEnvelopedData" */
2843 22,     /* "pkcs7-signedData" */
2844 151,    /* "pkcs8ShroudedKeyBag" */
2845 47,     /* "pkcs9" */
2846 401,    /* "policyConstraints" */
2847 747,    /* "policyMappings" */
2848 661,    /* "postalCode" */
2849 683,    /* "ppBasis" */
2850 811,    /* "prf-gostr3411-94" */
2851 406,    /* "prime-field" */
2852 409,    /* "prime192v1" */
2853 410,    /* "prime192v2" */
2854 411,    /* "prime192v3" */
2855 412,    /* "prime239v1" */
2856 413,    /* "prime239v2" */
2857 414,    /* "prime239v3" */
2858 415,    /* "prime256v1" */
2859 385,    /* "private" */
2860 84,     /* "privateKeyUsagePeriod" */
2861 663,    /* "proxyCertInfo" */
2862 510,    /* "pseudonym" */
2863 435,    /* "pss" */
2864 286,    /* "qcStatements" */
2865 457,    /* "qualityLabelledData" */
2866 450,    /* "rFC822localPart" */
2867 400,    /* "role" */
2868 448,    /* "room" */
2869 463,    /* "roomNumber" */
2870  6,     /* "rsaEncryption" */
2871 644,    /* "rsaOAEPEncryptionSET" */
2872 377,    /* "rsaSignature" */
2873  1,     /* "rsadsi" */
2874 482,    /* "sOARecord" */
2875 155,    /* "safeContentsBag" */
2876 291,    /* "sbgp-autonomousSysNum" */
2877 290,    /* "sbgp-ipAddrBlock" */
2878 292,    /* "sbgp-routerIdentifier" */
2879 159,    /* "sdsiCertificate" */
2880 704,    /* "secp112r1" */
2881 705,    /* "secp112r2" */
2882 706,    /* "secp128r1" */
2883 707,    /* "secp128r2" */
2884 708,    /* "secp160k1" */
2885 709,    /* "secp160r1" */
2886 710,    /* "secp160r2" */
2887 711,    /* "secp192k1" */
2888 712,    /* "secp224k1" */
2889 713,    /* "secp224r1" */
2890 714,    /* "secp256k1" */
2891 715,    /* "secp384r1" */
2892 716,    /* "secp521r1" */
2893 154,    /* "secretBag" */
2894 474,    /* "secretary" */
2895 717,    /* "sect113r1" */
2896 718,    /* "sect113r2" */
2897 719,    /* "sect131r1" */
2898 720,    /* "sect131r2" */
2899 721,    /* "sect163k1" */
2900 722,    /* "sect163r1" */
2901 723,    /* "sect163r2" */
2902 724,    /* "sect193r1" */
2903 725,    /* "sect193r2" */
2904 726,    /* "sect233k1" */
2905 727,    /* "sect233r1" */
2906 728,    /* "sect239k1" */
2907 729,    /* "sect283k1" */
2908 730,    /* "sect283r1" */
2909 731,    /* "sect409k1" */
2910 732,    /* "sect409r1" */
2911 733,    /* "sect571k1" */
2912 734,    /* "sect571r1" */
2913 386,    /* "security" */
2914 394,    /* "selected-attribute-types" */
2915 105,    /* "serialNumber" */
2916 129,    /* "serverAuth" */
2917 371,    /* "serviceLocator" */
2918 625,    /* "set-addPolicy" */
2919 515,    /* "set-attr" */
2920 518,    /* "set-brand" */
2921 638,    /* "set-brand-AmericanExpress" */
2922 637,    /* "set-brand-Diners" */
2923 636,    /* "set-brand-IATA-ATA" */
2924 639,    /* "set-brand-JCB" */
2925 641,    /* "set-brand-MasterCard" */
2926 642,    /* "set-brand-Novus" */
2927 640,    /* "set-brand-Visa" */
2928 517,    /* "set-certExt" */
2929 513,    /* "set-ctype" */
2930 514,    /* "set-msgExt" */
2931 516,    /* "set-policy" */
2932 607,    /* "set-policy-root" */
2933 624,    /* "set-rootKeyThumb" */
2934 620,    /* "setAttr-Cert" */
2935 631,    /* "setAttr-GenCryptgrm" */
2936 623,    /* "setAttr-IssCap" */
2937 628,    /* "setAttr-IssCap-CVM" */
2938 630,    /* "setAttr-IssCap-Sig" */
2939 629,    /* "setAttr-IssCap-T2" */
2940 621,    /* "setAttr-PGWYcap" */
2941 635,    /* "setAttr-SecDevSig" */
2942 632,    /* "setAttr-T2Enc" */
2943 633,    /* "setAttr-T2cleartxt" */
2944 634,    /* "setAttr-TokICCsig" */
2945 627,    /* "setAttr-Token-B0Prime" */
2946 626,    /* "setAttr-Token-EMV" */
2947 622,    /* "setAttr-TokenType" */
2948 619,    /* "setCext-IssuerCapabilities" */
2949 615,    /* "setCext-PGWYcapabilities" */
2950 616,    /* "setCext-TokenIdentifier" */
2951 618,    /* "setCext-TokenType" */
2952 617,    /* "setCext-Track2Data" */
2953 611,    /* "setCext-cCertRequired" */
2954 609,    /* "setCext-certType" */
2955 608,    /* "setCext-hashedRoot" */
2956 610,    /* "setCext-merchData" */
2957 613,    /* "setCext-setExt" */
2958 614,    /* "setCext-setQualf" */
2959 612,    /* "setCext-tunneling" */
2960 540,    /* "setct-AcqCardCodeMsg" */
2961 576,    /* "setct-AcqCardCodeMsgTBE" */
2962 570,    /* "setct-AuthReqTBE" */
2963 534,    /* "setct-AuthReqTBS" */
2964 527,    /* "setct-AuthResBaggage" */
2965 571,    /* "setct-AuthResTBE" */
2966 572,    /* "setct-AuthResTBEX" */
2967 535,    /* "setct-AuthResTBS" */
2968 536,    /* "setct-AuthResTBSX" */
2969 528,    /* "setct-AuthRevReqBaggage" */
2970 577,    /* "setct-AuthRevReqTBE" */
2971 541,    /* "setct-AuthRevReqTBS" */
2972 529,    /* "setct-AuthRevResBaggage" */
2973 542,    /* "setct-AuthRevResData" */
2974 578,    /* "setct-AuthRevResTBE" */
2975 579,    /* "setct-AuthRevResTBEB" */
2976 543,    /* "setct-AuthRevResTBS" */
2977 573,    /* "setct-AuthTokenTBE" */
2978 537,    /* "setct-AuthTokenTBS" */
2979 600,    /* "setct-BCIDistributionTBS" */
2980 558,    /* "setct-BatchAdminReqData" */
2981 592,    /* "setct-BatchAdminReqTBE" */
2982 559,    /* "setct-BatchAdminResData" */
2983 593,    /* "setct-BatchAdminResTBE" */
2984 599,    /* "setct-CRLNotificationResTBS" */
2985 598,    /* "setct-CRLNotificationTBS" */
2986 580,    /* "setct-CapReqTBE" */
2987 581,    /* "setct-CapReqTBEX" */
2988 544,    /* "setct-CapReqTBS" */
2989 545,    /* "setct-CapReqTBSX" */
2990 546,    /* "setct-CapResData" */
2991 582,    /* "setct-CapResTBE" */
2992 583,    /* "setct-CapRevReqTBE" */
2993 584,    /* "setct-CapRevReqTBEX" */
2994 547,    /* "setct-CapRevReqTBS" */
2995 548,    /* "setct-CapRevReqTBSX" */
2996 549,    /* "setct-CapRevResData" */
2997 585,    /* "setct-CapRevResTBE" */
2998 538,    /* "setct-CapTokenData" */
2999 530,    /* "setct-CapTokenSeq" */
3000 574,    /* "setct-CapTokenTBE" */
3001 575,    /* "setct-CapTokenTBEX" */
3002 539,    /* "setct-CapTokenTBS" */
3003 560,    /* "setct-CardCInitResTBS" */
3004 566,    /* "setct-CertInqReqTBS" */
3005 563,    /* "setct-CertReqData" */
3006 595,    /* "setct-CertReqTBE" */
3007 596,    /* "setct-CertReqTBEX" */
3008 564,    /* "setct-CertReqTBS" */
3009 565,    /* "setct-CertResData" */
3010 597,    /* "setct-CertResTBE" */
3011 586,    /* "setct-CredReqTBE" */
3012 587,    /* "setct-CredReqTBEX" */
3013 550,    /* "setct-CredReqTBS" */
3014 551,    /* "setct-CredReqTBSX" */
3015 552,    /* "setct-CredResData" */
3016 588,    /* "setct-CredResTBE" */
3017 589,    /* "setct-CredRevReqTBE" */
3018 590,    /* "setct-CredRevReqTBEX" */
3019 553,    /* "setct-CredRevReqTBS" */
3020 554,    /* "setct-CredRevReqTBSX" */
3021 555,    /* "setct-CredRevResData" */
3022 591,    /* "setct-CredRevResTBE" */
3023 567,    /* "setct-ErrorTBS" */
3024 526,    /* "setct-HODInput" */
3025 561,    /* "setct-MeAqCInitResTBS" */
3026 522,    /* "setct-OIData" */
3027 519,    /* "setct-PANData" */
3028 521,    /* "setct-PANOnly" */
3029 520,    /* "setct-PANToken" */
3030 556,    /* "setct-PCertReqData" */
3031 557,    /* "setct-PCertResTBS" */
3032 523,    /* "setct-PI" */
3033 532,    /* "setct-PI-TBS" */
3034 524,    /* "setct-PIData" */
3035 525,    /* "setct-PIDataUnsigned" */
3036 568,    /* "setct-PIDualSignedTBE" */
3037 569,    /* "setct-PIUnsignedTBE" */
3038 531,    /* "setct-PInitResData" */
3039 533,    /* "setct-PResData" */
3040 594,    /* "setct-RegFormReqTBE" */
3041 562,    /* "setct-RegFormResTBS" */
3042 606,    /* "setext-cv" */
3043 601,    /* "setext-genCrypt" */
3044 602,    /* "setext-miAuth" */
3045 604,    /* "setext-pinAny" */
3046 603,    /* "setext-pinSecure" */
3047 605,    /* "setext-track2" */
3048 52,     /* "signingTime" */
3049 454,    /* "simpleSecurityObject" */
3050 496,    /* "singleLevelQuality" */
3051 387,    /* "snmpv2" */
3052 660,    /* "streetAddress" */
3053 85,     /* "subjectAltName" */
3054 769,    /* "subjectDirectoryAttributes" */
3055 398,    /* "subjectInfoAccess" */
3056 82,     /* "subjectKeyIdentifier" */
3057 498,    /* "subtreeMaximumQuality" */
3058 497,    /* "subtreeMinimumQuality" */
3059 402,    /* "targetInformation" */
3060 459,    /* "textEncodedORAddress" */
3061 293,    /* "textNotice" */
3062 133,    /* "timeStamping" */
3063 106,    /* "title" */
3064 682,    /* "tpBasis" */
3065 375,    /* "trustRoot" */
3066 436,    /* "ucl" */
3067 55,     /* "unstructuredAddress" */
3068 49,     /* "unstructuredName" */
3069 465,    /* "userClass" */
3070 373,    /* "valid" */
3071 678,    /* "wap" */
3072 679,    /* "wap-wsg" */
3073 735,    /* "wap-wsg-idm-ecid-wtls1" */
3074 743,    /* "wap-wsg-idm-ecid-wtls10" */
3075 744,    /* "wap-wsg-idm-ecid-wtls11" */
3076 745,    /* "wap-wsg-idm-ecid-wtls12" */
3077 736,    /* "wap-wsg-idm-ecid-wtls3" */
3078 737,    /* "wap-wsg-idm-ecid-wtls4" */
3079 738,    /* "wap-wsg-idm-ecid-wtls5" */
3080 739,    /* "wap-wsg-idm-ecid-wtls6" */
3081 740,    /* "wap-wsg-idm-ecid-wtls7" */
3082 741,    /* "wap-wsg-idm-ecid-wtls8" */
3083 742,    /* "wap-wsg-idm-ecid-wtls9" */
3084 799,    /* "whirlpool" */
3085 503,    /* "x500UniqueIdentifier" */
3086 158,    /* "x509Certificate" */
3087 160,    /* "x509Crl" */
3088 };
3089
3090 static const unsigned int ln_objs[NUM_LN]={
3091 363,    /* "AD Time Stamping" */
3092 405,    /* "ANSI X9.62" */
3093 368,    /* "Acceptable OCSP Responses" */
3094 664,    /* "Any language" */
3095 177,    /* "Authority Information Access" */
3096 365,    /* "Basic OCSP Response" */
3097 285,    /* "Biometric Info" */
3098 179,    /* "CA Issuers" */
3099 785,    /* "CA Repository" */
3100 131,    /* "Code Signing" */
3101 783,    /* "Diffie-Hellman based MAC" */
3102 382,    /* "Directory" */
3103 392,    /* "Domain" */
3104 132,    /* "E-mail Protection" */
3105 389,    /* "Enterprises" */
3106 384,    /* "Experimental" */
3107 372,    /* "Extended OCSP Status" */
3108 172,    /* "Extension Request" */
3109 808,    /* "GOST 28147-89" */
3110 844,    /* "GOST 28147-89 Cryptocom ParamSet" */
3111 810,    /* "GOST 28147-89 MAC" */
3112 846,    /* "GOST 34.10-2001 Cryptocom" */
3113 845,    /* "GOST 34.10-94 Cryptocom" */
3114 806,    /* "GOST R 34.10-2001" */
3115 812,    /* "GOST R 34.10-2001 DH" */
3116 807,    /* "GOST R 34.10-94" */
3117 813,    /* "GOST R 34.10-94 DH" */
3118 804,    /* "GOST R 34.11-94" */
3119 811,    /* "GOST R 34.11-94 PRF" */
3120 802,    /* "GOST R 34.11-94 with GOST R 34.10-2001" */
3121 848,    /* "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom" */
3122 803,    /* "GOST R 34.11-94 with GOST R 34.10-94" */
3123 847,    /* "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom" */
3124 849,    /* "GOST R 3410-2001 Parameter Set Cryptocom" */
3125 805,    /* "HMAC GOST 34.11-94" */
3126 432,    /* "Hold Instruction Call Issuer" */
3127 430,    /* "Hold Instruction Code" */
3128 431,    /* "Hold Instruction None" */
3129 433,    /* "Hold Instruction Reject" */
3130 634,    /* "ICC or token signature" */
3131 294,    /* "IPSec End System" */
3132 295,    /* "IPSec Tunnel" */
3133 296,    /* "IPSec User" */
3134 182,    /* "ISO Member Body" */
3135 183,    /* "ISO US Member Body" */
3136 667,    /* "Independent" */
3137 665,    /* "Inherit all" */
3138 647,    /* "International Organizations" */
3139 142,    /* "Invalidity Date" */
3140 504,    /* "MIME MHS" */
3141 388,    /* "Mail" */
3142 383,    /* "Management" */
3143 417,    /* "Microsoft CSP Name" */
3144 135,    /* "Microsoft Commercial Code Signing" */
3145 138,    /* "Microsoft Encrypted File System" */
3146 171,    /* "Microsoft Extension Request" */
3147 134,    /* "Microsoft Individual Code Signing" */
3148 137,    /* "Microsoft Server Gated Crypto" */
3149 648,    /* "Microsoft Smartcardlogin" */
3150 136,    /* "Microsoft Trust List Signing" */
3151 649,    /* "Microsoft Universal Principal Name" */
3152 393,    /* "NULL" */
3153 404,    /* "NULL" */
3154 72,     /* "Netscape Base Url" */
3155 76,     /* "Netscape CA Policy Url" */
3156 74,     /* "Netscape CA Revocation Url" */
3157 71,     /* "Netscape Cert Type" */
3158 58,     /* "Netscape Certificate Extension" */
3159 79,     /* "Netscape Certificate Sequence" */
3160 78,     /* "Netscape Comment" */
3161 57,     /* "Netscape Communications Corp." */
3162 59,     /* "Netscape Data Type" */
3163 75,     /* "Netscape Renewal Url" */
3164 73,     /* "Netscape Revocation Url" */
3165 77,     /* "Netscape SSL Server Name" */
3166 139,    /* "Netscape Server Gated Crypto" */
3167 178,    /* "OCSP" */
3168 370,    /* "OCSP Archive Cutoff" */
3169 367,    /* "OCSP CRL ID" */
3170 369,    /* "OCSP No Check" */
3171 366,    /* "OCSP Nonce" */
3172 371,    /* "OCSP Service Locator" */
3173 180,    /* "OCSP Signing" */
3174 161,    /* "PBES2" */
3175 69,     /* "PBKDF2" */
3176 162,    /* "PBMAC1" */
3177 127,    /* "PKIX" */
3178 164,    /* "Policy Qualifier CPS" */
3179 165,    /* "Policy Qualifier User Notice" */
3180 385,    /* "Private" */
3181 663,    /* "Proxy Certificate Information" */
3182  1,     /* "RSA Data Security, Inc." */
3183  2,     /* "RSA Data Security, Inc. PKCS" */
3184 188,    /* "S/MIME" */
3185 167,    /* "S/MIME Capabilities" */
3186 387,    /* "SNMPv2" */
3187 512,    /* "Secure Electronic Transactions" */
3188 386,    /* "Security" */
3189 394,    /* "Selected Attribute Types" */
3190 143,    /* "Strong Extranet ID" */
3191 398,    /* "Subject Information Access" */
3192 130,    /* "TLS Web Client Authentication" */
3193 129,    /* "TLS Web Server Authentication" */
3194 133,    /* "Time Stamping" */
3195 375,    /* "Trust Root" */
3196 12,     /* "X509" */
3197 402,    /* "X509v3 AC Targeting" */
3198 746,    /* "X509v3 Any Policy" */
3199 90,     /* "X509v3 Authority Key Identifier" */
3200 87,     /* "X509v3 Basic Constraints" */
3201 103,    /* "X509v3 CRL Distribution Points" */
3202 88,     /* "X509v3 CRL Number" */
3203 141,    /* "X509v3 CRL Reason Code" */
3204 771,    /* "X509v3 Certificate Issuer" */
3205 89,     /* "X509v3 Certificate Policies" */
3206 140,    /* "X509v3 Delta CRL Indicator" */
3207 126,    /* "X509v3 Extended Key Usage" */
3208 748,    /* "X509v3 Inhibit Any Policy" */
3209 86,     /* "X509v3 Issuer Alternative Name" */
3210 770,    /* "X509v3 Issuing Distrubution Point" */
3211 83,     /* "X509v3 Key Usage" */
3212 666,    /* "X509v3 Name Constraints" */
3213 403,    /* "X509v3 No Revocation Available" */
3214 401,    /* "X509v3 Policy Constraints" */
3215 747,    /* "X509v3 Policy Mappings" */
3216 84,     /* "X509v3 Private Key Usage Period" */
3217 85,     /* "X509v3 Subject Alternative Name" */
3218 769,    /* "X509v3 Subject Directory Attributes" */
3219 82,     /* "X509v3 Subject Key Identifier" */
3220 184,    /* "X9.57" */
3221 185,    /* "X9.57 CM ?" */
3222 478,    /* "aRecord" */
3223 289,    /* "aaControls" */
3224 287,    /* "ac-auditEntity" */
3225 397,    /* "ac-proxying" */
3226 288,    /* "ac-targeting" */
3227 446,    /* "account" */
3228 364,    /* "ad dvcs" */
3229 606,    /* "additional verification" */
3230 419,    /* "aes-128-cbc" */
3231 421,    /* "aes-128-cfb" */
3232 650,    /* "aes-128-cfb1" */
3233 653,    /* "aes-128-cfb8" */
3234 418,    /* "aes-128-ecb" */
3235 420,    /* "aes-128-ofb" */
3236 423,    /* "aes-192-cbc" */
3237 425,    /* "aes-192-cfb" */
3238 651,    /* "aes-192-cfb1" */
3239 654,    /* "aes-192-cfb8" */
3240 422,    /* "aes-192-ecb" */
3241 424,    /* "aes-192-ofb" */
3242 427,    /* "aes-256-cbc" */
3243 429,    /* "aes-256-cfb" */
3244 652,    /* "aes-256-cfb1" */
3245 655,    /* "aes-256-cfb8" */
3246 426,    /* "aes-256-ecb" */
3247 428,    /* "aes-256-ofb" */
3248 376,    /* "algorithm" */
3249 484,    /* "associatedDomain" */
3250 485,    /* "associatedName" */
3251 501,    /* "audio" */
3252 91,     /* "bf-cbc" */
3253 93,     /* "bf-cfb" */
3254 92,     /* "bf-ecb" */
3255 94,     /* "bf-ofb" */
3256 494,    /* "buildingName" */
3257 691,    /* "c2onb191v4" */
3258 692,    /* "c2onb191v5" */
3259 697,    /* "c2onb239v4" */
3260 698,    /* "c2onb239v5" */
3261 684,    /* "c2pnb163v1" */
3262 685,    /* "c2pnb163v2" */
3263 686,    /* "c2pnb163v3" */
3264 687,    /* "c2pnb176v1" */
3265 693,    /* "c2pnb208w1" */
3266 699,    /* "c2pnb272w1" */
3267 700,    /* "c2pnb304w1" */
3268 702,    /* "c2pnb368w1" */
3269 688,    /* "c2tnb191v1" */
3270 689,    /* "c2tnb191v2" */
3271 690,    /* "c2tnb191v3" */
3272 694,    /* "c2tnb239v1" */
3273 695,    /* "c2tnb239v2" */
3274 696,    /* "c2tnb239v3" */
3275 701,    /* "c2tnb359v1" */
3276 703,    /* "c2tnb431r1" */
3277 483,    /* "cNAMERecord" */
3278 751,    /* "camellia-128-cbc" */
3279 757,    /* "camellia-128-cfb" */
3280 760,    /* "camellia-128-cfb1" */
3281 763,    /* "camellia-128-cfb8" */
3282 754,    /* "camellia-128-ecb" */
3283 766,    /* "camellia-128-ofb" */
3284 752,    /* "camellia-192-cbc" */
3285 758,    /* "camellia-192-cfb" */
3286 761,    /* "camellia-192-cfb1" */
3287 764,    /* "camellia-192-cfb8" */
3288 755,    /* "camellia-192-ecb" */
3289 767,    /* "camellia-192-ofb" */
3290 753,    /* "camellia-256-cbc" */
3291 759,    /* "camellia-256-cfb" */
3292 762,    /* "camellia-256-cfb1" */
3293 765,    /* "camellia-256-cfb8" */
3294 756,    /* "camellia-256-ecb" */
3295 768,    /* "camellia-256-ofb" */
3296 443,    /* "caseIgnoreIA5StringSyntax" */
3297 108,    /* "cast5-cbc" */
3298 110,    /* "cast5-cfb" */
3299 109,    /* "cast5-ecb" */
3300 111,    /* "cast5-ofb" */
3301 152,    /* "certBag" */
3302 677,    /* "certicom-arc" */
3303 517,    /* "certificate extensions" */
3304 54,     /* "challengePassword" */
3305 407,    /* "characteristic-two-field" */
3306 395,    /* "clearance" */
3307 633,    /* "cleartext track 2" */
3308 13,     /* "commonName" */
3309 513,    /* "content types" */
3310 50,     /* "contentType" */
3311 53,     /* "countersignature" */
3312 14,     /* "countryName" */
3313 153,    /* "crlBag" */
3314 801,    /* "cryptocom" */
3315 800,    /* "cryptopro" */
3316 500,    /* "dITRedirect" */
3317 451,    /* "dNSDomain" */
3318 495,    /* "dSAQuality" */
3319 434,    /* "data" */
3320 390,    /* "dcObject" */
3321 31,     /* "des-cbc" */
3322 643,    /* "des-cdmf" */
3323 30,     /* "des-cfb" */
3324 656,    /* "des-cfb1" */
3325 657,    /* "des-cfb8" */
3326 29,     /* "des-ecb" */
3327 32,     /* "des-ede" */
3328 43,     /* "des-ede-cbc" */
3329 60,     /* "des-ede-cfb" */
3330 62,     /* "des-ede-ofb" */
3331 33,     /* "des-ede3" */
3332 44,     /* "des-ede3-cbc" */
3333 61,     /* "des-ede3-cfb" */
3334 658,    /* "des-ede3-cfb1" */
3335 659,    /* "des-ede3-cfb8" */
3336 63,     /* "des-ede3-ofb" */
3337 45,     /* "des-ofb" */
3338 107,    /* "description" */
3339 80,     /* "desx-cbc" */
3340 28,     /* "dhKeyAgreement" */
3341 11,     /* "directory services (X.500)" */
3342 378,    /* "directory services - algorithms" */
3343 174,    /* "dnQualifier" */
3344 447,    /* "document" */
3345 471,    /* "documentAuthor" */
3346 468,    /* "documentIdentifier" */
3347 472,    /* "documentLocation" */
3348 502,    /* "documentPublisher" */
3349 449,    /* "documentSeries" */
3350 469,    /* "documentTitle" */
3351 470,    /* "documentVersion" */
3352 380,    /* "dod" */
3353 391,    /* "domainComponent" */
3354 452,    /* "domainRelatedObject" */
3355 116,    /* "dsaEncryption" */
3356 67,     /* "dsaEncryption-old" */
3357 66,     /* "dsaWithSHA" */
3358 113,    /* "dsaWithSHA1" */
3359 70,     /* "dsaWithSHA1-old" */
3360 797,    /* "dsa_with_SHA224" */
3361 798,    /* "dsa_with_SHA256" */
3362 297,    /* "dvcs" */
3363 786,    /* "ecdsa-with-Recommended" */
3364 416,    /* "ecdsa-with-SHA1" */
3365 788,    /* "ecdsa-with-SHA224" */
3366 789,    /* "ecdsa-with-SHA256" */
3367 790,    /* "ecdsa-with-SHA384" */
3368 791,    /* "ecdsa-with-SHA512" */
3369 787,    /* "ecdsa-with-Specified" */
3370 48,     /* "emailAddress" */
3371 632,    /* "encrypted track 2" */
3372 56,     /* "extendedCertificateAttributes" */
3373 462,    /* "favouriteDrink" */
3374 453,    /* "friendlyCountry" */
3375 490,    /* "friendlyCountryName" */
3376 156,    /* "friendlyName" */
3377 631,    /* "generate cryptogram" */
3378 509,    /* "generationQualifier" */
3379 601,    /* "generic cryptogram" */
3380 99,     /* "givenName" */
3381 809,    /* "gost89-cnt" */
3382 850,    /* "hmac" */
3383 780,    /* "hmac-md5" */
3384 781,    /* "hmac-sha1" */
3385 792,    /* "hmacWithMD5" */
3386 163,    /* "hmacWithSHA1" */
3387 793,    /* "hmacWithSHA224" */
3388 794,    /* "hmacWithSHA256" */
3389 795,    /* "hmacWithSHA384" */
3390 796,    /* "hmacWithSHA512" */
3391 486,    /* "homePostalAddress" */
3392 473,    /* "homeTelephoneNumber" */
3393 466,    /* "host" */
3394 442,    /* "iA5StringSyntax" */
3395 381,    /* "iana" */
3396 819,    /* "id-Gost28147-89-CryptoPro-A-ParamSet" */
3397 820,    /* "id-Gost28147-89-CryptoPro-B-ParamSet" */
3398 821,    /* "id-Gost28147-89-CryptoPro-C-ParamSet" */
3399 822,    /* "id-Gost28147-89-CryptoPro-D-ParamSet" */
3400 814,    /* "id-Gost28147-89-CryptoPro-KeyMeshing" */
3401 824,    /* "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" */
3402 823,    /* "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" */
3403 825,    /* "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" */
3404 815,    /* "id-Gost28147-89-None-KeyMeshing" */
3405 818,    /* "id-Gost28147-89-TestParamSet" */
3406 835,    /* "id-GostR3410-2001-CryptoPro-A-ParamSet" */
3407 836,    /* "id-GostR3410-2001-CryptoPro-B-ParamSet" */
3408 837,    /* "id-GostR3410-2001-CryptoPro-C-ParamSet" */
3409 838,    /* "id-GostR3410-2001-CryptoPro-XchA-ParamSet" */
3410 839,    /* "id-GostR3410-2001-CryptoPro-XchB-ParamSet" */
3411 834,    /* "id-GostR3410-2001-TestParamSet" */
3412 827,    /* "id-GostR3410-94-CryptoPro-A-ParamSet" */
3413 828,    /* "id-GostR3410-94-CryptoPro-B-ParamSet" */
3414 829,    /* "id-GostR3410-94-CryptoPro-C-ParamSet" */
3415 830,    /* "id-GostR3410-94-CryptoPro-D-ParamSet" */
3416 831,    /* "id-GostR3410-94-CryptoPro-XchA-ParamSet" */
3417 832,    /* "id-GostR3410-94-CryptoPro-XchB-ParamSet" */
3418 833,    /* "id-GostR3410-94-CryptoPro-XchC-ParamSet" */
3419 826,    /* "id-GostR3410-94-TestParamSet" */
3420 840,    /* "id-GostR3410-94-a" */
3421 841,    /* "id-GostR3410-94-aBis" */
3422 842,    /* "id-GostR3410-94-b" */
3423 843,    /* "id-GostR3410-94-bBis" */
3424 817,    /* "id-GostR3411-94-CryptoProParamSet" */
3425 816,    /* "id-GostR3411-94-TestParamSet" */
3426 266,    /* "id-aca" */
3427 355,    /* "id-aca-accessIdentity" */
3428 354,    /* "id-aca-authenticationInfo" */
3429 356,    /* "id-aca-chargingIdentity" */
3430 399,    /* "id-aca-encAttrs" */
3431 357,    /* "id-aca-group" */
3432 358,    /* "id-aca-role" */
3433 176,    /* "id-ad" */
3434 262,    /* "id-alg" */
3435 323,    /* "id-alg-des40" */
3436 326,    /* "id-alg-dh-pop" */
3437 325,    /* "id-alg-dh-sig-hmac-sha1" */
3438 324,    /* "id-alg-noSignature" */
3439 268,    /* "id-cct" */
3440 361,    /* "id-cct-PKIData" */
3441 362,    /* "id-cct-PKIResponse" */
3442 360,    /* "id-cct-crs" */
3443 81,     /* "id-ce" */
3444 680,    /* "id-characteristic-two-basis" */
3445 263,    /* "id-cmc" */
3446 334,    /* "id-cmc-addExtensions" */
3447 346,    /* "id-cmc-confirmCertAcceptance" */
3448 330,    /* "id-cmc-dataReturn" */
3449 336,    /* "id-cmc-decryptedPOP" */
3450 335,    /* "id-cmc-encryptedPOP" */
3451 339,    /* "id-cmc-getCRL" */
3452 338,    /* "id-cmc-getCert" */
3453 328,    /* "id-cmc-identification" */
3454 329,    /* "id-cmc-identityProof" */
3455 337,    /* "id-cmc-lraPOPWitness" */
3456 344,    /* "id-cmc-popLinkRandom" */
3457 345,    /* "id-cmc-popLinkWitness" */
3458 343,    /* "id-cmc-queryPending" */
3459 333,    /* "id-cmc-recipientNonce" */
3460 341,    /* "id-cmc-regInfo" */
3461 342,    /* "id-cmc-responseInfo" */
3462 340,    /* "id-cmc-revokeRequest" */
3463 332,    /* "id-cmc-senderNonce" */
3464 327,    /* "id-cmc-statusInfo" */
3465 331,    /* "id-cmc-transactionId" */
3466 408,    /* "id-ecPublicKey" */
3467 508,    /* "id-hex-multipart-message" */
3468 507,    /* "id-hex-partial-message" */
3469 260,    /* "id-it" */
3470 302,    /* "id-it-caKeyUpdateInfo" */
3471 298,    /* "id-it-caProtEncCert" */
3472 311,    /* "id-it-confirmWaitTime" */
3473 303,    /* "id-it-currentCRL" */
3474 300,    /* "id-it-encKeyPairTypes" */
3475 310,    /* "id-it-implicitConfirm" */
3476 308,    /* "id-it-keyPairParamRep" */
3477 307,    /* "id-it-keyPairParamReq" */
3478 312,    /* "id-it-origPKIMessage" */
3479 301,    /* "id-it-preferredSymmAlg" */
3480 309,    /* "id-it-revPassphrase" */
3481 299,    /* "id-it-signKeyPairTypes" */
3482 305,    /* "id-it-subscriptionRequest" */
3483 306,    /* "id-it-subscriptionResponse" */
3484 784,    /* "id-it-suppLangTags" */
3485 304,    /* "id-it-unsupportedOIDs" */
3486 128,    /* "id-kp" */
3487 280,    /* "id-mod-attribute-cert" */
3488 274,    /* "id-mod-cmc" */
3489 277,    /* "id-mod-cmp" */
3490 284,    /* "id-mod-cmp2000" */
3491 273,    /* "id-mod-crmf" */
3492 283,    /* "id-mod-dvcs" */
3493 275,    /* "id-mod-kea-profile-88" */
3494 276,    /* "id-mod-kea-profile-93" */
3495 282,    /* "id-mod-ocsp" */
3496 278,    /* "id-mod-qualified-cert-88" */
3497 279,    /* "id-mod-qualified-cert-93" */
3498 281,    /* "id-mod-timestamp-protocol" */
3499 264,    /* "id-on" */
3500 347,    /* "id-on-personalData" */
3501 265,    /* "id-pda" */
3502 352,    /* "id-pda-countryOfCitizenship" */
3503 353,    /* "id-pda-countryOfResidence" */
3504 348,    /* "id-pda-dateOfBirth" */
3505 351,    /* "id-pda-gender" */
3506 349,    /* "id-pda-placeOfBirth" */
3507 175,    /* "id-pe" */
3508 261,    /* "id-pkip" */
3509 258,    /* "id-pkix-mod" */
3510 269,    /* "id-pkix1-explicit-88" */
3511 271,    /* "id-pkix1-explicit-93" */
3512 270,    /* "id-pkix1-implicit-88" */
3513 272,    /* "id-pkix1-implicit-93" */
3514 662,    /* "id-ppl" */
3515 267,    /* "id-qcs" */
3516 359,    /* "id-qcs-pkixQCSyntax-v1" */
3517 259,    /* "id-qt" */
3518 313,    /* "id-regCtrl" */
3519 316,    /* "id-regCtrl-authenticator" */
3520 319,    /* "id-regCtrl-oldCertID" */
3521 318,    /* "id-regCtrl-pkiArchiveOptions" */
3522 317,    /* "id-regCtrl-pkiPublicationInfo" */
3523 320,    /* "id-regCtrl-protocolEncrKey" */
3524 315,    /* "id-regCtrl-regToken" */
3525 314,    /* "id-regInfo" */
3526 322,    /* "id-regInfo-certReq" */
3527 321,    /* "id-regInfo-utf8Pairs" */
3528 191,    /* "id-smime-aa" */
3529 215,    /* "id-smime-aa-contentHint" */
3530 218,    /* "id-smime-aa-contentIdentifier" */
3531 221,    /* "id-smime-aa-contentReference" */
3532 240,    /* "id-smime-aa-dvcs-dvc" */
3533 217,    /* "id-smime-aa-encapContentType" */
3534 222,    /* "id-smime-aa-encrypKeyPref" */
3535 220,    /* "id-smime-aa-equivalentLabels" */
3536 232,    /* "id-smime-aa-ets-CertificateRefs" */
3537 233,    /* "id-smime-aa-ets-RevocationRefs" */
3538 238,    /* "id-smime-aa-ets-archiveTimeStamp" */
3539 237,    /* "id-smime-aa-ets-certCRLTimestamp" */
3540 234,    /* "id-smime-aa-ets-certValues" */
3541 227,    /* "id-smime-aa-ets-commitmentType" */
3542 231,    /* "id-smime-aa-ets-contentTimestamp" */
3543 236,    /* "id-smime-aa-ets-escTimeStamp" */
3544 230,    /* "id-smime-aa-ets-otherSigCert" */
3545 235,    /* "id-smime-aa-ets-revocationValues" */
3546 226,    /* "id-smime-aa-ets-sigPolicyId" */
3547 229,    /* "id-smime-aa-ets-signerAttr" */
3548 228,    /* "id-smime-aa-ets-signerLocation" */
3549 219,    /* "id-smime-aa-macValue" */
3550 214,    /* "id-smime-aa-mlExpandHistory" */
3551 216,    /* "id-smime-aa-msgSigDigest" */
3552 212,    /* "id-smime-aa-receiptRequest" */
3553 213,    /* "id-smime-aa-securityLabel" */
3554 239,    /* "id-smime-aa-signatureType" */
3555 223,    /* "id-smime-aa-signingCertificate" */
3556 224,    /* "id-smime-aa-smimeEncryptCerts" */
3557 225,    /* "id-smime-aa-timeStampToken" */
3558 192,    /* "id-smime-alg" */
3559 243,    /* "id-smime-alg-3DESwrap" */
3560 246,    /* "id-smime-alg-CMS3DESwrap" */
3561 247,    /* "id-smime-alg-CMSRC2wrap" */
3562 245,    /* "id-smime-alg-ESDH" */
3563 241,    /* "id-smime-alg-ESDHwith3DES" */
3564 242,    /* "id-smime-alg-ESDHwithRC2" */
3565 244,    /* "id-smime-alg-RC2wrap" */
3566 193,    /* "id-smime-cd" */
3567 248,    /* "id-smime-cd-ldap" */
3568 190,    /* "id-smime-ct" */
3569 210,    /* "id-smime-ct-DVCSRequestData" */
3570 211,    /* "id-smime-ct-DVCSResponseData" */
3571 208,    /* "id-smime-ct-TDTInfo" */
3572 207,    /* "id-smime-ct-TSTInfo" */
3573 205,    /* "id-smime-ct-authData" */
3574 209,    /* "id-smime-ct-contentInfo" */
3575 206,    /* "id-smime-ct-publishCert" */
3576 204,    /* "id-smime-ct-receipt" */
3577 195,    /* "id-smime-cti" */
3578 255,    /* "id-smime-cti-ets-proofOfApproval" */
3579 256,    /* "id-smime-cti-ets-proofOfCreation" */
3580 253,    /* "id-smime-cti-ets-proofOfDelivery" */
3581 251,    /* "id-smime-cti-ets-proofOfOrigin" */
3582 252,    /* "id-smime-cti-ets-proofOfReceipt" */
3583 254,    /* "id-smime-cti-ets-proofOfSender" */
3584 189,    /* "id-smime-mod" */
3585 196,    /* "id-smime-mod-cms" */
3586 197,    /* "id-smime-mod-ess" */
3587 202,    /* "id-smime-mod-ets-eSigPolicy-88" */
3588 203,    /* "id-smime-mod-ets-eSigPolicy-97" */
3589 200,    /* "id-smime-mod-ets-eSignature-88" */
3590 201,    /* "id-smime-mod-ets-eSignature-97" */
3591 199,    /* "id-smime-mod-msg-v3" */
3592 198,    /* "id-smime-mod-oid" */
3593 194,    /* "id-smime-spq" */
3594 250,    /* "id-smime-spq-ets-sqt-unotice" */
3595 249,    /* "id-smime-spq-ets-sqt-uri" */
3596 34,     /* "idea-cbc" */
3597 35,     /* "idea-cfb" */
3598 36,     /* "idea-ecb" */
3599 46,     /* "idea-ofb" */
3600 676,    /* "identified-organization" */
3601 461,    /* "info" */
3602 101,    /* "initials" */
3603 749,    /* "ipsec3" */
3604 750,    /* "ipsec4" */
3605 181,    /* "iso" */
3606 623,    /* "issuer capabilities" */
3607 645,    /* "itu-t" */
3608 492,    /* "janetMailbox" */
3609 646,    /* "joint-iso-itu-t" */
3610 150,    /* "keyBag" */
3611 773,    /* "kisa" */
3612 477,    /* "lastModifiedBy" */
3613 476,    /* "lastModifiedTime" */
3614 157,    /* "localKeyID" */
3615 15,     /* "localityName" */
3616 480,    /* "mXRecord" */
3617 493,    /* "mailPreferenceOption" */
3618 467,    /* "manager" */
3619  3,     /* "md2" */
3620  7,     /* "md2WithRSAEncryption" */
3621 257,    /* "md4" */
3622 396,    /* "md4WithRSAEncryption" */
3623  4,     /* "md5" */
3624 114,    /* "md5-sha1" */
3625 104,    /* "md5WithRSA" */
3626  8,     /* "md5WithRSAEncryption" */
3627 95,     /* "mdc2" */
3628 96,     /* "mdc2WithRSA" */
3629 602,    /* "merchant initiated auth" */
3630 514,    /* "message extensions" */
3631 51,     /* "messageDigest" */
3632 506,    /* "mime-mhs-bodies" */
3633 505,    /* "mime-mhs-headings" */
3634 488,    /* "mobileTelephoneNumber" */
3635 481,    /* "nSRecord" */
3636 173,    /* "name" */
3637 681,    /* "onBasis" */
3638 379,    /* "org" */
3639 17,     /* "organizationName" */
3640 491,    /* "organizationalStatus" */
3641 18,     /* "organizationalUnitName" */
3642 475,    /* "otherMailbox" */
3643 489,    /* "pagerTelephoneNumber" */
3644 782,    /* "password based MAC" */
3645 374,    /* "path" */
3646 621,    /* "payment gateway capabilities" */
3647  9,     /* "pbeWithMD2AndDES-CBC" */
3648 168,    /* "pbeWithMD2AndRC2-CBC" */
3649 112,    /* "pbeWithMD5AndCast5CBC" */
3650 10,     /* "pbeWithMD5AndDES-CBC" */
3651 169,    /* "pbeWithMD5AndRC2-CBC" */
3652 148,    /* "pbeWithSHA1And128BitRC2-CBC" */
3653 144,    /* "pbeWithSHA1And128BitRC4" */
3654 147,    /* "pbeWithSHA1And2-KeyTripleDES-CBC" */
3655 146,    /* "pbeWithSHA1And3-KeyTripleDES-CBC" */
3656 149,    /* "pbeWithSHA1And40BitRC2-CBC" */
3657 145,    /* "pbeWithSHA1And40BitRC4" */
3658 170,    /* "pbeWithSHA1AndDES-CBC" */
3659 68,     /* "pbeWithSHA1AndRC2-CBC" */
3660 499,    /* "personalSignature" */
3661 487,    /* "personalTitle" */
3662 464,    /* "photo" */
3663 437,    /* "pilot" */
3664 439,    /* "pilotAttributeSyntax" */
3665 438,    /* "pilotAttributeType" */
3666 479,    /* "pilotAttributeType27" */
3667 456,    /* "pilotDSA" */
3668 441,    /* "pilotGroups" */
3669 444,    /* "pilotObject" */
3670 440,    /* "pilotObjectClass" */
3671 455,    /* "pilotOrganization" */
3672 445,    /* "pilotPerson" */
3673 186,    /* "pkcs1" */
3674 27,     /* "pkcs3" */
3675 187,    /* "pkcs5" */
3676 20,     /* "pkcs7" */
3677 21,     /* "pkcs7-data" */
3678 25,     /* "pkcs7-digestData" */
3679 26,     /* "pkcs7-encryptedData" */
3680 23,     /* "pkcs7-envelopedData" */
3681 24,     /* "pkcs7-signedAndEnvelopedData" */
3682 22,     /* "pkcs7-signedData" */
3683 151,    /* "pkcs8ShroudedKeyBag" */
3684 47,     /* "pkcs9" */
3685 661,    /* "postalCode" */
3686 683,    /* "ppBasis" */
3687 406,    /* "prime-field" */
3688 409,    /* "prime192v1" */
3689 410,    /* "prime192v2" */
3690 411,    /* "prime192v3" */
3691 412,    /* "prime239v1" */
3692 413,    /* "prime239v2" */
3693 414,    /* "prime239v3" */
3694 415,    /* "prime256v1" */
3695 510,    /* "pseudonym" */
3696 435,    /* "pss" */
3697 286,    /* "qcStatements" */
3698 457,    /* "qualityLabelledData" */
3699 450,    /* "rFC822localPart" */
3700 98,     /* "rc2-40-cbc" */
3701 166,    /* "rc2-64-cbc" */
3702 37,     /* "rc2-cbc" */
3703 39,     /* "rc2-cfb" */
3704 38,     /* "rc2-ecb" */
3705 40,     /* "rc2-ofb" */
3706  5,     /* "rc4" */
3707 97,     /* "rc4-40" */
3708 120,    /* "rc5-cbc" */
3709 122,    /* "rc5-cfb" */
3710 121,    /* "rc5-ecb" */
3711 123,    /* "rc5-ofb" */
3712 460,    /* "rfc822Mailbox" */
3713 117,    /* "ripemd160" */
3714 119,    /* "ripemd160WithRSA" */
3715 400,    /* "role" */
3716 448,    /* "room" */
3717 463,    /* "roomNumber" */
3718 19,     /* "rsa" */
3719  6,     /* "rsaEncryption" */
3720 644,    /* "rsaOAEPEncryptionSET" */
3721 377,    /* "rsaSignature" */
3722 124,    /* "run length compression" */
3723 482,    /* "sOARecord" */
3724 155,    /* "safeContentsBag" */
3725 291,    /* "sbgp-autonomousSysNum" */
3726 290,    /* "sbgp-ipAddrBlock" */
3727 292,    /* "sbgp-routerIdentifier" */
3728 159,    /* "sdsiCertificate" */
3729 704,    /* "secp112r1" */
3730 705,    /* "secp112r2" */
3731 706,    /* "secp128r1" */
3732 707,    /* "secp128r2" */
3733 708,    /* "secp160k1" */
3734 709,    /* "secp160r1" */
3735 710,    /* "secp160r2" */
3736 711,    /* "secp192k1" */
3737 712,    /* "secp224k1" */
3738 713,    /* "secp224r1" */
3739 714,    /* "secp256k1" */
3740 715,    /* "secp384r1" */
3741 716,    /* "secp521r1" */
3742 154,    /* "secretBag" */
3743 474,    /* "secretary" */
3744 717,    /* "sect113r1" */
3745 718,    /* "sect113r2" */
3746 719,    /* "sect131r1" */
3747 720,    /* "sect131r2" */
3748 721,    /* "sect163k1" */
3749 722,    /* "sect163r1" */
3750 723,    /* "sect163r2" */
3751 724,    /* "sect193r1" */
3752 725,    /* "sect193r2" */
3753 726,    /* "sect233k1" */
3754 727,    /* "sect233r1" */
3755 728,    /* "sect239k1" */
3756 729,    /* "sect283k1" */
3757 730,    /* "sect283r1" */
3758 731,    /* "sect409k1" */
3759 732,    /* "sect409r1" */
3760 733,    /* "sect571k1" */
3761 734,    /* "sect571r1" */
3762 635,    /* "secure device signature" */
3763 777,    /* "seed-cbc" */
3764 779,    /* "seed-cfb" */
3765 776,    /* "seed-ecb" */
3766 778,    /* "seed-ofb" */
3767 105,    /* "serialNumber" */
3768 625,    /* "set-addPolicy" */
3769 515,    /* "set-attr" */
3770 518,    /* "set-brand" */
3771 638,    /* "set-brand-AmericanExpress" */
3772 637,    /* "set-brand-Diners" */
3773 636,    /* "set-brand-IATA-ATA" */
3774 639,    /* "set-brand-JCB" */
3775 641,    /* "set-brand-MasterCard" */
3776 642,    /* "set-brand-Novus" */
3777 640,    /* "set-brand-Visa" */
3778 516,    /* "set-policy" */
3779 607,    /* "set-policy-root" */
3780 624,    /* "set-rootKeyThumb" */
3781 620,    /* "setAttr-Cert" */
3782 628,    /* "setAttr-IssCap-CVM" */
3783 630,    /* "setAttr-IssCap-Sig" */
3784 629,    /* "setAttr-IssCap-T2" */
3785 627,    /* "setAttr-Token-B0Prime" */
3786 626,    /* "setAttr-Token-EMV" */
3787 622,    /* "setAttr-TokenType" */
3788 619,    /* "setCext-IssuerCapabilities" */
3789 615,    /* "setCext-PGWYcapabilities" */
3790 616,    /* "setCext-TokenIdentifier" */
3791 618,    /* "setCext-TokenType" */
3792 617,    /* "setCext-Track2Data" */
3793 611,    /* "setCext-cCertRequired" */
3794 609,    /* "setCext-certType" */
3795 608,    /* "setCext-hashedRoot" */
3796 610,    /* "setCext-merchData" */
3797 613,    /* "setCext-setExt" */
3798 614,    /* "setCext-setQualf" */
3799 612,    /* "setCext-tunneling" */
3800 540,    /* "setct-AcqCardCodeMsg" */
3801 576,    /* "setct-AcqCardCodeMsgTBE" */
3802 570,    /* "setct-AuthReqTBE" */
3803 534,    /* "setct-AuthReqTBS" */
3804 527,    /* "setct-AuthResBaggage" */
3805 571,    /* "setct-AuthResTBE" */
3806 572,    /* "setct-AuthResTBEX" */
3807 535,    /* "setct-AuthResTBS" */
3808 536,    /* "setct-AuthResTBSX" */
3809 528,    /* "setct-AuthRevReqBaggage" */
3810 577,    /* "setct-AuthRevReqTBE" */
3811 541,    /* "setct-AuthRevReqTBS" */
3812 529,    /* "setct-AuthRevResBaggage" */
3813 542,    /* "setct-AuthRevResData" */
3814 578,    /* "setct-AuthRevResTBE" */
3815 579,    /* "setct-AuthRevResTBEB" */
3816 543,    /* "setct-AuthRevResTBS" */
3817 573,    /* "setct-AuthTokenTBE" */
3818 537,    /* "setct-AuthTokenTBS" */
3819 600,    /* "setct-BCIDistributionTBS" */
3820 558,    /* "setct-BatchAdminReqData" */
3821 592,    /* "setct-BatchAdminReqTBE" */
3822 559,    /* "setct-BatchAdminResData" */
3823 593,    /* "setct-BatchAdminResTBE" */
3824 599,    /* "setct-CRLNotificationResTBS" */
3825 598,    /* "setct-CRLNotificationTBS" */
3826 580,    /* "setct-CapReqTBE" */
3827 581,    /* "setct-CapReqTBEX" */
3828 544,    /* "setct-CapReqTBS" */
3829 545,    /* "setct-CapReqTBSX" */
3830 546,    /* "setct-CapResData" */
3831 582,    /* "setct-CapResTBE" */
3832 583,    /* "setct-CapRevReqTBE" */
3833 584,    /* "setct-CapRevReqTBEX" */
3834 547,    /* "setct-CapRevReqTBS" */
3835 548,    /* "setct-CapRevReqTBSX" */
3836 549,    /* "setct-CapRevResData" */
3837 585,    /* "setct-CapRevResTBE" */
3838 538,    /* "setct-CapTokenData" */
3839 530,    /* "setct-CapTokenSeq" */
3840 574,    /* "setct-CapTokenTBE" */
3841 575,    /* "setct-CapTokenTBEX" */
3842 539,    /* "setct-CapTokenTBS" */
3843 560,    /* "setct-CardCInitResTBS" */
3844 566,    /* "setct-CertInqReqTBS" */
3845 563,    /* "setct-CertReqData" */
3846 595,    /* "setct-CertReqTBE" */
3847 596,    /* "setct-CertReqTBEX" */
3848 564,    /* "setct-CertReqTBS" */
3849 565,    /* "setct-CertResData" */
3850 597,    /* "setct-CertResTBE" */
3851 586,    /* "setct-CredReqTBE" */
3852 587,    /* "setct-CredReqTBEX" */
3853 550,    /* "setct-CredReqTBS" */
3854 551,    /* "setct-CredReqTBSX" */
3855 552,    /* "setct-CredResData" */
3856 588,    /* "setct-CredResTBE" */
3857 589,    /* "setct-CredRevReqTBE" */
3858 590,    /* "setct-CredRevReqTBEX" */
3859 553,    /* "setct-CredRevReqTBS" */
3860 554,    /* "setct-CredRevReqTBSX" */
3861 555,    /* "setct-CredRevResData" */
3862 591,    /* "setct-CredRevResTBE" */
3863 567,    /* "setct-ErrorTBS" */
3864 526,    /* "setct-HODInput" */
3865 561,    /* "setct-MeAqCInitResTBS" */
3866 522,    /* "setct-OIData" */
3867 519,    /* "setct-PANData" */
3868 521,    /* "setct-PANOnly" */
3869 520,    /* "setct-PANToken" */
3870 556,    /* "setct-PCertReqData" */
3871 557,    /* "setct-PCertResTBS" */
3872 523,    /* "setct-PI" */
3873 532,    /* "setct-PI-TBS" */
3874 524,    /* "setct-PIData" */
3875 525,    /* "setct-PIDataUnsigned" */
3876 568,    /* "setct-PIDualSignedTBE" */
3877 569,    /* "setct-PIUnsignedTBE" */
3878 531,    /* "setct-PInitResData" */
3879 533,    /* "setct-PResData" */
3880 594,    /* "setct-RegFormReqTBE" */
3881 562,    /* "setct-RegFormResTBS" */
3882 604,    /* "setext-pinAny" */
3883 603,    /* "setext-pinSecure" */
3884 605,    /* "setext-track2" */
3885 41,     /* "sha" */
3886 64,     /* "sha1" */
3887 115,    /* "sha1WithRSA" */
3888 65,     /* "sha1WithRSAEncryption" */
3889 675,    /* "sha224" */
3890 671,    /* "sha224WithRSAEncryption" */
3891 672,    /* "sha256" */
3892 668,    /* "sha256WithRSAEncryption" */
3893 673,    /* "sha384" */
3894 669,    /* "sha384WithRSAEncryption" */
3895 674,    /* "sha512" */
3896 670,    /* "sha512WithRSAEncryption" */
3897 42,     /* "shaWithRSAEncryption" */
3898 52,     /* "signingTime" */
3899 454,    /* "simpleSecurityObject" */
3900 496,    /* "singleLevelQuality" */
3901 16,     /* "stateOrProvinceName" */
3902 660,    /* "streetAddress" */
3903 498,    /* "subtreeMaximumQuality" */
3904 497,    /* "subtreeMinimumQuality" */
3905 100,    /* "surname" */
3906 459,    /* "textEncodedORAddress" */
3907 293,    /* "textNotice" */
3908 106,    /* "title" */
3909 682,    /* "tpBasis" */
3910 436,    /* "ucl" */
3911  0,     /* "undefined" */
3912 55,     /* "unstructuredAddress" */
3913 49,     /* "unstructuredName" */
3914 465,    /* "userClass" */
3915 458,    /* "userId" */
3916 373,    /* "valid" */
3917 678,    /* "wap" */
3918 679,    /* "wap-wsg" */
3919 735,    /* "wap-wsg-idm-ecid-wtls1" */
3920 743,    /* "wap-wsg-idm-ecid-wtls10" */
3921 744,    /* "wap-wsg-idm-ecid-wtls11" */
3922 745,    /* "wap-wsg-idm-ecid-wtls12" */
3923 736,    /* "wap-wsg-idm-ecid-wtls3" */
3924 737,    /* "wap-wsg-idm-ecid-wtls4" */
3925 738,    /* "wap-wsg-idm-ecid-wtls5" */
3926 739,    /* "wap-wsg-idm-ecid-wtls6" */
3927 740,    /* "wap-wsg-idm-ecid-wtls7" */
3928 741,    /* "wap-wsg-idm-ecid-wtls8" */
3929 742,    /* "wap-wsg-idm-ecid-wtls9" */
3930 799,    /* "whirlpool" */
3931 503,    /* "x500UniqueIdentifier" */
3932 158,    /* "x509Certificate" */
3933 160,    /* "x509Crl" */
3934 125,    /* "zlib compression" */
3935 };
3936
3937 static const unsigned int obj_objs[NUM_OBJ]={
3938  0,     /* OBJ_undef                        0 */
3939 393,    /* OBJ_joint_iso_ccitt              OBJ_joint_iso_itu_t */
3940 404,    /* OBJ_ccitt                        OBJ_itu_t */
3941 645,    /* OBJ_itu_t                        0 */
3942 434,    /* OBJ_data                         0 9 */
3943 181,    /* OBJ_iso                          1 */
3944 182,    /* OBJ_member_body                  1 2 */
3945 379,    /* OBJ_org                          1 3 */
3946 676,    /* OBJ_identified_organization      1 3 */
3947 646,    /* OBJ_joint_iso_itu_t              2 */
3948 11,     /* OBJ_X500                         2 5 */
3949 647,    /* OBJ_international_organizations  2 23 */
3950 380,    /* OBJ_dod                          1 3 6 */
3951 12,     /* OBJ_X509                         2 5 4 */
3952 378,    /* OBJ_X500algorithms               2 5 8 */
3953 81,     /* OBJ_id_ce                        2 5 29 */
3954 512,    /* OBJ_id_set                       2 23 42 */
3955 678,    /* OBJ_wap                          2 23 43 */
3956 435,    /* OBJ_pss                          0 9 2342 */
3957 183,    /* OBJ_ISO_US                       1 2 840 */
3958 381,    /* OBJ_iana                         1 3 6 1 */
3959 677,    /* OBJ_certicom_arc                 1 3 132 */
3960 394,    /* OBJ_selected_attribute_types     2 5 1 5 */
3961 13,     /* OBJ_commonName                   2 5 4 3 */
3962 100,    /* OBJ_surname                      2 5 4 4 */
3963 105,    /* OBJ_serialNumber                 2 5 4 5 */
3964 14,     /* OBJ_countryName                  2 5 4 6 */
3965 15,     /* OBJ_localityName                 2 5 4 7 */
3966 16,     /* OBJ_stateOrProvinceName          2 5 4 8 */
3967 660,    /* OBJ_streetAddress                2 5 4 9 */
3968 17,     /* OBJ_organizationName             2 5 4 10 */
3969 18,     /* OBJ_organizationalUnitName       2 5 4 11 */
3970 106,    /* OBJ_title                        2 5 4 12 */
3971 107,    /* OBJ_description                  2 5 4 13 */
3972 661,    /* OBJ_postalCode                   2 5 4 17 */
3973 173,    /* OBJ_name                         2 5 4 41 */
3974 99,     /* OBJ_givenName                    2 5 4 42 */
3975 101,    /* OBJ_initials                     2 5 4 43 */
3976 509,    /* OBJ_generationQualifier          2 5 4 44 */
3977 503,    /* OBJ_x500UniqueIdentifier         2 5 4 45 */
3978 174,    /* OBJ_dnQualifier                  2 5 4 46 */
3979 510,    /* OBJ_pseudonym                    2 5 4 65 */
3980 400,    /* OBJ_role                         2 5 4 72 */
3981 769,    /* OBJ_subject_directory_attributes 2 5 29 9 */
3982 82,     /* OBJ_subject_key_identifier       2 5 29 14 */
3983 83,     /* OBJ_key_usage                    2 5 29 15 */
3984 84,     /* OBJ_private_key_usage_period     2 5 29 16 */
3985 85,     /* OBJ_subject_alt_name             2 5 29 17 */
3986 86,     /* OBJ_issuer_alt_name              2 5 29 18 */
3987 87,     /* OBJ_basic_constraints            2 5 29 19 */
3988 88,     /* OBJ_crl_number                   2 5 29 20 */
3989 141,    /* OBJ_crl_reason                   2 5 29 21 */
3990 430,    /* OBJ_hold_instruction_code        2 5 29 23 */
3991 142,    /* OBJ_invalidity_date              2 5 29 24 */
3992 140,    /* OBJ_delta_crl                    2 5 29 27 */
3993 770,    /* OBJ_issuing_distribution_point   2 5 29 28 */
3994 771,    /* OBJ_certificate_issuer           2 5 29 29 */
3995 666,    /* OBJ_name_constraints             2 5 29 30 */
3996 103,    /* OBJ_crl_distribution_points      2 5 29 31 */
3997 89,     /* OBJ_certificate_policies         2 5 29 32 */
3998 747,    /* OBJ_policy_mappings              2 5 29 33 */
3999 90,     /* OBJ_authority_key_identifier     2 5 29 35 */
4000 401,    /* OBJ_policy_constraints           2 5 29 36 */
4001 126,    /* OBJ_ext_key_usage                2 5 29 37 */
4002 748,    /* OBJ_inhibit_any_policy           2 5 29 54 */
4003 402,    /* OBJ_target_information           2 5 29 55 */
4004 403,    /* OBJ_no_rev_avail                 2 5 29 56 */
4005 513,    /* OBJ_set_ctype                    2 23 42 0 */
4006 514,    /* OBJ_set_msgExt                   2 23 42 1 */
4007 515,    /* OBJ_set_attr                     2 23 42 3 */
4008 516,    /* OBJ_set_policy                   2 23 42 5 */
4009 517,    /* OBJ_set_certExt                  2 23 42 7 */
4010 518,    /* OBJ_set_brand                    2 23 42 8 */
4011 679,    /* OBJ_wap_wsg                      2 23 43 13 */
4012 382,    /* OBJ_Directory                    1 3 6 1 1 */
4013 383,    /* OBJ_Management                   1 3 6 1 2 */
4014 384,    /* OBJ_Experimental                 1 3 6 1 3 */
4015 385,    /* OBJ_Private                      1 3 6 1 4 */
4016 386,    /* OBJ_Security                     1 3 6 1 5 */
4017 387,    /* OBJ_SNMPv2                       1 3 6 1 6 */
4018 388,    /* OBJ_Mail                         1 3 6 1 7 */
4019 376,    /* OBJ_algorithm                    1 3 14 3 2 */
4020 395,    /* OBJ_clearance                    2 5 1 5 55 */
4021 19,     /* OBJ_rsa                          2 5 8 1 1 */
4022 96,     /* OBJ_mdc2WithRSA                  2 5 8 3 100 */
4023 95,     /* OBJ_mdc2                         2 5 8 3 101 */
4024 746,    /* OBJ_any_policy                   2 5 29 32 0 */
4025 519,    /* OBJ_setct_PANData                2 23 42 0 0 */
4026 520,    /* OBJ_setct_PANToken               2 23 42 0 1 */
4027 521,    /* OBJ_setct_PANOnly                2 23 42 0 2 */
4028 522,    /* OBJ_setct_OIData                 2 23 42 0 3 */
4029 523,    /* OBJ_setct_PI                     2 23 42 0 4 */
4030 524,    /* OBJ_setct_PIData                 2 23 42 0 5 */
4031 525,    /* OBJ_setct_PIDataUnsigned         2 23 42 0 6 */
4032 526,    /* OBJ_setct_HODInput               2 23 42 0 7 */
4033 527,    /* OBJ_setct_AuthResBaggage         2 23 42 0 8 */
4034 528,    /* OBJ_setct_AuthRevReqBaggage      2 23 42 0 9 */
4035 529,    /* OBJ_setct_AuthRevResBaggage      2 23 42 0 10 */
4036 530,    /* OBJ_setct_CapTokenSeq            2 23 42 0 11 */
4037 531,    /* OBJ_setct_PInitResData           2 23 42 0 12 */
4038 532,    /* OBJ_setct_PI_TBS                 2 23 42 0 13 */
4039 533,    /* OBJ_setct_PResData               2 23 42 0 14 */
4040 534,    /* OBJ_setct_AuthReqTBS             2 23 42 0 16 */
4041 535,    /* OBJ_setct_AuthResTBS             2 23 42 0 17 */
4042 536,    /* OBJ_setct_AuthResTBSX            2 23 42 0 18 */
4043 537,    /* OBJ_setct_AuthTokenTBS           2 23 42 0 19 */
4044 538,    /* OBJ_setct_CapTokenData           2 23 42 0 20 */
4045 539,    /* OBJ_setct_CapTokenTBS            2 23 42 0 21 */
4046 540,    /* OBJ_setct_AcqCardCodeMsg         2 23 42 0 22 */
4047 541,    /* OBJ_setct_AuthRevReqTBS          2 23 42 0 23 */
4048 542,    /* OBJ_setct_AuthRevResData         2 23 42 0 24 */
4049 543,    /* OBJ_setct_AuthRevResTBS          2 23 42 0 25 */
4050 544,    /* OBJ_setct_CapReqTBS              2 23 42 0 26 */
4051 545,    /* OBJ_setct_CapReqTBSX             2 23 42 0 27 */
4052 546,    /* OBJ_setct_CapResData             2 23 42 0 28 */
4053 547,    /* OBJ_setct_CapRevReqTBS           2 23 42 0 29 */
4054 548,    /* OBJ_setct_CapRevReqTBSX          2 23 42 0 30 */
4055 549,    /* OBJ_setct_CapRevResData          2 23 42 0 31 */
4056 550,    /* OBJ_setct_CredReqTBS             2 23 42 0 32 */
4057 551,    /* OBJ_setct_CredReqTBSX            2 23 42 0 33 */
4058 552,    /* OBJ_setct_CredResData            2 23 42 0 34 */
4059 553,    /* OBJ_setct_CredRevReqTBS          2 23 42 0 35 */
4060 554,    /* OBJ_setct_CredRevReqTBSX         2 23 42 0 36 */
4061 555,    /* OBJ_setct_CredRevResData         2 23 42 0 37 */
4062 556,    /* OBJ_setct_PCertReqData           2 23 42 0 38 */
4063 557,    /* OBJ_setct_PCertResTBS            2 23 42 0 39 */
4064 558,    /* OBJ_setct_BatchAdminReqData      2 23 42 0 40 */
4065 559,    /* OBJ_setct_BatchAdminResData      2 23 42 0 41 */
4066 560,    /* OBJ_setct_CardCInitResTBS        2 23 42 0 42 */
4067 561,    /* OBJ_setct_MeAqCInitResTBS        2 23 42 0 43 */
4068 562,    /* OBJ_setct_RegFormResTBS          2 23 42 0 44 */
4069 563,    /* OBJ_setct_CertReqData            2 23 42 0 45 */
4070 564,    /* OBJ_setct_CertReqTBS             2 23 42 0 46 */
4071 565,    /* OBJ_setct_CertResData            2 23 42 0 47 */
4072 566,    /* OBJ_setct_CertInqReqTBS          2 23 42 0 48 */
4073 567,    /* OBJ_setct_ErrorTBS               2 23 42 0 49 */
4074 568,    /* OBJ_setct_PIDualSignedTBE        2 23 42 0 50 */
4075 569,    /* OBJ_setct_PIUnsignedTBE          2 23 42 0 51 */
4076 570,    /* OBJ_setct_AuthReqTBE             2 23 42 0 52 */
4077 571,    /* OBJ_setct_AuthResTBE             2 23 42 0 53 */
4078 572,    /* OBJ_setct_AuthResTBEX            2 23 42 0 54 */
4079 573,    /* OBJ_setct_AuthTokenTBE           2 23 42 0 55 */
4080 574,    /* OBJ_setct_CapTokenTBE            2 23 42 0 56 */
4081 575,    /* OBJ_setct_CapTokenTBEX           2 23 42 0 57 */
4082 576,    /* OBJ_setct_AcqCardCodeMsgTBE      2 23 42 0 58 */
4083 577,    /* OBJ_setct_AuthRevReqTBE          2 23 42 0 59 */
4084 578,    /* OBJ_setct_AuthRevResTBE          2 23 42 0 60 */
4085 579,    /* OBJ_setct_AuthRevResTBEB         2 23 42 0 61 */
4086 580,    /* OBJ_setct_CapReqTBE              2 23 42 0 62 */
4087 581,    /* OBJ_setct_CapReqTBEX             2 23 42 0 63 */
4088 582,    /* OBJ_setct_CapResTBE              2 23 42 0 64 */
4089 583,    /* OBJ_setct_CapRevReqTBE           2 23 42 0 65 */
4090 584,    /* OBJ_setct_CapRevReqTBEX          2 23 42 0 66 */
4091 585,    /* OBJ_setct_CapRevResTBE           2 23 42 0 67 */
4092 586,    /* OBJ_setct_CredReqTBE             2 23 42 0 68 */
4093 587,    /* OBJ_setct_CredReqTBEX            2 23 42 0 69 */
4094 588,    /* OBJ_setct_CredResTBE             2 23 42 0 70 */
4095 589,    /* OBJ_setct_CredRevReqTBE          2 23 42 0 71 */
4096 590,    /* OBJ_setct_CredRevReqTBEX         2 23 42 0 72 */
4097 591,    /* OBJ_setct_CredRevResTBE          2 23 42 0 73 */
4098 592,    /* OBJ_setct_BatchAdminReqTBE       2 23 42 0 74 */
4099 593,    /* OBJ_setct_BatchAdminResTBE       2 23 42 0 75 */
4100 594,    /* OBJ_setct_RegFormReqTBE          2 23 42 0 76 */
4101 595,    /* OBJ_setct_CertReqTBE             2 23 42 0 77 */
4102 596,    /* OBJ_setct_CertReqTBEX            2 23 42 0 78 */
4103 597,    /* OBJ_setct_CertResTBE             2 23 42 0 79 */
4104 598,    /* OBJ_setct_CRLNotificationTBS     2 23 42 0 80 */
4105 599,    /* OBJ_setct_CRLNotificationResTBS  2 23 42 0 81 */
4106 600,    /* OBJ_setct_BCIDistributionTBS     2 23 42 0 82 */
4107 601,    /* OBJ_setext_genCrypt              2 23 42 1 1 */
4108 602,    /* OBJ_setext_miAuth                2 23 42 1 3 */
4109 603,    /* OBJ_setext_pinSecure             2 23 42 1 4 */
4110 604,    /* OBJ_setext_pinAny                2 23 42 1 5 */
4111 605,    /* OBJ_setext_track2                2 23 42 1 7 */
4112 606,    /* OBJ_setext_cv                    2 23 42 1 8 */
4113 620,    /* OBJ_setAttr_Cert                 2 23 42 3 0 */
4114 621,    /* OBJ_setAttr_PGWYcap              2 23 42 3 1 */
4115 622,    /* OBJ_setAttr_TokenType            2 23 42 3 2 */
4116 623,    /* OBJ_setAttr_IssCap               2 23 42 3 3 */
4117 607,    /* OBJ_set_policy_root              2 23 42 5 0 */
4118 608,    /* OBJ_setCext_hashedRoot           2 23 42 7 0 */
4119 609,    /* OBJ_setCext_certType             2 23 42 7 1 */
4120 610,    /* OBJ_setCext_merchData            2 23 42 7 2 */
4121 611,    /* OBJ_setCext_cCertRequired        2 23 42 7 3 */
4122 612,    /* OBJ_setCext_tunneling            2 23 42 7 4 */
4123 613,    /* OBJ_setCext_setExt               2 23 42 7 5 */
4124 614,    /* OBJ_setCext_setQualf             2 23 42 7 6 */
4125 615,    /* OBJ_setCext_PGWYcapabilities     2 23 42 7 7 */
4126 616,    /* OBJ_setCext_TokenIdentifier      2 23 42 7 8 */
4127 617,    /* OBJ_setCext_Track2Data           2 23 42 7 9 */
4128 618,    /* OBJ_setCext_TokenType            2 23 42 7 10 */
4129 619,    /* OBJ_setCext_IssuerCapabilities   2 23 42 7 11 */
4130 636,    /* OBJ_set_brand_IATA_ATA           2 23 42 8 1 */
4131 640,    /* OBJ_set_brand_Visa               2 23 42 8 4 */
4132 641,    /* OBJ_set_brand_MasterCard         2 23 42 8 5 */
4133 637,    /* OBJ_set_brand_Diners             2 23 42 8 30 */
4134 638,    /* OBJ_set_brand_AmericanExpress    2 23 42 8 34 */
4135 639,    /* OBJ_set_brand_JCB                2 23 42 8 35 */
4136 800,    /* OBJ_cryptopro                    1 2 643 2 2 */
4137 801,    /* OBJ_cryptocom                    1 2 643 2 9 */
4138 184,    /* OBJ_X9_57                        1 2 840 10040 */
4139 405,    /* OBJ_ansi_X9_62                   1 2 840 10045 */
4140 389,    /* OBJ_Enterprises                  1 3 6 1 4 1 */
4141 504,    /* OBJ_mime_mhs                     1 3 6 1 7 1 */
4142 104,    /* OBJ_md5WithRSA                   1 3 14 3 2 3 */
4143 29,     /* OBJ_des_ecb                      1 3 14 3 2 6 */
4144 31,     /* OBJ_des_cbc                      1 3 14 3 2 7 */
4145 45,     /* OBJ_des_ofb64                    1 3 14 3 2 8 */
4146 30,     /* OBJ_des_cfb64                    1 3 14 3 2 9 */
4147 377,    /* OBJ_rsaSignature                 1 3 14 3 2 11 */
4148 67,     /* OBJ_dsa_2                        1 3 14 3 2 12 */
4149 66,     /* OBJ_dsaWithSHA                   1 3 14 3 2 13 */
4150 42,     /* OBJ_shaWithRSAEncryption         1 3 14 3 2 15 */
4151 32,     /* OBJ_des_ede_ecb                  1 3 14 3 2 17 */
4152 41,     /* OBJ_sha                          1 3 14 3 2 18 */
4153 64,     /* OBJ_sha1                         1 3 14 3 2 26 */
4154 70,     /* OBJ_dsaWithSHA1_2                1 3 14 3 2 27 */
4155 115,    /* OBJ_sha1WithRSA                  1 3 14 3 2 29 */
4156 117,    /* OBJ_ripemd160                    1 3 36 3 2 1 */
4157 143,    /* OBJ_sxnet                        1 3 101 1 4 1 */
4158 721,    /* OBJ_sect163k1                    1 3 132 0 1 */
4159 722,    /* OBJ_sect163r1                    1 3 132 0 2 */
4160 728,    /* OBJ_sect239k1                    1 3 132 0 3 */
4161 717,    /* OBJ_sect113r1                    1 3 132 0 4 */
4162 718,    /* OBJ_sect113r2                    1 3 132 0 5 */
4163 704,    /* OBJ_secp112r1                    1 3 132 0 6 */
4164 705,    /* OBJ_secp112r2                    1 3 132 0 7 */
4165 709,    /* OBJ_secp160r1                    1 3 132 0 8 */
4166 708,    /* OBJ_secp160k1                    1 3 132 0 9 */
4167 714,    /* OBJ_secp256k1                    1 3 132 0 10 */
4168 723,    /* OBJ_sect163r2                    1 3 132 0 15 */
4169 729,    /* OBJ_sect283k1                    1 3 132 0 16 */
4170 730,    /* OBJ_sect283r1                    1 3 132 0 17 */
4171 719,    /* OBJ_sect131r1                    1 3 132 0 22 */
4172 720,    /* OBJ_sect131r2                    1 3 132 0 23 */
4173 724,    /* OBJ_sect193r1                    1 3 132 0 24 */
4174 725,    /* OBJ_sect193r2                    1 3 132 0 25 */
4175 726,    /* OBJ_sect233k1                    1 3 132 0 26 */
4176 727,    /* OBJ_sect233r1                    1 3 132 0 27 */
4177 706,    /* OBJ_secp128r1                    1 3 132 0 28 */
4178 707,    /* OBJ_secp128r2                    1 3 132 0 29 */
4179 710,    /* OBJ_secp160r2                    1 3 132 0 30 */
4180 711,    /* OBJ_secp192k1                    1 3 132 0 31 */
4181 712,    /* OBJ_secp224k1                    1 3 132 0 32 */
4182 713,    /* OBJ_secp224r1                    1 3 132 0 33 */
4183 715,    /* OBJ_secp384r1                    1 3 132 0 34 */
4184 716,    /* OBJ_secp521r1                    1 3 132 0 35 */
4185 731,    /* OBJ_sect409k1                    1 3 132 0 36 */
4186 732,    /* OBJ_sect409r1                    1 3 132 0 37 */
4187 733,    /* OBJ_sect571k1                    1 3 132 0 38 */
4188 734,    /* OBJ_sect571r1                    1 3 132 0 39 */
4189 624,    /* OBJ_set_rootKeyThumb             2 23 42 3 0 0 */
4190 625,    /* OBJ_set_addPolicy                2 23 42 3 0 1 */
4191 626,    /* OBJ_setAttr_Token_EMV            2 23 42 3 2 1 */
4192 627,    /* OBJ_setAttr_Token_B0Prime        2 23 42 3 2 2 */
4193 628,    /* OBJ_setAttr_IssCap_CVM           2 23 42 3 3 3 */
4194 629,    /* OBJ_setAttr_IssCap_T2            2 23 42 3 3 4 */
4195 630,    /* OBJ_setAttr_IssCap_Sig           2 23 42 3 3 5 */
4196 642,    /* OBJ_set_brand_Novus              2 23 42 8 6011 */
4197 735,    /* OBJ_wap_wsg_idm_ecid_wtls1       2 23 43 13 4 1 */
4198 736,    /* OBJ_wap_wsg_idm_ecid_wtls3       2 23 43 13 4 3 */
4199 737,    /* OBJ_wap_wsg_idm_ecid_wtls4       2 23 43 13 4 4 */
4200 738,    /* OBJ_wap_wsg_idm_ecid_wtls5       2 23 43 13 4 5 */
4201 739,    /* OBJ_wap_wsg_idm_ecid_wtls6       2 23 43 13 4 6 */
4202 740,    /* OBJ_wap_wsg_idm_ecid_wtls7       2 23 43 13 4 7 */
4203 741,    /* OBJ_wap_wsg_idm_ecid_wtls8       2 23 43 13 4 8 */
4204 742,    /* OBJ_wap_wsg_idm_ecid_wtls9       2 23 43 13 4 9 */
4205 743,    /* OBJ_wap_wsg_idm_ecid_wtls10      2 23 43 13 4 10 */
4206 744,    /* OBJ_wap_wsg_idm_ecid_wtls11      2 23 43 13 4 11 */
4207 745,    /* OBJ_wap_wsg_idm_ecid_wtls12      2 23 43 13 4 12 */
4208 799,    /* OBJ_whirlpool                    1 0 10118 3 0 55 */
4209 124,    /* OBJ_rle_compression              1 1 1 1 666 1 */
4210 125,    /* OBJ_zlib_compression             1 1 1 1 666 2 */
4211 773,    /* OBJ_kisa                         1 2 410 200004 */
4212 802,    /* OBJ_id_GostR3411_94_with_GostR3410_2001 1 2 643 2 2 3 */
4213 803,    /* OBJ_id_GostR3411_94_with_GostR3410_94 1 2 643 2 2 4 */
4214 804,    /* OBJ_id_GostR3411_94              1 2 643 2 2 9 */
4215 805,    /* OBJ_id_HMACGostR3411_94          1 2 643 2 2 10 */
4216 806,    /* OBJ_id_GostR3410_2001            1 2 643 2 2 19 */
4217 807,    /* OBJ_id_GostR3410_94              1 2 643 2 2 20 */
4218 808,    /* OBJ_id_Gost28147_89              1 2 643 2 2 21 */
4219 810,    /* OBJ_id_Gost28147_89_MAC          1 2 643 2 2 22 */
4220 811,    /* OBJ_id_GostR3411_94_prf          1 2 643 2 2 23 */
4221 812,    /* OBJ_id_GostR3410_2001DH          1 2 643 2 2 98 */
4222 813,    /* OBJ_id_GostR3410_94DH            1 2 643 2 2 99 */
4223  1,     /* OBJ_rsadsi                       1 2 840 113549 */
4224 185,    /* OBJ_X9cm                         1 2 840 10040 4 */
4225 127,    /* OBJ_id_pkix                      1 3 6 1 5 5 7 */
4226 505,    /* OBJ_mime_mhs_headings            1 3 6 1 7 1 1 */
4227 506,    /* OBJ_mime_mhs_bodies              1 3 6 1 7 1 2 */
4228 119,    /* OBJ_ripemd160WithRSA             1 3 36 3 3 1 2 */
4229 631,    /* OBJ_setAttr_GenCryptgrm          2 23 42 3 3 3 1 */
4230 632,    /* OBJ_setAttr_T2Enc                2 23 42 3 3 4 1 */
4231 633,    /* OBJ_setAttr_T2cleartxt           2 23 42 3 3 4 2 */
4232 634,    /* OBJ_setAttr_TokICCsig            2 23 42 3 3 5 1 */
4233 635,    /* OBJ_setAttr_SecDevSig            2 23 42 3 3 5 2 */
4234 436,    /* OBJ_ucl                          0 9 2342 19200300 */
4235 815,    /* OBJ_id_Gost28147_89_None_KeyMeshing 1 2 643 2 2 14 0 */
4236 814,    /* OBJ_id_Gost28147_89_CryptoPro_KeyMeshing 1 2 643 2 2 14 1 */
4237 840,    /* OBJ_id_GostR3410_94_a            1 2 643 2 2 20 1 */
4238 841,    /* OBJ_id_GostR3410_94_aBis         1 2 643 2 2 20 2 */
4239 842,    /* OBJ_id_GostR3410_94_b            1 2 643 2 2 20 3 */
4240 843,    /* OBJ_id_GostR3410_94_bBis         1 2 643 2 2 20 4 */
4241 816,    /* OBJ_id_GostR3411_94_TestParamSet 1 2 643 2 2 30 0 */
4242 817,    /* OBJ_id_GostR3411_94_CryptoProParamSet 1 2 643 2 2 30 1 */
4243 818,    /* OBJ_id_Gost28147_89_TestParamSet 1 2 643 2 2 31 0 */
4244 819,    /* OBJ_id_Gost28147_89_CryptoPro_A_ParamSet 1 2 643 2 2 31 1 */
4245 820,    /* OBJ_id_Gost28147_89_CryptoPro_B_ParamSet 1 2 643 2 2 31 2 */
4246 821,    /* OBJ_id_Gost28147_89_CryptoPro_C_ParamSet 1 2 643 2 2 31 3 */
4247 822,    /* OBJ_id_Gost28147_89_CryptoPro_D_ParamSet 1 2 643 2 2 31 4 */
4248 823,    /* OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 1 2 643 2 2 31 5 */
4249 824,    /* OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 1 2 643 2 2 31 6 */
4250 825,    /* OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 1 2 643 2 2 31 7 */
4251 826,    /* OBJ_id_GostR3410_94_TestParamSet 1 2 643 2 2 32 0 */
4252 827,    /* OBJ_id_GostR3410_94_CryptoPro_A_ParamSet 1 2 643 2 2 32 2 */
4253 828,    /* OBJ_id_GostR3410_94_CryptoPro_B_ParamSet 1 2 643 2 2 32 3 */
4254 829,    /* OBJ_id_GostR3410_94_CryptoPro_C_ParamSet 1 2 643 2 2 32 4 */
4255 830,    /* OBJ_id_GostR3410_94_CryptoPro_D_ParamSet 1 2 643 2 2 32 5 */
4256 831,    /* OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet 1 2 643 2 2 33 1 */
4257 832,    /* OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet 1 2 643 2 2 33 2 */
4258 833,    /* OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet 1 2 643 2 2 33 3 */
4259 834,    /* OBJ_id_GostR3410_2001_TestParamSet 1 2 643 2 2 35 0 */
4260 835,    /* OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet 1 2 643 2 2 35 1 */
4261 836,    /* OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet 1 2 643 2 2 35 2 */
4262 837,    /* OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet 1 2 643 2 2 35 3 */
4263 838,    /* OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet 1 2 643 2 2 36 0 */
4264 839,    /* OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet 1 2 643 2 2 36 1 */
4265  2,     /* OBJ_pkcs                         1 2 840 113549 1 */
4266 431,    /* OBJ_hold_instruction_none        1 2 840 10040 2 1 */
4267 432,    /* OBJ_hold_instruction_call_issuer 1 2 840 10040 2 2 */
4268 433,    /* OBJ_hold_instruction_reject      1 2 840 10040 2 3 */
4269 116,    /* OBJ_dsa                          1 2 840 10040 4 1 */
4270 113,    /* OBJ_dsaWithSHA1                  1 2 840 10040 4 3 */
4271 406,    /* OBJ_X9_62_prime_field            1 2 840 10045 1 1 */
4272 407,    /* OBJ_X9_62_characteristic_two_field 1 2 840 10045 1 2 */
4273 408,    /* OBJ_X9_62_id_ecPublicKey         1 2 840 10045 2 1 */
4274 416,    /* OBJ_ecdsa_with_SHA1              1 2 840 10045 4 1 */
4275 786,    /* OBJ_ecdsa_with_Recommended       1 2 840 10045 4 2 */
4276 787,    /* OBJ_ecdsa_with_Specified         1 2 840 10045 4 3 */
4277 258,    /* OBJ_id_pkix_mod                  1 3 6 1 5 5 7 0 */
4278 175,    /* OBJ_id_pe                        1 3 6 1 5 5 7 1 */
4279 259,    /* OBJ_id_qt                        1 3 6 1 5 5 7 2 */
4280 128,    /* OBJ_id_kp                        1 3 6 1 5 5 7 3 */
4281 260,    /* OBJ_id_it                        1 3 6 1 5 5 7 4 */
4282 261,    /* OBJ_id_pkip                      1 3 6 1 5 5 7 5 */
4283 262,    /* OBJ_id_alg                       1 3 6 1 5 5 7 6 */
4284 263,    /* OBJ_id_cmc                       1 3 6 1 5 5 7 7 */
4285 264,    /* OBJ_id_on                        1 3 6 1 5 5 7 8 */
4286 265,    /* OBJ_id_pda                       1 3 6 1 5 5 7 9 */
4287 266,    /* OBJ_id_aca                       1 3 6 1 5 5 7 10 */
4288 267,    /* OBJ_id_qcs                       1 3 6 1 5 5 7 11 */
4289 268,    /* OBJ_id_cct                       1 3 6 1 5 5 7 12 */
4290 662,    /* OBJ_id_ppl                       1 3 6 1 5 5 7 21 */
4291 176,    /* OBJ_id_ad                        1 3 6 1 5 5 7 48 */
4292 507,    /* OBJ_id_hex_partial_message       1 3 6 1 7 1 1 1 */
4293 508,    /* OBJ_id_hex_multipart_message     1 3 6 1 7 1 1 2 */
4294 57,     /* OBJ_netscape                     2 16 840 1 113730 */
4295 754,    /* OBJ_camellia_128_ecb             0 3 4401 5 3 1 9 1 */
4296 766,    /* OBJ_camellia_128_ofb128          0 3 4401 5 3 1 9 3 */
4297 757,    /* OBJ_camellia_128_cfb128          0 3 4401 5 3 1 9 4 */
4298 755,    /* OBJ_camellia_192_ecb             0 3 4401 5 3 1 9 21 */
4299 767,    /* OBJ_camellia_192_ofb128          0 3 4401 5 3 1 9 23 */
4300 758,    /* OBJ_camellia_192_cfb128          0 3 4401 5 3 1 9 24 */
4301 756,    /* OBJ_camellia_256_ecb             0 3 4401 5 3 1 9 41 */
4302 768,    /* OBJ_camellia_256_ofb128          0 3 4401 5 3 1 9 43 */
4303 759,    /* OBJ_camellia_256_cfb128          0 3 4401 5 3 1 9 44 */
4304 437,    /* OBJ_pilot                        0 9 2342 19200300 100 */
4305 776,    /* OBJ_seed_ecb                     1 2 410 200004 1 3 */
4306 777,    /* OBJ_seed_cbc                     1 2 410 200004 1 4 */
4307 779,    /* OBJ_seed_cfb128                  1 2 410 200004 1 5 */
4308 778,    /* OBJ_seed_ofb128                  1 2 410 200004 1 6 */
4309 847,    /* OBJ_id_GostR3411_94_with_GostR3410_94_cc 1 2 643 2 9 1 3 3 */
4310 848,    /* OBJ_id_GostR3411_94_with_GostR3410_2001_cc 1 2 643 2 9 1 3 4 */
4311 845,    /* OBJ_id_GostR3410_94_cc           1 2 643 2 9 1 5 3 */
4312 846,    /* OBJ_id_GostR3410_2001_cc         1 2 643 2 9 1 5 4 */
4313 844,    /* OBJ_id_Gost28147_89_cc           1 2 643 2 9 1 6 1 */
4314 849,    /* OBJ_id_GostR3410_2001_ParamSet_cc 1 2 643 2 9 1 8 1 */
4315 186,    /* OBJ_pkcs1                        1 2 840 113549 1 1 */
4316 27,     /* OBJ_pkcs3                        1 2 840 113549 1 3 */
4317 187,    /* OBJ_pkcs5                        1 2 840 113549 1 5 */
4318 20,     /* OBJ_pkcs7                        1 2 840 113549 1 7 */
4319 47,     /* OBJ_pkcs9                        1 2 840 113549 1 9 */
4320  3,     /* OBJ_md2                          1 2 840 113549 2 2 */
4321 257,    /* OBJ_md4                          1 2 840 113549 2 4 */
4322  4,     /* OBJ_md5                          1 2 840 113549 2 5 */
4323 792,    /* OBJ_hmacWithMD5                  1 2 840 113549 2 6 */
4324 163,    /* OBJ_hmacWithSHA1                 1 2 840 113549 2 7 */
4325 793,    /* OBJ_hmacWithSHA224               1 2 840 113549 2 8 */
4326 794,    /* OBJ_hmacWithSHA256               1 2 840 113549 2 9 */
4327 795,    /* OBJ_hmacWithSHA384               1 2 840 113549 2 10 */
4328 796,    /* OBJ_hmacWithSHA512               1 2 840 113549 2 11 */
4329 37,     /* OBJ_rc2_cbc                      1 2 840 113549 3 2 */
4330  5,     /* OBJ_rc4                          1 2 840 113549 3 4 */
4331 44,     /* OBJ_des_ede3_cbc                 1 2 840 113549 3 7 */
4332 120,    /* OBJ_rc5_cbc                      1 2 840 113549 3 8 */
4333 643,    /* OBJ_des_cdmf                     1 2 840 113549 3 10 */
4334 680,    /* OBJ_X9_62_id_characteristic_two_basis 1 2 840 10045 1 2 3 */
4335 684,    /* OBJ_X9_62_c2pnb163v1             1 2 840 10045 3 0 1 */
4336 685,    /* OBJ_X9_62_c2pnb163v2             1 2 840 10045 3 0 2 */
4337 686,    /* OBJ_X9_62_c2pnb163v3             1 2 840 10045 3 0 3 */
4338 687,    /* OBJ_X9_62_c2pnb176v1             1 2 840 10045 3 0 4 */
4339 688,    /* OBJ_X9_62_c2tnb191v1             1 2 840 10045 3 0 5 */
4340 689,    /* OBJ_X9_62_c2tnb191v2             1 2 840 10045 3 0 6 */
4341 690,    /* OBJ_X9_62_c2tnb191v3             1 2 840 10045 3 0 7 */
4342 691,    /* OBJ_X9_62_c2onb191v4             1 2 840 10045 3 0 8 */
4343 692,    /* OBJ_X9_62_c2onb191v5             1 2 840 10045 3 0 9 */
4344 693,    /* OBJ_X9_62_c2pnb208w1             1 2 840 10045 3 0 10 */
4345 694,    /* OBJ_X9_62_c2tnb239v1             1 2 840 10045 3 0 11 */
4346 695,    /* OBJ_X9_62_c2tnb239v2             1 2 840 10045 3 0 12 */
4347 696,    /* OBJ_X9_62_c2tnb239v3             1 2 840 10045 3 0 13 */
4348 697,    /* OBJ_X9_62_c2onb239v4             1 2 840 10045 3 0 14 */
4349 698,    /* OBJ_X9_62_c2onb239v5             1 2 840 10045 3 0 15 */
4350 699,    /* OBJ_X9_62_c2pnb272w1             1 2 840 10045 3 0 16 */
4351 700,    /* OBJ_X9_62_c2pnb304w1             1 2 840 10045 3 0 17 */
4352 701,    /* OBJ_X9_62_c2tnb359v1             1 2 840 10045 3 0 18 */
4353 702,    /* OBJ_X9_62_c2pnb368w1             1 2 840 10045 3 0 19 */
4354 703,    /* OBJ_X9_62_c2tnb431r1             1 2 840 10045 3 0 20 */
4355 409,    /* OBJ_X9_62_prime192v1             1 2 840 10045 3 1 1 */
4356 410,    /* OBJ_X9_62_prime192v2             1 2 840 10045 3 1 2 */
4357 411,    /* OBJ_X9_62_prime192v3             1 2 840 10045 3 1 3 */
4358 412,    /* OBJ_X9_62_prime239v1             1 2 840 10045 3 1 4 */
4359 413,    /* OBJ_X9_62_prime239v2             1 2 840 10045 3 1 5 */
4360 414,    /* OBJ_X9_62_prime239v3             1 2 840 10045 3 1 6 */
4361 415,    /* OBJ_X9_62_prime256v1             1 2 840 10045 3 1 7 */
4362 788,    /* OBJ_ecdsa_with_SHA224            1 2 840 10045 4 3 1 */
4363 789,    /* OBJ_ecdsa_with_SHA256            1 2 840 10045 4 3 2 */
4364 790,    /* OBJ_ecdsa_with_SHA384            1 2 840 10045 4 3 3 */
4365 791,    /* OBJ_ecdsa_with_SHA512            1 2 840 10045 4 3 4 */
4366 269,    /* OBJ_id_pkix1_explicit_88         1 3 6 1 5 5 7 0 1 */
4367 270,    /* OBJ_id_pkix1_implicit_88         1 3 6 1 5 5 7 0 2 */
4368 271,    /* OBJ_id_pkix1_explicit_93         1 3 6 1 5 5 7 0 3 */
4369 272,    /* OBJ_id_pkix1_implicit_93         1 3 6 1 5 5 7 0 4 */
4370 273,    /* OBJ_id_mod_crmf                  1 3 6 1 5 5 7 0 5 */
4371 274,    /* OBJ_id_mod_cmc                   1 3 6 1 5 5 7 0 6 */
4372 275,    /* OBJ_id_mod_kea_profile_88        1 3 6 1 5 5 7 0 7 */
4373 276,    /* OBJ_id_mod_kea_profile_93        1 3 6 1 5 5 7 0 8 */
4374 277,    /* OBJ_id_mod_cmp                   1 3 6 1 5 5 7 0 9 */
4375 278,    /* OBJ_id_mod_qualified_cert_88     1 3 6 1 5 5 7 0 10 */
4376 279,    /* OBJ_id_mod_qualified_cert_93     1 3 6 1 5 5 7 0 11 */
4377 280,    /* OBJ_id_mod_attribute_cert        1 3 6 1 5 5 7 0 12 */
4378 281,    /* OBJ_id_mod_timestamp_protocol    1 3 6 1 5 5 7 0 13 */
4379 282,    /* OBJ_id_mod_ocsp                  1 3 6 1 5 5 7 0 14 */
4380 283,    /* OBJ_id_mod_dvcs                  1 3 6 1 5 5 7 0 15 */
4381 284,    /* OBJ_id_mod_cmp2000               1 3 6 1 5 5 7 0 16 */
4382 177,    /* OBJ_info_access                  1 3 6 1 5 5 7 1 1 */
4383 285,    /* OBJ_biometricInfo                1 3 6 1 5 5 7 1 2 */
4384 286,    /* OBJ_qcStatements                 1 3 6 1 5 5 7 1 3 */
4385 287,    /* OBJ_ac_auditEntity               1 3 6 1 5 5 7 1 4 */
4386 288,    /* OBJ_ac_targeting                 1 3 6 1 5 5 7 1 5 */
4387 289,    /* OBJ_aaControls                   1 3 6 1 5 5 7 1 6 */
4388 290,    /* OBJ_sbgp_ipAddrBlock             1 3 6 1 5 5 7 1 7 */
4389 291,    /* OBJ_sbgp_autonomousSysNum        1 3 6 1 5 5 7 1 8 */
4390 292,    /* OBJ_sbgp_routerIdentifier        1 3 6 1 5 5 7 1 9 */
4391 397,    /* OBJ_ac_proxying                  1 3 6 1 5 5 7 1 10 */
4392 398,    /* OBJ_sinfo_access                 1 3 6 1 5 5 7 1 11 */
4393 663,    /* OBJ_proxyCertInfo                1 3 6 1 5 5 7 1 14 */
4394 164,    /* OBJ_id_qt_cps                    1 3 6 1 5 5 7 2 1 */
4395 165,    /* OBJ_id_qt_unotice                1 3 6 1 5 5 7 2 2 */
4396 293,    /* OBJ_textNotice                   1 3 6 1 5 5 7 2 3 */
4397 129,    /* OBJ_server_auth                  1 3 6 1 5 5 7 3 1 */
4398 130,    /* OBJ_client_auth                  1 3 6 1 5 5 7 3 2 */
4399 131,    /* OBJ_code_sign                    1 3 6 1 5 5 7 3 3 */
4400 132,    /* OBJ_email_protect                1 3 6 1 5 5 7 3 4 */
4401 294,    /* OBJ_ipsecEndSystem               1 3 6 1 5 5 7 3 5 */
4402 295,    /* OBJ_ipsecTunnel                  1 3 6 1 5 5 7 3 6 */
4403 296,    /* OBJ_ipsecUser                    1 3 6 1 5 5 7 3 7 */
4404 133,    /* OBJ_time_stamp                   1 3 6 1 5 5 7 3 8 */
4405 180,    /* OBJ_OCSP_sign                    1 3 6 1 5 5 7 3 9 */
4406 297,    /* OBJ_dvcs                         1 3 6 1 5 5 7 3 10 */
4407 298,    /* OBJ_id_it_caProtEncCert          1 3 6 1 5 5 7 4 1 */
4408 299,    /* OBJ_id_it_signKeyPairTypes       1 3 6 1 5 5 7 4 2 */
4409 300,    /* OBJ_id_it_encKeyPairTypes        1 3 6 1 5 5 7 4 3 */
4410 301,    /* OBJ_id_it_preferredSymmAlg       1 3 6 1 5 5 7 4 4 */
4411 302,    /* OBJ_id_it_caKeyUpdateInfo        1 3 6 1 5 5 7 4 5 */
4412 303,    /* OBJ_id_it_currentCRL             1 3 6 1 5 5 7 4 6 */
4413 304,    /* OBJ_id_it_unsupportedOIDs        1 3 6 1 5 5 7 4 7 */
4414 305,    /* OBJ_id_it_subscriptionRequest    1 3 6 1 5 5 7 4 8 */
4415 306,    /* OBJ_id_it_subscriptionResponse   1 3 6 1 5 5 7 4 9 */
4416 307,    /* OBJ_id_it_keyPairParamReq        1 3 6 1 5 5 7 4 10 */
4417 308,    /* OBJ_id_it_keyPairParamRep        1 3 6 1 5 5 7 4 11 */
4418 309,    /* OBJ_id_it_revPassphrase          1 3 6 1 5 5 7 4 12 */
4419 310,    /* OBJ_id_it_implicitConfirm        1 3 6 1 5 5 7 4 13 */
4420 311,    /* OBJ_id_it_confirmWaitTime        1 3 6 1 5 5 7 4 14 */
4421 312,    /* OBJ_id_it_origPKIMessage         1 3 6 1 5 5 7 4 15 */
4422 784,    /* OBJ_id_it_suppLangTags           1 3 6 1 5 5 7 4 16 */
4423 313,    /* OBJ_id_regCtrl                   1 3 6 1 5 5 7 5 1 */
4424 314,    /* OBJ_id_regInfo                   1 3 6 1 5 5 7 5 2 */
4425 323,    /* OBJ_id_alg_des40                 1 3 6 1 5 5 7 6 1 */
4426 324,    /* OBJ_id_alg_noSignature           1 3 6 1 5 5 7 6 2 */
4427 325,    /* OBJ_id_alg_dh_sig_hmac_sha1      1 3 6 1 5 5 7 6 3 */
4428 326,    /* OBJ_id_alg_dh_pop                1 3 6 1 5 5 7 6 4 */
4429 327,    /* OBJ_id_cmc_statusInfo            1 3 6 1 5 5 7 7 1 */
4430 328,    /* OBJ_id_cmc_identification        1 3 6 1 5 5 7 7 2 */
4431 329,    /* OBJ_id_cmc_identityProof         1 3 6 1 5 5 7 7 3 */
4432 330,    /* OBJ_id_cmc_dataReturn            1 3 6 1 5 5 7 7 4 */
4433 331,    /* OBJ_id_cmc_transactionId         1 3 6 1 5 5 7 7 5 */
4434 332,    /* OBJ_id_cmc_senderNonce           1 3 6 1 5 5 7 7 6 */
4435 333,    /* OBJ_id_cmc_recipientNonce        1 3 6 1 5 5 7 7 7 */
4436 334,    /* OBJ_id_cmc_addExtensions         1 3 6 1 5 5 7 7 8 */
4437 335,    /* OBJ_id_cmc_encryptedPOP          1 3 6 1 5 5 7 7 9 */
4438 336,    /* OBJ_id_cmc_decryptedPOP          1 3 6 1 5 5 7 7 10 */
4439 337,    /* OBJ_id_cmc_lraPOPWitness         1 3 6 1 5 5 7 7 11 */
4440 338,    /* OBJ_id_cmc_getCert               1 3 6 1 5 5 7 7 15 */
4441 339,    /* OBJ_id_cmc_getCRL                1 3 6 1 5 5 7 7 16 */
4442 340,    /* OBJ_id_cmc_revokeRequest         1 3 6 1 5 5 7 7 17 */
4443 341,    /* OBJ_id_cmc_regInfo               1 3 6 1 5 5 7 7 18 */
4444 342,    /* OBJ_id_cmc_responseInfo          1 3 6 1 5 5 7 7 19 */
4445 343,    /* OBJ_id_cmc_queryPending          1 3 6 1 5 5 7 7 21 */
4446 344,    /* OBJ_id_cmc_popLinkRandom         1 3 6 1 5 5 7 7 22 */
4447 345,    /* OBJ_id_cmc_popLinkWitness        1 3 6 1 5 5 7 7 23 */
4448 346,    /* OBJ_id_cmc_confirmCertAcceptance 1 3 6 1 5 5 7 7 24 */
4449 347,    /* OBJ_id_on_personalData           1 3 6 1 5 5 7 8 1 */
4450 348,    /* OBJ_id_pda_dateOfBirth           1 3 6 1 5 5 7 9 1 */
4451 349,    /* OBJ_id_pda_placeOfBirth          1 3 6 1 5 5 7 9 2 */
4452 351,    /* OBJ_id_pda_gender                1 3 6 1 5 5 7 9 3 */
4453 352,    /* OBJ_id_pda_countryOfCitizenship  1 3 6 1 5 5 7 9 4 */
4454 353,    /* OBJ_id_pda_countryOfResidence    1 3 6 1 5 5 7 9 5 */
4455 354,    /* OBJ_id_aca_authenticationInfo    1 3 6 1 5 5 7 10 1 */
4456 355,    /* OBJ_id_aca_accessIdentity        1 3 6 1 5 5 7 10 2 */
4457 356,    /* OBJ_id_aca_chargingIdentity      1 3 6 1 5 5 7 10 3 */
4458 357,    /* OBJ_id_aca_group                 1 3 6 1 5 5 7 10 4 */
4459 358,    /* OBJ_id_aca_role                  1 3 6 1 5 5 7 10 5 */
4460 399,    /* OBJ_id_aca_encAttrs              1 3 6 1 5 5 7 10 6 */
4461 359,    /* OBJ_id_qcs_pkixQCSyntax_v1       1 3 6 1 5 5 7 11 1 */
4462 360,    /* OBJ_id_cct_crs                   1 3 6 1 5 5 7 12 1 */
4463 361,    /* OBJ_id_cct_PKIData               1 3 6 1 5 5 7 12 2 */
4464 362,    /* OBJ_id_cct_PKIResponse           1 3 6 1 5 5 7 12 3 */
4465 664,    /* OBJ_id_ppl_anyLanguage           1 3 6 1 5 5 7 21 0 */
4466 665,    /* OBJ_id_ppl_inheritAll            1 3 6 1 5 5 7 21 1 */
4467 667,    /* OBJ_Independent                  1 3 6 1 5 5 7 21 2 */
4468 178,    /* OBJ_ad_OCSP                      1 3 6 1 5 5 7 48 1 */
4469 179,    /* OBJ_ad_ca_issuers                1 3 6 1 5 5 7 48 2 */
4470 363,    /* OBJ_ad_timeStamping              1 3 6 1 5 5 7 48 3 */
4471 364,    /* OBJ_ad_dvcs                      1 3 6 1 5 5 7 48 4 */
4472 785,    /* OBJ_caRepository                 1 3 6 1 5 5 7 48 5 */
4473 780,    /* OBJ_hmac_md5                     1 3 6 1 5 5 8 1 1 */
4474 781,    /* OBJ_hmac_sha1                    1 3 6 1 5 5 8 1 2 */
4475 58,     /* OBJ_netscape_cert_extension      2 16 840 1 113730 1 */
4476 59,     /* OBJ_netscape_data_type           2 16 840 1 113730 2 */
4477 438,    /* OBJ_pilotAttributeType           0 9 2342 19200300 100 1 */
4478 439,    /* OBJ_pilotAttributeSyntax         0 9 2342 19200300 100 3 */
4479 440,    /* OBJ_pilotObjectClass             0 9 2342 19200300 100 4 */
4480 441,    /* OBJ_pilotGroups                  0 9 2342 19200300 100 10 */
4481 108,    /* OBJ_cast5_cbc                    1 2 840 113533 7 66 10 */
4482 112,    /* OBJ_pbeWithMD5AndCast5_CBC       1 2 840 113533 7 66 12 */
4483 782,    /* OBJ_id_PasswordBasedMAC          1 2 840 113533 7 66 13 */
4484 783,    /* OBJ_id_DHBasedMac                1 2 840 113533 7 66 30 */
4485  6,     /* OBJ_rsaEncryption                1 2 840 113549 1 1 1 */
4486  7,     /* OBJ_md2WithRSAEncryption         1 2 840 113549 1 1 2 */
4487 396,    /* OBJ_md4WithRSAEncryption         1 2 840 113549 1 1 3 */
4488  8,     /* OBJ_md5WithRSAEncryption         1 2 840 113549 1 1 4 */
4489 65,     /* OBJ_sha1WithRSAEncryption        1 2 840 113549 1 1 5 */
4490 644,    /* OBJ_rsaOAEPEncryptionSET         1 2 840 113549 1 1 6 */
4491 668,    /* OBJ_sha256WithRSAEncryption      1 2 840 113549 1 1 11 */
4492 669,    /* OBJ_sha384WithRSAEncryption      1 2 840 113549 1 1 12 */
4493 670,    /* OBJ_sha512WithRSAEncryption      1 2 840 113549 1 1 13 */
4494 671,    /* OBJ_sha224WithRSAEncryption      1 2 840 113549 1 1 14 */
4495 28,     /* OBJ_dhKeyAgreement               1 2 840 113549 1 3 1 */
4496  9,     /* OBJ_pbeWithMD2AndDES_CBC         1 2 840 113549 1 5 1 */
4497 10,     /* OBJ_pbeWithMD5AndDES_CBC         1 2 840 113549 1 5 3 */
4498 168,    /* OBJ_pbeWithMD2AndRC2_CBC         1 2 840 113549 1 5 4 */
4499 169,    /* OBJ_pbeWithMD5AndRC2_CBC         1 2 840 113549 1 5 6 */
4500 170,    /* OBJ_pbeWithSHA1AndDES_CBC        1 2 840 113549 1 5 10 */
4501 68,     /* OBJ_pbeWithSHA1AndRC2_CBC        1 2 840 113549 1 5 11 */
4502 69,     /* OBJ_id_pbkdf2                    1 2 840 113549 1 5 12 */
4503 161,    /* OBJ_pbes2                        1 2 840 113549 1 5 13 */
4504 162,    /* OBJ_pbmac1                       1 2 840 113549 1 5 14 */
4505 21,     /* OBJ_pkcs7_data                   1 2 840 113549 1 7 1 */
4506 22,     /* OBJ_pkcs7_signed                 1 2 840 113549 1 7 2 */
4507 23,     /* OBJ_pkcs7_enveloped              1 2 840 113549 1 7 3 */
4508 24,     /* OBJ_pkcs7_signedAndEnveloped     1 2 840 113549 1 7 4 */
4509 25,     /* OBJ_pkcs7_digest                 1 2 840 113549 1 7 5 */
4510 26,     /* OBJ_pkcs7_encrypted              1 2 840 113549 1 7 6 */
4511 48,     /* OBJ_pkcs9_emailAddress           1 2 840 113549 1 9 1 */
4512 49,     /* OBJ_pkcs9_unstructuredName       1 2 840 113549 1 9 2 */
4513 50,     /* OBJ_pkcs9_contentType            1 2 840 113549 1 9 3 */
4514 51,     /* OBJ_pkcs9_messageDigest          1 2 840 113549 1 9 4 */
4515 52,     /* OBJ_pkcs9_signingTime            1 2 840 113549 1 9 5 */
4516 53,     /* OBJ_pkcs9_countersignature       1 2 840 113549 1 9 6 */
4517 54,     /* OBJ_pkcs9_challengePassword      1 2 840 113549 1 9 7 */
4518 55,     /* OBJ_pkcs9_unstructuredAddress    1 2 840 113549 1 9 8 */
4519 56,     /* OBJ_pkcs9_extCertAttributes      1 2 840 113549 1 9 9 */
4520 172,    /* OBJ_ext_req                      1 2 840 113549 1 9 14 */
4521 167,    /* OBJ_SMIMECapabilities            1 2 840 113549 1 9 15 */
4522 188,    /* OBJ_SMIME                        1 2 840 113549 1 9 16 */
4523 156,    /* OBJ_friendlyName                 1 2 840 113549 1 9 20 */
4524 157,    /* OBJ_localKeyID                   1 2 840 113549 1 9 21 */
4525 681,    /* OBJ_X9_62_onBasis                1 2 840 10045 1 2 3 1 */
4526 682,    /* OBJ_X9_62_tpBasis                1 2 840 10045 1 2 3 2 */
4527 683,    /* OBJ_X9_62_ppBasis                1 2 840 10045 1 2 3 3 */
4528 417,    /* OBJ_ms_csp_name                  1 3 6 1 4 1 311 17 1 */
4529 390,    /* OBJ_dcObject                     1 3 6 1 4 1 1466 344 */
4530 91,     /* OBJ_bf_cbc                       1 3 6 1 4 1 3029 1 2 */
4531 315,    /* OBJ_id_regCtrl_regToken          1 3 6 1 5 5 7 5 1 1 */
4532 316,    /* OBJ_id_regCtrl_authenticator     1 3 6 1 5 5 7 5 1 2 */
4533 317,    /* OBJ_id_regCtrl_pkiPublicationInfo 1 3 6 1 5 5 7 5 1 3 */
4534 318,    /* OBJ_id_regCtrl_pkiArchiveOptions 1 3 6 1 5 5 7 5 1 4 */
4535 319,    /* OBJ_id_regCtrl_oldCertID         1 3 6 1 5 5 7 5 1 5 */
4536 320,    /* OBJ_id_regCtrl_protocolEncrKey   1 3 6 1 5 5 7 5 1 6 */
4537 321,    /* OBJ_id_regInfo_utf8Pairs         1 3 6 1 5 5 7 5 2 1 */
4538 322,    /* OBJ_id_regInfo_certReq           1 3 6 1 5 5 7 5 2 2 */
4539 365,    /* OBJ_id_pkix_OCSP_basic           1 3 6 1 5 5 7 48 1 1 */
4540 366,    /* OBJ_id_pkix_OCSP_Nonce           1 3 6 1 5 5 7 48 1 2 */
4541 367,    /* OBJ_id_pkix_OCSP_CrlID           1 3 6 1 5 5 7 48 1 3 */
4542 368,    /* OBJ_id_pkix_OCSP_acceptableResponses 1 3 6 1 5 5 7 48 1 4 */
4543 369,    /* OBJ_id_pkix_OCSP_noCheck         1 3 6 1 5 5 7 48 1 5 */
4544 370,    /* OBJ_id_pkix_OCSP_archiveCutoff   1 3 6 1 5 5 7 48 1 6 */
4545 371,    /* OBJ_id_pkix_OCSP_serviceLocator  1 3 6 1 5 5 7 48 1 7 */
4546 372,    /* OBJ_id_pkix_OCSP_extendedStatus  1 3 6 1 5 5 7 48 1 8 */
4547 373,    /* OBJ_id_pkix_OCSP_valid           1 3 6 1 5 5 7 48 1 9 */
4548 374,    /* OBJ_id_pkix_OCSP_path            1 3 6 1 5 5 7 48 1 10 */
4549 375,    /* OBJ_id_pkix_OCSP_trustRoot       1 3 6 1 5 5 7 48 1 11 */
4550 418,    /* OBJ_aes_128_ecb                  2 16 840 1 101 3 4 1 1 */
4551 419,    /* OBJ_aes_128_cbc                  2 16 840 1 101 3 4 1 2 */
4552 420,    /* OBJ_aes_128_ofb128               2 16 840 1 101 3 4 1 3 */
4553 421,    /* OBJ_aes_128_cfb128               2 16 840 1 101 3 4 1 4 */
4554 422,    /* OBJ_aes_192_ecb                  2 16 840 1 101 3 4 1 21 */
4555 423,    /* OBJ_aes_192_cbc                  2 16 840 1 101 3 4 1 22 */
4556 424,    /* OBJ_aes_192_ofb128               2 16 840 1 101 3 4 1 23 */
4557 425,    /* OBJ_aes_192_cfb128               2 16 840 1 101 3 4 1 24 */
4558 426,    /* OBJ_aes_256_ecb                  2 16 840 1 101 3 4 1 41 */
4559 427,    /* OBJ_aes_256_cbc                  2 16 840 1 101 3 4 1 42 */
4560 428,    /* OBJ_aes_256_ofb128               2 16 840 1 101 3 4 1 43 */
4561 429,    /* OBJ_aes_256_cfb128               2 16 840 1 101 3 4 1 44 */
4562 672,    /* OBJ_sha256                       2 16 840 1 101 3 4 2 1 */
4563 673,    /* OBJ_sha384                       2 16 840 1 101 3 4 2 2 */
4564 674,    /* OBJ_sha512                       2 16 840 1 101 3 4 2 3 */
4565 675,    /* OBJ_sha224                       2 16 840 1 101 3 4 2 4 */
4566 797,    /* OBJ_dsa_with_SHA224              2 16 840 1 101 3 4 3 1 */
4567 798,    /* OBJ_dsa_with_SHA256              2 16 840 1 101 3 4 3 2 */
4568 71,     /* OBJ_netscape_cert_type           2 16 840 1 113730 1 1 */
4569 72,     /* OBJ_netscape_base_url            2 16 840 1 113730 1 2 */
4570 73,     /* OBJ_netscape_revocation_url      2 16 840 1 113730 1 3 */
4571 74,     /* OBJ_netscape_ca_revocation_url   2 16 840 1 113730 1 4 */
4572 75,     /* OBJ_netscape_renewal_url         2 16 840 1 113730 1 7 */
4573 76,     /* OBJ_netscape_ca_policy_url       2 16 840 1 113730 1 8 */
4574 77,     /* OBJ_netscape_ssl_server_name     2 16 840 1 113730 1 12 */
4575 78,     /* OBJ_netscape_comment             2 16 840 1 113730 1 13 */
4576 79,     /* OBJ_netscape_cert_sequence       2 16 840 1 113730 2 5 */
4577 139,    /* OBJ_ns_sgc                       2 16 840 1 113730 4 1 */
4578 458,    /* OBJ_userId                       0 9 2342 19200300 100 1 1 */
4579 459,    /* OBJ_textEncodedORAddress         0 9 2342 19200300 100 1 2 */
4580 460,    /* OBJ_rfc822Mailbox                0 9 2342 19200300 100 1 3 */
4581 461,    /* OBJ_info                         0 9 2342 19200300 100 1 4 */
4582 462,    /* OBJ_favouriteDrink               0 9 2342 19200300 100 1 5 */
4583 463,    /* OBJ_roomNumber                   0 9 2342 19200300 100 1 6 */
4584 464,    /* OBJ_photo                        0 9 2342 19200300 100 1 7 */
4585 465,    /* OBJ_userClass                    0 9 2342 19200300 100 1 8 */
4586 466,    /* OBJ_host                         0 9 2342 19200300 100 1 9 */
4587 467,    /* OBJ_manager                      0 9 2342 19200300 100 1 10 */
4588 468,    /* OBJ_documentIdentifier           0 9 2342 19200300 100 1 11 */
4589 469,    /* OBJ_documentTitle                0 9 2342 19200300 100 1 12 */
4590 470,    /* OBJ_documentVersion              0 9 2342 19200300 100 1 13 */
4591 471,    /* OBJ_documentAuthor               0 9 2342 19200300 100 1 14 */
4592 472,    /* OBJ_documentLocation             0 9 2342 19200300 100 1 15 */
4593 473,    /* OBJ_homeTelephoneNumber          0 9 2342 19200300 100 1 20 */
4594 474,    /* OBJ_secretary                    0 9 2342 19200300 100 1 21 */
4595 475,    /* OBJ_otherMailbox                 0 9 2342 19200300 100 1 22 */
4596 476,    /* OBJ_lastModifiedTime             0 9 2342 19200300 100 1 23 */
4597 477,    /* OBJ_lastModifiedBy               0 9 2342 19200300 100 1 24 */
4598 391,    /* OBJ_domainComponent              0 9 2342 19200300 100 1 25 */
4599 478,    /* OBJ_aRecord                      0 9 2342 19200300 100 1 26 */
4600 479,    /* OBJ_pilotAttributeType27         0 9 2342 19200300 100 1 27 */
4601 480,    /* OBJ_mXRecord                     0 9 2342 19200300 100 1 28 */
4602 481,    /* OBJ_nSRecord                     0 9 2342 19200300 100 1 29 */
4603 482,    /* OBJ_sOARecord                    0 9 2342 19200300 100 1 30 */
4604 483,    /* OBJ_cNAMERecord                  0 9 2342 19200300 100 1 31 */
4605 484,    /* OBJ_associatedDomain             0 9 2342 19200300 100 1 37 */
4606 485,    /* OBJ_associatedName               0 9 2342 19200300 100 1 38 */
4607 486,    /* OBJ_homePostalAddress            0 9 2342 19200300 100 1 39 */
4608 487,    /* OBJ_personalTitle                0 9 2342 19200300 100 1 40 */
4609 488,    /* OBJ_mobileTelephoneNumber        0 9 2342 19200300 100 1 41 */
4610 489,    /* OBJ_pagerTelephoneNumber         0 9 2342 19200300 100 1 42 */
4611 490,    /* OBJ_friendlyCountryName          0 9 2342 19200300 100 1 43 */
4612 491,    /* OBJ_organizationalStatus         0 9 2342 19200300 100 1 45 */
4613 492,    /* OBJ_janetMailbox                 0 9 2342 19200300 100 1 46 */
4614 493,    /* OBJ_mailPreferenceOption         0 9 2342 19200300 100 1 47 */
4615 494,    /* OBJ_buildingName                 0 9 2342 19200300 100 1 48 */
4616 495,    /* OBJ_dSAQuality                   0 9 2342 19200300 100 1 49 */
4617 496,    /* OBJ_singleLevelQuality           0 9 2342 19200300 100 1 50 */
4618 497,    /* OBJ_subtreeMinimumQuality        0 9 2342 19200300 100 1 51 */
4619 498,    /* OBJ_subtreeMaximumQuality        0 9 2342 19200300 100 1 52 */
4620 499,    /* OBJ_personalSignature            0 9 2342 19200300 100 1 53 */
4621 500,    /* OBJ_dITRedirect                  0 9 2342 19200300 100 1 54 */
4622 501,    /* OBJ_audio                        0 9 2342 19200300 100 1 55 */
4623 502,    /* OBJ_documentPublisher            0 9 2342 19200300 100 1 56 */
4624 442,    /* OBJ_iA5StringSyntax              0 9 2342 19200300 100 3 4 */
4625 443,    /* OBJ_caseIgnoreIA5StringSyntax    0 9 2342 19200300 100 3 5 */
4626 444,    /* OBJ_pilotObject                  0 9 2342 19200300 100 4 3 */
4627 445,    /* OBJ_pilotPerson                  0 9 2342 19200300 100 4 4 */
4628 446,    /* OBJ_account                      0 9 2342 19200300 100 4 5 */
4629 447,    /* OBJ_document                     0 9 2342 19200300 100 4 6 */
4630 448,    /* OBJ_room                         0 9 2342 19200300 100 4 7 */
4631 449,    /* OBJ_documentSeries               0 9 2342 19200300 100 4 9 */
4632 392,    /* OBJ_Domain                       0 9 2342 19200300 100 4 13 */
4633 450,    /* OBJ_rFC822localPart              0 9 2342 19200300 100 4 14 */
4634 451,    /* OBJ_dNSDomain                    0 9 2342 19200300 100 4 15 */
4635 452,    /* OBJ_domainRelatedObject          0 9 2342 19200300 100 4 17 */
4636 453,    /* OBJ_friendlyCountry              0 9 2342 19200300 100 4 18 */
4637 454,    /* OBJ_simpleSecurityObject         0 9 2342 19200300 100 4 19 */
4638 455,    /* OBJ_pilotOrganization            0 9 2342 19200300 100 4 20 */
4639 456,    /* OBJ_pilotDSA                     0 9 2342 19200300 100 4 21 */
4640 457,    /* OBJ_qualityLabelledData          0 9 2342 19200300 100 4 22 */
4641 189,    /* OBJ_id_smime_mod                 1 2 840 113549 1 9 16 0 */
4642 190,    /* OBJ_id_smime_ct                  1 2 840 113549 1 9 16 1 */
4643 191,    /* OBJ_id_smime_aa                  1 2 840 113549 1 9 16 2 */
4644 192,    /* OBJ_id_smime_alg                 1 2 840 113549 1 9 16 3 */
4645 193,    /* OBJ_id_smime_cd                  1 2 840 113549 1 9 16 4 */
4646 194,    /* OBJ_id_smime_spq                 1 2 840 113549 1 9 16 5 */
4647 195,    /* OBJ_id_smime_cti                 1 2 840 113549 1 9 16 6 */
4648 158,    /* OBJ_x509Certificate              1 2 840 113549 1 9 22 1 */
4649 159,    /* OBJ_sdsiCertificate              1 2 840 113549 1 9 22 2 */
4650 160,    /* OBJ_x509Crl                      1 2 840 113549 1 9 23 1 */
4651 144,    /* OBJ_pbe_WithSHA1And128BitRC4     1 2 840 113549 1 12 1 1 */
4652 145,    /* OBJ_pbe_WithSHA1And40BitRC4      1 2 840 113549 1 12 1 2 */
4653 146,    /* OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC 1 2 840 113549 1 12 1 3 */
4654 147,    /* OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC 1 2 840 113549 1 12 1 4 */
4655 148,    /* OBJ_pbe_WithSHA1And128BitRC2_CBC 1 2 840 113549 1 12 1 5 */
4656 149,    /* OBJ_pbe_WithSHA1And40BitRC2_CBC  1 2 840 113549 1 12 1 6 */
4657 171,    /* OBJ_ms_ext_req                   1 3 6 1 4 1 311 2 1 14 */
4658 134,    /* OBJ_ms_code_ind                  1 3 6 1 4 1 311 2 1 21 */
4659 135,    /* OBJ_ms_code_com                  1 3 6 1 4 1 311 2 1 22 */
4660 136,    /* OBJ_ms_ctl_sign                  1 3 6 1 4 1 311 10 3 1 */
4661 137,    /* OBJ_ms_sgc                       1 3 6 1 4 1 311 10 3 3 */
4662 138,    /* OBJ_ms_efs                       1 3 6 1 4 1 311 10 3 4 */
4663 648,    /* OBJ_ms_smartcard_login           1 3 6 1 4 1 311 20 2 2 */
4664 649,    /* OBJ_ms_upn                       1 3 6 1 4 1 311 20 2 3 */
4665 751,    /* OBJ_camellia_128_cbc             1 2 392 200011 61 1 1 1 2 */
4666 752,    /* OBJ_camellia_192_cbc             1 2 392 200011 61 1 1 1 3 */
4667 753,    /* OBJ_camellia_256_cbc             1 2 392 200011 61 1 1 1 4 */
4668 196,    /* OBJ_id_smime_mod_cms             1 2 840 113549 1 9 16 0 1 */
4669 197,    /* OBJ_id_smime_mod_ess             1 2 840 113549 1 9 16 0 2 */
4670 198,    /* OBJ_id_smime_mod_oid             1 2 840 113549 1 9 16 0 3 */
4671 199,    /* OBJ_id_smime_mod_msg_v3          1 2 840 113549 1 9 16 0 4 */
4672 200,    /* OBJ_id_smime_mod_ets_eSignature_88 1 2 840 113549 1 9 16 0 5 */
4673 201,    /* OBJ_id_smime_mod_ets_eSignature_97 1 2 840 113549 1 9 16 0 6 */
4674 202,    /* OBJ_id_smime_mod_ets_eSigPolicy_88 1 2 840 113549 1 9 16 0 7 */
4675 203,    /* OBJ_id_smime_mod_ets_eSigPolicy_97 1 2 840 113549 1 9 16 0 8 */
4676 204,    /* OBJ_id_smime_ct_receipt          1 2 840 113549 1 9 16 1 1 */
4677 205,    /* OBJ_id_smime_ct_authData         1 2 840 113549 1 9 16 1 2 */
4678 206,    /* OBJ_id_smime_ct_publishCert      1 2 840 113549 1 9 16 1 3 */
4679 207,    /* OBJ_id_smime_ct_TSTInfo          1 2 840 113549 1 9 16 1 4 */
4680 208,    /* OBJ_id_smime_ct_TDTInfo          1 2 840 113549 1 9 16 1 5 */
4681 209,    /* OBJ_id_smime_ct_contentInfo      1 2 840 113549 1 9 16 1 6 */
4682 210,    /* OBJ_id_smime_ct_DVCSRequestData  1 2 840 113549 1 9 16 1 7 */
4683 211,    /* OBJ_id_smime_ct_DVCSResponseData 1 2 840 113549 1 9 16 1 8 */
4684 212,    /* OBJ_id_smime_aa_receiptRequest   1 2 840 113549 1 9 16 2 1 */
4685 213,    /* OBJ_id_smime_aa_securityLabel    1 2 840 113549 1 9 16 2 2 */
4686 214,    /* OBJ_id_smime_aa_mlExpandHistory  1 2 840 113549 1 9 16 2 3 */
4687 215,    /* OBJ_id_smime_aa_contentHint      1 2 840 113549 1 9 16 2 4 */
4688 216,    /* OBJ_id_smime_aa_msgSigDigest     1 2 840 113549 1 9 16 2 5 */
4689 217,    /* OBJ_id_smime_aa_encapContentType 1 2 840 113549 1 9 16 2 6 */
4690 218,    /* OBJ_id_smime_aa_contentIdentifier 1 2 840 113549 1 9 16 2 7 */
4691 219,    /* OBJ_id_smime_aa_macValue         1 2 840 113549 1 9 16 2 8 */
4692 220,    /* OBJ_id_smime_aa_equivalentLabels 1 2 840 113549 1 9 16 2 9 */
4693 221,    /* OBJ_id_smime_aa_contentReference 1 2 840 113549 1 9 16 2 10 */
4694 222,    /* OBJ_id_smime_aa_encrypKeyPref    1 2 840 113549 1 9 16 2 11 */
4695 223,    /* OBJ_id_smime_aa_signingCertificate 1 2 840 113549 1 9 16 2 12 */
4696 224,    /* OBJ_id_smime_aa_smimeEncryptCerts 1 2 840 113549 1 9 16 2 13 */
4697 225,    /* OBJ_id_smime_aa_timeStampToken   1 2 840 113549 1 9 16 2 14 */
4698 226,    /* OBJ_id_smime_aa_ets_sigPolicyId  1 2 840 113549 1 9 16 2 15 */
4699 227,    /* OBJ_id_smime_aa_ets_commitmentType 1 2 840 113549 1 9 16 2 16 */
4700 228,    /* OBJ_id_smime_aa_ets_signerLocation 1 2 840 113549 1 9 16 2 17 */
4701 229,    /* OBJ_id_smime_aa_ets_signerAttr   1 2 840 113549 1 9 16 2 18 */
4702 230,    /* OBJ_id_smime_aa_ets_otherSigCert 1 2 840 113549 1 9 16 2 19 */
4703 231,    /* OBJ_id_smime_aa_ets_contentTimestamp 1 2 840 113549 1 9 16 2 20 */
4704 232,    /* OBJ_id_smime_aa_ets_CertificateRefs 1 2 840 113549 1 9 16 2 21 */
4705 233,    /* OBJ_id_smime_aa_ets_RevocationRefs 1 2 840 113549 1 9 16 2 22 */
4706 234,    /* OBJ_id_smime_aa_ets_certValues   1 2 840 113549 1 9 16 2 23 */
4707 235,    /* OBJ_id_smime_aa_ets_revocationValues 1 2 840 113549 1 9 16 2 24 */
4708 236,    /* OBJ_id_smime_aa_ets_escTimeStamp 1 2 840 113549 1 9 16 2 25 */
4709 237,    /* OBJ_id_smime_aa_ets_certCRLTimestamp 1 2 840 113549 1 9 16 2 26 */
4710 238,    /* OBJ_id_smime_aa_ets_archiveTimeStamp 1 2 840 113549 1 9 16 2 27 */
4711 239,    /* OBJ_id_smime_aa_signatureType    1 2 840 113549 1 9 16 2 28 */
4712 240,    /* OBJ_id_smime_aa_dvcs_dvc         1 2 840 113549 1 9 16 2 29 */
4713 241,    /* OBJ_id_smime_alg_ESDHwith3DES    1 2 840 113549 1 9 16 3 1 */
4714 242,    /* OBJ_id_smime_alg_ESDHwithRC2     1 2 840 113549 1 9 16 3 2 */
4715 243,    /* OBJ_id_smime_alg_3DESwrap        1 2 840 113549 1 9 16 3 3 */
4716 244,    /* OBJ_id_smime_alg_RC2wrap         1 2 840 113549 1 9 16 3 4 */
4717 245,    /* OBJ_id_smime_alg_ESDH            1 2 840 113549 1 9 16 3 5 */
4718 246,    /* OBJ_id_smime_alg_CMS3DESwrap     1 2 840 113549 1 9 16 3 6 */
4719 247,    /* OBJ_id_smime_alg_CMSRC2wrap      1 2 840 113549 1 9 16 3 7 */
4720 248,    /* OBJ_id_smime_cd_ldap             1 2 840 113549 1 9 16 4 1 */
4721 249,    /* OBJ_id_smime_spq_ets_sqt_uri     1 2 840 113549 1 9 16 5 1 */
4722 250,    /* OBJ_id_smime_spq_ets_sqt_unotice 1 2 840 113549 1 9 16 5 2 */
4723 251,    /* OBJ_id_smime_cti_ets_proofOfOrigin 1 2 840 113549 1 9 16 6 1 */
4724 252,    /* OBJ_id_smime_cti_ets_proofOfReceipt 1 2 840 113549 1 9 16 6 2 */
4725 253,    /* OBJ_id_smime_cti_ets_proofOfDelivery 1 2 840 113549 1 9 16 6 3 */
4726 254,    /* OBJ_id_smime_cti_ets_proofOfSender 1 2 840 113549 1 9 16 6 4 */
4727 255,    /* OBJ_id_smime_cti_ets_proofOfApproval 1 2 840 113549 1 9 16 6 5 */
4728 256,    /* OBJ_id_smime_cti_ets_proofOfCreation 1 2 840 113549 1 9 16 6 6 */
4729 150,    /* OBJ_keyBag                       1 2 840 113549 1 12 10 1 1 */
4730 151,    /* OBJ_pkcs8ShroudedKeyBag          1 2 840 113549 1 12 10 1 2 */
4731 152,    /* OBJ_certBag                      1 2 840 113549 1 12 10 1 3 */
4732 153,    /* OBJ_crlBag                       1 2 840 113549 1 12 10 1 4 */
4733 154,    /* OBJ_secretBag                    1 2 840 113549 1 12 10 1 5 */
4734 155,    /* OBJ_safeContentsBag              1 2 840 113549 1 12 10 1 6 */
4735 34,     /* OBJ_idea_cbc                     1 3 6 1 4 1 188 7 1 1 2 */
4736 };
4737