Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_x509_san_other_name Struct Reference
[X509_module]
From RFC 5280 section 4.2.1.6: OtherName ::= SEQUENCE { type-id OBJECT IDENTIFIER, value [0] EXPLICIT ANY DEFINED BY type-id }. More...
#include <x509_crt.h>
Data Fields | |
mbedtls_x509_buf | type_id |
The type_id is an OID as deifned in RFC 5280. | |
mbedtls_x509_buf | oid |
The object identifier. | |
mbedtls_x509_buf | val |
The named value. |
Detailed Description
From RFC 5280 section 4.2.1.6: OtherName ::= SEQUENCE { type-id OBJECT IDENTIFIER, value [0] EXPLICIT ANY DEFINED BY type-id }.
Definition at line 109 of file x509_crt.h.
Field Documentation
The object identifier.
Definition at line 127 of file x509_crt.h.
The type_id is an OID as deifned in RFC 5280.
To check the value of the type id, you should use MBEDTLS_OID_CMP
with a known OID mbedtls_x509_buf. The type id.
Definition at line 116 of file x509_crt.h.
The named value.
Definition at line 128 of file x509_crt.h.
Generated on Tue Jul 12 2022 13:55:33 by
