From 1733c8694270ba0249f74db45e263d0c035cbc26 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 29 Aug 2024 20:56:46 +0400 Subject: [PATCH] docs: update todo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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