mbedTLS
mbedtls_x509_crt::subject_alt_names
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_crt::subject_alt_names
mbedtls_x509_crt::subject_alt_names field
Optional list of Subject Alternative Names (Only dNSName supported).
Syntax
Show:
Summary
Declaration
from
x509_crt.h:76
mbedtls_x509_sequence
subject_alt_names
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_sequence
subject_alt_names
;
/**< Optional list of Subject Alternative Names (Only dNSName supported). */
x509_crt.h:76
&
crt
->
subject_alt_names
)
)
!=
0
)
x509_crt.c:805
x509_get_crt_ext()
&
crt
->
subject_alt_names
)
)
!=
0
)
x509_crt.c:1623
mbedtls_x509_crt_info()
for
(
cur
=
&
crt
->
subject_alt_names
;
cur
!=
NULL
;
cur
=
cur
->
next
)
x509_crt.c:2440
x509_crt_verify_name()
seq_cur
=
cert_cur
->
subject_alt_names
.
next
;
x509_crt.c:2667
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::subject_alt_names
is read by 1 function:
All items filtered out
mbedtls_x509_crt::subject_alt_names
mbedtls_x509_crt_free()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out