Implement server-side auth with ServerAuthConfig (Ed25519 keys + cert-authority)

This commit is contained in:
2026-06-02 10:21:28 +00:00
parent 1054e3907e
commit b559e335d3
5 changed files with 54 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ pub enum TransportError {
},
}
#[derive(Debug, thiserror::Error)]
#[derive(Debug, PartialEq, thiserror::Error)]
pub enum AuthError {
#[error("key rejected")]
KeyRejected,