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
|
## TODO
|
||||||
- [ ] Write tests for Client
|
- [ ] Write tests for Client
|
||||||
- [ ] Check self-signed cert with DANE before trusting it
|
- [x] Check self-signed cert with DANE before trusting it
|
||||||
- [ ] Clean up `FileBasedCertVerifier` code
|
- [x] Clean up `FileBasedCertVerifier` code
|
||||||
- [ ] Add `SqliteBasedCertVerifier` (?)
|
- [ ] Add `SqliteBasedCertVerifier` (?)
|
||||||
|
- [ ] Implement automatic redirection following
|
||||||
- [ ] Implement client authorization
|
- [ ] Implement client authorization
|
||||||
- [ ] Separate general I/O error into different error types
|
|
||||||
- [ ] Implement server
|
- [ ] Implement server
|
||||||
|
|
Loading…
Add table
Reference in a new issue