]> git.ipfire.org Git - thirdparty/openssl.git/commit
Avoid exporting bogus (empty) data if empty selection is used
authorTomas Mraz <tomas@openssl.org>
Fri, 21 Jul 2023 14:26:12 +0000 (16:26 +0200)
committerTodd Short <todd.short@me.com>
Fri, 4 Aug 2023 14:09:43 +0000 (10:09 -0400)
commit1ae4678cebaa13604c0f31bdf2c64cd28bdaf287
treed50ea623491566f1363589298715212964015f3e
parentcb8e64131e7ce230a9268bdd7cc4664868ff0dc9
Avoid exporting bogus (empty) data if empty selection is used

This is already correct in the rsa_kmgmt.c but other
implementations are wrong.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21519)
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c