summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-06-30 11:03:56 +1000
committerPauli <pauli@openssl.org>2023-07-02 16:45:01 +1000
commit89111cbc3238dcdf47e921af38d6b12c4b32d326 (patch)
treec8ef8e8ae6f808ec7948500f9ffe7aa70d8648b5 /util
parent6be83ac172aac93b49ae0b847fd5ac9de6ab3ff5 (diff)
fips: use correct field names when generating fipsmodule.cnf
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21327)
Diffstat (limited to 'util')
-rw-r--r--util/mk-fipsmodule-cnf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mk-fipsmodule-cnf.pl b/util/mk-fipsmodule-cnf.pl
index b4ab729914..e55ce180b7 100644
--- a/util/mk-fipsmodule-cnf.pl
+++ b/util/mk-fipsmodule-cnf.pl
@@ -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
_____