]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fips: use correct field names when generating fipsmodule.cnf
authorPauli <pauli@openssl.org>
Fri, 30 Jun 2023 01:03:56 +0000 (11:03 +1000)
committerPauli <pauli@openssl.org>
Sun, 2 Jul 2023 06:45:01 +0000 (16:45 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21327)

util/mk-fipsmodule-cnf.pl

index b4ab729914cda1bae9380fe04551cccb67bec740..e55ce180b74f946fd227019f33a9aeffb16f4ea9 100644 (file)
@@ -45,7 +45,7 @@ print <<_____;
 activate = $activate
 conditional-errors = $conditional_errors
 security-checks = $security_checks
-ems_check = $ems_check
-drgb_no_trunc_dgst = $drgb_no_trunc_dgst
+tls1-prf-ems-check = $ems_check
+drbg-no-trunc-md = $drgb_no_trunc_dgst
 module-mac = $module_mac
 _____