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

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0ebaba View commit details
    Browse the repository at this point in the history
  2. crypt: bundle md4 and use it with mbedTLS

    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 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    06edd6d View commit details
    Browse the repository at this point in the history