Skip to content

How to install certified fips module into debian openssl package version 3.0.11-1~deb12u2 #24229

Discussion options

You must be logged in to vote

Two key settings might be missing:

  • openssl.cnf should have a .include directive pointing to the full path of fipsmodule.cnf
  • openssl.cnf should contain a reference to the fips section name inside fipsmodule.cnf within [provider_sect]

Example:

$ grep -B2 "^\.include\|^fips " /usr/lib/ssl/openssl.cnf
# referenced from the [provider_sect] below.
# Refer to the OpenSSL security policy for more information.
.include /usr/lib/ssl/fipsmodule.cnf
--
# The fips section name should match the section name inside the
# included fipsmodule.cnf.
fips = fips_sect

openssl list command should now be able to list fips as a provider

$ openssl list -providers -provider fips
Providers:
  fips
    name: Open…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@devanathan-krishnan
Comment options

Answer selected by paulidale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants