Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_x509_san_other_name Struct Reference

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.