]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for creating ECX private keys that are too short
authorMatt Caswell <matt@openssl.org>
Mon, 15 Nov 2021 12:24:05 +0000 (12:24 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Nov 2021 13:21:06 +0000 (13:21 +0000)
commit8c08c8b37cab0eb66ca74fc65a40af3ccec77c00
tree9eec591c21a11739d2aab60ac8d2caa9b580afd1
parent50938aec35fd57fb3bec707ead2eee381fcfaf04
Add a test for creating ECX private keys that are too short

We expect attempting to create such short keys to fail

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17041)
test/evp_extra_test.c