From e79b958f376b1e7dc0ac5f1dc517cdf6fd05d5b5 Mon Sep 17 00:00:00 2001 From: David Waite Date: Fri, 20 Oct 2023 18:25:59 -0600 Subject: [PATCH] Update BBS refs in JWP and JPT. --- draft-ietf-jose-json-proof-token.md | 6 +++++- draft-ietf-jose-json-web-proof.md | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/draft-ietf-jose-json-proof-token.md b/draft-ietf-jose-json-proof-token.md index f704c68..6caa1d1 100644 --- a/draft-ietf-jose-json-proof-token.md +++ b/draft-ietf-jose-json-proof-token.md @@ -111,7 +111,7 @@ The following is an example JWP Protected Header that includes a claims array: ```json { "kid": "HjfcpyjuZQ-O8Ye2hQnNbT9RbbnrobptdnExR0DUjU8", - "alg": "BBS", + "alg": "BBS-DRAFT-3", "claims": [ "iat", "exp", @@ -172,3 +172,7 @@ TBD -00 * Created initial working group draft based on draft-jmiller-jose-json-proof-token-01 + + -02 + + * Update example to use the current BBS algorithm diff --git a/draft-ietf-jose-json-web-proof.md b/draft-ietf-jose-json-web-proof.md index deebb4b..82b522e 100644 --- a/draft-ietf-jose-json-web-proof.md +++ b/draft-ietf-jose-json-web-proof.md @@ -60,7 +60,7 @@ There are a growing number of these cryptographic primitives that support select * [CL Signatures](https://eprint.iacr.org/2012/562.pdf) * [IDEMIX](http://www.zurich.ibm.com/idemix) -* [BBS+](https://github.com/mattrglobal/bbs-signatures) +* BBS signatures, described in [@?I-D.irtf-cfrg-bbs-signatures] * [MerkleDisclosureProof2021](https://github.com/transmute-industries/merkle-disclosure-proof-2021) * [Mercurial Signatures](https://eprint.iacr.org/2020/979) * [PS Signatures](https://eprint.iacr.org/2015/525.pdf) @@ -123,7 +123,7 @@ Every issuer protected header MUST have, at minimum, an `alg` value that identif For example: ```json { - "alg":"BBS-X" + "alg":"BBS-DRAFT-3" } ``` @@ -605,7 +605,7 @@ Figure: jwp-compact-presentation ## Example Multi-Use JWP -See JPA BBS-X example. +See JPA BBS-DRAFT-3 example. # Acknowledgements @@ -623,3 +623,7 @@ TBD -00 * Created initial working group draft based on draft-jmiller-jose-json-web-proof-01 + + -02 + + * Update reference to current BBS algorithm