Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Add "hl" DID URL matrix parameter.
Browse files Browse the repository at this point in the history
* Add "hl" DID URL matrix parameter.
* Clarify that "hl" would add integrity protection to the DID Document.
  • Loading branch information
peacekeeper authored and rhiaro committed Aug 2, 2019
1 parent e99ed74 commit 87676ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ var ccg = {
],
status: "Personal View"
},
"HASHLINK": {
title: "Cryptographic Hyperlinks",
date: "December 2018",
href: "https://tools.ietf.org/html/draft-sporny-hashlink-02",
authors: [
"Manu Sporny"
],
status: "Internet-Draft",
publisher: "IETF"
},
"DNS-DID": {
title: "The Decentralized Identifier (DID) in the DNS",
date: "February 2019",
Expand Down
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,15 @@ <h2>
<tbody>
<tr>
<td>
<code>hl</code>
</td>
<td>
A resource hash of the DID Document to add integrity
protection, as specified in [[HASHLINK]].
</td>
</tr>
<tr>
<td>
<code>service</code>
</td>
<td>
Expand Down

0 comments on commit 87676ee

Please sign in to comment.