]> git.ipfire.org Git - thirdparty/openssl.git/commit
evp_test.c: Switch the logic to skip ARGON2 EVP tests to PREFIX
authorTobias Brick <tobiasb@microsoft.com>
Tue, 15 Apr 2025 18:41:05 +0000 (18:41 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 Oct 2025 15:45:24 +0000 (17:45 +0200)
commite2cad5697abdfa89047fa2e685ce6a26a885e2ba
tree64224b08de2f4119a9b44882c3ab7b4cd5ec286e
parent45b77496a3626a96a6893f06010987d208e40107
evp_test.c: Switch the logic to skip ARGON2 EVP tests to PREFIX

The names have ARGON2 as PREFIX rather than SUFFIX.
This covers the argon algorithms ARGON2D, ARGON2I, and ARGON2ID.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/28756)
test/evp_test.c