]> git.ipfire.org Git - thirdparty/openssl.git/commit
Improve some error messages if a digest is not available
authorMatt Caswell <matt@openssl.org>
Thu, 27 Aug 2020 15:19:27 +0000 (16:19 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:56:20 +0000 (17:56 +1000)
commit7cd1420b3e53212485e5e7e53ac69929a9bc1ac3
treec5a9b0c519123c22f4fbbedbde7dbcb2847d8bfc
parente3bf65da88f714f8721c2985f235b12a7f90d9f8
Improve some error messages if a digest is not available

If a digest is not available we just get an "internal error" error
message - which isn't very helpful for diagnosing problems. Instead we
explicitly state that we couldn't find a suitable digest.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12733)
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/s3_enc.c
ssl/ssl_err.c
ssl/statem/statem_clnt.c