Implement server-side auth with ServerAuthConfig (Ed25519 keys + cert-authority)
This commit is contained in:
@@ -18,7 +18,7 @@ pub enum TransportError {
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[derive(Debug, PartialEq, thiserror::Error)]
|
||||
pub enum AuthError {
|
||||
#[error("key rejected")]
|
||||
KeyRejected,
|
||||
|
||||
Reference in New Issue
Block a user