mbedtls_x509_time_is_past() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

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

Notes

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

References

from examples