Searched refs:nextUpdate (Results 1 – 15 of 15) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509cset.c | 54 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate() 98 return crl->crl.nextUpdate; in X509_CRL_get0_nextUpdate() 109 return crl->crl.nextUpdate; in X509_CRL_get_nextUpdate()
|
H A D | x_crl.c | 72 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
|
/openssl/doc/man3/ |
H A D | X509_get0_notBefore.pod | 65 B<lastUpdate> and B<nextUpdate> fields of I<crl>. The value 67 the call. If the B<nextUpdate> field is absent from I<crl> then 71 and B<nextUpdate> fields of I<crl> to I<tm>. Ownership of the passed parameter 75 which implies removal of the optional B<nextUpdate> field.
|
H A D | OCSP_resp_find_status.pod | 188 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate> 191 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
|
H A D | X509_STORE_CTX_get_error.pod | 185 format error in CRL's nextUpdate field> 187 The CRL C<nextUpdate> field contains an invalid time.
|
/openssl/crypto/ocsp/ |
H A D | ocsp_prn.c | 218 if (single->nextUpdate) { in OCSP_RESPONSE_print() 221 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print()
|
H A D | ocsp_local.h | 146 ASN1_GENERALIZEDTIME *nextUpdate; member
|
H A D | ocsp_asn.c | 97 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
|
H A D | ocsp_cl.c | 275 *nextupd = single->nextUpdate; in OCSP_single_get0_status()
|
H A D | ocsp_srv.c | 107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
|
/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 135 Output the nextUpdate field.
|
H A D | openssl-ocsp.pod.in | 419 used in the B<nextUpdate> field. If neither option is present then the 420 B<nextUpdate> field is omitted meaning fresh revocation information is
|
H A D | openssl-ca.pod.in | 381 Allows the value of the CRL's nextUpdate field to be explicitly set; if 389 now to place in the CRL nextUpdate field.
|
/openssl/include/crypto/ |
H A D | x509.h | 94 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */ member
|
/openssl/ |
H A D | CHANGES.md | 3376 allowing the `lastUpdate` and `nextUpdate` fields in the generated CRL to 10108 * Fix bug where CRLs with nextUpdate in the past are sometimes accepted 14861 between thisUpdate and nextUpdate max reject otherwise valid responses 14863 we allow thisUpdate and nextUpdate to fall within a certain period of
|
Completed in 65 milliseconds