Skip to content

Tags: PassFort/http-signatures

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from PassFort/rh/fix-publish-pipeline

Use dtolnay/rust-toolchain instead of deprecated action

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from thomassa/ts/fix-missing-final-quote-APPS-874

Add missing final quote to authorization header

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from PassFort/jc/release-0.4.1

Release 0.4.1

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from PassFort/jc/release-0-3-2

Release 0.4.0

0.3.1

Toggle 0.3.1's commit message
Fix bug where digest was required even for GET requests

Rouille returns `Some(empty body)` for GET requests, rather than the `None` we
were expecting, so allow the digest to be omitted when the body is present but
empty.

0.3.0

Toggle 0.3.0's commit message
Split out canonicalization into a separate module so it can be shared…

… between

signing and verification

0.2.1

Toggle 0.2.1's commit message
Bump version

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Document the crate (#4)

Document the crate

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from PassFort/db-format

Format code and enforce with CI