2024-08-01 15:41:28 +03:00
|
|
|
# tokio-gemini
|
|
|
|
|
2024-08-05 15:27:55 +03:00
|
|
|
Gemini protocol client and server implementation written in Rust with Tokio.
|
|
|
|
// Work in progress
|
|
|
|
|
|
|
|
## TODO
|
2024-08-29 19:56:46 +03:00
|
|
|
- [x] Write tests for Client
|
2024-08-28 13:47:29 +03:00
|
|
|
- [x] Check self-signed cert with DANE before trusting it
|
|
|
|
- [x] Clean up `FileBasedCertVerifier` code
|
2024-08-09 12:07:50 +03:00
|
|
|
- [ ] Add `SqliteBasedCertVerifier` (?)
|
2024-08-29 19:56:46 +03:00
|
|
|
- [x] Implement automatic redirection following
|
2024-08-09 12:07:50 +03:00
|
|
|
- [ ] Implement client authorization
|
2024-08-05 15:27:55 +03:00
|
|
|
- [ ] Implement server
|