]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/t1_lib.c
Give a better error if we can't find a sig alg
authorMatt Caswell <matt@openssl.org>
Fri, 27 Mar 2020 17:16:59 +0000 (17:16 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Mar 2020 14:21:20 +0000 (15:21 +0100)
commita70535f84902b8d86c16ef3fe9d570b96fa5cfce
tree6bbf899ab1eccc728cb6dfdb956622c5fd5b722f
parentfd03868b34faaa711403d9ac0843d33811fbf961
Give a better error if we can't find a sig alg

Some scenarios where we could not find a suitable sig alg just
gave "internal error" as the reason - which isn't very helpful. A
more suitable reason code already exists - so we use that.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11425)
ssl/t1_lib.c