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

crypt: bundle md4 and use it with mbedTLS #21

Merged
merged 2 commits into from
Mar 16, 2024
Merged

crypt: bundle md4 and use it with mbedTLS #21

merged 2 commits into from
Mar 16, 2024

Conversation

ethomson
Copy link
Owner

mbedTLS v2 optionally includes MD4 support, but it needs to be
explicitly opted-in during build time. mbedTLS v3 removes it entirely.

Provide our own md4, using the reference implementation from RFC 1320.
Use it when compiling with mbedTLS (at any version level).

mbedTLS v2 optionally includes MD4 support, but it needs to be
explicitly opted-in during build time. mbedTLS v3 removes it entirely.

Provide our own md4, using the reference implementation from RFC 1320.
Use it when compiling with mbedTLS (at any version level).
@ethomson ethomson merged commit 826a62b into main Mar 16, 2024
17 checks passed
@ethomson ethomson deleted the ethomson/md4 branch March 16, 2024 16:23
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