feat(DPoP): add API test

This commit is contained in:
Edouard Vanbelle
2026-08-08 16:21:19 +02:00
parent 5c4354bc67
commit 811c7b0f12
5 changed files with 766 additions and 0 deletions
+9
View File
@@ -200,6 +200,15 @@ path = "src/bin/opaque-hurl-helper.rs"
# blinding, AKE nonces are per-attempt-random). Not shipped in the
# release Dockerfile (nothing outside tests/ calls it).
[[bin]]
name = "dpop-hurl-helper"
path = "src/bin/dpop-hurl-helper.rs"
# Test-suite DPoP client — signs an ES256 proof per request, threads
# the DPoP-Nonce challenge/retry loop, and covers the wire-protocol
# scenarios Hurl can't express (per-request fresh jti/iat, replay
# detection, malformed proofs, wrong htm/htu/alg/typ). Same
# no-ship-in-release status as opaque-hurl-helper.
[[bin]]
name = "load-seed"
path = "src/bin/load-seed.rs"