Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SSLWrapper.cpp #24

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

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