]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for EC_KEY_set_private_key()
authorRoberto Hueso Gomez <roberto@robertohueso.org>
Mon, 1 Aug 2022 00:08:47 +0000 (02:08 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Thu, 4 Aug 2022 09:17:08 +0000 (12:17 +0300)
commitd93f154d5a524e6ed71ff276447de7fe11d85949
treefb62d821a97a142431ef21b88b4122045e12d4b8
parentb304b3e8f7397c3e949e3664e6ceaee5dc811b32
Add test for EC_KEY_set_private_key()

This tests the behavior and API of the EC_KEY_set_private_key function.
It tests compliance with legacy features related to NULL private keys
too.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/18942)
test/ec_internal_test.c