mbedtls_x509_crt::subject_alt_names is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_x509_crt::subject_alt_names

mbedtls_x509_crt::subject_alt_names field

Optional list of Subject Alternative Names (Only dNSName supported).

Syntax

mbedtls_x509_sequence subject_alt_names;

References

LocationReferrerText
x509_crt.h:76
mbedtls_x509_sequence subject_alt_names; /**< Optional list of Subject Alternative Names (Only dNSName supported). */
x509_crt.c:805x509_get_crt_ext()
&crt->subject_alt_names ) ) != 0 )
x509_crt.c:1623mbedtls_x509_crt_info()
&crt->subject_alt_names ) ) != 0 )
x509_crt.c:2440x509_crt_verify_name()
for( cur = &crt->subject_alt_names; cur != NULL; cur = cur->next )
x509_crt.c:2667mbedtls_x509_crt_free()
seq_cur = cert_cur->subject_alt_names.next;

Data Use

Functions reading mbedtls_x509_crt::subject_alt_names
mbedtls_x509_crt::subject_alt_names
all items filtered out
Type of mbedtls_x509_crt::subject_alt_names
mbedtls_x509_crt::subject_alt_names
all items filtered out