mbedTLS
mbedtls_x509_crt::valid_to
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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_crt::valid_to
mbedtls_x509_crt::valid_to field
End time of certificate validity.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:58
mbedtls_x509_time
valid_to
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_time
valid_to
;
/**< End time of certificate validity. */
x509_crt.h:58
if
(
mbedtls_x509_time_is_past
(
&
cert
->
valid_to
)
||
pkcs7.c:659
mbedtls_pkcs7_data_or_hash_verify()
&
crt
->
valid_to
)
)
!=
0
)
{
x509_crt.c:1200
x509_crt_parse_der_core()
crt
->
valid_to
.
year
,
crt
->
valid_to
.
mon
,
x509_crt.c:1798
mbedtls_x509_crt_info()
crt
->
valid_to
.
day
,
crt
->
valid_to
.
hour
,
x509_crt.c:1799
mbedtls_x509_crt_info()
crt
->
valid_to
.
min
,
crt
->
valid_to
.
sec
)
;
x509_crt.c:1800
mbedtls_x509_crt_info()
if
(
mbedtls_x509_time_cmp
(
&
parent
->
valid_to
,
now
)
<
0
||
/* past */
x509_crt.c:2328
x509_crt_find_parent_in()
if
(
mbedtls_x509_time_cmp
(
&
child
->
valid_to
,
&
now
)
<
0
)
{
x509_crt.c:2567
x509_crt_verify_chain()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::valid_to
is read by 1 function:
All items filtered out
mbedtls_x509_crt::valid_to
mbedtls_x509_crt_info()
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