Skip to content

Commit

Permalink
dump fips conf
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed May 23, 2024
1 parent 0df09cf commit ba49825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
#command %(#{install_dir}/embedded/bin/ruby -v -e "require 'openssl'; begin;OpenSSL::Digest::MD5.new('hi');rescue OpenSSL::Digest::DigestError => e;raise;rescue => e;puts 'Unexpected error:';puts e.inspect;end")

command "cat #{install_dir}/embedded/ssl/openssl.cnf"
command "cat #{install_dir}/embedded/ssl/fipsmodule.cnf"
command "#{windows? ? 'Perl.exe' : ''} ./util/wrap.pl -fips #{install_dir}/embedded/bin/openssl list -provider-path providers -provider fips -providers"
command "#{install_dir}/embedded/bin/openssl list -providers"
end
Expand Down

0 comments on commit ba49825

Please sign in to comment.