Skip to content

Commit

Permalink
Got it! have to adjust FIPS now, moving FIPS support back to the main…
Browse files Browse the repository at this point in the history
… openssl.rb file for v3 and laster in onnibus-software

Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed Apr 23, 2024
1 parent 8ed9aa9 commit b106822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
# running the make install_fips step to install the FIPS provider
# make "install_fips", env: env

if windows?
command "find / -name openssl.cnf"
# command "find / -name libcrypto-3-x64.dll"
end

fips_cnf_file = "/usr/local/ssl/fipsmodule.cnf"
fips_module_file = "/usr/local/lib64/ossl-modules/fips.#{windows? ? "dll" : "so"}"

Expand Down

0 comments on commit b106822

Please sign in to comment.