Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-08-29 13:53:45 +04:00
examples fix(SECURITY): return error on failed DANE verification 2024-08-28 17:08:05 +04:00
src test: add real site test 2024-08-29 13:53:45 +04:00
.gitignore update main example: proper ss cert check, changes in lib API 2024-08-06 11:57:42 +04:00
Cargo.lock chore(deps): cargo update 2024-08-28 19:13:50 +04:00
Cargo.toml feat: actual cert verification ignoring UnknownIssuer 2024-08-28 19:03:13 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: update todo list 2024-08-28 14:47:29 +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