![]() |
Mbed OS Reference
|
A structure for holding the parsed Subject Alternative Name, according to type. More...
#include <x509_crt.h>
Data Fields | ||
| int | type | |
| The SAN type, value of MBEDTLS_X509_SAN_XXX. | ||
| union { | ||
| mbedtls_x509_san_other_name other_name | ||
| The otherName supported type. More... | ||
| mbedtls_x509_buf unstructured_name | ||
| The buffer for the un constructed types. More... | ||
| } | san | |
| A union of the supported SAN types. | ||
A structure for holding the parsed Subject Alternative Name, according to type.
Definition at line 137 of file x509_crt.h.
| int type |
The SAN type, value of MBEDTLS_X509_SAN_XXX.
Definition at line 139 of file x509_crt.h.
| mbedtls_x509_san_other_name other_name |
The otherName supported type.
Definition at line 141 of file x509_crt.h.
| mbedtls_x509_buf unstructured_name |
The buffer for the un constructed types.
Only dnsName currently supported
Definition at line 142 of file x509_crt.h.
| union { ... } san |
A union of the supported SAN types.