From 5fee63c301743a3ab9123b52ac9a359b39b165b9 Mon Sep 17 00:00:00 2001
From: Tim Cappalli
Date: Wed, 27 Aug 2025 16:27:07 -0400
Subject: [PATCH 1/7] first pass at terms
---
index.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 72 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 756282fd..42465872 100644
--- a/index.html
+++ b/index.html
@@ -354,7 +354,78 @@
- Presentation request
+ Wallet
+ Digital wallet
- A presentation request is a request for a [=digital credential=]
- composed of [=digital credential/request data=] and a [=digital
- credential/exchange protocol=].
+ A user friendly term for a [=credential manager=] for verifiable digital
+ credentials and other objects like payment cards and tickets.
- Request data
+ Exchange protocol
- A format that [=verifier=] software or a [=user agent=] uses, via an
- [=digital credential/exchange protocol=], to request a [=digital
- credential=] from a [=holder=].
+ A standardized protocol used for exchanging a [=digital credential=]
+ between a [=holder=] and a [=verifier=]. A protocol is identified by a
+ [=digital credential/protocol identifier=]. See section also
+ [[[#protocol-registry]]].
Presentation response
+ "issuance protocol">Issuance protocol
- A format that a [=holder's=] software, such as a digital wallet, uses,
- via an [=digital credential/exchange protocol=], to respond to a
- [=digital credential/presentation request=] by a [=verifier=].
+ A standardized protocol used for communication between an [=issuer=]
+ and a [=holder=] during the issuance of a [=digital credential=]. The
+ issuance protocol is identified by a [=digital credential/protocol
+ identifier=]. See also section [[[#protocol-registry]]].
protocol=], to respond to an [=digital credential/issuance request=] by
an [=issuer=].
+
+ Issuance service
+
+
+ An entity that performs the act of creating and delivering a verifiable
+ digital credential on behalf of the issuer. In many cases, the
+ [=issuer=] and issuance service are the same entity or component.
+
Exchange protocol
+ "presentation response">Presentation response
- A standardized protocol used for exchanging a [=digital credential=]
- between a [=holder=] and a [=verifier=]. A protocol is identified by a
- [=digital credential/protocol identifier=]. See section also
- [[[#protocol-registry]]].
+ A format that a [=holder's=] software, such as a digital wallet, uses,
+ via an [=digital credential/exchange protocol=], to respond to a
+ [=digital credential/presentation request=] by a [=verifier=].
+
+
+ Relying party
+
+
+ The entity which consumes and/or stores [=claims=] from a
+ [=verifiable presentation=]. In many cases, the relying party and
+ [=verifier=] are the same entity or component.
+
+
+ Presentation request
+
+
+ A presentation request is a request for a [=digital credential=]
+ composed of [=digital credential/request data=] and a [=digital
+ credential/exchange protocol=].
Protocol identifier
@@ -593,15 +564,31 @@
"123a-protocol", "abc", or simply "a".
- Issuance protocol
+ Request data
- A standardized protocol used for communication between an [=issuer=]
- and a [=holder=] during the issuance of a [=digital credential=]. The
- issuance protocol is identified by a [=digital credential/protocol
- identifier=]. See also section [[[#protocol-registry]]].
+ A format that [=verifier=] software or a [=user agent=] uses, via an
+ [=digital credential/exchange protocol=], to request a [=digital
+ credential=] from a [=holder=].
+
+
+ Verification service
+
+
+ An entity that performs the cryptographic validation of a
+ [=verifiable presentation=] on behalf of the [=verifier=]. In many
+ cases, the [=verifier=] and verification service are the same entity or
+ component.
+
+
+ Defined by other specifications
+
+
From 2e361b60ca1308d1842def0e90faa0ce8a788653 Mon Sep 17 00:00:00 2001
From: Tim Cappalli
Date: Fri, 10 Oct 2025 09:35:47 -0400
Subject: [PATCH 6/7] Add VDC to DC term
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index ade56ab4..7ba21e96 100644
--- a/index.html
+++ b/index.html
@@ -464,7 +464,7 @@ Defined by this specification
[=claims=] made by an [=issuer=] about one or more [=subjects=].
This specification is currently focused on digital credentials
- pertaining to people.
+ pertaining to people. Also known as a verifiable digital credential.
From fc4ded245129af65f7d01580e6e5215dc67871db Mon Sep 17 00:00:00 2001
From: Tim Cappalli
Date: Fri, 10 Oct 2025 09:36:50 -0400
Subject: [PATCH 7/7] move additional wallet terms to def
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 7ba21e96..8a87c1e7 100644
--- a/index.html
+++ b/index.html
@@ -468,12 +468,12 @@ Defined by this specification
- Wallet
Digital wallet
A user friendly term for a [=credential manager=] for verifiable digital
- credentials and other objects like payment cards and tickets.
+ credentials and other objects like payment cards and tickets. Also known
+ as a "wallet" or "identity wallet".