Ignore a bad signature in a CertificateVerify message while fuzzing
authorMatt Caswell <matt@openssl.org>
Wed, 11 Oct 2023 09:46:46 +0000 (10:46 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Oct 2023 09:08:12 +0000 (10:08 +0100)
commit702bb16b9f38c4b17879b0d22bd08ea495c578e2
tree65a951f0c89c3541e1932e7ece68ec8a948f5133
parentb62ac1abfcac4091cdf8e5e4194c9e3bcc6d382d
Ignore a bad signature in a CertificateVerify message while fuzzing

We ignore such a bad signature when fuzzing - it will never be correct.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22368)
ssl/statem/statem_lib.c