Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 15 additions & 0 deletions docs/reference/signatures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,18 @@ description: Tracking adoption of current drafts of HTTP Signatures across the F
<td class="old">No</td>
<td class="old">No</td>
</tr>
<tr>
<td><a href="https://codeberg.org/streams/streams">The streams repository</a></td>
<td>None</td>
<td />
<td class="yes">Yes</td>
<td class="yes">Yes</td>
<td class="no">No</td>
<td />
<td class="yes">hs2019/rsa-sha256<sup>8</sup></td>
<td class="old">No</td>
<td class="old">No</td>
</tr>
</table>
<ul>
<li><sup>1</sup> This implementation assumes all signatures use SHA256</li>
Expand All @@ -228,6 +240,9 @@ description: Tracking adoption of current drafts of HTTP Signatures across the F
<li>
<sup>7</sup> This implementation assumes "hs2019" is equivalent to "rsa-sha512"
</li>
<li>
<sup>8</sup> Configurable. Default is "rsa-sha256" for widest compatibility. "hs2019" algorithm is also configurable. Both "rsa-sha256" and "rsa-sha512" configurations are currently supported.
</li>
</ul>

Graciously provided under CC0 from [this Github repo](https://github.com/vpzomtrrfrt/arewehs2019yet).
6 changes: 6 additions & 0 deletions docs/reference/webfinger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ Endpoint: https://macgirvin.com/.well-known/webfinger?resource=acct%3amike@macgi
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://macgirvin.com/follow?url={uri}"
},
{
"rel": "http://a9.com/-/spec/opensearch/1.1/",
"type": "application/opensearchdescription+xml",
"href": "https://macgirvin.com/opensearch/mike",
"title": "[email protected]"
}
]
}
Expand Down