mbedTLS
mbedtls_x509_crt::subject
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_crt::subject
mbedtls_x509_crt::subject field
The parsed subject data (named information object).
Syntax
Show:
Summary
Declaration
from
x509_crt.h:55
mbedtls_x509_name
subject
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_name
subject
;
/**< The parsed subject data (named information object). */
x509_crt.h:55
if
(
len
&&
(
ret
=
mbedtls_x509_get_name
(
&
p
,
p
+
len
,
&
crt
->
subject
)
)
!=
0
)
{
x509_crt.c:1216
x509_crt_parse_der_core()
ret
=
mbedtls_x509_dn_gets
(
p
,
n
,
&
crt
->
subject
)
;
x509_crt.c:1786
mbedtls_x509_crt_info()
x509_name_cmp
(
&
crl_list
->
issuer
,
&
ca
->
subject
)
!=
0
)
{
x509_crt.c:2030
x509_crt_verifycrl()
if
(
x509_name_cmp
(
&
child
->
issuer
,
&
parent
->
subject
)
!=
0
)
{
x509_crt.c:2187
x509_crt_check_parent()
if
(
x509_name_cmp
(
&
crt
->
issuer
,
&
crt
->
subject
)
!=
0
)
{
x509_crt.c:2450
x509_crt_check_ee_locally_trusted()
x509_name_cmp
(
&
child
->
issuer
,
&
child
->
subject
)
==
0
)
{
x509_crt.c:2651
x509_crt_verify_chain()
for
(
name
=
&
crt
->
subject
;
name
!=
NULL
;
name
=
name
->
next
)
{
x509_crt.c:2996
x509_crt_verify_name()
mbedtls_asn1_free_named_data_list_shallow
(
cert_cur
->
subject
.
next
)
;
x509_crt.c:3242
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::subject
is read by 1 function:
All items filtered out
mbedtls_x509_crt::subject
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