From 159fd8f27b96693062f718be3afab395d5d17d23 Mon Sep 17 00:00:00 2001 From: David Waite Date: Sun, 20 Oct 2024 01:25:18 -0600 Subject: [PATCH] Added document history entries --- draft-ietf-jose-json-proof-algorithms.md | 11 +++++++++++ draft-ietf-jose-json-web-proof.md | 13 +++++++++++++ 2 files changed, 24 insertions(+) diff --git a/draft-ietf-jose-json-proof-algorithms.md b/draft-ietf-jose-json-proof-algorithms.md index c884db3..f08d2f0 100644 --- a/draft-ietf-jose-json-proof-algorithms.md +++ b/draft-ietf-jose-json-proof-algorithms.md @@ -766,6 +766,17 @@ The BBS examples were generated using the library at https://github.com/mattrglo [[ To be removed from the final specification ]] + -latest + + * Defer BBS key definition to [@I-D.ietf-cose-bls-key-representations] + * Modify example generation to use `proof_key` and `presentation_key` names + * Change `proof_jwk` to `proof_key` and `presentation_jwk` to + `presentation_key` to better represent that the key may be JSON + or CBOR-formatted. + * Moved the registry for `proof_key` and `presentation_key` to JWP + where they are defined. Consolidated usage, purpose and + requirements from algorith musage under these definitions. + -06 * Update reference to new repository home diff --git a/draft-ietf-jose-json-web-proof.md b/draft-ietf-jose-json-web-proof.md index 0f15501..b0f7efc 100644 --- a/draft-ietf-jose-json-web-proof.md +++ b/draft-ietf-jose-json-web-proof.md @@ -1048,6 +1048,19 @@ for his valuable contributions to this specification. [[ To be removed from the final specification ]] + -latest + + * Modify example generation to use `proof_key` and `presentation_key` names + * Change `proof_jwk` to `proof_key` and `presentation_jwk` to + `presentation_key` to better represent that the key may be JSON + or CBOR-formatted. + * Moved the registry for `proof_key` and `presentation_key` to JWP + where they are defined. Consolidated usage, purpose and + requirements from algorith musage under these definitions. + * Clarified that `proof_key` and `presentation_key` are required + by particular algorithms and are not more generally required for + issued and presented JWPs. + -06 * Update reference to new repository home.