Home
last modified time | relevance | path

Searched refs:revoked (Results 1 – 19 of 19) sorted by relevance

/openssl/crypto/x509/
H A Dx_crl.c52 if (!a || !a->revoked) in crl_inf_cb()
87 STACK_OF(X509_REVOKED) *revoked;
89 revoked = X509_CRL_get_REVOKED(crl);
92 for (i = 0; i < sk_X509_REVOKED_num(revoked); i++) {
93 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);
366 if (inf->revoked == NULL) in X509_CRL_add0_revoked()
368 if (inf->revoked == NULL || !sk_X509_REVOKED_push(inf->revoked, rev)) { in X509_CRL_add0_revoked()
441 if (crl->crl.revoked == NULL) in def_crl_lookup()
448 if (!sk_X509_REVOKED_is_sorted(crl->crl.revoked)) { in def_crl_lookup()
451 sk_X509_REVOKED_sort(crl->crl.revoked); in def_crl_lookup()
[all …]
H A Dx509cset.c65 sk_X509_REVOKED_sort(c->crl.revoked); in X509_CRL_sort()
66 for (i = 0; i < sk_X509_REVOKED_num(c->crl.revoked); i++) { in X509_CRL_sort()
67 r = sk_X509_REVOKED_value(c->crl.revoked, i); in X509_CRL_sort()
125 return crl->crl.revoked; in STACK_OF()
/openssl/doc/man3/
H A DX509_CRL_get0_by_serial.pod8 X509_CRL_add0_revoked, X509_CRL_sort - CRL revoked entry utility
33 X509_CRL_get0_by_serial() attempts to find a revoked entry in I<crl> for
39 looks for a revoked entry using the serial number of certificate I<x>.
42 revoked entries for I<crl>.
58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
62 X509_CRL_sort() sorts the revoked entries of I<crl> into ascending serial
67 Applications can determine the number of revoked entries returned by
74 1 on success except if the revoked entry has the reason C<removeFromCRL> (8),
77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
H A DSSL_alert_type_string.pod113 =item "CR"/"certificate revoked"
115 A certificate was revoked by its signer.
H A DSRP_VBASE_new.pod51 where the flag can be 'V' (valid) or 'R' (revoked).
H A DX509_STORE_CTX_get_error.pod221 =item B<X509_V_ERR_CERT_REVOKED: certificate revoked>
223 The certificate has been revoked.
H A DOSSL_CMP_exec_certreq.pod125 typically return them as an indication that the certificate was already revoked.
H A DOSSL_CMP_CTX_new.pod589 select the certificate to be revoked in Revocation Requests (RR).
622 Key Update Requests (KUR) or to be revoked in Revocation Requests (RR).
/openssl/demos/certs/
H A DREADME.txt11 certificates and generates a CRL. Then one certificate is revoked and a
/openssl/crypto/ocsp/
H A Docsp_local.h130 OCSP_REVOKEDINFO *revoked; member
H A Docsp_asn.c87 ASN1_IMP(OCSP_CERTSTATUS, value.revoked, OCSP_REVOKEDINFO, 1),
H A Docsp_prn.c201 rev = cst->value.revoked; in OCSP_RESPONSE_print()
H A Docsp_cl.c261 OCSP_REVOKEDINFO *rev = cst->value.revoked; in OCSP_single_get0_status()
H A Docsp_srv.c122 if ((cs->value.revoked = ri = OCSP_REVOKEDINFO_new()) == NULL) in OCSP_basic_add1_status()
/openssl/include/crypto/
H A Dx509.h95 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
/openssl/doc/man1/
H A Dopenssl-cmp.pod.in173 request certificates to be revoked, and perform other types of CMP requests.
401 to specify the certificate to be revoked
453 (KUR) messages or to be revoked in Revocation Request (RR) messages.
456 For RR the certificate to be revoked can also be specified using B<-csr>.
481 Specify the Serial number of certificate to be revoked in revocation request.
1384 In a similar way any previously enrolled certificate may be revoked by
/openssl/include/openssl/
H A Dcmp.h.in71 * -- the certificate has already been revoked
/openssl/crypto/err/
H A Dopenssl.txt875 OCSP_R_NO_REVOKED_TIME:109:no revoked time
1587 SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED:1044:ssl/tls alert certificate revoked
/openssl/
H A DCHANGES.md10647 the CRL revoked certificates in a database.
13270 environment. This would happen due to the reordering of the revoked
14500 in the CRL the verify fails with a revoked error.
18556 leaking and not finding already revoked certificates.
19766 verify callback function determined that a certificate was revoked.

Completed in 101 milliseconds