tokio-gemini/README.md
2024-08-28 14:47:29 +04:00

13 lines
403 B
Markdown

# tokio-gemini
Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress
## TODO
- [ ] 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
- [ ] Implement client authorization
- [ ] Implement server