Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/doc/man3/
HDX509_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-head/contrib/libevent/test/
HDregress_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-head/contrib/ntp/sntp/libevent/test/
HDregress_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-head/contrib/ntp/util/
HDntp-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-head/crypto/openssl/crypto/x509/
HDx509_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-head/crypto/openssl/include/openssl/
HDx509.h.in485 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
HDx509.h679 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
/freebsd-head/secure/lib/libcrypto/
HDVersion.map3358 X509_time_adj;
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile4758 MLINKS+= X509_cmp_time.3 X509_time_adj.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num1195 X509_time_adj 1223 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/
HDCHANGES.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