Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/crypto/openssl/apps/
H A Docsp.c1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1958 return X509_time_adj_ex(s, 0, offset_sec, in_tm); in X509_time_adj()
1961 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, in X509_time_adj_ex() function
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3219 if (X509_time_adj_ex(X509_getm_notAfter(x), days, 0, NULL) in set_cert_times()
3263 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h680 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
H A Dx509.h.in486 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
/freebsd/secure/lib/libcrypto/
H A DVersion.map3359 X509_time_adj_ex;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4759 MLINKS+= X509_cmp_time.3 X509_time_adj_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md9337 and X509_time_adj_ex() to cover the extended range. The existing