Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-09-10 19:55:52 +04:00
examples fix(example): change file_sscv module path after refactor 2024-09-10 19:46:47 +04:00
src feat: add client cert resolver trait 2024-09-10 19:55:52 +04:00
.gitignore update main example: proper ss cert check, changes in lib API 2024-08-06 11:57:42 +04:00
Cargo.lock fix: trying to add crate features to docs.rs 2024-08-30 15:41:52 +04:00
Cargo.toml refactor: move file_sscv into file::sscv, rename crate feature 2024-09-09 19:15:55 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: update todo 2024-08-29 20:56:46 +04:00

tokio-gemini

Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress

TODO

  • Write tests for Client
  • Check self-signed cert with DANE before trusting it
  • Clean up FileBasedCertVerifier code
  • Add SqliteBasedCertVerifier (?)
  • Implement automatic redirection following
  • Implement client authorization
  • Implement server