]> git.ipfire.org Git - thirdparty/openssl.git/commit
param->ctrl translation: Fix fix_ec_paramgen_curve_nid()
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Apr 2023 05:22:53 +0000 (07:22 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 1 May 2023 10:31:33 +0000 (11:31 +0100)
commitd1b2c9bf0b076c06dd240cab6140c68ec9f2cf5c
treef33f652f19a1ca4da2ae22c0b620eb781402bef7
parent925058987e4b48ed5c71bbf46742713b50feeb2d
param->ctrl translation: Fix fix_ec_paramgen_curve_nid()

This function didn't prepare space to get the param string, which causes
the default_fixup_args() call to fail.

Fixes #20161

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/20780)

(cherry picked from commit ac52fe5f5ae7a1d062f09adab7744e3a3b2ddbcf)
crypto/evp/ctrl_params_translate.c