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

feature-gate des dependency #424

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

eric-seppanen
Copy link
Contributor

@eric-seppanen eric-seppanen commented Dec 20, 2024

Move the des dependency behind a cargo feature that is disabled by default, both to avoid security concerns about dependencies (an auditor may not know which ciphers are enabled at runtime), as well as reduce the number of dependencies downstream projects need to build.

This addresses one of the issues in #420.

Move the `des` dependency behind a cargo feature that is disabled by
default, both to avoid security concerns about dependencies (an auditor
may not know which ciphers are enabled at runtime), as well as reduce
the number of dependencies downstream projects need to build.
@eric-seppanen eric-seppanen marked this pull request as ready for review December 20, 2024 21:14
@Eugeny
Copy link
Owner

Eugeny commented Dec 20, 2024

LGTM 👍

@Eugeny Eugeny merged commit 7c7cb1b into Eugeny:main Dec 20, 2024
6 checks passed
@Eugeny
Copy link
Owner

Eugeny commented Dec 20, 2024

@all-contributors add @eric-seppanen for code

Copy link
Contributor

@Eugeny

I've put up a pull request to add @eric-seppanen! 🎉

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