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

Support performing OpenSSL::Digest::MD4 in openSSL 3 by loading legacy provider #63

Closed
wants to merge 1 commit into from

Conversation

shayonj
Copy link

@shayonj shayonj commented Jun 5, 2024

openSSL3 doesn't support MD4 which means any installation with ntlm on openSSL3 using the challenge will be breaking. Hence the loading of the provider. I wonder if its possible to move away from MD4 altogether?

related: #57

…y provider

openSSL3 doesn't support MD4 which means any installation with ntlm on openSSL3 using the challenge will be breaking. Hence the loading
of the provider. I wonder if its possible to move away from MD4 altogether?
@pcai
Copy link
Contributor

pcai commented Jun 6, 2024

thanks, unfortunately it appears md4 is part of the ntlm spec so it cannot be removed. I will be closing this in favor of #53 since that PR seems more future-proof

@pcai pcai closed this Jun 6, 2024
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