Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DX509_cmp_time.pod6 X509_time_adj, X509_time_adj_ex
16 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *asn1_time, int offset_day, long
31 X509_time_adj_ex() sets the ASN1_TIME structure B<asn1_time> to the time
36 offsets up to the capacity of long, so the newer X509_time_adj_ex()
67 X509_time_adj() and X509_time_adj_ex() return a pointer to the updated
/openssl-master/apps/
A Docsp.c1052 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
/openssl-master/crypto/x509/
A Dx509_vfy.c1952 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj()
1955 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, in X509_time_adj_ex() function
/openssl-master/apps/lib/
A Dapps.c3156 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) in set_cert_times()
3200 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
/openssl-master/include/openssl/
A Dx509.h.in486 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
/openssl-master/util/
A Dlibcrypto.num2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md8404 and X509_time_adj_ex() to cover the extended range. The existing

Completed in 47 milliseconds