mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-14 18:39:40 +00:00
Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert()
They both return 2 when the revoked entry that's found has the reason removeFromCRL. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2993) (cherry picked from commit cdd6c8c5785f44026d58b542431674598db18493)
This commit is contained in:
parent
8d049ed24b
commit
2af4b3fe32
@ -70,7 +70,10 @@ in turn using sk_X509_REVOKED_value().
|
||||
|
||||
=head1 RETURN VALUES
|
||||
|
||||
X509_CRL_get0_by_serial(), X509_CRL_get0_by_cert(),
|
||||
X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert() return 0 for failure,
|
||||
1 on success except if the revoked entry has the reason C<removeFromCRL> (8),
|
||||
in which case 2 is returned.
|
||||
|
||||
X509_REVOKED_set_serialNumber(), X509_REVOKED_set_revocationDate(),
|
||||
X509_CRL_add0_revoked() and X509_CRL_sort() return 1 for success and 0 for
|
||||
failure.
|
||||
|
Loading…
x
Reference in New Issue
Block a user