Mbed TLS v3.6.1
|
#include <x509.h>
Data Fields | |
int | type |
union { | |
mbedtls_x509_san_other_name other_name | |
mbedtls_x509_name directory_name | |
mbedtls_x509_buf unstructured_name | |
} | san |
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.
mbedtls_x509_name mbedtls_x509_subject_alternative_name::directory_name |
mbedtls_x509_san_other_name mbedtls_x509_subject_alternative_name::other_name |
union { ... } mbedtls_x509_subject_alternative_name::san |
A union of the supported SAN types
int mbedtls_x509_subject_alternative_name::type |
mbedtls_x509_buf mbedtls_x509_subject_alternative_name::unstructured_name |