kitsune/lib/tower-http-digest
Aumetra Weisman 6df04f067d
Replace `redis-rs` with `fred` (#535)
* impl fred types for speedy-uuid

* begin port

* progress

* rm multiplex-pool

* progress

* progress

* progress

* progress

* up

* fix kitsune-test

* let-else

* upgrade

* fix indefinite looping

* up

* fix

* limit fetch depth further
2024-05-20 22:03:02 +02:00
..
src Extend test coverage (#505) 2024-03-21 23:18:23 +00:00
tests Extend test coverage (#505) 2024-03-21 23:18:23 +00:00
Cargo.toml Replace `redis-rs` with `fred` (#535) 2024-05-20 22:03:02 +02:00
LICENSE-APACHE-2.0 Relicense Kitsune (#479) 2024-02-09 14:10:59 +00:00
LICENSE-MIT Relicense Kitsune (#479) 2024-02-09 14:10:59 +00:00
README.md Verify HTTP digest for inbox in a streaming fashion (#466) 2024-01-15 13:48:51 +00:00

README.md

tower-http-digest

HTTP digest handling generic via Tower middlewares.

State

  • Creating digests
  • Verifying digests

Note

This only supports verifying SHA-256 and SHA-512. Other officially supported digests are insecure anyway.