-
Notifications
You must be signed in to change notification settings - Fork 42
QUIC transport constructor fails with ed25519 keys #60
Comments
So basically we can't use QUIC with ed25519 keys. |
We need to switch to the new TLS handshake, IIRC. |
Is there a quic(k) remedy for this so that we can use it now? |
Not really. |
I've just added a PR: #65 But it requires Go1.13 |
Yeah, we need to wait for Go1.13 as they've just introduced ed25519 support in TLS and included ed25519 in the standard library. |
We should probably rather reuse the code from the TLS package (see #18). In addition to code reuse, this will allow us to use all key types. Unfortunately, since QUIC doesn't have a separate |
I've added a comment in the PR: #65 (comment) |
Trying to bring up some relays using ed25519 keys, and I run into this:
The text was updated successfully, but these errors were encountered: