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

OpenSSL 3 compatibility #56

Merged
merged 1 commit into from
Apr 15, 2022
Merged

OpenSSL 3 compatibility #56

merged 1 commit into from
Apr 15, 2022

Conversation

nosnilmot
Copy link
Contributor

The function calls 'FIPS_mode()' and 'FIPS_mode_set()' have been removed from OpenSSL 3.0

The (newly added in #54) FIPS mode support will need to be rewritten to work in OpenSSL 3.0, see: https://wiki.openssl.org/index.php/OpenSSL_3.0#Using_the_FIPS_Module_in_applications

This PR allows previous functionality to continue working without FIPS mode support.

The function calls 'FIPS_mode()' and 'FIPS_mode_set()' have been removed from OpenSSL 3.0
@prefiks prefiks merged commit be9fd7e into processone:master Apr 15, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.742% when pulling 93adcff on nosnilmot:openssl3 into 4ee7fc4 on processone:master.

@Neustradamus
Copy link

Neustradamus commented May 28, 2022

Thanks @nosnilmot, @zinid, @alexeyshch, @prefiks!

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.

4 participants