]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Honour mandatory digest on private key in tls1_process_sigalgs()
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 16 Oct 2018 14:59:46 +0000 (07:59 -0700)
committerNicola Tuveri <nic.tuv@gmail.com>
Sat, 24 Nov 2018 07:01:07 +0000 (09:01 +0200)
If the private key says it can only support one specific digest, then
don't ask it to perform a different one.

Fixes: #7348
(cherry picked from commit 2d263a4a73f852005b16359873475d48755999ad
 and reworked for 1.0.2)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/7610)


No differences found