mbedTLS
mbedtls_x509_time
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_x509_time
mbedtls_x509_time struct
Container for date and time (precision in seconds).
Syntax
Show:
Summary
Declaration
from
x509.h:208
typedef
struct
mbedtls_x509_time
{
int
year
,
mon
,
day
;
int
hour
,
min
,
sec
;
}
mbedtls_x509_time
;
Fields
Field
Declared as
Description
mbedtls_x509_time::year
int
mbedtls_x509_time::mon
int
year
,
mbedtls_x509_time::day
int
year
,
mon
,
Date.
mbedtls_x509_time::hour
int
mbedtls_x509_time::min
int
hour
,
mbedtls_x509_time::sec
int
hour
,
min
,
Time.
Related Functions
Found 6 other functions taking a
mbedtls_x509_time
argument:
Function
Description
mbedtls_x509_time_is_past()
Check a given mbedtls_x509_time against the system time and tell if it's in the past.
mbedtls_x509_time_is_future()
Check a given mbedtls_x509_time against the system time and tell if it's in the future.
mbedtls_x509_get_time()
x509_date_is_valid()
x509_parse_time()
x509_get_dates()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
mbedtls_x509_time
x509.h:208
mbedtls_x509_time
;
x509.h:213
static
int
x509_date_is_valid
(
const
mbedtls_x509_time
*
t
)
x509.c:502
x509_date_is_valid()
x509_date_is_valid()::t
mbedtls_x509_time
*
tm
)
x509.c:540
x509_parse_time()
x509_parse_time()::tm
mbedtls_x509_time
*
tm
)
x509.c:605
mbedtls_x509_get_time()
int
mbedtls_x509_time_is_past
(
const
mbedtls_x509_time
*
to
)
x509.c:991
mbedtls_x509_time_is_past()
mbedtls_x509_time_is_past()::to
int
mbedtls_x509_time_is_future
(
const
mbedtls_x509_time
*
from
)
x509.c:997
mbedtls_x509_time_is_future()
mbedtls_x509_time_is_future()::from
mbedtls_x509_time
;
x509.h:213
mbedtls_x509_time
int
mbedtls_x509_time_is_past
(
const
mbedtls_x509_time
*
to
)
;
x509.h:256
mbedtls_x509_time_is_past()
mbedtls_x509_time_is_past()::to
int
mbedtls_x509_time_is_future
(
const
mbedtls_x509_time
*
from
)
;
x509.h:270
mbedtls_x509_time_is_future()
mbedtls_x509_time_is_future()::from
mbedtls_x509_time
*
t
)
;
x509.h:303
mbedtls_x509_get_time()
mbedtls_x509_get_time()::t
mbedtls_x509_time
revocation_date
;
x509_crl.h:58
mbedtls_x509_crl_entry
mbedtls_x509_crl_entry::revocation_date
mbedtls_x509_time
this_update
;
x509_crl.h:82
mbedtls_x509_crl
mbedtls_x509_crl::this_update
mbedtls_x509_time
next_update
;
x509_crl.h:83
mbedtls_x509_crl
mbedtls_x509_crl::next_update
mbedtls_x509_time
*
from
,
x509_crt.c:418
x509_get_dates()
x509_get_dates()::from
mbedtls_x509_time
*
to
)
x509_crt.c:419
x509_get_dates()
x509_get_dates()::to
mbedtls_x509_time
valid_from
;
/**< Start time of certificate validity. */
x509_crt.h:68
mbedtls_x509_crt
mbedtls_x509_crt::valid_from
mbedtls_x509_time
valid_to
;
/**< End time of certificate validity. */
x509_crt.h:69
mbedtls_x509_crt
mbedtls_x509_crt::valid_to
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mbedtls_x509_time_is_past()::to
mbedtls_x509_time_is_past()
x509.h:256
mbedtls_x509_time_is_future()::from
mbedtls_x509_time_is_future()
x509.h:270
mbedtls_x509_get_time()::t
mbedtls_x509_get_time()
x509.h:303
mbedtls_x509_crt::valid_from
mbedtls_x509_crt
x509_crt.h:68
mbedtls_x509_crt::valid_to
mbedtls_x509_crt
x509_crt.h:69
mbedtls_x509_crl_entry::revocation_date
mbedtls_x509_crl_entry
x509_crl.h:58
mbedtls_x509_crl::this_update
mbedtls_x509_crl
x509_crl.h:82
mbedtls_x509_crl::next_update
mbedtls_x509_crl
x509_crl.h:83
x509_date_is_valid()::t
x509_date_is_valid()
x509.c:502
x509_parse_time()::tm
x509_parse_time()
x509.c:540
mbedtls_x509_time_is_past()::to
mbedtls_x509_time_is_past()
x509.c:991
mbedtls_x509_time_is_future()::from
mbedtls_x509_time_is_future()
x509.c:997
x509_get_dates()::from
x509_get_dates()
x509_crt.c:418
x509_get_dates()::to
x509_get_dates()
x509_crt.c:419
Lifecycle
from
examples
All items filtered out
All items filtered out