Searched refs:X509_time_adj (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 6 X509_time_adj, X509_time_adj_ex, X509_gmtime_adj 15 ASN1_TIME *X509_time_adj(ASN1_TIME *asn1_time, long offset_sec, time_t *in_tm); 35 X509_time_adj() sets the ASN1_TIME structure I<asn1_time> to the time 51 X509_time_adj() with the last parameter as NULL. 72 X509_time_adj(), X509_time_adj_ex() and X509_gmtime_adj() return a pointer to
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 2025 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time() 2069 return X509_time_adj(s, adj, NULL); in X509_gmtime_adj() 2072 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() function
|
/openssl/apps/ |
H A D | ca.c | 2279 if (X509_time_adj(a_tm, 0, now) == NULL) { in do_updatedb()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 505 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
|
/openssl/util/ |
H A D | libcrypto.num | 1195 X509_time_adj 1223 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 10344 X509_time_adj() is still usable and will no longer have any date issues. 15068 * Make X509_time_adj() cope with the new behaviour of ASN1_TIME_new(). 15071 is initialised to -1 but X509_time_adj() now has to check the value
|
Completed in 96 milliseconds