Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: 16f1c6e1abfc9d80c9e2fd78d72d51d4b8e739a0
https://github.openssl.org/openssl/openssl/commit/16f1c6e1abfc9d80c9e2fd78d72d51d4b8e739a0
Author: Tomas Mraz <[email protected]>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M crypto/ec/ec_backend.c
M crypto/ec/ec_lib.c
M providers/implementations/keymgmt/ec_kmgmt.c
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18629)
Commit: 3d0da0c2a049bce6d39a6bd5a68aaf7aab639509
https://github.openssl.org/openssl/openssl/commit/3d0da0c2a049bce6d39a6bd5a68aaf7aab639509
Author: Tomas Mraz <[email protected]>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M test/recipes/25-test_verify.t
Log Message:
-----------
Test whether decoded-from-explicit survives import/export
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18629)
Compare:
https://github.openssl.org/openssl/openssl/compare/bfa5f0f574db...3d0da0c2a049