Searched refs:not_before (Results 1 – 2 of 2) sorted by relevance
150 const char *not_before, in mbedtls_x509write_crt_set_validity() argument153 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()
165 char not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1]; member623 int mbedtls_x509write_crt_set_validity( mbedtls_x509write_cert *ctx, const char *not_before,