Skip to content

Replace Cyrus SASL MD5 with Openwall MD5#449

Open
bgermann wants to merge 1 commit intodinhvh:masterfrom
bgermann:md5
Open

Replace Cyrus SASL MD5 with Openwall MD5#449
bgermann wants to merge 1 commit intodinhvh:masterfrom
bgermann:md5

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

1 participant