Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dx509write_crt.c109 int mbedtls_x509write_crt_set_validity( mbedtls_x509write_cert *ctx, const char *not_before, in mbedtls_x509write_crt_set_validity() argument
112 if( strlen( not_before ) != MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1 || in mbedtls_x509write_crt_set_validity()
117 strncpy( ctx->not_before, not_before, MBEDTLS_X509_RFC5280_UTC_TIME_LEN ); in mbedtls_x509write_crt_set_validity()
119 ctx->not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1] = 'Z'; in mbedtls_x509write_crt_set_validity()
373 MBEDTLS_ASN1_CHK_ADD( sub_len, x509_write_time( &c, tmp_buf, ctx->not_before, in mbedtls_x509write_crt_der()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509_crt.h140 char not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1]; member
607 int mbedtls_x509write_crt_set_validity( mbedtls_x509write_cert *ctx, const char *not_before,
/AliOS-Things-master/components/mbedtls/programs/x509/
A Dcert_write.c183 const char *not_before; /* validity period not before */ member
281 opt.not_before = DFL_NOT_BEFORE; in main()
327 opt.not_before = q; in main()
679 ret = mbedtls_x509write_crt_set_validity( &crt, opt.not_before, opt.not_after ); in main()

Completed in 7 milliseconds