Commit graph

7 commits

Author SHA1 Message Date
e3b9db4572 Fix some issues with Sender, add Multisender 2023-05-28 12:23:05 -04:00
b7378dba78 Fix some logic errors in Sender::send, as before it was sending to the
sender rather than the recipient
2023-05-28 11:02:54 -04:00
46d04405ad Send client certs if they exist in ClientCertificateStore; Impl
TryFrom<Vec<u8>> for Response; Adjust error types to fit all new cases;
2023-05-27 10:58:14 -04:00
54a099bb44 Add Certificate struct and ClientCertificateStore trait 2023-05-27 01:18:30 -04:00
Nathan Fisher
680ca4e9b9 Flesh out most of sender functionality 2023-05-27 00:10:41 -04:00
0d15b8d24b Finish implementing TOFU for Verifier;
TODO: additional checks for certificate validity;
2023-05-24 17:37:44 -04:00
4a40603efc Finish refactor and add a number of doc comments 2023-05-24 13:14:14 -04:00
Renamed from src/sender.rs (Browse further)