]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_test.c: Check error stack for new errors and not stale ones
authorTomas Mraz <tomas@openssl.foundation>
Thu, 2 Apr 2026 09:08:56 +0000 (11:08 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 3 Apr 2026 15:49:58 +0000 (17:49 +0200)
commit1eb70dcfad88af9dc376cbc4972bc1e248a4bc4d
tree97d0945c1231d833df476b4cd51ed3c3597665a2
parentfd54c6b915b366b639baf7e8e1c35f6eee6b3eea
evp_test.c: Check error stack for new errors and not stale ones

The error stack might have stale entries but
we are interested only in those coming from the
EVP call being tested.

Fixes #30454

Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Fri Apr  3 15:49:52 2026
(Merged from https://github.com/openssl/openssl/pull/30669)

(cherry picked from commit 35868991d148b0e054d972d3874d4d6f6def4e8d)
test/evp_test.c