]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_check
authorRichard Levitte <levitte@openssl.org>
Fri, 6 Nov 2020 09:37:43 +0000 (10:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 7 Nov 2020 11:31:24 +0000 (12:31 +0100)
commite6774a7289707061fb19bf5f32996147dcc9a860
treeeac803947071594b7d6484b46fe5dac64a682dce
parentdc56deddeea301f9a496c1565398d7ec1fb8dac0
test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_check

With our providers, RSA now supports public key check and key parameter check.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13334)
test/evp_extra_test.c