A structure for holding the parsed Subject Alternative Name, according to type.
Future versions of the library may add new fields to this structure or to its embedded union and structure.
Public Attributes#
int
The SAN type, value of MBEDTLS_X509_SAN_XXX.
The buffer for the unstructured types.
union mbedtls_x509_subject_alternative_name::@19
A union of the supported SAN types.
Public Attribute Documentation#
unstructured_name#
mbedtls_x509_buf mbedtls_x509_subject_alternative_name::unstructured_name
The buffer for the unstructured types.
rfc822Name, dnsName and uniformResourceIdentifier are currently supported.
san#
union mbedtls_x509_subject_alternative_name::@19 mbedtls_x509_subject_alternative_name::san
A union of the supported SAN types.