]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't assume OpenSSL failures are memory errors 1035/head
authorRobbie Harwood <rharwood@redhat.com>
Wed, 5 Feb 2020 17:56:00 +0000 (12:56 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 6 Feb 2020 21:20:47 +0000 (16:20 -0500)
commitbf9b2134ceddd6c727362be894b1c95c297a0f17
tree98c13b47c2b297c4928cdbf91b04b4bb9af40afb
parentb2190fdc253de6024001e0f1ff9fe56c31042bb7
Don't assume OpenSSL failures are memory errors

More recent versions of OpenSSL can fail for other reasons.  Indicate
a crypto-related error occurred rather than a memory error to aid
debugging.

ticket: 8873 (new)
tags: pullup
target_version: 1.18
target_version: 1.17-next
src/lib/crypto/openssl/hash_provider/hash_evp.c
src/lib/crypto/openssl/sha256.c