Searched refs:X509_time_adj (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/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
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 151 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 D | regress_ssl.c | 151 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 D | ntp-keygen.c | 2004 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 D | x509_vfy.c | 1909 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 D | x509.h | 679 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
|
H A D | x509.h.in | 485 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3358 X509_time_adj;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4758 MLINKS+= X509_cmp_time.3 X509_time_adj.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1195 X509_time_adj 1223 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 9369 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
|