Home
last modified time | relevance | path

Searched refs:X509_gmtime_adj (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/x509/
H A Dx509_r2x.c50 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 Dx509_vfy.c2067 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) in X509_gmtime_adj() function
/openssl/doc/man3/
H A DX509_cmp_time.pod6 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 Dpk7_attr.c111 if (t == NULL && (tmp = t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
/openssl/crypto/ocsp/
H A Docsp_srv.c200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
/openssl/util/
H A Dmissingcrypto111.txt1622 X509_gmtime_adj(3)
H A Dlibcrypto.num1060 X509_gmtime_adj 1088 3_0_0 EXIST::FUNCTION:
/openssl/crypto/cms/
H A Dcms_sd.c564 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
/openssl/apps/
H A Docsp.c1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
H A Dca.c2401 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
/openssl/apps/lib/
H A Dapps.c3314 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 Dx509.h.in508 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
/openssl/test/
H A Dsslapitest.c10052 || !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 DCHANGES.md17196 X509_gmtime_adj() work with an ASN1_TIME structure,

Completed in 126 milliseconds