Searched refs:X509_gmtime_adj (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509() 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
H A D | x509_vfy.c | 2067 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) in X509_gmtime_adj() function
|
/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 6 X509_time_adj, X509_time_adj_ex, X509_gmtime_adj 18 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *asn1_time, long offset_sec); 49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time 72 X509_time_adj(), X509_time_adj_ex() and X509_gmtime_adj() return a pointer to
|
/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 111 if (t == NULL && (tmp = t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
|
/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
|
/openssl/util/ |
H A D | missingcrypto111.txt | 1622 X509_gmtime_adj(3)
|
H A D | libcrypto.num | 1060 X509_gmtime_adj 1088 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/cms/ |
H A D | cms_sd.c | 564 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
|
/openssl/apps/ |
H A D | ocsp.c | 1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
|
H A D | ca.c | 2401 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
|
/openssl/apps/lib/ |
H A D | apps.c | 3314 if (X509_gmtime_adj(X509_getm_notBefore(x), 0) == NULL) { in set_cert_times() 3355 if (X509_gmtime_adj(tm, 0) == NULL) in set_crl_lastupdate()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 508 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/openssl/test/ |
H A D | sslapitest.c | 10052 || !TEST_true(X509_gmtime_adj(X509_getm_notBefore(x509), 0)) in create_cert_key() 10053 || !TEST_true(X509_gmtime_adj(X509_getm_notAfter(x509), 31536000L)) in create_cert_key()
|
/openssl/ |
H A D | CHANGES.md | 17196 X509_gmtime_adj() work with an ASN1_TIME structure,
|
Completed in 126 milliseconds