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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pku.c83 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
96 if (usage->notAfter)
99 if (usage->notAfter) {
101 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
H A Dx509v3.h157 ASN1_GENERALIZEDTIME *notAfter; member in struct:PKEY_USAGE_PERIOD_st
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_val.c66 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_set.c131 in = x->cert_info->validity->notAfter;
135 M_ASN1_TIME_free(x->cert_info->validity->notAfter);
136 x->cert_info->validity->notAfter = in;
H A Dx509_r2x.c99 if (X509_gmtime_adj(xi->validity->notAfter, (long)60 * 60 * 24 * days) ==
H A Dx509.h154 ASN1_TIME *notAfter; member in struct:X509_val_st
711 # define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dca.c59 time_t notAfter; member in struct:hx509_ca_tbs
162 tbs->notAfter = t;
190 { "notAfter", HX509_CA_TEMPLATE_NOTAFTER },
257 tbs->notAfter = hx509_cert_get_notAfter(cert);
951 time_t notAfter; local
966 notAfter = tbs->notAfter;
967 if (notAfter == 0)
968 notAfter = time(NULL) + 3600 * 24 * 365;
1072 tbsc->validity.notAfter
[all...]
H A Dcert.c1410 * Get notAfter time of the certificate.
1422 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notAfter);
2102 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter);
2788 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter);
H A Dprint.c888 Time2string(&t->validity.notAfter, &str);

Completed in 204 milliseconds