Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/bf9b2134ceddd6c727362be894b1c95c297a0f17
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: bf9b2134ceddd6c727362be894b1c95c297a0f17
Branch: master
src/lib/crypto/openssl/hash_provider/hash_evp.c | 2 +-
src/lib/crypto/openssl/sha256.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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.

(cherry picked from commit bf9b2134ceddd6c727362be894b1c95c297a0f17)

https://github.com/krb5/krb5/commit/244e03ca81a327e4de0cab9b6e06c230d1cbf8ac
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 244e03ca81a327e4de0cab9b6e06c230d1cbf8ac
Branch: krb5-1.18
src/lib/crypto/openssl/hash_provider/hash_evp.c | 2 +-
src/lib/crypto/openssl/sha256.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Subject: git commit
From: ghudson@mit.edu

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.

(cherry picked from commit bf9b2134ceddd6c727362be894b1c95c297a0f17)

https://github.com/krb5/krb5/commit/1a8e94f85b5177187a6ca953225d491257a1835d
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 1a8e94f85b5177187a6ca953225d491257a1835d
Branch: krb5-1.17
src/lib/crypto/openssl/hash_provider/hash_evp.c | 2 +-
src/lib/crypto/openssl/sha256.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)