From: Pauli Date: Mon, 5 Aug 2024 05:47:27 +0000 (+1000) Subject: fips: install with the kbkdf key check option set X-Git-Tag: openssl-3.4.0-alpha1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243b7f399a4dd472264a7b23b59a4c2a1d817093;p=thirdparty%2Fopenssl.git fips: install with the kbkdf key check option set Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/25095) --- diff --git a/util/mk-fipsmodule-cnf.pl b/util/mk-fipsmodule-cnf.pl index 82bc8061021..a1f0595d704 100644 --- a/util/mk-fipsmodule-cnf.pl +++ b/util/mk-fipsmodule-cnf.pl @@ -70,6 +70,7 @@ tdes-encrypt-disabled = $tdes_encrypt_disabled rsa-pkcs15-padding-disabled = $pkcs15_pad_disable rsa-sign-x931-pad-disabled = $rsa_sign_x931_pad_disabled hkdf-key-check = $kdf_key_check +kbkdf-key-check = $kdf_key_check tls13-kdf-key-check = $kdf_key_check tls1-prf-key-check = $kdf_key_check sshkdf-key-check = $kdf_key_check