mbed TLS v2.7.16
oid.h
Go to the documentation of this file.
1 
6 /*
7  * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
8  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9  *
10  * This file is provided under the Apache License 2.0, or the
11  * GNU General Public License v2.0 or later.
12  *
13  * **********
14  * Apache License 2.0:
15  *
16  * Licensed under the Apache License, Version 2.0 (the "License"); you may
17  * not use this file except in compliance with the License.
18  * You may obtain a copy of the License at
19  *
20  * http://www.apache.org/licenses/LICENSE-2.0
21  *
22  * Unless required by applicable law or agreed to in writing, software
23  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
24  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25  * See the License for the specific language governing permissions and
26  * limitations under the License.
27  *
28  * **********
29  *
30  * **********
31  * GNU General Public License v2.0 or later:
32  *
33  * This program is free software; you can redistribute it and/or modify
34  * it under the terms of the GNU General Public License as published by
35  * the Free Software Foundation; either version 2 of the License, or
36  * (at your option) any later version.
37  *
38  * This program is distributed in the hope that it will be useful,
39  * but WITHOUT ANY WARRANTY; without even the implied warranty of
40  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41  * GNU General Public License for more details.
42  *
43  * You should have received a copy of the GNU General Public License along
44  * with this program; if not, write to the Free Software Foundation, Inc.,
45  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
46  *
47  * **********
48  *
49  * This file is part of mbed TLS (https://tls.mbed.org)
50  */
51 #ifndef MBEDTLS_OID_H
52 #define MBEDTLS_OID_H
53 
54 #if !defined(MBEDTLS_CONFIG_FILE)
55 #include "config.h"
56 #else
57 #include MBEDTLS_CONFIG_FILE
58 #endif
59 
60 #include "asn1.h"
61 #include "pk.h"
62 
63 #include <stddef.h>
64 
65 #if defined(MBEDTLS_CIPHER_C)
66 #include "cipher.h"
67 #endif
68 
69 #if defined(MBEDTLS_MD_C)
70 #include "md.h"
71 #endif
72 
73 #if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C)
74 #include "x509.h"
75 #endif
76 
77 #define MBEDTLS_ERR_OID_NOT_FOUND -0x002E
78 #define MBEDTLS_ERR_OID_BUF_TOO_SMALL -0x000B
80 /*
81  * Top level OID tuples
82  */
83 #define MBEDTLS_OID_ISO_MEMBER_BODIES "\x2a" /* {iso(1) member-body(2)} */
84 #define MBEDTLS_OID_ISO_IDENTIFIED_ORG "\x2b" /* {iso(1) identified-organization(3)} */
85 #define MBEDTLS_OID_ISO_CCITT_DS "\x55" /* {joint-iso-ccitt(2) ds(5)} */
86 #define MBEDTLS_OID_ISO_ITU_COUNTRY "\x60" /* {joint-iso-itu-t(2) country(16)} */
87 
88 /*
89  * ISO Member bodies OID parts
90  */
91 #define MBEDTLS_OID_COUNTRY_US "\x86\x48" /* {us(840)} */
92 #define MBEDTLS_OID_ORG_RSA_DATA_SECURITY "\x86\xf7\x0d" /* {rsadsi(113549)} */
93 #define MBEDTLS_OID_RSA_COMPANY MBEDTLS_OID_ISO_MEMBER_BODIES MBEDTLS_OID_COUNTRY_US \
94  MBEDTLS_OID_ORG_RSA_DATA_SECURITY /* {iso(1) member-body(2) us(840) rsadsi(113549)} */
95 #define MBEDTLS_OID_ORG_ANSI_X9_62 "\xce\x3d" /* ansi-X9-62(10045) */
96 #define MBEDTLS_OID_ANSI_X9_62 MBEDTLS_OID_ISO_MEMBER_BODIES MBEDTLS_OID_COUNTRY_US \
97  MBEDTLS_OID_ORG_ANSI_X9_62
98 
99 /*
100  * ISO Identified organization OID parts
101  */
102 #define MBEDTLS_OID_ORG_DOD "\x06" /* {dod(6)} */
103 #define MBEDTLS_OID_ORG_OIW "\x0e"
104 #define MBEDTLS_OID_OIW_SECSIG MBEDTLS_OID_ORG_OIW "\x03"
105 #define MBEDTLS_OID_OIW_SECSIG_ALG MBEDTLS_OID_OIW_SECSIG "\x02"
106 #define MBEDTLS_OID_OIW_SECSIG_SHA1 MBEDTLS_OID_OIW_SECSIG_ALG "\x1a"
107 #define MBEDTLS_OID_ORG_CERTICOM "\x81\x04" /* certicom(132) */
108 #define MBEDTLS_OID_CERTICOM MBEDTLS_OID_ISO_IDENTIFIED_ORG MBEDTLS_OID_ORG_CERTICOM
109 #define MBEDTLS_OID_ORG_TELETRUST "\x24" /* teletrust(36) */
110 #define MBEDTLS_OID_TELETRUST MBEDTLS_OID_ISO_IDENTIFIED_ORG MBEDTLS_OID_ORG_TELETRUST
111 
112 /*
113  * ISO ITU OID parts
114  */
115 #define MBEDTLS_OID_ORGANIZATION "\x01" /* {organization(1)} */
116 #define MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ISO_ITU_COUNTRY MBEDTLS_OID_COUNTRY_US MBEDTLS_OID_ORGANIZATION /* {joint-iso-itu-t(2) country(16) us(840) organization(1)} */
117 
118 #define MBEDTLS_OID_ORG_GOV "\x65" /* {gov(101)} */
119 #define MBEDTLS_OID_GOV MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_GOV /* {joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101)} */
120 
121 #define MBEDTLS_OID_ORG_NETSCAPE "\x86\xF8\x42" /* {netscape(113730)} */
122 #define MBEDTLS_OID_NETSCAPE MBEDTLS_OID_ISO_ITU_US_ORG MBEDTLS_OID_ORG_NETSCAPE /* Netscape OID {joint-iso-itu-t(2) country(16) us(840) organization(1) netscape(113730)} */
123 
124 /* ISO arc for standard certificate and CRL extensions */
125 #define MBEDTLS_OID_ID_CE MBEDTLS_OID_ISO_CCITT_DS "\x1D"
132 #define MBEDTLS_OID_PKIX MBEDTLS_OID_ISO_IDENTIFIED_ORG MBEDTLS_OID_ORG_DOD "\x01\x05\x05\x07"
133 
134 /*
135  * Arc for standard naming attributes
136  */
137 #define MBEDTLS_OID_AT MBEDTLS_OID_ISO_CCITT_DS "\x04"
138 #define MBEDTLS_OID_AT_CN MBEDTLS_OID_AT "\x03"
139 #define MBEDTLS_OID_AT_SUR_NAME MBEDTLS_OID_AT "\x04"
140 #define MBEDTLS_OID_AT_SERIAL_NUMBER MBEDTLS_OID_AT "\x05"
141 #define MBEDTLS_OID_AT_COUNTRY MBEDTLS_OID_AT "\x06"
142 #define MBEDTLS_OID_AT_LOCALITY MBEDTLS_OID_AT "\x07"
143 #define MBEDTLS_OID_AT_STATE MBEDTLS_OID_AT "\x08"
144 #define MBEDTLS_OID_AT_ORGANIZATION MBEDTLS_OID_AT "\x0A"
145 #define MBEDTLS_OID_AT_ORG_UNIT MBEDTLS_OID_AT "\x0B"
146 #define MBEDTLS_OID_AT_TITLE MBEDTLS_OID_AT "\x0C"
147 #define MBEDTLS_OID_AT_POSTAL_ADDRESS MBEDTLS_OID_AT "\x10"
148 #define MBEDTLS_OID_AT_POSTAL_CODE MBEDTLS_OID_AT "\x11"
149 #define MBEDTLS_OID_AT_GIVEN_NAME MBEDTLS_OID_AT "\x2A"
150 #define MBEDTLS_OID_AT_INITIALS MBEDTLS_OID_AT "\x2B"
151 #define MBEDTLS_OID_AT_GENERATION_QUALIFIER MBEDTLS_OID_AT "\x2C"
152 #define MBEDTLS_OID_AT_UNIQUE_IDENTIFIER MBEDTLS_OID_AT "\x2D"
153 #define MBEDTLS_OID_AT_DN_QUALIFIER MBEDTLS_OID_AT "\x2E"
154 #define MBEDTLS_OID_AT_PSEUDONYM MBEDTLS_OID_AT "\x41"
156 #define MBEDTLS_OID_DOMAIN_COMPONENT "\x09\x92\x26\x89\x93\xF2\x2C\x64\x01\x19"
158 /*
159  * OIDs for standard certificate extensions
160  */
161 #define MBEDTLS_OID_AUTHORITY_KEY_IDENTIFIER MBEDTLS_OID_ID_CE "\x23"
162 #define MBEDTLS_OID_SUBJECT_KEY_IDENTIFIER MBEDTLS_OID_ID_CE "\x0E"
163 #define MBEDTLS_OID_KEY_USAGE MBEDTLS_OID_ID_CE "\x0F"
164 #define MBEDTLS_OID_CERTIFICATE_POLICIES MBEDTLS_OID_ID_CE "\x20"
165 #define MBEDTLS_OID_POLICY_MAPPINGS MBEDTLS_OID_ID_CE "\x21"
166 #define MBEDTLS_OID_SUBJECT_ALT_NAME MBEDTLS_OID_ID_CE "\x11"
167 #define MBEDTLS_OID_ISSUER_ALT_NAME MBEDTLS_OID_ID_CE "\x12"
168 #define MBEDTLS_OID_SUBJECT_DIRECTORY_ATTRS MBEDTLS_OID_ID_CE "\x09"
169 #define MBEDTLS_OID_BASIC_CONSTRAINTS MBEDTLS_OID_ID_CE "\x13"
170 #define MBEDTLS_OID_NAME_CONSTRAINTS MBEDTLS_OID_ID_CE "\x1E"
171 #define MBEDTLS_OID_POLICY_CONSTRAINTS MBEDTLS_OID_ID_CE "\x24"
172 #define MBEDTLS_OID_EXTENDED_KEY_USAGE MBEDTLS_OID_ID_CE "\x25"
173 #define MBEDTLS_OID_CRL_DISTRIBUTION_POINTS MBEDTLS_OID_ID_CE "\x1F"
174 #define MBEDTLS_OID_INIHIBIT_ANYPOLICY MBEDTLS_OID_ID_CE "\x36"
175 #define MBEDTLS_OID_FRESHEST_CRL MBEDTLS_OID_ID_CE "\x2E"
177 /*
178  * Netscape certificate extensions
179  */
180 #define MBEDTLS_OID_NS_CERT MBEDTLS_OID_NETSCAPE "\x01"
181 #define MBEDTLS_OID_NS_CERT_TYPE MBEDTLS_OID_NS_CERT "\x01"
182 #define MBEDTLS_OID_NS_BASE_URL MBEDTLS_OID_NS_CERT "\x02"
183 #define MBEDTLS_OID_NS_REVOCATION_URL MBEDTLS_OID_NS_CERT "\x03"
184 #define MBEDTLS_OID_NS_CA_REVOCATION_URL MBEDTLS_OID_NS_CERT "\x04"
185 #define MBEDTLS_OID_NS_RENEWAL_URL MBEDTLS_OID_NS_CERT "\x07"
186 #define MBEDTLS_OID_NS_CA_POLICY_URL MBEDTLS_OID_NS_CERT "\x08"
187 #define MBEDTLS_OID_NS_SSL_SERVER_NAME MBEDTLS_OID_NS_CERT "\x0C"
188 #define MBEDTLS_OID_NS_COMMENT MBEDTLS_OID_NS_CERT "\x0D"
189 #define MBEDTLS_OID_NS_DATA_TYPE MBEDTLS_OID_NETSCAPE "\x02"
190 #define MBEDTLS_OID_NS_CERT_SEQUENCE MBEDTLS_OID_NS_DATA_TYPE "\x05"
191 
192 /*
193  * OIDs for CRL extensions
194  */
195 #define MBEDTLS_OID_PRIVATE_KEY_USAGE_PERIOD MBEDTLS_OID_ID_CE "\x10"
196 #define MBEDTLS_OID_CRL_NUMBER MBEDTLS_OID_ID_CE "\x14"
198 /*
199  * X.509 v3 Extended key usage OIDs
200  */
201 #define MBEDTLS_OID_ANY_EXTENDED_KEY_USAGE MBEDTLS_OID_EXTENDED_KEY_USAGE "\x00"
203 #define MBEDTLS_OID_KP MBEDTLS_OID_PKIX "\x03"
204 #define MBEDTLS_OID_SERVER_AUTH MBEDTLS_OID_KP "\x01"
205 #define MBEDTLS_OID_CLIENT_AUTH MBEDTLS_OID_KP "\x02"
206 #define MBEDTLS_OID_CODE_SIGNING MBEDTLS_OID_KP "\x03"
207 #define MBEDTLS_OID_EMAIL_PROTECTION MBEDTLS_OID_KP "\x04"
208 #define MBEDTLS_OID_TIME_STAMPING MBEDTLS_OID_KP "\x08"
209 #define MBEDTLS_OID_OCSP_SIGNING MBEDTLS_OID_KP "\x09"
211 /*
212  * PKCS definition OIDs
213  */
214 
215 #define MBEDTLS_OID_PKCS MBEDTLS_OID_RSA_COMPANY "\x01"
216 #define MBEDTLS_OID_PKCS1 MBEDTLS_OID_PKCS "\x01"
217 #define MBEDTLS_OID_PKCS5 MBEDTLS_OID_PKCS "\x05"
218 #define MBEDTLS_OID_PKCS9 MBEDTLS_OID_PKCS "\x09"
219 #define MBEDTLS_OID_PKCS12 MBEDTLS_OID_PKCS "\x0c"
221 /*
222  * PKCS#1 OIDs
223  */
224 #define MBEDTLS_OID_PKCS1_RSA MBEDTLS_OID_PKCS1 "\x01"
225 #define MBEDTLS_OID_PKCS1_MD2 MBEDTLS_OID_PKCS1 "\x02"
226 #define MBEDTLS_OID_PKCS1_MD4 MBEDTLS_OID_PKCS1 "\x03"
227 #define MBEDTLS_OID_PKCS1_MD5 MBEDTLS_OID_PKCS1 "\x04"
228 #define MBEDTLS_OID_PKCS1_SHA1 MBEDTLS_OID_PKCS1 "\x05"
229 #define MBEDTLS_OID_PKCS1_SHA224 MBEDTLS_OID_PKCS1 "\x0e"
230 #define MBEDTLS_OID_PKCS1_SHA256 MBEDTLS_OID_PKCS1 "\x0b"
231 #define MBEDTLS_OID_PKCS1_SHA384 MBEDTLS_OID_PKCS1 "\x0c"
232 #define MBEDTLS_OID_PKCS1_SHA512 MBEDTLS_OID_PKCS1 "\x0d"
234 #define MBEDTLS_OID_RSA_SHA_OBS "\x2B\x0E\x03\x02\x1D"
235 
236 #define MBEDTLS_OID_PKCS9_EMAIL MBEDTLS_OID_PKCS9 "\x01"
238 /* RFC 4055 */
239 #define MBEDTLS_OID_RSASSA_PSS MBEDTLS_OID_PKCS1 "\x0a"
240 #define MBEDTLS_OID_MGF1 MBEDTLS_OID_PKCS1 "\x08"
242 /*
243  * Digest algorithms
244  */
245 #define MBEDTLS_OID_DIGEST_ALG_MD2 MBEDTLS_OID_RSA_COMPANY "\x02\x02"
246 #define MBEDTLS_OID_DIGEST_ALG_MD4 MBEDTLS_OID_RSA_COMPANY "\x02\x04"
247 #define MBEDTLS_OID_DIGEST_ALG_MD5 MBEDTLS_OID_RSA_COMPANY "\x02\x05"
248 #define MBEDTLS_OID_DIGEST_ALG_SHA1 MBEDTLS_OID_ISO_IDENTIFIED_ORG MBEDTLS_OID_OIW_SECSIG_SHA1
249 #define MBEDTLS_OID_DIGEST_ALG_SHA224 MBEDTLS_OID_GOV "\x03\x04\x02\x04"
250 #define MBEDTLS_OID_DIGEST_ALG_SHA256 MBEDTLS_OID_GOV "\x03\x04\x02\x01"
252 #define MBEDTLS_OID_DIGEST_ALG_SHA384 MBEDTLS_OID_GOV "\x03\x04\x02\x02"
254 #define MBEDTLS_OID_DIGEST_ALG_SHA512 MBEDTLS_OID_GOV "\x03\x04\x02\x03"
256 #define MBEDTLS_OID_HMAC_SHA1 MBEDTLS_OID_RSA_COMPANY "\x02\x07"
258 #define MBEDTLS_OID_HMAC_SHA224 MBEDTLS_OID_RSA_COMPANY "\x02\x08"
260 #define MBEDTLS_OID_HMAC_SHA256 MBEDTLS_OID_RSA_COMPANY "\x02\x09"
262 #define MBEDTLS_OID_HMAC_SHA384 MBEDTLS_OID_RSA_COMPANY "\x02\x0A"
264 #define MBEDTLS_OID_HMAC_SHA512 MBEDTLS_OID_RSA_COMPANY "\x02\x0B"
266 /*
267  * Encryption algorithms
268  */
269 #define MBEDTLS_OID_DES_CBC MBEDTLS_OID_ISO_IDENTIFIED_ORG MBEDTLS_OID_OIW_SECSIG_ALG "\x07"
270 #define MBEDTLS_OID_DES_EDE3_CBC MBEDTLS_OID_RSA_COMPANY "\x03\x07"
272 /*
273  * PKCS#5 OIDs
274  */
275 #define MBEDTLS_OID_PKCS5_PBKDF2 MBEDTLS_OID_PKCS5 "\x0c"
276 #define MBEDTLS_OID_PKCS5_PBES2 MBEDTLS_OID_PKCS5 "\x0d"
277 #define MBEDTLS_OID_PKCS5_PBMAC1 MBEDTLS_OID_PKCS5 "\x0e"
279 /*
280  * PKCS#5 PBES1 algorithms
281  */
282 #define MBEDTLS_OID_PKCS5_PBE_MD2_DES_CBC MBEDTLS_OID_PKCS5 "\x01"
283 #define MBEDTLS_OID_PKCS5_PBE_MD2_RC2_CBC MBEDTLS_OID_PKCS5 "\x04"
284 #define MBEDTLS_OID_PKCS5_PBE_MD5_DES_CBC MBEDTLS_OID_PKCS5 "\x03"
285 #define MBEDTLS_OID_PKCS5_PBE_MD5_RC2_CBC MBEDTLS_OID_PKCS5 "\x06"
286 #define MBEDTLS_OID_PKCS5_PBE_SHA1_DES_CBC MBEDTLS_OID_PKCS5 "\x0a"
287 #define MBEDTLS_OID_PKCS5_PBE_SHA1_RC2_CBC MBEDTLS_OID_PKCS5 "\x0b"
289 /*
290  * PKCS#8 OIDs
291  */
292 #define MBEDTLS_OID_PKCS9_CSR_EXT_REQ MBEDTLS_OID_PKCS9 "\x0e"
294 /*
295  * PKCS#12 PBE OIDs
296  */
297 #define MBEDTLS_OID_PKCS12_PBE MBEDTLS_OID_PKCS12 "\x01"
299 #define MBEDTLS_OID_PKCS12_PBE_SHA1_RC4_128 MBEDTLS_OID_PKCS12_PBE "\x01"
300 #define MBEDTLS_OID_PKCS12_PBE_SHA1_RC4_40 MBEDTLS_OID_PKCS12_PBE "\x02"
301 #define MBEDTLS_OID_PKCS12_PBE_SHA1_DES3_EDE_CBC MBEDTLS_OID_PKCS12_PBE "\x03"
302 #define MBEDTLS_OID_PKCS12_PBE_SHA1_DES2_EDE_CBC MBEDTLS_OID_PKCS12_PBE "\x04"
303 #define MBEDTLS_OID_PKCS12_PBE_SHA1_RC2_128_CBC MBEDTLS_OID_PKCS12_PBE "\x05"
304 #define MBEDTLS_OID_PKCS12_PBE_SHA1_RC2_40_CBC MBEDTLS_OID_PKCS12_PBE "\x06"
306 /*
307  * EC key algorithms from RFC 5480
308  */
309 
310 /* id-ecPublicKey OBJECT IDENTIFIER ::= {
311  * iso(1) member-body(2) us(840) ansi-X9-62(10045) keyType(2) 1 } */
312 #define MBEDTLS_OID_EC_ALG_UNRESTRICTED MBEDTLS_OID_ANSI_X9_62 "\x02\01"
313 
314 /* id-ecDH OBJECT IDENTIFIER ::= {
315  * iso(1) identified-organization(3) certicom(132)
316  * schemes(1) ecdh(12) } */
317 #define MBEDTLS_OID_EC_ALG_ECDH MBEDTLS_OID_CERTICOM "\x01\x0c"
318 
319 /*
320  * ECParameters namedCurve identifiers, from RFC 5480, RFC 5639, and SEC2
321  */
322 
323 /* secp192r1 OBJECT IDENTIFIER ::= {
324  * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 1 } */
325 #define MBEDTLS_OID_EC_GRP_SECP192R1 MBEDTLS_OID_ANSI_X9_62 "\x03\x01\x01"
326 
327 /* secp224r1 OBJECT IDENTIFIER ::= {
328  * iso(1) identified-organization(3) certicom(132) curve(0) 33 } */
329 #define MBEDTLS_OID_EC_GRP_SECP224R1 MBEDTLS_OID_CERTICOM "\x00\x21"
330 
331 /* secp256r1 OBJECT IDENTIFIER ::= {
332  * iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3) prime(1) 7 } */
333 #define MBEDTLS_OID_EC_GRP_SECP256R1 MBEDTLS_OID_ANSI_X9_62 "\x03\x01\x07"
334 
335 /* secp384r1 OBJECT IDENTIFIER ::= {
336  * iso(1) identified-organization(3) certicom(132) curve(0) 34 } */
337 #define MBEDTLS_OID_EC_GRP_SECP384R1 MBEDTLS_OID_CERTICOM "\x00\x22"
338 
339 /* secp521r1 OBJECT IDENTIFIER ::= {
340  * iso(1) identified-organization(3) certicom(132) curve(0) 35 } */
341 #define MBEDTLS_OID_EC_GRP_SECP521R1 MBEDTLS_OID_CERTICOM "\x00\x23"
342 
343 /* secp192k1 OBJECT IDENTIFIER ::= {
344  * iso(1) identified-organization(3) certicom(132) curve(0) 31 } */
345 #define MBEDTLS_OID_EC_GRP_SECP192K1 MBEDTLS_OID_CERTICOM "\x00\x1f"
346 
347 /* secp224k1 OBJECT IDENTIFIER ::= {
348  * iso(1) identified-organization(3) certicom(132) curve(0) 32 } */
349 #define MBEDTLS_OID_EC_GRP_SECP224K1 MBEDTLS_OID_CERTICOM "\x00\x20"
350 
351 /* secp256k1 OBJECT IDENTIFIER ::= {
352  * iso(1) identified-organization(3) certicom(132) curve(0) 10 } */
353 #define MBEDTLS_OID_EC_GRP_SECP256K1 MBEDTLS_OID_CERTICOM "\x00\x0a"
354 
355 /* RFC 5639 4.1
356  * ecStdCurvesAndGeneration OBJECT IDENTIFIER::= {iso(1)
357  * identified-organization(3) teletrust(36) algorithm(3) signature-
358  * algorithm(3) ecSign(2) 8}
359  * ellipticCurve OBJECT IDENTIFIER ::= {ecStdCurvesAndGeneration 1}
360  * versionOne OBJECT IDENTIFIER ::= {ellipticCurve 1} */
361 #define MBEDTLS_OID_EC_BRAINPOOL_V1 MBEDTLS_OID_TELETRUST "\x03\x03\x02\x08\x01\x01"
362 
363 /* brainpoolP256r1 OBJECT IDENTIFIER ::= {versionOne 7} */
364 #define MBEDTLS_OID_EC_GRP_BP256R1 MBEDTLS_OID_EC_BRAINPOOL_V1 "\x07"
365 
366 /* brainpoolP384r1 OBJECT IDENTIFIER ::= {versionOne 11} */
367 #define MBEDTLS_OID_EC_GRP_BP384R1 MBEDTLS_OID_EC_BRAINPOOL_V1 "\x0B"
368 
369 /* brainpoolP512r1 OBJECT IDENTIFIER ::= {versionOne 13} */
370 #define MBEDTLS_OID_EC_GRP_BP512R1 MBEDTLS_OID_EC_BRAINPOOL_V1 "\x0D"
371 
372 /*
373  * SEC1 C.1
374  *
375  * prime-field OBJECT IDENTIFIER ::= { id-fieldType 1 }
376  * id-fieldType OBJECT IDENTIFIER ::= { ansi-X9-62 fieldType(1)}
377  */
378 #define MBEDTLS_OID_ANSI_X9_62_FIELD_TYPE MBEDTLS_OID_ANSI_X9_62 "\x01"
379 #define MBEDTLS_OID_ANSI_X9_62_PRIME_FIELD MBEDTLS_OID_ANSI_X9_62_FIELD_TYPE "\x01"
380 
381 /*
382  * ECDSA signature identifiers, from RFC 5480
383  */
384 #define MBEDTLS_OID_ANSI_X9_62_SIG MBEDTLS_OID_ANSI_X9_62 "\x04" /* signatures(4) */
385 #define MBEDTLS_OID_ANSI_X9_62_SIG_SHA2 MBEDTLS_OID_ANSI_X9_62_SIG "\x03" /* ecdsa-with-SHA2(3) */
386 
387 /* ecdsa-with-SHA1 OBJECT IDENTIFIER ::= {
388  * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4) 1 } */
389 #define MBEDTLS_OID_ECDSA_SHA1 MBEDTLS_OID_ANSI_X9_62_SIG "\x01"
390 
391 /* ecdsa-with-SHA224 OBJECT IDENTIFIER ::= {
392  * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
393  * ecdsa-with-SHA2(3) 1 } */
394 #define MBEDTLS_OID_ECDSA_SHA224 MBEDTLS_OID_ANSI_X9_62_SIG_SHA2 "\x01"
395 
396 /* ecdsa-with-SHA256 OBJECT IDENTIFIER ::= {
397  * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
398  * ecdsa-with-SHA2(3) 2 } */
399 #define MBEDTLS_OID_ECDSA_SHA256 MBEDTLS_OID_ANSI_X9_62_SIG_SHA2 "\x02"
400 
401 /* ecdsa-with-SHA384 OBJECT IDENTIFIER ::= {
402  * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
403  * ecdsa-with-SHA2(3) 3 } */
404 #define MBEDTLS_OID_ECDSA_SHA384 MBEDTLS_OID_ANSI_X9_62_SIG_SHA2 "\x03"
405 
406 /* ecdsa-with-SHA512 OBJECT IDENTIFIER ::= {
407  * iso(1) member-body(2) us(840) ansi-X9-62(10045) signatures(4)
408  * ecdsa-with-SHA2(3) 4 } */
409 #define MBEDTLS_OID_ECDSA_SHA512 MBEDTLS_OID_ANSI_X9_62_SIG_SHA2 "\x04"
410 
411 #ifdef __cplusplus
412 extern "C" {
413 #endif
414 
418 typedef struct {
419  const char *asn1;
420  size_t asn1_len;
421  const char *name;
422  const char *description;
424 
436 int mbedtls_oid_get_numeric_string( char *buf, size_t size, const mbedtls_asn1_buf *oid );
437 
438 #if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C)
439 
447 int mbedtls_oid_get_x509_ext_type( const mbedtls_asn1_buf *oid, int *ext_type );
448 #endif
449 
459 int mbedtls_oid_get_attr_short_name( const mbedtls_asn1_buf *oid, const char **short_name );
460 
470 
481  const char **oid, size_t *olen );
482 
483 #if defined(MBEDTLS_ECP_C)
484 
493 
504  const char **oid, size_t *olen );
505 #endif /* MBEDTLS_ECP_C */
506 
507 #if defined(MBEDTLS_MD_C)
508 
518  mbedtls_md_type_t *md_alg, mbedtls_pk_type_t *pk_alg );
519 
528 int mbedtls_oid_get_sig_alg_desc( const mbedtls_asn1_buf *oid, const char **desc );
529 
541  const char **oid, size_t *olen );
542 
552 
562 #endif /* MBEDTLS_MD_C */
563 
572 int mbedtls_oid_get_extended_key_usage( const mbedtls_asn1_buf *oid, const char **desc );
573 
583 int mbedtls_oid_get_oid_by_md( mbedtls_md_type_t md_alg, const char **oid, size_t *olen );
584 
585 #if defined(MBEDTLS_CIPHER_C)
586 
595 #endif /* MBEDTLS_CIPHER_C */
596 
597 #if defined(MBEDTLS_PKCS12_C)
598 
609  mbedtls_cipher_type_t *cipher_alg );
610 #endif /* MBEDTLS_PKCS12_C */
611 
612 #ifdef __cplusplus
613 }
614 #endif
615 
616 #endif /* oid.h */
int mbedtls_oid_get_x509_ext_type(const mbedtls_asn1_buf *oid, int *ext_type)
Translate an X.509 extension OID into local values.
const char * name
Definition: oid.h:421
#define md_hmac
Definition: compat-1.3.h:2052
int mbedtls_oid_get_sig_alg(const mbedtls_asn1_buf *oid, mbedtls_md_type_t *md_alg, mbedtls_pk_type_t *pk_alg)
Translate SignatureAlgorithm OID into md_type and pk_type.
int mbedtls_oid_get_oid_by_md(mbedtls_md_type_t md_alg, const char **oid, size_t *olen)
Translate md_type into hash algorithm OID.
int mbedtls_oid_get_pk_alg(const mbedtls_asn1_buf *oid, mbedtls_pk_type_t *pk_alg)
Translate PublicKeyAlgorithm OID into pk_type.
mbedtls_pk_type_t
Public key types.
Definition: pk.h:103
Configuration options (set of defines)
Base OID descriptor structure.
Definition: oid.h:418
int mbedtls_oid_get_extended_key_usage(const mbedtls_asn1_buf *oid, const char **desc)
Translate Extended Key Usage OID into description.
mbedtls_cipher_type_t
An enumeration of supported (cipher, mode) pairs.
Definition: cipher.h:123
Public Key abstraction layer.
int mbedtls_oid_get_ec_grp(const mbedtls_asn1_buf *oid, mbedtls_ecp_group_id *grp_id)
Translate NamedCurve OID into an EC group identifier.
int mbedtls_oid_get_oid_by_sig_alg(mbedtls_pk_type_t pk_alg, mbedtls_md_type_t md_alg, const char **oid, size_t *olen)
Translate md_type and pk_type into SignatureAlgorithm OID.
int mbedtls_oid_get_md_hmac(const mbedtls_asn1_buf *oid, mbedtls_md_type_t *md_hmac)
Translate hmac algorithm OID into md_type.
Generic ASN.1 parsing.
int mbedtls_oid_get_md_alg(const mbedtls_asn1_buf *oid, mbedtls_md_type_t *md_alg)
Translate hash algorithm OID into md_type.
int mbedtls_oid_get_oid_by_pk_alg(mbedtls_pk_type_t pk_alg, const char **oid, size_t *olen)
Translate pk_type into PublicKeyAlgorithm OID.
The generic cipher wrapper.
mbedtls_ecp_group_id
Definition: ecp.h:97
int mbedtls_oid_get_pkcs12_pbe_alg(const mbedtls_asn1_buf *oid, mbedtls_md_type_t *md_alg, mbedtls_cipher_type_t *cipher_alg)
Translate PKCS#12 PBE algorithm OID into md_type and cipher_type.
X.509 generic defines and structures.
int mbedtls_oid_get_sig_alg_desc(const mbedtls_asn1_buf *oid, const char **desc)
Translate SignatureAlgorithm OID into description.
int mbedtls_oid_get_attr_short_name(const mbedtls_asn1_buf *oid, const char **short_name)
Translate an X.509 attribute type OID into the short name (e.g. the OID for an X520 Common Name into ...
The generic message-digest wrapper.
int mbedtls_oid_get_cipher_alg(const mbedtls_asn1_buf *oid, mbedtls_cipher_type_t *cipher_alg)
Translate encryption algorithm OID into cipher_type.
const char * asn1
Definition: oid.h:419
const char * description
Definition: oid.h:422
int mbedtls_oid_get_numeric_string(char *buf, size_t size, const mbedtls_asn1_buf *oid)
Translate an ASN.1 OID into its numeric representation (e.g. &quot;\x2A\x86\x48\x86\xF7\x0D&quot; into &quot;1...
mbedtls_md_type_t
Enumeration of supported message digests.
Definition: md.h:83
int mbedtls_oid_get_oid_by_ec_grp(mbedtls_ecp_group_id grp_id, const char **oid, size_t *olen)
Translate EC group identifier into NamedCurve OID.