]> 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:20:04 +0000 (11:20 +0100)
commitac52fe5f5ae7a1d062f09adab7744e3a3b2ddbcf
treea7b19692e6c0b3c8d51698bcc3ed5931c2f2fa53
parentbb7f3701cecb49ca0faacb5e46d11fd07cf2ee02
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)
crypto/evp/ctrl_params_translate.c