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

Implement TLS 1.3 KDF using the crypto backends #1470

Open
qmuntal opened this issue Jan 9, 2025 · 0 comments · May be fixed by #1472
Open

Implement TLS 1.3 KDF using the crypto backends #1470

qmuntal opened this issue Jan 9, 2025 · 0 comments · May be fixed by #1472
Assignees
Labels
Milestone

Comments

@qmuntal
Copy link
Member

qmuntal commented Jan 9, 2025

https://github.com/golang/go/blob/master/src/crypto/internal/fips140/tls13/tls13.go implements the TLS 1.3 KDF in the Go FIPS module. We should port it to our backend infrastructure and patch all the callers.

@qmuntal qmuntal added this to the go1.24 milestone Jan 9, 2025
@qmuntal qmuntal self-assigned this Jan 9, 2025
@qmuntal qmuntal linked a pull request Jan 9, 2025 that will close this issue
@dagood dagood added the fips label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants