mbedtls_x509_time_is_past() is only used within mbedTLS.
 
Symbols
loading (1/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

1 if the given time is in the past or an error occurred, 0 otherwise.

Notes

Intended usage is "if( is_past( valid_to ) ) ERROR". Hence the return value of 1 if on internal errors.

References