Home
last modified time | relevance | path

Searched refs:X509_time_adj (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DX509_cmp_time.pod6 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 Dx509_vfy.c1992 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time()
2036 return X509_time_adj(s, adj, NULL); in X509_gmtime_adj()
2039 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() function
/openssl/include/openssl/
H A Dx509.h.in505 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
/openssl/apps/
H A Dca.c2279 if (X509_time_adj(a_tm, 0, now) == NULL) { in do_updatedb()
/openssl/util/
H A Dlibcrypto.num1195 X509_time_adj 1223 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md10280 X509_time_adj() is still usable and will no longer have any date issues.
15004 * Make X509_time_adj() cope with the new behaviour of ASN1_TIME_new().
15007 is initialised to -1 but X509_time_adj() now has to check the value

Completed in 250 milliseconds