feature: Gets signing server and client infrastructure working.

This commit is contained in:
imterah 2024-10-24 11:39:46 -04:00
parent a5e479cc0c
commit e527413faf
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
13 changed files with 865 additions and 62 deletions

View file

@ -9,13 +9,10 @@ const (
// Sent by the client along with the symmetric key that is going to be used
SwitchToSymmetricKey
// Client sends what host they are connecting to.
// Currently unimplemented.
ClientSendHost
// Gets the signing servers trusting/signing the current server.
// Currently unimplemented.
GetSigningServers
// Gets the domains that are supported by this certificate (should be cross-checked)
// Currently unimplemented.
GetTrustedDomains
// Starts forwarding traffic over this protocol.
InitiateForwarding