commit | 7f6425a130c1b34434d546741b6242dbdafb5406 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Feb 11 12:04:52 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Feb 14 10:07:14 2022 +0100 |
tree | 3267d1a3e2c67a45991e9b5aa9da251696f9a623 | |
parent | 5f17930572c30fb21197b7feeb529a2c114af840 [diff] |
MINOR: ssl: Add ssl_new_dh_fromdata helper function Starting from OpenSSLv3, the DH_set0_pqg function is deprecated and the use of DH objects directly is advised against so this new helper function will be used to convert our hard-coded DH parameters into an EVP_PKEY. It relies on the new OSSL_PARAM mechanism, as described in the EVP_PKEY-DH manpage.