Skip to content

Conversation

@westonmyers
Copy link

OpenSSL 3.0 changed how you set enabling FIPS support. Added conditional check to enable compilation on this version.

OpenSSL 3.0 changed how you set enabling FIPS support. Added conditional check to enable compilation on this version.
@icecube45
Copy link
Member

was EVP_default_properties_enable_fips added in 3.0 as well? Meaning this wouldn't compile on <3.0 ? feels like we want an ifdef or similar as a solution

@westonmyers
Copy link
Author

Seems to compile for the following:

  • debian buster (libssl-dev@1.1.1n-0+deb10u3)
  • debian bullseye (libssl-dev@1.1.1n-0+deb11u4)
  • debian sid (libssl-dev@3.0.8-1)

Tested with a simple Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants