diff --git a/draft-ietf-jose-json-proof-algorithms.md b/draft-ietf-jose-json-proof-algorithms.md index 0119628..1250b7a 100644 --- a/draft-ietf-jose-json-proof-algorithms.md +++ b/draft-ietf-jose-json-proof-algorithms.md @@ -899,8 +899,10 @@ The BBS examples were generated using the library at https://github.com/mattrglo [[ To be removed from the final specification ]] -03 - * Removed `BBS-DRAFT-3` and `BBS-PROOF-DRAFT-3` in lieu of `BBS-DRAFT-5` and `BBS-PROOF-DRAFT-5`, with signature/proof/verification referencing the revised mechanisms in [@!I-D.irtf-cfrg-bbs-signatures#05]. * Improvements resulting from a full proofreading. + * Populated IANA Considerations section. + * Updated to use BBS draft -05. + * Updated examples. -02 diff --git a/draft-ietf-jose-json-proof-token.md b/draft-ietf-jose-json-proof-token.md index 25334d1..eb52d52 100644 --- a/draft-ietf-jose-json-proof-token.md +++ b/draft-ietf-jose-json-proof-token.md @@ -202,6 +202,7 @@ for his valuable contributions to this specification. -03 * Improvements resulting from a full proofreading. + * Added examples of JSON object and JSON boolean claims. -02 diff --git a/draft-ietf-jose-json-web-proof.md b/draft-ietf-jose-json-web-proof.md index cf2ffdf..147e64d 100644 --- a/draft-ietf-jose-json-web-proof.md +++ b/draft-ietf-jose-json-web-proof.md @@ -1062,6 +1062,12 @@ for his valuable contributions to this specification. -03 * Improvements resulting from a full proofreading. + * Populated IANA Considerations section. + * Specified JWP Header Parameters. + * Specified representation of zero-length disclosed payloads for the compact serialization. + * Specified that algorithms may supply multiple octet strings for the proof, which are separated by `~` characters in the compact serialization. + * Updated to use BBS draft -05. + * Added Terminology Section. -02