From 1ff609346d8c6fb5382e45377fea831e52f5e904 Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 13 Aug 2019 11:05:59 -0600 Subject: [PATCH 1/4] Add text to verification section Signed-off-by: Brent --- index.html | 64 +++++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index ab4aad4..43e0dd8 100644 --- a/index.html +++ b/index.html @@ -187,7 +187,12 @@

Verification

This section is non-normative.

-TBD +Verification is the process a verifier or holder undergoes +when presented with a verifiable presentation or +verifiable credential. Verification includes checking the +presented item against the core +data model, and may also include validating the provided proof section and +checking the item's status.

@@ -207,6 +212,35 @@

Specific Verifiable Credentials

that should work for most use cases.

+
+

Content Integrity

+

+Protecting the integrity of content is an important component of verification. +Verifiers need to have confidence that the content they rely on to +verify credentials doesn't change without their knowledge. This content +may include data schemas, identifiers, public keys, etc. +

+

+There are a number of ways to provide content integrity protection. A few of +them are provided in greater detail below. +

+
+

Hashlinks

+ +

+Hashlink URLs can be used to provide content integrity for links to external +resources. +

+
+
+

Verifiable Data Registries

+

+A verifiable data registry can also provide content integrity protection. +One example of a verifiable data registry which provides content +integrity protection is a distributed ledger. +

+
+

Disputes

@@ -1437,34 +1471,6 @@

Benefits of JSON-LD and LD-Proofs

-
-

Cryptographic Suites

- -
    -
  • - Design the Cryptographic Suite. -
  • -
  • - Create the JSON-LD Context. -
  • -
  • - Select a publishing location. -
  • -
  • - Implement the Cryptographic Suite and use it. -
  • -
-
- -
-

Hashlinks

- -

- Hashlink URLs can be used to provide content integrity for links to - external resources. -

-
-
From 058b883d0adafa4a54c8c49fddce42146f84ba31 Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 13 Aug 2019 13:03:05 -0600 Subject: [PATCH 2/4] edits in response to feedback Signed-off-by: Brent --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 43e0dd8..13fe3a5 100644 --- a/index.html +++ b/index.html @@ -187,7 +187,7 @@

Verification

This section is non-normative.

-Verification is the process a verifier or holder undergoes +Verification is the process a verifier or holder performs when presented with a verifiable presentation or verifiable credential. Verification includes checking the presented item against the core @@ -222,7 +222,7 @@

Content Integrity

There are a number of ways to provide content integrity protection. A few of -them are provided in greater detail below. +them are described in greater detail below.

Hashlinks

From 9faa5c74747744aac2da8c1c9ab646132ba69118 Mon Sep 17 00:00:00 2001 From: Brent Date: Tue, 13 Aug 2019 13:04:30 -0600 Subject: [PATCH 3/4] edited in response to feedback Signed-off-by: Brent --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 13fe3a5..fdf0858 100644 --- a/index.html +++ b/index.html @@ -222,7 +222,7 @@

Content Integrity

There are a number of ways to provide content integrity protection. A few of -them are described in greater detail below. +these are described in greater detail below.

Hashlinks

From e4f583c93dcd414491e0516a8a97c29a787e91f5 Mon Sep 17 00:00:00 2001 From: Brent Date: Thu, 15 Aug 2019 09:33:00 -0600 Subject: [PATCH 4/4] added hashlink URL Signed-off-by: Brent --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fdf0858..9bc424d 100644 --- a/index.html +++ b/index.html @@ -228,8 +228,8 @@

Content Integrity

Hashlinks

-Hashlink URLs can be used to provide content integrity for links to external -resources. +Hashlink URLs +can be used to provide content integrity for links to external resources.