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

/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_pku.c82 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
93 if (usage->notBefore) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
H A Dx509v3.h156 ASN1_GENERALIZEDTIME *notBefore; member in struct:PKEY_USAGE_PERIOD_st
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dx_val.c65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_set.c114 in = x->cert_info->validity->notBefore;
118 M_ASN1_TIME_free(x->cert_info->validity->notBefore);
119 x->cert_info->validity->notBefore = in;
H A Dx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL)
H A Dx509.h153 ASN1_TIME *notBefore; member in struct:X509_val_st
592 # define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
/freebsd-10.1-release/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-10.1-release/contrib/serf/buckets/
H A Dssl_buckets.c1712 ASN1_TIME *notBefore, *notAfter; local
1716 notBefore = X509_get_notBefore(cert->ssl_cert);
1717 if (ASN1_TIME_print(bio, notBefore)) {
1719 apr_hash_set(tgt, "notBefore", APR_HASH_KEY_STRING,

Completed in 196 milliseconds