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

crypto: Fix AES and Blowfish names for OpenSSL 3.0 #6196

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

dmitrivereshchagin
Copy link
Contributor

This should fix #6146. It turned out that Blowfish in CFB/OFB modes is also not detected as supported.

Tested with OpenSSL 3.0.5. Corresponding groups for AES and Blowfish in crypto_SUITE are not skipped and pass.

Before this change AES in 128 bit CFB mode and Blowfish in CFB/OFB modes
are always reported as unsupported when linked with OpenSSL 3.0.
@CLAassistant
Copy link

CLAassistant commented Aug 3, 2022

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2022

CT Test Results

    2 files    14 suites   5m 9s ⏱️
182 tests 169 ✔️   13 💤 0
460 runs  328 ✔️ 132 💤 0

Results for commit a822fe7.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@HansN HansN self-assigned this Aug 4, 2022
@HansN HansN added team:PS Assigned to OTP team PS testing currently being tested, tag is used by OTP internal CI in progress bug Issue is reported as a bug labels Aug 4, 2022
@HansN HansN merged commit 8cd3d3f into erlang:maint Aug 15, 2022
@HansN
Copy link
Contributor

HansN commented Aug 15, 2022

Thanks for the PR!

@HansN HansN removed testing currently being tested, tag is used by OTP internal CI in progress labels Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants