From 18ced44f9e0953acb8b074abdd78256c7517e140 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Wed, 27 Dec 2023 18:01:44 -0500 Subject: [PATCH 1/4] Add note specifying that issuer might be different for status lists. --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 3a4fd54..e4323ff 100644 --- a/index.html +++ b/index.html @@ -752,6 +752,18 @@

Validate Algorithm

as indicated in the `statusMessages` array. + +

+It is expected that a verifier will ensure that it trusts the issuer +of a BitstringStatusListCredential, +as well as the issuer of the associated verifiable credential, before +utilizing the information contained in either credential for further decision +making purposes. Implementers are advised that the issuer of each credential +might be different entities in use cases where the original issuer of the +credential does not maintain whether or not that credential continues to be +valid. +

+
From ee8d8ef3d3d509decae4a8c0f0b73150cf54a425 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 28 Dec 2023 11:22:35 -0500 Subject: [PATCH 2/4] Fix grammar on issuer being possibly different. Co-authored-by: David Chadwick --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e4323ff..a0263a1 100644 --- a/index.html +++ b/index.html @@ -759,7 +759,7 @@

Validate Algorithm

as well as the issuer of the associated verifiable credential, before utilizing the information contained in either credential for further decision making purposes. Implementers are advised that the issuer of each credential -might be different entities in use cases where the original issuer of the +might be different in use cases where the original issuer of the credential does not maintain whether or not that credential continues to be valid.

From 654a421366e86cb794a456685f5357cbb586d790 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 28 Dec 2023 14:48:07 -0500 Subject: [PATCH 3/4] Fix grammar in note about status list issuers. Co-authored-by: Ted Thibodeau Jr --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a0263a1..7a5320e 100644 --- a/index.html +++ b/index.html @@ -755,13 +755,12 @@

Validate Algorithm

It is expected that a verifier will ensure that it trusts the issuer -of a BitstringStatusListCredential, -as well as the issuer of the associated verifiable credential, before -utilizing the information contained in either credential for further decision -making purposes. Implementers are advised that the issuer of each credential -might be different in use cases where the original issuer of the -credential does not maintain whether or not that credential continues to be -valid. +of a verifiable credential, as well as the issuer of the associated +BitstringStatusListCredential, +before utilizing the information contained in either credential for further +decision making purposes. Implementers are advised that the issuers of these +credential might be different in use cases where the original issuer of the +verifiable credential does not maintain a record of its validity.

From 612b47717dc6f70d90abdc424314bbf87b779e9d Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Sat, 13 Jan 2024 10:58:15 -0500 Subject: [PATCH 4/4] Fix grammar in status list issuer commentary. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7a5320e..10829dc 100644 --- a/index.html +++ b/index.html @@ -757,9 +757,9 @@

Validate Algorithm

It is expected that a verifier will ensure that it trusts the issuer of a verifiable credential, as well as the issuer of the associated BitstringStatusListCredential, -before utilizing the information contained in either credential for further +before using the information contained in either credential for further decision making purposes. Implementers are advised that the issuers of these -credential might be different in use cases where the original issuer of the +credential might differ, such as when the original issuer of the verifiable credential does not maintain a record of its validity.