mbedTLS
mbedtls_x509_crt::issuer
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::issuer
mbedtls_x509_crt::issuer field
The parsed issuer data (named information object).
Syntax
Show:
Summary
Declaration
from
x509_crt.h:54
mbedtls_x509_name
issuer
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_name
issuer
;
/**< The parsed issuer data (named information object). */
x509_crt.h:54
if
(
(
ret
=
mbedtls_x509_get_name
(
&
p
,
p
+
len
,
&
crt
->
issuer
)
)
!=
0
)
{
x509_crt.c:1186
x509_crt_parse_der_core()
ret
=
mbedtls_x509_dn_gets
(
p
,
n
,
&
crt
->
issuer
)
;
x509_crt.c:1781
mbedtls_x509_crt_info()
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()
mbedtls_asn1_free_named_data_list_shallow
(
cert_cur
->
issuer
.
next
)
;
x509_crt.c:3241
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::issuer
is read by 1 function:
All items filtered out
mbedtls_x509_crt::issuer
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