Searched refs:revoked (Results 1 – 19 of 19) sorted by relevance
/openssl/crypto/x509/ |
H A D | x_crl.c | 52 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 D | x509cset.c | 65 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 D | X509_CRL_get0_by_serial.pod | 8 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 D | SSL_alert_type_string.pod | 113 =item "CR"/"certificate revoked" 115 A certificate was revoked by its signer.
|
H A D | SRP_VBASE_new.pod | 51 where the flag can be 'V' (valid) or 'R' (revoked).
|
H A D | X509_STORE_CTX_get_error.pod | 221 =item B<X509_V_ERR_CERT_REVOKED: certificate revoked> 223 The certificate has been revoked.
|
H A D | OSSL_CMP_exec_certreq.pod | 125 typically return them as an indication that the certificate was already revoked.
|
H A D | OSSL_CMP_CTX_new.pod | 589 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 D | README.txt | 11 certificates and generates a CRL. Then one certificate is revoked and a
|
/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 130 OCSP_REVOKEDINFO *revoked; member
|
H A D | ocsp_asn.c | 87 ASN1_IMP(OCSP_CERTSTATUS, value.revoked, OCSP_REVOKEDINFO, 1),
|
H A D | ocsp_prn.c | 201 rev = cst->value.revoked; in OCSP_RESPONSE_print()
|
H A D | ocsp_cl.c | 261 OCSP_REVOKEDINFO *rev = cst->value.revoked; in OCSP_single_get0_status()
|
H A D | ocsp_srv.c | 122 if ((cs->value.revoked = ri = OCSP_REVOKEDINFO_new()) == NULL) in OCSP_basic_add1_status()
|
/openssl/include/crypto/ |
H A D | x509.h | 95 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 173 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 D | cmp.h.in | 71 * -- the certificate has already been revoked
|
/openssl/crypto/err/ |
H A D | openssl.txt | 875 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 D | CHANGES.md | 10712 the CRL revoked certificates in a database. 13335 environment. This would happen due to the reordering of the revoked 14565 in the CRL the verify fails with a revoked error. 18621 leaking and not finding already revoked certificates. 19831 verify callback function determined that a certificate was revoked.
|
Completed in 108 milliseconds