ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
authorTomas Mraz <tomas@openssl.org>
Tue, 1 Jun 2021 12:54:43 +0000 (14:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Jun 2021 15:17:51 +0000 (17:17 +0200)
commitea8215810319722cf76f777f812688eb3d632678
tree071a9f88e1962d6268244de15a6f37c087f684b2
parent4388417157ce77974888089ec133d26d7bb0f465
ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE

Fixes #15552

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15566)
providers/implementations/keymgmt/ecx_kmgmt.c
test/evp_pkey_provided_test.c