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

[ms-go1.23-support] Implement Clone for SHA[256,384,512] #217

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

qmuntal
Copy link
Collaborator

@qmuntal qmuntal commented Nov 11, 2024

This PR is a partial backport of #167. The Clone method is necessary to implement TLS 1.3 in crypto/tls Go 1.23 on Azure Linux 3. I'm only adding this new method to the TLS 1.3 digests (SHA256, SHA348 and SHA512) to keep the backport minimal.

@qmuntal qmuntal changed the title implement Clone for SHA[256,384,512] [ms-go1.23-support] Implement Clone for SHA[256,384,512] Nov 11, 2024
@qmuntal qmuntal merged commit 1dc4dfa into ms-go1.23-support Nov 12, 2024
20 checks passed
@qmuntal qmuntal deleted the ms-go1.23-hclone branch November 12, 2024 08:00
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