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

crypto/tls: support X25519 key exchange #15298

Closed
alex opened this issue Apr 14, 2016 · 2 comments
Closed

crypto/tls: support X25519 key exchange #15298

alex opened this issue Apr 14, 2016 · 2 comments

Comments

@alex
Copy link
Contributor

alex commented Apr 14, 2016

It's now shipped in BoringSSL and Chrome stable, and the RFC is basically 100% final, it'd be awesome if crypto/tls could be a leader in getting this rolled out.

Requires bringing X25519 itself into crypto/.

@alex
Copy link
Contributor Author

alex commented Apr 14, 2016

BoringSSL actually implemented this in their testing harness: https://boringssl.googlesource.com/boringssl/+/cba2b62a85215889285dfbe464f383397538760a%5E%21/

@bradfitz bradfitz changed the title Support X25519 key exchange in crypto/tls crypto/tls: support X25519 key exchange Apr 14, 2016
@bradfitz bradfitz added this to the Unplanned milestone Apr 14, 2016
@agl
Copy link
Contributor

agl commented Oct 12, 2016

Should be working as of 9e98e7e.

@agl agl closed this as completed Oct 12, 2016
@golang golang locked and limited conversation to collaborators Oct 12, 2017
@rsc rsc unassigned agl Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants