docs: update todo

This commit is contained in:
DarkCat09 2024-08-29 20:56:46 +04:00
parent 5296587c39
commit 1733c86942
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -4,10 +4,10 @@ Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress
## TODO
- [ ] Write tests for Client
- [x] Write tests for Client
- [x] Check self-signed cert with DANE before trusting it
- [x] Clean up `FileBasedCertVerifier` code
- [ ] Add `SqliteBasedCertVerifier` (?)
- [ ] Implement automatic redirection following
- [x] Implement automatic redirection following
- [ ] Implement client authorization
- [ ] Implement server