Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c151 X509_time_adj(X509_getm_notBefore(x509), 0, &now); in ssl_getcert()
153 X509_time_adj(X509_getm_notAfter(x509), 0, &now); in ssl_getcert()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c151 X509_time_adj(X509_getm_notBefore(x509), 0, &now); in ssl_getcert()
153 X509_time_adj(X509_getm_notAfter(x509), 0, &now); in ssl_getcert()
/freebsd/contrib/ntp/util/
H A Dntp-keygen.c2004 X509_time_adj(X509_getm_notBefore(cert), 0L, &epoch); in x509()
2005 X509_time_adj(X509_getm_notAfter(cert), lifetime * SECSPERDAY, &epoch); in x509()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1909 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time()
1953 return X509_time_adj(s, adj, NULL); in X509_gmtime_adj()
1956 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm) in X509_time_adj() function
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h679 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
H A Dx509.h.in485 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
/freebsd/secure/lib/libcrypto/
H A DVersion.map3358 X509_time_adj;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4758 MLINKS+= X509_cmp_time.3 X509_time_adj.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1195 X509_time_adj 1223 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md9369 X509_time_adj() is still usable and will no longer have any date issues.
14093 * Make X509_time_adj() cope with the new behaviour of ASN1_TIME_new().
14096 is initialised to -1 but X509_time_adj() now has to check the value