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

Move openssl vendored featureflag to default #580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xnorpx
Copy link
Collaborator

@xnorpx xnorpx commented Oct 25, 2024

Some security requirements might be that a user must use system provided OpenSSL.

Added a new feature called openssl-vendored which uses openssl feature and also add the vendored flag.

Easy way to test if open ssl is vendored or not is to.

cargo tree | grep openssl-src -> vendored

changed default to be openssl-vendored to ensure no functionality change

@xnorpx xnorpx marked this pull request as draft October 25, 2024 19:20
@xnorpx
Copy link
Collaborator Author

xnorpx commented Oct 25, 2024

No still needs some work

@xnorpx xnorpx force-pushed the dev/openssl_vendored branch 2 times, most recently from 078fc02 to 9bffb72 Compare October 26, 2024 00:23
@xnorpx xnorpx marked this pull request as ready for review October 26, 2024 01:10
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.

1 participant