Skip to content

Commit

Permalink
HttpSig update (#235)
Browse files Browse the repository at this point in the history
* add the fetching of the ACR to the diagrams

* Added missing ":" to Turtle Example

Fixed prefix declaration in the Turtle doc preamble.

```
@Prefix security <https://w3id.org/security#> .
```
changed to
```
@Prefix security: <https://w3id.org/security#> .
```

* feedback from implementation https://github.com/co-operating-systems/Reactive-SoLiD/blob/working/test/rfcKey.1.ttl

* add rdf: namespace for JSON. Formatting

* update URL links to "Signing HTTP Messages" spec

* link to discussion on which headers to sign

* Change Sequence Diagram to graffle, add source

* increase resolution to 200dpi for retina displays

* symbolic link from old HttpSignature.md to new one

* clarify sequence diagram, and its description

* update Sequence diagram

* smaller loops

* move to svg for pictures

* trying to get WebID svg to show TimBL pic

* replace tiff with jpg of timbl

* link to WebID social svg

* last attempt to get timbl image to work

* note on bug in OmniGraffle

* add csarven's html version of httpsig

---------

Co-authored-by: OpenLink Software <[email protected]>
  • Loading branch information
bblfish and openlink authored Nov 5, 2023
1 parent a68e3c1 commit 644dc1e
Show file tree
Hide file tree
Showing 6 changed files with 1,953 additions and 92 deletions.
230 changes: 138 additions & 92 deletions proposals/HttpSignature.md → proposals/HttpSig/HttpSignature.md

Large diffs are not rendered by default.

595 changes: 595 additions & 0 deletions proposals/HttpSig/httpsig.html

Large diffs are not rendered by default.

Binary file added proposals/HttpSig/img/HttpSigDiagrams.graffle
Binary file not shown.
332 changes: 332 additions & 0 deletions proposals/HttpSig/img/HttpSigDiagrams/Sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
888 changes: 888 additions & 0 deletions proposals/HttpSig/img/HttpSigDiagrams/WebID-Social.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added proposals/HttpSig/img/HttpSigDiagrams/image6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 644dc1e

Please sign in to comment.