mbedtls_x509_crt::valid_from is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_crt::valid_from field

Start time of certificate validity.

Syntax

References

LocationReferrerText
x509_crt.h:68
mbedtls_x509_time valid_from; /**< Start time of certificate validity. */
x509_crt.c:960x509_crt_parse_der_core()
if( ( ret = x509_get_dates( &p, end, &crt->valid_from,
x509_crt.c:1570mbedtls_x509_crt_info()
crt->valid_from.year, crt->valid_from.mon,
x509_crt.c:1571mbedtls_x509_crt_info()
crt->valid_from.day, crt->valid_from.hour,
x509_crt.c:1572mbedtls_x509_crt_info()
crt->valid_from.min, crt->valid_from.sec );
x509_crt.c:2079x509_crt_find_parent_in()
mbedtls_x509_time_is_future( &parent->valid_from ) )
x509_crt.c:2314x509_crt_verify_chain()
if( mbedtls_x509_time_is_future( &child->valid_from ) )

Data Use

Functions reading mbedtls_x509_crt::valid_from
mbedtls_x509_crt::valid_from
all items filtered out
Type of mbedtls_x509_crt::valid_from
mbedtls_x509_crt::valid_from
all items filtered out