Add WireGuard support #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
oscrypto, asn1crypto, certbuilder etc are missing support for ed25519, but seems to be rather easy to add the support. See here for wbond comments on where to add what:
https://github.com/wbond/asn1crypto/pull/134#issuecomment-508498771
On the other hand WireGuard does not really rely on CA hierarchy, we could just store pubkeys in Mongo. StrongSwan seems to support ed25519 certs, so it might be good idea to support signed certs with ed25519 anyway.