commit | cdd6c8c5785f44026d58b542431674598db18493 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Mar 20 12:29:37 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Mar 20 14:35:31 2017 +0100 |
tree | cd08262e10fc3bf9b54deed1dbdeee381f92d33c | |
parent | b3c31a6572bd7b89f469deb3c78f85f6e303df47 [diff] |
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)