]> git.ipfire.org Git - thirdparty/openssl.git/commit
The flag "decoded-from-explicit" must be imp/exportable
authorTomas Mraz <tomas@openssl.org>
Mon, 20 Jun 2022 10:10:06 +0000 (12:10 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 23 Jun 2022 13:51:06 +0000 (15:51 +0200)
commit16f1c6e1abfc9d80c9e2fd78d72d51d4b8e739a0
treeebc0c2dc6db78220758e9e9d09a8f9efba5abf56
parentbfa5f0f574dbdb82be70586f70975d28512f3554
The flag "decoded-from-explicit" must be imp/exportable

Otherwise the information that the EC group was imported from
explicit parameters is lost when the key is moved across providers.

Fixes #18600

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/18629)
crypto/ec/ec_backend.c
crypto/ec/ec_lib.c
providers/implementations/keymgmt/ec_kmgmt.c