-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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] Restore Blowfish cipher in OpenSSL #18148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also update port-version
in vcpkg.json file?
Thank you for your prompt feedback @NancyLi1013 - I've bumped the version 🙂 |
You have updated a port, so you have to :) |
Please also run .\vcpkg x-add-version openssl to update version files and then submit the changes. |
Should be done now 🙂 Please let me know if you have any other feedback |
Let's wait for CI test result. Currently, there is nothing needs to be done on your sides. |
CI appears to be passing - could this be landed now? 🙂 |
Yes, this is ready for merge now. |
lgtm, thanks! |
OpenSSL port today excludes Blowfish cipher on *nix platforms. I couldn't find a particular reason for why that is in
git blame
and this is still a useful cipher to have for some older systems. This PR removesno-bf
flag to restore Blowfish cipher on *nix and bring consistency across supported platforms.What does your PR fix?
Fixes How do I configure OpenSSL package? #17183
Which triplets are supported/not supported? Have you updated the CI baseline?
Only changes *nix port. As far as I can tell, Windows already has this cipher enabled
Does your PR follow the maintainer guide?
I believe so
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes