mbedTLS
+
0
/3 examples
SourceVu will show references to
mbedtls_x509_crt::next
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
SSL_Server
STM324x9I_EVAL
Applications
mbedTLS
SSL_Server
STM324xG_EVAL
Applications
mbedTLS
SSL_Server
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::next
mbedtls_x509_crt::next field
Next certificate in the CA-chain.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:93
struct
mbedtls_x509_crt
*
next
;
Examples
mbedtls_x509_crt::next
is referenced by 3 libraries and example projects:
Examples
STM32469I_EVAL
Applications
mbedTLS
SSL_Server
STM324x9I_EVAL
Applications
mbedTLS
SSL_Server
STM324xG_EVAL
Applications
mbedTLS
SSL_Server
References
from
0/3
examples
Code
Location
Referrer
struct
mbedtls_x509_crt
*
next
;
/**< Next certificate in the CA-chain. */
x509_crt.h:93
crt
=
crt
->
next
;
ssl_srv.c:2821
ssl_write_certificate_request()
i
+=
n
;
crt
=
crt
->
next
;
ssl_tls.c:5411
mbedtls_ssl_write_certificate()
while
(
crt
->
version
!=
0
&&
crt
->
next
!=
NULL
)
x509_crt.c:1100
mbedtls_x509_crt_parse_der()
crt
=
crt
->
next
;
x509_crt.c:1103
mbedtls_x509_crt_parse_der()
if
(
crt
->
version
!=
0
&&
crt
->
next
==
NULL
)
x509_crt.c:1109
mbedtls_x509_crt_parse_der()
crt
->
next
=
mbedtls_calloc
(
1
,
sizeof
(
mbedtls_x509_crt
)
)
;
x509_crt.c:1111
mbedtls_x509_crt_parse_der()
if
(
crt
->
next
==
NULL
)
x509_crt.c:1113
mbedtls_x509_crt_parse_der()
mbedtls_x509_crt_init
(
crt
->
next
)
;
x509_crt.c:1117
mbedtls_x509_crt_parse_der()
crt
=
crt
->
next
;
x509_crt.c:1118
mbedtls_x509_crt_parse_der()
prev
->
next
=
NULL
;
x509_crt.c:1124
mbedtls_x509_crt_parse_der()
for
(
parent
=
candidates
;
parent
!=
NULL
;
parent
=
parent
->
next
)
x509_crt.c:2040
x509_crt_find_parent_in()
search_list
=
*
parent_is_trusted
?
trust_ca
:
child
->
next
;
x509_crt.c:2154
x509_crt_find_parent()
for
(
cur
=
trust_ca
;
cur
!=
NULL
;
cur
=
cur
->
next
)
x509_crt.c:2207
x509_crt_check_ee_locally_trusted()
cert_cur
=
cert_cur
->
next
;
x509_crt.c:2683
mbedtls_x509_crt_free()
cert_cur
=
cert_cur
->
next
;
x509_crt.c:2691
mbedtls_x509_crt_free()
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
mbedtls_x509_crt::next
is written by 1 function and is read by 7 functions:
mbedtls_x509_crt_parse_der()
All items filtered out
mbedtls_x509_crt::next
ssl_write_certificate_request()
mbedtls_ssl_write_certificate()
mbedtls_x509_crt_parse_der()
x509_crt_find_parent_in()
x509_crt_find_parent()
x509_crt_check_ee_locally_trusted()
mbedtls_x509_crt_free()
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out