mbedtls_x509_san_other_name struct
From RFC 5280 section 4.2.1.6: OtherName ::= SEQUENCE { type-id OBJECT IDENTIFIER, value [0] EXPLICIT ANY DEFINED BY type-id } Future versions of the library may add new fields to this structure or to its embedded union and structure.
Fields
The type_id is an OID as defined in RFC 5280. To check the value of the type id, you should use \p MBEDTLS_OID_CMP with a known OID mbedtls_x509_buf. The type id.
![]()
typedef struct mbedtls_x509_san_other_name {