From f6810b7cedd0f558b269966fd184b79785bb2b81 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Mon, 11 May 2020 19:05:56 -0700 Subject: [PATCH 1/2] Accurately describe dependence on registries --- index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4971ecd5..8d0f87de 100644 --- a/index.html +++ b/index.html @@ -279,8 +279,18 @@

-This design eliminates dependence on centralized registries for identifiers as -well as centralized certificate authorities for key management, which is the +This specification utilizes registries to enable interoperable definitions of +identifiers used by DID implementations, including +DID document member names defined by this and other specifications, +DID methods, +and cryptographic algorithm identifiers. +Some of these registries are operated by the W3C DID Working group +and others are operated by other standards organizations, including the IETF. +

+ +

+This design eliminates dependence on centralized registries +for key management, which is the standard in hierarchical PKI (public key infrastructure). From 700f4e37f3083a9cc61e20af400fe79df81864e4 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 16 May 2020 13:34:49 -0400 Subject: [PATCH 2/2] Apply suggestions from @peacekeeper. Co-authored-by: Markus Sabadello --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8d0f87de..a137a510 100644 --- a/index.html +++ b/index.html @@ -280,9 +280,8 @@

This specification utilizes registries to enable interoperable definitions of -identifiers used by DID implementations, including -DID document member names defined by this and other specifications, -DID methods, +DID document property names defined by this and other specifications, +DID method names, DID parameter names, and cryptographic algorithm identifiers. Some of these registries are operated by the W3C DID Working group and others are operated by other standards organizations, including the IETF. @@ -290,7 +289,7 @@

This design eliminates dependence on centralized registries -for key management, which is the +for identifier and key management, which is the standard in hierarchical PKI (public key infrastructure).