commit | 6195848b2eea627c47f74b63eb2ba3dc3d5b6436 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sat Jan 28 17:43:17 2017 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Sat Jan 28 20:07:04 2017 +0100 |
tree | 0d9d6db3b93c97c7f44a1a6b27ef09acf153c44b | |
parent | 63414e64e66e376654e993ac966e3b2f9d849d3b [diff] |
X509_CRL_digest() - ensure precomputed sha1 hash before returning it X509_CRL_digest() didn't check if the precomputed sha1 hash was actually present. This also makes sure there's an appropriate flag to check. Reviewed-by: Kurt Roeckx <kurt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2314)