Home
last modified time | relevance | path

Searched refs:X509_time_adj_ex (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DX509_cmp_time.pod6 X509_time_adj, X509_time_adj_ex, X509_gmtime_adj
16 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *asn1_time, int offset_day, long
32 X509_time_adj_ex() sets the ASN1_TIME structure I<asn1_time> to the time
37 offsets up to the capacity of long, so the newer X509_time_adj_ex()
72 X509_time_adj(), X509_time_adj_ex() and X509_gmtime_adj() return a pointer to
/openssl/apps/
H A Docsp.c1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
/openssl/apps/lib/
H A Dapps.c3329 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) == NULL) { in set_cert_times()
3381 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
/openssl/crypto/x509/
H A Dx509_vfy.c2074 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj()
2077 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, in X509_time_adj_ex() function
/openssl/include/openssl/
H A Dx509.h.in506 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
/openssl/util/
H A Dlibcrypto.num2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md10343 and X509_time_adj_ex() to cover the extended range. The existing

Completed in 82 milliseconds