]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for EVP_PKEY_eq
authorSimo Sorce <simo@redhat.com>
Fri, 11 Nov 2022 17:18:26 +0000 (12:18 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 15 Nov 2022 11:04:12 +0000 (12:04 +0100)
commite5202fbd461cb6c067874987998e91c6093e5267
treef1ad67d6c8559c01f1b4b14d2814bfe40df35569
parent504427eb5f32108dd64ff7858012863fe47b369b
Add test for EVP_PKEY_eq

This tests that the comparison work even if a provider can only return
a public key.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19648)
test/fake_rsaprov.c
test/fake_rsaprov.h
test/provider_pkey_test.c