Searched refs:X509_gmtime_adj (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_r2x.c | 50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL) in X509_REQ_to_X509() 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
H A D | x509_vfy.c | 1951 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) in X509_gmtime_adj() function
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_cmp_time.pod | 6 X509_time_adj, X509_time_adj_ex, X509_gmtime_adj 18 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *asn1_time, long offset_sec); 49 X509_gmtime_adj() sets the ASN1_TIME structure I<asn1_time> to the time 72 X509_time_adj(), X509_time_adj_ex() and X509_gmtime_adj() return a pointer to
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 104 if (t == NULL && (tmp = t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_srv.c | 200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto111.txt | 1623 X509_gmtime_adj(3)
|
H A D | libcrypto.num | 1060 X509_gmtime_adj 1088 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_sd.c | 534 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 2313 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb() 2435 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
|
H A D | ocsp.c | 1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 3199 X509_gmtime_adj(X509_getm_notBefore(cert), 0L); in cert_sign() 3200 X509_gmtime_adj(X509_getm_notAfter(cert), YEAR); in cert_sign()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 3212 if (X509_gmtime_adj(X509_getm_notBefore(x), 0) == NULL) in set_cert_times() 3237 if (X509_gmtime_adj(tm, 0) == NULL) in set_crl_lastupdate()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h | 682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
H A D | x509.h.in | 488 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3310 X509_gmtime_adj;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4731 MLINKS+= X509_cmp_time.3 X509_gmtime_adj.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16215 X509_gmtime_adj() work with an ASN1_TIME structure,
|