Searched refs:X509_time_adj_ex (Results 1 – 7 of 7) sorted by relevance
/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
|
/openssl/apps/ |
H A D | ocsp.c | 1054 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
|
/openssl/apps/lib/ |
H A D | apps.c | 3329 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 D | x509_vfy.c | 2074 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 D | x509.h.in | 506 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
|
/openssl/util/ |
H A D | libcrypto.num | 2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 10343 and X509_time_adj_ex() to cover the extended range. The existing
|
Completed in 82 milliseconds