-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so does this work with go1.11?
No, it's using the standard library TLS 1.3 implementation, which is one of the new features of Go 1.12. |
I'd like to point out that we're currently not using this code in production yet, so merging this PR shouldn't break anybody's build. I'm currently working on a way to use TLS 1.3 in production (which will also works for Ed25519 keys), but that will definitely won't be production-ready before the release of Go 1.12. |
c2dc653
to
ce2c75b
Compare
TLS 1.3 will require Go >= 1.12, so we don't need any fixes that were specific to Go 1.10 any more.
TLS 1.3 support was recently made opt-in in Go 1.12, so we need to explicitly enable it.
ce2c75b
to
1018ec9
Compare
This PR should be ready for review & merge now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #3.