[openssl/openssl] 95a6fb: The flag "decoded-from-explicit" must be imp/expor...
    Tomas Mraz 
    noreply at reply.github.openssl.org
       
    Thu Jun 23 13:49:20 UTC 2022
    
    
  
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 95a6fbdf0d112582b9ad56f8d42ec92b1ec4787d
      https://github.openssl.org/openssl/openssl/commit/95a6fbdf0d112582b9ad56f8d42ec92b1ec4787d
  Author: Tomas Mraz <tomas at openssl.org>
  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 <matt at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/18609)
  Commit: f7346cab45a7d2090009e96b304e4196038697f4
      https://github.openssl.org/openssl/openssl/commit/f7346cab45a7d2090009e96b304e4196038697f4
  Author: Tomas Mraz <tomas at openssl.org>
  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 <matt at openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/18609)
Compare: https://github.openssl.org/openssl/openssl/compare/5ad3e76c2357...f7346cab45a7
    
    
More information about the openssl-commits
mailing list