docs: update todo list
This commit is contained in:
parent
ef307f4983
commit
686c894296
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue