Searched refs:notBefore (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dx_val.c16 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_r2x.c50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
H A Dx509_set.c82 return x509_set1_time(&x->cert_info.validity.notBefore, tm);
118 return x->cert_info.validity.notBefore;
128 return x->cert_info.validity.notBefore;
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dca.c58 time_t notBefore; member in struct:hx509_ca_tbs
136 tbs->notBefore = t;
186 { "notBefore", HX509_CA_TEMPLATE_NOTBEFORE },
250 tbs->notBefore = hx509_cert_get_notBefore(cert);
996 time_t notBefore; local
1009 notBefore = tbs->notBefore;
1010 if (notBefore == 0)
1011 notBefore = time(NULL) - 3600 * 24;
1116 tbsc->validity.notBefore
[all...]
H A Dcert.c1433 * Get notBefore time of the certificate.
1445 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notBefore);
2221 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore);
2365 time_t notBefore = local
2366 _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore);
2369 notBefore);
3064 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore);
H A Dprint.c934 Time2string(&t->validity.notBefore, &str);
/freebsd-12-stable/contrib/serf/buckets/
H A Dssl_buckets.c1801 ASN1_TIME *notBefore, *notAfter; local
1805 notBefore = X509_get_notBefore(cert->ssl_cert);
1806 if (ASN1_TIME_print(bio, notBefore)) {
1808 apr_hash_set(tgt, "notBefore", APR_HASH_KEY_STRING,
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dx509v3.h109 ASN1_GENERALIZEDTIME *notBefore; member in struct:PKEY_USAGE_PERIOD_st
H A Dx509.h67 ASN1_TIME *notBefore; member in struct:X509_val_st

Completed in 105 milliseconds