feat(DPoP): add API test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user