Searched refs:X509_time_adj_ex (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 6 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 D | ocsp.c | 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1958 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 D | apps.c | 3219 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 D | x509.h | 680 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
|
H A D | x509.h.in | 486 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3359 X509_time_adj_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4759 MLINKS+= X509_cmp_time.3 X509_time_adj_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 9337 and X509_time_adj_ex() to cover the extended range. The existing
|