summaryrefslogtreecommitdiff
path: root/src/libstrongswan/asn1/oid.c
blob: f9eb26d1d80cba95ed58ec7075cbed3cb80ecd71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
/* List of some useful object identifiers (OIDs)
 * Copyright (C) 2003-2008 Andreas Steffen, Hochschule fuer Technik Rapperswil
 * 
 * This file has been automatically generated by the script oid.pl
 * Do not edit manually!
 */

#include <stdlib.h>

#include "oid.h"

const oid_t oid_names[] = {
  {0x02,                       7, 1, "ITU-T Administration"      },  /*   0 */
  {  0x82,                     0, 1, ""                          },  /*   1 */
  {    0x06,                   0, 1, "Germany ITU-T member"      },  /*   2 */
  {      0x01,                 0, 1, "Deutsche Telekom AG"       },  /*   3 */
  {        0x0A,               0, 1, ""                          },  /*   4 */
  {          0x07,             0, 1, ""                          },  /*   5 */
  {            0x14,           0, 0, "ND"                        },  /*   6 */
  {0x09,                      18, 1, "data"                      },  /*   7 */
  {  0x92,                     0, 1, ""                          },  /*   8 */
  {    0x26,                   0, 1, ""                          },  /*   9 */
  {      0x89,                 0, 1, ""                          },  /*  10 */
  {        0x93,               0, 1, ""                          },  /*  11 */
  {          0xF2,             0, 1, ""                          },  /*  12 */
  {            0x2C,           0, 1, ""                          },  /*  13 */
  {              0x64,         0, 1, "pilot"                     },  /*  14 */
  {                0x01,       0, 1, "pilotAttributeType"        },  /*  15 */
  {                  0x01,    17, 0, "UID"                       },  /*  16 */
  {                  0x19,     0, 0, "DC"                        },  /*  17 */
  {0x55,                      52, 1, "X.500"                     },  /*  18 */
  {  0x04,                    36, 1, "X.509"                     },  /*  19 */
  {    0x03,                  21, 0, "CN"                        },  /*  20 */
  {    0x04,                  22, 0, "S"                         },  /*  21 */
  {    0x05,                  23, 0, "SN"                        },  /*  22 */
  {    0x06,                  24, 0, "C"                         },  /*  23 */
  {    0x07,                  25, 0, "L"                         },  /*  24 */
  {    0x08,                  26, 0, "ST"                        },  /*  25 */
  {    0x0A,                  27, 0, "O"                         },  /*  26 */
  {    0x0B,                  28, 0, "OU"                        },  /*  27 */
  {    0x0C,                  29, 0, "T"                         },  /*  28 */
  {    0x0D,                  30, 0, "D"                         },  /*  29 */
  {    0x24,                  31, 0, "userCertificate"           },  /*  30 */
  {    0x29,                  32, 0, "N"                         },  /*  31 */
  {    0x2A,                  33, 0, "G"                         },  /*  32 */
  {    0x2B,                  34, 0, "I"                         },  /*  33 */
  {    0x2D,                  35, 0, "ID"                        },  /*  34 */
  {    0x48,                   0, 0, "role"                      },  /*  35 */
  {  0x1D,                     0, 1, "id-ce"                     },  /*  36 */
  {    0x09,                  38, 0, "subjectDirectoryAttrs"     },  /*  37 */
  {    0x0E,                  39, 0, "subjectKeyIdentifier"      },  /*  38 */
  {    0x0F,                  40, 0, "keyUsage"                  },  /*  39 */
  {    0x10,                  41, 0, "privateKeyUsagePeriod"     },  /*  40 */
  {    0x11,                  42, 0, "subjectAltName"            },  /*  41 */
  {    0x12,                  43, 0, "issuerAltName"             },  /*  42 */
  {    0x13,                  44, 0, "basicConstraints"          },  /*  43 */
  {    0x14,                  45, 0, "crlNumber"                 },  /*  44 */
  {    0x15,                  46, 0, "reasonCode"                },  /*  45 */
  {    0x1F,                  47, 0, "crlDistributionPoints"     },  /*  46 */
  {    0x20,                  48, 0, "certificatePolicies"       },  /*  47 */
  {    0x23,                  49, 0, "authorityKeyIdentifier"    },  /*  48 */
  {    0x25,                  50, 0, "extendedKeyUsage"          },  /*  49 */
  {    0x37,                  51, 0, "targetInformation"         },  /*  50 */
  {    0x38,                   0, 0, "noRevAvail"                },  /*  51 */
  {0x2A,                     131, 1, ""                          },  /*  52 */
  {  0x86,                     0, 1, ""                          },  /*  53 */
  {    0x48,                   0, 1, ""                          },  /*  54 */
  {      0x86,                95, 1, ""                          },  /*  55 */
  {        0xF6,              61, 1, ""                          },  /*  56 */
  {          0x7D,             0, 1, "NortelNetworks"            },  /*  57 */
  {            0x07,           0, 1, "Entrust"                   },  /*  58 */
  {              0x41,         0, 1, "nsn-ce"                    },  /*  59 */
  {                0x00,       0, 0, "entrustVersInfo"           },  /*  60 */
  {        0xF7,               0, 1, ""                          },  /*  61 */
  {          0x0D,             0, 1, "RSADSI"                    },  /*  62 */
  {            0x01,          90, 1, "PKCS"                      },  /*  63 */
  {              0x01,        72, 1, "PKCS-1"                    },  /*  64 */
  {                0x01,      66, 0, "rsaEncryption"             },  /*  65 */
  {                0x02,      67, 0, "md2WithRSAEncryption"      },  /*  66 */
  {                0x04,      68, 0, "md5WithRSAEncryption"      },  /*  67 */
  {                0x05,      69, 0, "sha-1WithRSAEncryption"    },  /*  68 */
  {                0x0B,      70, 0, "sha256WithRSAEncryption"   },  /*  69 */
  {                0x0C,      71, 0, "sha384WithRSAEncryption"   },  /*  70 */
  {                0x0D,       0, 0, "sha512WithRSAEncryption"   },  /*  71 */
  {              0x07,        79, 1, "PKCS-7"                    },  /*  72 */
  {                0x01,      74, 0, "data"                      },  /*  73 */
  {                0x02,      75, 0, "signedData"                },  /*  74 */
  {                0x03,      76, 0, "envelopedData"             },  /*  75 */
  {                0x04,      77, 0, "signedAndEnvelopedData"    },  /*  76 */
  {                0x05,      78, 0, "digestedData"              },  /*  77 */
  {                0x06,       0, 0, "encryptedData"             },  /*  78 */
  {              0x09,         0, 1, "PKCS-9"                    },  /*  79 */
  {                0x01,      81, 0, "E"                         },  /*  80 */
  {                0x02,      82, 0, "unstructuredName"          },  /*  81 */
  {                0x03,      83, 0, "contentType"               },  /*  82 */
  {                0x04,      84, 0, "messageDigest"             },  /*  83 */
  {                0x05,      85, 0, "signingTime"               },  /*  84 */
  {                0x06,      86, 0, "counterSignature"          },  /*  85 */
  {                0x07,      87, 0, "challengePassword"         },  /*  86 */
  {                0x08,      88, 0, "unstructuredAddress"       },  /*  87 */
  {                0x0E,      89, 0, "extensionRequest"          },  /*  88 */
  {                0x0F,       0, 0, "S/MIME Capabilities"       },  /*  89 */
  {            0x02,          93, 1, "digestAlgorithm"           },  /*  90 */
  {              0x02,        92, 0, "md2"                       },  /*  91 */
  {              0x05,         0, 0, "md5"                       },  /*  92 */
  {            0x03,           0, 1, "encryptionAlgorithm"       },  /*  93 */
  {              0x07,         0, 0, "3des-ede-cbc"              },  /*  94 */
  {      0xCE,                 0, 1, ""                          },  /*  95 */
  {        0x3D,               0, 1, "ansi-X9-62"                },  /*  96 */
  {          0x02,            99, 1, "id-publicKeyType"          },  /*  97 */
  {            0x01,           0, 0, "id-ecPublicKey"            },  /*  98 */
  {          0x03,           129, 1, "ellipticCurve"             },  /*  99 */
  {            0x00,         121, 1, "c-TwoCurve"                },  /* 100 */
  {              0x01,       102, 0, "c2pnb163v1"                },  /* 101 */
  {              0x02,       103, 0, "c2pnb163v2"                },  /* 102 */
  {              0x03,       104, 0, "c2pnb163v3"                },  /* 103 */
  {              0x04,       105, 0, "c2pnb176w1"                },  /* 104 */
  {              0x05,       106, 0, "c2tnb191v1"                },  /* 105 */
  {              0x06,       107, 0, "c2tnb191v2"                },  /* 106 */
  {              0x07,       108, 0, "c2tnb191v3"                },  /* 107 */
  {              0x08,       109, 0, "c2onb191v4"                },  /* 108 */
  {              0x09,       110, 0, "c2onb191v5"                },  /* 109 */
  {              0x0A,       111, 0, "c2pnb208w1"                },  /* 110 */
  {              0x0B,       112, 0, "c2tnb239v1"                },  /* 111 */
  {              0x0C,       113, 0, "c2tnb239v2"                },  /* 112 */
  {              0x0D,       114, 0, "c2tnb239v3"                },  /* 113 */
  {              0x0E,       115, 0, "c2onb239v4"                },  /* 114 */
  {              0x0F,       116, 0, "c2onb239v5"                },  /* 115 */
  {              0x10,       117, 0, "c2pnb272w1"                },  /* 116 */
  {              0x11,       118, 0, "c2pnb304w1"                },  /* 117 */
  {              0x12,       119, 0, "c2tnb359v1"                },  /* 118 */
  {              0x13,       120, 0, "c2pnb368w1"                },  /* 119 */
  {              0x14,         0, 0, "c2tnb431r1"                },  /* 120 */
  {            0x01,           0, 1, "primeCurve"                },  /* 121 */
  {              0x01,       123, 0, "prime192v1"                },  /* 122 */
  {              0x02,       124, 0, "prime192v2"                },  /* 123 */
  {              0x03,       125, 0, "prime192v3"                },  /* 124 */
  {              0x04,       126, 0, "prime239v1"                },  /* 125 */
  {              0x05,       127, 0, "prime239v2"                },  /* 126 */
  {              0x06,       128, 0, "prime239v3"                },  /* 127 */
  {              0x07,         0, 0, "prime256v1"                },  /* 128 */
  {          0x04,             0, 1, "id-ecSigType"              },  /* 129 */
  {            0x01,           0, 0, "ecdsa-with-SHA1"           },  /* 130 */
  {0x2B,                     231, 1, ""                          },  /* 131 */
  {  0x06,                   184, 1, "dod"                       },  /* 132 */
  {    0x01,                   0, 1, "internet"                  },  /* 133 */
  {      0x04,               152, 1, "private"                   },  /* 134 */
  {        0x01,               0, 1, "enterprise"                },  /* 135 */
  {          0x82,           145, 1, ""                          },  /* 136 */
  {            0x37,           0, 1, "Microsoft"                 },  /* 137 */
  {              0x0A,       142, 1, ""                          },  /* 138 */
  {                0x03,       0, 1, ""                          },  /* 139 */
  {                  0x03,   141, 0, "msSGC"                     },  /* 140 */
  {                  0x04,     0, 0, "msEncryptingFileSystem"    },  /* 141 */
  {              0x14,         0, 1, "msEnrollmentInfrastructure"},  /* 142 */
  {                0x02,       0, 1, "msCertificateTypeExtension"},  /* 143 */
  {                  0x02,     0, 0, "msSmartcardLogon"          },  /* 144 */
  {          0x89,             0, 1, ""                          },  /* 145 */
  {            0x31,           0, 1, ""                          },  /* 146 */
  {              0x01,         0, 1, ""                          },  /* 147 */
  {                0x01,       0, 1, ""                          },  /* 148 */
  {                  0x02,     0, 1, ""                          },  /* 149 */
  {                    0x02, 151, 0, ""                          },  /* 150 */
  {                    0x4B,   0, 0, "TCGID"                     },  /* 151 */
  {      0x05,                 0, 1, "security"                  },  /* 152 */
  {        0x05,               0, 1, "mechanisms"                },  /* 153 */
  {          0x07,             0, 1, "id-pkix"                   },  /* 154 */
  {            0x01,         157, 1, "id-pe"                     },  /* 155 */
  {              0x01,         0, 0, "authorityInfoAccess"       },  /* 156 */
  {            0x03,         167, 1, "id-kp"                     },  /* 157 */
  {              0x01,       159, 0, "serverAuth"                },  /* 158 */
  {              0x02,       160, 0, "clientAuth"                },  /* 159 */
  {              0x03,       161, 0, "codeSigning"               },  /* 160 */
  {              0x04,       162, 0, "emailProtection"           },  /* 161 */
  {              0x05,       163, 0, "ipsecEndSystem"            },  /* 162 */
  {              0x06,       164, 0, "ipsecTunnel"               },  /* 163 */
  {              0x07,       165, 0, "ipsecUser"                 },  /* 164 */
  {              0x08,       166, 0, "timeStamping"              },  /* 165 */
  {              0x09,         0, 0, "ocspSigning"               },  /* 166 */
  {            0x08,         169, 1, "id-otherNames"             },  /* 167 */
  {              0x05,         0, 0, "xmppAddr"                  },  /* 168 */
  {            0x0A,         174, 1, "id-aca"                    },  /* 169 */
  {              0x01,       171, 0, "authenticationInfo"        },  /* 170 */
  {              0x02,       172, 0, "accessIdentity"            },  /* 171 */
  {              0x03,       173, 0, "chargingIdentity"          },  /* 172 */
  {              0x04,         0, 0, "group"                     },  /* 173 */
  {            0x30,           0, 1, "id-ad"                     },  /* 174 */
  {              0x01,       183, 1, "ocsp"                      },  /* 175 */
  {                0x01,     177, 0, "basic"                     },  /* 176 */
  {                0x02,     178, 0, "nonce"                     },  /* 177 */
  {                0x03,     179, 0, "crl"                       },  /* 178 */
  {                0x04,     180, 0, "response"                  },  /* 179 */
  {                0x05,     181, 0, "noCheck"                   },  /* 180 */
  {                0x06,     182, 0, "archiveCutoff"             },  /* 181 */
  {                0x07,       0, 0, "serviceLocator"            },  /* 182 */
  {              0x02,         0, 0, "caIssuers"                 },  /* 183 */
  {  0x0E,                   190, 1, "oiw"                       },  /* 184 */
  {    0x03,                   0, 1, "secsig"                    },  /* 185 */
  {      0x02,                 0, 1, "algorithms"                },  /* 186 */
  {        0x07,             188, 0, "des-cbc"                   },  /* 187 */
  {        0x1A,             189, 0, "sha-1"                     },  /* 188 */
  {        0x1D,               0, 0, "sha-1WithRSASignature"     },  /* 189 */
  {  0x24,                   197, 1, "TeleTrusT"                 },  /* 190 */
  {    0x03,                   0, 1, "algorithm"                 },  /* 191 */
  {      0x03,                 0, 1, "signatureAlgorithm"        },  /* 192 */
  {        0x01,               0, 1, "rsaSignature"              },  /* 193 */
  {          0x02,           195, 0, "rsaSigWithripemd160"       },  /* 194 */
  {          0x03,           196, 0, "rsaSigWithripemd128"       },  /* 195 */
  {          0x04,             0, 0, "rsaSigWithripemd256"       },  /* 196 */
  {  0x81,                     0, 1, ""                          },  /* 197 */
  {    0x04,                   0, 1, "Certicom"                  },  /* 198 */
  {      0x00,                 0, 1, "curve"                     },  /* 199 */
  {        0x01,             201, 0, "sect163k1"                 },  /* 200 */
  {        0x02,             202, 0, "sect163r1"                 },  /* 201 */
  {        0x03,             203, 0, "sect239k1"                 },  /* 202 */
  {        0x04,             204, 0, "sect113r1"                 },  /* 203 */
  {        0x05,             205, 0, "sect113r2"                 },  /* 204 */
  {        0x06,             206, 0, "secp112r1"                 },  /* 205 */
  {        0x07,             207, 0, "secp112r2"                 },  /* 206 */
  {        0x08,             208, 0, "secp160r1"                 },  /* 207 */
  {        0x09,             209, 0, "secp160k1"                 },  /* 208 */
  {        0x0A,             210, 0, "secp256k1"                 },  /* 209 */
  {        0x0F,             211, 0, "sect163r2"                 },  /* 210 */
  {        0x10,             212, 0, "sect283k1"                 },  /* 211 */
  {        0x11,             213, 0, "sect283r1"                 },  /* 212 */
  {        0x16,             214, 0, "sect131r1"                 },  /* 213 */
  {        0x17,             215, 0, "sect131r2"                 },  /* 214 */
  {        0x18,             216, 0, "sect193r1"                 },  /* 215 */
  {        0x19,             217, 0, "sect193r2"                 },  /* 216 */
  {        0x1A,             218, 0, "sect233k1"                 },  /* 217 */
  {        0x1B,             219, 0, "sect233r1"                 },  /* 218 */
  {        0x1C,             220, 0, "secp128r1"                 },  /* 219 */
  {        0x1D,             221, 0, "secp128r2"                 },  /* 220 */
  {        0x1E,             222, 0, "secp160r2"                 },  /* 221 */
  {        0x1F,             223, 0, "secp192k1"                 },  /* 222 */
  {        0x20,             224, 0, "secp224k1"                 },  /* 223 */
  {        0x21,             225, 0, "secp224r1"                 },  /* 224 */
  {        0x22,             226, 0, "secp384r1"                 },  /* 225 */
  {        0x23,             227, 0, "secp521r1"                 },  /* 226 */
  {        0x24,             228, 0, "sect409k1"                 },  /* 227 */
  {        0x25,             229, 0, "sect409r1"                 },  /* 228 */
  {        0x26,             230, 0, "sect571k1"                 },  /* 229 */
  {        0x27,               0, 0, "sect571r1"                 },  /* 230 */
  {0x60,                       0, 1, ""                          },  /* 231 */
  {  0x86,                     0, 1, ""                          },  /* 232 */
  {    0x48,                   0, 1, ""                          },  /* 233 */
  {      0x01,                 0, 1, "organization"              },  /* 234 */
  {        0x65,             242, 1, "gov"                       },  /* 235 */
  {          0x03,             0, 1, "csor"                      },  /* 236 */
  {            0x04,           0, 1, "nistalgorithm"             },  /* 237 */
  {              0x02,         0, 1, "hashalgs"                  },  /* 238 */
  {                0x01,     240, 0, "id-SHA-256"                },  /* 239 */
  {                0x02,     241, 0, "id-SHA-384"                },  /* 240 */
  {                0x03,       0, 0, "id-SHA-512"                },  /* 241 */
  {        0x86,               0, 1, ""                          },  /* 242 */
  {          0xf8,             0, 1, ""                          },  /* 243 */
  {            0x42,         256, 1, "netscape"                  },  /* 244 */
  {              0x01,       251, 1, ""                          },  /* 245 */
  {                0x01,     247, 0, "nsCertType"                },  /* 246 */
  {                0x03,     248, 0, "nsRevocationUrl"           },  /* 247 */
  {                0x04,     249, 0, "nsCaRevocationUrl"         },  /* 248 */
  {                0x08,     250, 0, "nsCaPolicyUrl"             },  /* 249 */
  {                0x0d,       0, 0, "nsComment"                 },  /* 250 */
  {              0x03,       254, 1, "directory"                 },  /* 251 */
  {                0x01,       0, 1, ""                          },  /* 252 */
  {                  0x03,     0, 0, "employeeNumber"            },  /* 253 */
  {              0x04,         0, 1, "policy"                    },  /* 254 */
  {                0x01,       0, 0, "nsSGC"                     },  /* 255 */
  {            0x45,           0, 1, "verisign"                  },  /* 256 */
  {              0x01,         0, 1, "pki"                       },  /* 257 */
  {                0x09,       0, 1, "attributes"                },  /* 258 */
  {                  0x02,   260, 0, "messageType"               },  /* 259 */
  {                  0x03,   261, 0, "pkiStatus"                 },  /* 260 */
  {                  0x04,   262, 0, "failInfo"                  },  /* 261 */
  {                  0x05,   263, 0, "senderNonce"               },  /* 262 */
  {                  0x06,   264, 0, "recipientNonce"            },  /* 263 */
  {                  0x07,   265, 0, "transID"                   },  /* 264 */
  {                  0x08,     0, 0, "extensionReq"              }   /* 265 */
};