Home
last modified time | relevance | path

Searched refs:X509_get_notAfter (Results 1 – 10 of 10) sorted by relevance

/external/openssl/apps/
Dx509.c646 X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL); in MAIN()
917 ASN1_TIME_print(STDout,X509_get_notAfter(x)); in MAIN()
1024 if (X509_cmp_time(X509_get_notAfter(x), &tcheck) < 0) in MAIN()
1179 if (X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL) == NULL) in x509_certify()
1256 if (X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days) == NULL) in sign()
Dca.c2022 X509_time_adj_ex(X509_get_notAfter(ret),days, 0, NULL); in do_body()
2023 else ASN1_TIME_set_string(X509_get_notAfter(ret),enddate); in do_body()
2119 ASN1_TIME_print(bio_err,X509_get_notAfter(ret)); in do_body()
2155 tm=X509_get_notAfter(ret); in do_body()
2421 tm=X509_get_notAfter(x509); in do_revoke()
Ds_cb.c184 ASN1_TIME_print(bio_err,X509_get_notAfter(err_cert)); in verify_callback()
Dreq.c841 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end; in MAIN()
/external/openssl/crypto/pkcs7/
Ddec.c242 ASN1_UTCTIME_print(bio_err,X509_get_notAfter(ctx->current_cert)); in verify_callback()
Dverify.c257 ASN1_UTCTIME_print(bio_err,X509_get_notAfter(ctx->current_cert)); in verify_callback()
/external/openssl/crypto/asn1/
Dt_x509.c190 if (!ASN1_TIME_print(bp,X509_get_notAfter(x))) goto err; in X509_print_ex()
/external/openssl/include/openssl/
Dx509.h612 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter) macro
/external/openssl/crypto/x509/
Dx509.h612 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter) macro
Dx509_vfy.c1560 i=X509_cmp_time(X509_get_notAfter(x), ptime); in check_cert_time()