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

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Remove MD5SHA1 OpenSSL 1.0.2 backport #239

merged 1 commit into from
Dec 23, 2024

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.

Copy link
Collaborator

@ueno ueno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for the removal.

@qmuntal qmuntal merged commit c116afa into v2 Dec 23, 2024
54 checks passed
@qmuntal qmuntal deleted the removemd5sha1port branch December 23, 2024 08:08
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.

3 participants