From 32e496f42974f90ab337e1dfe34ef86eefe1884b Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Wed, 13 Sep 2023 14:16:07 +0200 Subject: [PATCH 1/3] Tighten "cnf" claim description --- index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index 5f34fe2b..a6f7fbd3 100644 --- a/index.html +++ b/index.html @@ -465,14 +465,9 @@

cnf

If cnf is present in the Protected Header or the JWT Claims , a verifier can use this parameter - to obtain a JSON Web Key to use in the + to identify a proof-of-possesion key in the manner described in [[rfc7800]] to use in the verification process.

-

- If kid is also present in the - Protected Header, it is expected to be - useful to distinguish the specific key used. -

From b80557baee7a2cfbbfd5c8f30ecf4e2c46ed6489 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 18 Sep 2023 08:26:55 -0500 Subject: [PATCH 2/3] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a6f7fbd3..5fc0af4e 100644 --- a/index.html +++ b/index.html @@ -465,7 +465,7 @@

cnf

If cnf is present in the Protected Header or the JWT Claims , a verifier can use this parameter - to identify a proof-of-possesion key in the manner described in [[rfc7800]] to use in the + to identify a proof-of-possesion key in the manner described in [[rfc7800]] for use in the verification process.

From 3ff821a8c795aad582d72e8111867164691dd40e Mon Sep 17 00:00:00 2001 From: "Michael B. Jones" Date: Wed, 20 Sep 2023 14:39:33 -0700 Subject: [PATCH 3/3] Update index.html Co-authored-by: Andres Uribe --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5fc0af4e..121ee421 100644 --- a/index.html +++ b/index.html @@ -464,7 +464,7 @@

cnf

If cnf is present in the Protected Header or the JWT Claims , - a verifier can use this parameter + a verifier MAY use this parameter to identify a proof-of-possesion key in the manner described in [[rfc7800]] for use in the verification process.