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

feat: enable-legacy and enable-weak-ssl-ciphers #71

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

notjaywu
Copy link

@notjaywu notjaywu commented Nov 26, 2024

Taking another pass at #69, this time doing the change also on the curl-for-windows fork

Related to INS-4508

@@ -57,7 +57,7 @@ if [ "$MACOS_UNIVERSAL_BUILD" == "true" ]; then
-fPIC \
--prefix=$build_folder \
--openssldir=$build_folder \
no-tests no-shared "${@:2}"
no-tests no-shared enable-legacy enable-weak-ssl-ciphers "${@:2}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@notjaywu we will also need to enable these on the curl-for-windows fork, and then pull the latest on the git submodule - otherwise here they are only enabled for MacOS and Linux

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this is another pr notjaywu/curl-for-windows#1

@notjaywu notjaywu changed the title test: enable-legacy and enable-weak-ssl-ciphers feat: enable-legacy and enable-weak-ssl-ciphers Nov 26, 2024
@notjaywu notjaywu marked this pull request as ready for review November 26, 2024 12:06
@notjaywu notjaywu merged commit 27217e7 into develop Nov 26, 2024
10 checks passed
@notjaywu notjaywu deleted the enable-weak-ssl-ciphers branch November 26, 2024 12:11
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