Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accurately describe dependence on registries #277

Merged
merged 2 commits into from
May 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,18 @@ <h1>
</p>

<p>
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
<a>DID document</a> member names defined by this and other specifications,
<a>DID methods</a>,
msporny marked this conversation as resolved.
Show resolved Hide resolved
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.
</p>

<p>
This design eliminates dependence on centralized registries
for key management, which is the
msporny marked this conversation as resolved.
Show resolved Hide resolved
standard in hierarchical <a
href="https://en.wikipedia.org/wiki/Public_key_infrastructure">
PKI (public key infrastructure</a>).
Expand Down