docs: update todo list

This commit is contained in:
DarkCat09 2024-08-28 14:47:29 +04:00
parent ef307f4983
commit 686c894296
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -5,9 +5,9 @@ Gemini protocol client and server implementation written in Rust with Tokio.
## TODO
- [ ] Write tests for Client
- [ ] Check self-signed cert with DANE before trusting it
- [ ] Clean up `FileBasedCertVerifier` code
- [x] Check self-signed cert with DANE before trusting it
- [x] Clean up `FileBasedCertVerifier` code
- [ ] Add `SqliteBasedCertVerifier` (?)
- [ ] Implement automatic redirection following
- [ ] Implement client authorization
- [ ] Separate general I/O error into different error types
- [ ] Implement server