Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_x509_subject_alternative_name Struct Reference
[X509_module]
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. | |
mbedtls_x509_buf unstructured_name | |
The buffer for the un constructed types. | |
} | san |
A union of the supported SAN types. |
Detailed Description
A structure for holding the parsed Subject Alternative Name, according to type.
Definition at line 139 of file x509_crt.h.
Field Documentation
The otherName supported type.
Definition at line 143 of file x509_crt.h.
union { ... } san |
A union of the supported SAN types.
int type |
The SAN type, value of MBEDTLS_X509_SAN_XXX.
Definition at line 141 of file x509_crt.h.
The buffer for the un constructed types.
Only dnsName currently supported
Definition at line 144 of file x509_crt.h.
Generated on Tue Jul 12 2022 13:55:33 by
