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

Replace Cyrus SASL MD5 with Openwall MD5 #449

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

Conversation

bgermann
Copy link

HMAC-MD5 is not used anymore, so drop it without replacement. Using Openwall MD5 gets rid of the RSA-MD license.

Keep the C++ conditionals as well as the namespace include in the md5.h header.

Fixes: #448

HMAC-MD5 is not used anymore, so drop it without replacement.
Using Openwall MD5 gets rid of the RSA-MD license.

Keep the C++ conditionals as well as the namespace include in
the md5.h header.

Link: https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
@bgermann
Copy link
Author

Note that this is not ABI compatible due to the field differences in MD5_CTX.

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.

Problematic RSA-MD licensed files
1 participant