Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: e18186aa6ab11fd0d587163a7f9e2103e4df60ac
      
https://github.com/openssl/openssl/commit/e18186aa6ab11fd0d587163a7f9e2103e4df60ac
  Author: Juergen Christ <jchr...@linux.ibm.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M crypto/evp/ctrl_params_translate.c

  Log Message:
  -----------
  Add translation for ECX group parameter

Legacy EVP_PKEY_CTX objects did not support the "group" parameter for X25519
and X448.  The translation of this parameter resulted in an error.  This
caused errors for legacy keys and engines.

Fix this situation by adding a translation that simply checks that the correct
parameter is to be set, but does not actually set anything.  This is correct
since the group name is anyway optional for these two curves.

Fixes #19313

Signed-off-by: Juergen Christ <jchr...@linux.ibm.com>

Reviewed-by: Tomas Mraz <to...@openssl.org>
Reviewed-by: Paul Dale <pa...@openssl.org>
Reviewed-by: Hugo Landau <hlan...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19348)

(cherry picked from commit c048779520d47962316ddb436d08a050d5659666)


Reply via email to