diff --git a/README.md b/README.md index 9db6da1..e21651e 100644 --- a/README.md +++ b/README.md @@ -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