mbedTLS
mbedtls_x509_crt::issuer
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::issuer
mbedtls_x509_crt::issuer field
The parsed issuer data (named information object).
Syntax
Show:
Summary
Declaration
from
x509_crt.h:65
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:65
if
(
(
ret
=
mbedtls_x509_get_name
(
&
p
,
p
+
len
,
&
crt
->
issuer
)
)
!=
0
)
x509_crt.c:946
x509_crt_parse_der_core()
ret
=
mbedtls_x509_dn_gets
(
p
,
n
,
&
crt
->
issuer
)
;
x509_crt.c:1560
mbedtls_x509_crt_info()
if
(
x509_name_cmp
(
&
child
->
issuer
,
&
parent
->
subject
)
!=
0
)
x509_crt.c:1937
x509_crt_check_parent()
if
(
x509_name_cmp
(
&
crt
->
issuer
,
&
crt
->
subject
)
!=
0
)
x509_crt.c:2203
x509_crt_check_ee_locally_trusted()
x509_name_cmp
(
&
child
->
issuer
,
&
child
->
subject
)
==
0
)
x509_crt.c:2368
x509_crt_verify_chain()
name_cur
=
cert_cur
->
issuer
.
next
;
x509_crt.c:2639
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