Searched refs:notAfter (Results 1 – 23 of 23) sorted by relevance
/openssl/test/ |
H A D | danetest.in | 57 notAfter=Dec 13 00:10:34 2015 GMT 72 notAfter=Dec 13 00:10:34 2015 GMT 87 notAfter=Dec 13 00:10:34 2015 GMT 102 notAfter=Dec 13 00:10:34 2015 GMT 117 notAfter=Dec 13 00:10:34 2015 GMT 132 notAfter=Dec 13 00:10:34 2015 GMT 147 notAfter=Dec 13 00:10:34 2015 GMT 162 notAfter=Dec 13 00:10:34 2015 GMT 177 notAfter=Dec 13 00:10:34 2015 GMT 192 notAfter=Dec 13 00:10:34 2015 GMT [all …]
|
H A D | dane-cross.in | 28 notAfter=Jan 16 08:19:49 2116 GMT 51 notAfter=Jan 16 08:19:49 2116 GMT 73 notAfter=Aug 31 18:36:38 2121 GMT 95 notAfter=Aug 31 18:33:26 2121 GMT
|
H A D | danetest.pem | 4 notAfter=Apr 15 23:13:08 3015 GMT
|
/openssl/crypto/x509/ |
H A D | v3_pku.c | 31 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);
|
H A D | x509_set.c | 102 &x->cert_info.validity.notAfter, tm); in X509_set1_notAfter() 139 return x->cert_info.validity.notAfter; in X509_get0_notAfter() 149 return x->cert_info.validity.notAfter; in X509_getm_notAfter()
|
H A D | x509_r2x.c | 52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
|
H A D | x509aset.c | 176 return replace_gentime(&x->acinfo->validityPeriod.notAfter, time); in X509_ACERT_set1_notAfter()
|
H A D | x509_acert.c | 187 return x->acinfo->validityPeriod.notAfter; in X509_ACERT_get0_notAfter()
|
/openssl/doc/man3/ |
H A D | OSSL_CRMF_MSG_set0_validity.pod | 19 ASN1_TIME *notBefore, ASN1_TIME *notAfter); 43 OSSL_CRMF_MSG_set0_validity() sets the I<notBefore> and I<notAfter> fields 45 Any of the I<notBefore> and I<notAfter> parameters may be NULL, 47 On success ownership of I<notBefore> and I<notAfter> is transferred to I<crm>.
|
H A D | X509_get0_notBefore.pod | 40 and B<notAfter> fields of certificate I<x> respectively. The value 50 and B<notAfter> fields of I<x> to I<tm>. Ownership of the passed 55 the B<notBefore> and B<notAfter> fields of certificate B<x> respectively. 60 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
|
H A D | X509_STORE_CTX_get_error.pod | 158 The certificate has expired: that is the C<notAfter> date is before the 175 format error in certificate's notAfter field> 177 The certificate C<notAfter> field contains an invalid time.
|
H A D | X509_STORE_CTX_set_verify_cb.pod | 200 BIO_printf(bio_err, "notAfter=");
|
/openssl/crypto/asn1/ |
H A D | x_val.c | 17 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
|
/openssl/crypto/crmf/ |
H A D | crmf_local.h | 289 /* 1 */ ASN1_TIME *notAfter; member
|
H A D | crmf_lib.c | 257 ASN1_TIME *notBefore, ASN1_TIME *notAfter) in OSSL_CRMF_MSG_set0_validity() argument 270 vld->notAfter = notAfter; in OSSL_CRMF_MSG_set0_validity()
|
H A D | crmf_asn.c | 174 ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notAfter, ASN1_TIME, 1)
|
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 312 ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0); in OSSL_CMP_CTX_setup_CRM() local 315 || notAfter == NULL in OSSL_CMP_CTX_setup_CRM() 316 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM() 318 ASN1_TIME_free(notAfter); in OSSL_CMP_CTX_setup_CRM()
|
/openssl/include/openssl/ |
H A D | crmf.h.in | 143 ASN1_TIME *notBefore, ASN1_TIME *notAfter);
|
H A D | x509v3.h.in | 136 ASN1_GENERALIZEDTIME *notAfter; member
|
H A D | x509.h.in | 98 ASN1_TIME *notAfter; member
|
/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 266 Prints out the expiry date of the certificate, that is the notAfter date. 414 When signing a certificate, preserve "notBefore" and "notAfter" dates of any 675 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
|
H A D | openssl-ocsp.pod.in | 289 time and an optional B<notAfter> time. The current time should fall between 296 If the B<notAfter> time is omitted from a response then this means that new
|
H A D | openssl-verification-options.pod | 172 the validity period as specified by the C<notBefore> and C<notAfter> fields
|
Completed in 41 milliseconds