docs: update todo
This commit is contained in:
parent
5296587c39
commit
1733c86942
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ Gemini protocol client and server implementation written in Rust with Tokio.
|
||||||
// Work in progress
|
// Work in progress
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Write tests for Client
|
- [x] Write tests for Client
|
||||||
- [x] Check self-signed cert with DANE before trusting it
|
- [x] Check self-signed cert with DANE before trusting it
|
||||||
- [x] Clean up `FileBasedCertVerifier` code
|
- [x] Clean up `FileBasedCertVerifier` code
|
||||||
- [ ] Add `SqliteBasedCertVerifier` (?)
|
- [ ] Add `SqliteBasedCertVerifier` (?)
|
||||||
- [ ] Implement automatic redirection following
|
- [x] Implement automatic redirection following
|
||||||
- [ ] Implement client authorization
|
- [ ] Implement client authorization
|
||||||
- [ ] Implement server
|
- [ ] Implement server
|
||||||
|
|
Loading…
Reference in a new issue