]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_extra_test.c
Test that EC keys without a public key in them work as expected
authorMatt Caswell <matt@openssl.org>
Thu, 21 Jan 2021 15:14:15 +0000 (15:14 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 1 Feb 2021 08:59:35 +0000 (08:59 +0000)
commitb8a1272d57e144dfac97006477a68f9948ebb595
tree77cfe527f4a5a6c8ff29ea01236d702a972960df
parentec7aef3356336012f77101f5c97e2e736e0c61ee
Test that EC keys without a public key in them work as expected

We create EC keys via both the "fromdata" and legacy key routes to make
sure that they can be used without a public key.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13922)
test/evp_extra_test.c