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.
Public Attributes#
The type_id is an OID as defined in RFC 5280.
The object identifier.
The named value.
struct mbedtls_x509_san_other_name::@27::@28
From RFC 4108 section 5: HardwareModuleName ::= SEQUENCE { hwType OBJECT IDENTIFIER, hwSerialNum OCTET STRING }.
union mbedtls_x509_san_other_name::@27
Public Attribute Documentation#
type_id#
mbedtls_x509_buf mbedtls_x509_san_other_name::type_id
The type_id is an OID as defined 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
121
of file util/third_party/mbedtls/include/mbedtls/x509_crt.h
oid#
mbedtls_x509_buf mbedtls_x509_san_other_name::oid
The object identifier.
Definition at line
132
of file util/third_party/mbedtls/include/mbedtls/x509_crt.h
val#
mbedtls_x509_buf mbedtls_x509_san_other_name::val
The named value.
Definition at line
133
of file util/third_party/mbedtls/include/mbedtls/x509_crt.h
hardware_module_name#
struct mbedtls_x509_san_other_name::@27::@28 mbedtls_x509_san_other_name::hardware_module_name
From RFC 4108 section 5: HardwareModuleName ::= SEQUENCE { hwType OBJECT IDENTIFIER, hwSerialNum OCTET STRING }.
Definition at line
135
of file util/third_party/mbedtls/include/mbedtls/x509_crt.h
value#
union mbedtls_x509_san_other_name::@27 mbedtls_x509_san_other_name::value
Definition at line
137
of file util/third_party/mbedtls/include/mbedtls/x509_crt.h