Home
last modified time | relevance | path

Searched refs:not_before (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dx509write_crt.c150 const char *not_before, in mbedtls_x509write_crt_set_validity() argument
153 if( strlen( not_before ) != MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1 || in mbedtls_x509write_crt_set_validity()
158 strncpy( ctx->not_before, not_before, MBEDTLS_X509_RFC5280_UTC_TIME_LEN ); in mbedtls_x509write_crt_set_validity()
160 ctx->not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1] = 'Z'; in mbedtls_x509write_crt_set_validity()
469 x509_write_time( &c, buf, ctx->not_before, in mbedtls_x509write_crt_der()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crt.h165 char not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1]; member
623 int mbedtls_x509write_crt_set_validity( mbedtls_x509write_cert *ctx, const char *not_before,