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

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pku.c31 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
44 if (usage->notAfter)
47 if (usage->notAfter) {
49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dx_val.c17 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_r2x.c52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) ==
H A Dx509_set.c89 return x509_set1_time(&x->cert_info.validity.notAfter, tm);
123 return x->cert_info.validity.notAfter;
133 return x->cert_info.validity.notAfter;
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dca.c59 time_t notAfter; member in struct:hx509_ca_tbs
157 tbs->notAfter = t;
185 { "notAfter", HX509_CA_TEMPLATE_NOTAFTER },
252 tbs->notAfter = hx509_cert_get_notAfter(cert);
997 time_t notAfter; local
1012 notAfter = tbs->notAfter;
1013 if (notAfter == 0)
1014 notAfter = time(NULL) + 3600 * 24 * 365;
1118 tbsc->validity.notAfter
[all...]
H A Dcert.c1449 * Get notAfter time of the certificate.
1461 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notAfter);
2227 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter);
3067 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter);
H A Dprint.c937 Time2string(&t->validity.notAfter, &str);
/freebsd-13-stable/contrib/serf/buckets/
H A Dssl_buckets.c1802 ASN1_TIME *notBefore, *notAfter; local
1813 notAfter = X509_get_notAfter(cert->ssl_cert);
1814 if (ASN1_TIME_print(bio, notAfter)) {
1816 apr_hash_set(tgt, "notAfter", APR_HASH_KEY_STRING,
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509v3.h110 ASN1_GENERALIZEDTIME *notAfter; member in struct:PKEY_USAGE_PERIOD_st
H A Dx509.h68 ASN1_TIME *notAfter; member in struct:X509_val_st

Completed in 186 milliseconds