Searched refs:X509_time_adj_ex (Results 1 – 7 of 7) sorted by relevance
/openssl-master/doc/man3/ |
A D | X509_cmp_time.pod | 6 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 D | ocsp.c | 1052 nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL); in make_ocsp_response()
|
/openssl-master/crypto/x509/ |
A D | x509_vfy.c | 1952 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 D | apps.c | 3156 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 D | x509.h.in | 486 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
|
/openssl-master/util/ |
A D | libcrypto.num | 2200 X509_time_adj_ex 2249 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 8404 and X509_time_adj_ex() to cover the extended range. The existing
|
Completed in 47 milliseconds