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

Remove MD5SHA1 OpenSSL 1.0.2 backport #239

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

Conversation

qmuntal
Copy link
Collaborator

@qmuntal qmuntal commented Dec 20, 2024

We only implemented crypto.MD5SHA1 to support TLS 1.0/1.1 handshakes, which uses that hash in RSA PKCS1 v15 operations. Unfortunately, OpenSSL 1.0.2 doesn't provide EVP_md5_sha1, so we had to manually port it thinking that we could make that work by doing that.

The reality is that our backport doesn't work, as demonstrated by the tests added in #235. Given it complexity, and that OpenSSL 1.0.2 is long past it's EOL date, we better remove it.

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