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.x removed Blowfish #26

Closed
s-u opened this issue Mar 13, 2022 · 0 comments
Closed

openssl 3.x removed Blowfish #26

s-u opened this issue Mar 13, 2022 · 0 comments

Comments

@s-u
Copy link
Owner

s-u commented Mar 13, 2022

OpneSSL 3.0.0 and higher removed Blowfish (BF) from the provided ciphers. This leads to our tests failing, because we use BF as an example for a symmetric cipher. It can still be used, but "legacy" provider has to be loaded for it to work. Given that existing applications rely of BF we should still support it.

Friendly Debian people have noticed and created a patch: PR which loads the provides and enables the BF mappings.

@s-u s-u closed this as completed in af3cbca Mar 13, 2022
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

No branches or pull requests

1 participant