X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FX509_CRL_get0_by_serial.pod;fp=doc%2Fman3%2FX509_CRL_get0_by_serial.pod;h=a704228eb9ec0dc99d0cab3a7b506ea15f260b09;hp=d9d4360fe01688b14b9402b6d7bca28bb63a127d;hb=cdd6c8c5785f44026d58b542431674598db18493;hpb=b3c31a6572bd7b89f469deb3c78f85f6e303df47 diff --git a/doc/man3/X509_CRL_get0_by_serial.pod b/doc/man3/X509_CRL_get0_by_serial.pod index d9d4360fe0..a704228eb9 100644 --- a/doc/man3/X509_CRL_get0_by_serial.pod +++ b/doc/man3/X509_CRL_get0_by_serial.pod @@ -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 (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.