Home
last modified time | relevance | path

Searched refs:X509_gmtime_adj (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_r2x.c50 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 Dx509_vfy.c1951 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj) in X509_gmtime_adj() function
/freebsd/crypto/openssl/doc/man3/
H A DX509_cmp_time.pod6 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 Dpk7_attr.c104 if (t == NULL && (tmp = t = X509_gmtime_adj(NULL, 0)) == NULL) { in PKCS7_add0_attrib_signing_time()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c200 !X509_gmtime_adj(brsp->tbsResponseData.producedAt, 0)) in OCSP_basic_sign_ctx()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt1623 X509_gmtime_adj(3)
H A Dlibcrypto.num1060 X509_gmtime_adj 1088 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_sd.c530 tt = X509_gmtime_adj(NULL, 0); in cms_add1_signingTime()
/freebsd/crypto/openssl/apps/
H A Dca.c2313 if (X509_gmtime_adj(a_tm, 0) == NULL) { in do_updatedb()
2435 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str()
H A Docsp.c1052 thisupd = X509_gmtime_adj(NULL, 0); in make_ocsp_response()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3212 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/contrib/ntp/ntpd/
H A Dntp_crypto.c3199 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/include/openssl/
H A Dx509.h682 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
H A Dx509.h.in488 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
/freebsd/secure/lib/libcrypto/
H A DVersion.map3310 X509_gmtime_adj;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4731 MLINKS+= X509_cmp_time.3 X509_gmtime_adj.3