]> git.ipfire.org Git - thirdparty/openssl.git/commit
dsa/dh: update keymanagers for DH and DSA to use generated param parsers
authorPauli <ppzgs1@gmail.com>
Thu, 28 Aug 2025 01:49:44 +0000 (11:49 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Sep 2025 15:54:45 +0000 (17:54 +0200)
commitc38defc5afff7e8c0c9d06a43a0eabcdb05c2b75
tree25913b293830b48e490053c8f85c6245b71272e3
parente3439883c767b6a4c12a792de0b0fad713ae73eb
dsa/dh: update keymanagers for DH and DSA to use generated param parsers

Both are updates to reduce the OSSL_PARAM_locate related searching.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28360)
crypto/dh/dh_backend.c
crypto/ffc/ffc_params.c
include/crypto/dh.h
include/internal/ffc.h
providers/implementations/keymgmt/dh_kmgmt.c.in
providers/implementations/keymgmt/dsa_kmgmt.c.in