mbedtls_x509write_crt_set_validity() function
Set the validity period for a Certificate Timestamps should be in string format for UTC timezone i.e. "YYYYMMDDhhmmss" e.g. "20131231235959" for December 31st 2013 at 23:59:59
Arguments
not_before
not_before timestamp
not_after
not_after timestamp
Return value
0 if timestamp was parsed successfully, or a specific error code
mbedtls_x509write_crt_set_validity() reads 2 variables:
![]()
mbedtls_x509write_crt_set_validity()