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

Return value

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

Notes

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

References

from examples