]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure the sslcorrupttest checks all errors on the queue
authorMatt Caswell <matt@openssl.org>
Mon, 22 Jun 2020 15:02:12 +0000 (16:02 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jul 2020 08:26:09 +0000 (09:26 +0100)
commit09ce6e0854b9dee49a25662e1aaaa869b2afc2a1
tree5e357c93be9bf23c87be5b6f2f524db16a3df3d3
parentee0c849e5a1c26ed16c08311efdfd78c8e4c8221
Ensure the sslcorrupttest checks all errors on the queue

sslcorrupttest was looking for a "decryption failed or bad record mac"
error in the queue. However if there were multiple errors on the queue
then it would fail to find it. We modify the test to check all errors.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12288)
test/sslcorrupttest.c