From c3002084cea95bc74af2acfebdef2ffc29076147 Mon Sep 17 00:00:00 2001 From: setrofim Date: Wed, 27 Sep 2023 17:25:27 +0100 Subject: [PATCH] Update architecture/verifier/freshness.md Co-authored-by: Thomas Fossati --- architecture/verifier/freshness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/verifier/freshness.md b/architecture/verifier/freshness.md index 901405a..4075469 100644 --- a/architecture/verifier/freshness.md +++ b/architecture/verifier/freshness.md @@ -30,7 +30,7 @@ freshness. used) with a new session request. The client can optionally specify the nonce to be used for this verification session, or the size of the nonce to be generated by Veraison. Either way, the nonce is limited to be between 8 - and 64 bytes long (see [EAT eat_nonce + and 64 bytes long (see [EAT `eat_nonce` claim](https://www.ietf.org/archive/id/draft-ietf-rats-eat-21.html#name-eat_nonce-eat-nonce-claim)). 2. The nonce (whether provided or generated) is associated with the created session, and is returned in the response to the new session request.