diff --git a/draft-ietf-jose-json-proof-algorithms.md b/draft-ietf-jose-json-proof-algorithms.md index de0cb53..b63c955 100644 --- a/draft-ietf-jose-json-proof-algorithms.md +++ b/draft-ietf-jose-json-proof-algorithms.md @@ -855,9 +855,12 @@ The BBS examples were generated using the library at https://github.com/mattrglo [[ To be removed from the final specification ]] - -latest + -07 * Changing primary editor + * Update registry template for algorithms to account for integer + CBOR labels + * Restylize initial registry entries for readability * 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 diff --git a/draft-ietf-jose-json-proof-token.md b/draft-ietf-jose-json-proof-token.md index 467e145..eb3c6c6 100644 --- a/draft-ietf-jose-json-proof-token.md +++ b/draft-ietf-jose-json-proof-token.md @@ -224,7 +224,7 @@ for his valuable contributions to this specification. [[ To be removed from the final specification ]] - -latest + -07 * Changing primary editor * Move `claims` definition from JWP, to live beside `cid` diff --git a/draft-ietf-jose-json-web-proof.md b/draft-ietf-jose-json-web-proof.md index 78fe82a..a8be9eb 100644 --- a/draft-ietf-jose-json-web-proof.md +++ b/draft-ietf-jose-json-web-proof.md @@ -1038,9 +1038,22 @@ for his valuable contributions to this specification. [[ To be removed from the final specification ]] - -latest + -07 * Changing primary editor + * Broad changes to define a CBOR serialization, which leverage + new CBOR Protected Headers + * Deemphasis of JSON in some parts of the document to represent + CBOR alternatives + * Rewrite Header Parameter parsing requirements for JSON to + emphasize preference to fail on duplicate headers (to match + CBOR behavior). Last-encountered remains as an option to match + ECMA definition. + * Add option to use CoAP Formats for `typ` in CBOR mode to match + COSE, as a compact indirection over full media types. + * Modify IANA registry template to account for CBOR Labels in + header parameters + * Add application/jwp+cbor media type * 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