mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-12-09 23:21:08 +01:00
Move mermaid diagram source out of sphinx field of view, and add a png version.
This commit is contained in:
parent
1ee3024056
commit
1bb46763ec
3 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ This construct is referred to as a [revocation certificate](https://www.ietf.org
|
|||
|
||||
On the other hand, in order to verify a data signature over a text document, an implementation would need to verify not only the data signature itself, but also the binding signature (and back-signature) of the signing subkey, which qualify the signing subkey.
|
||||
|
||||
```{include} mermaid/09-sigtree.md
|
||||
```{figure} mermaid/09-sigtree.png
|
||||
|
||||
Tree of signatures
|
||||
```
|
||||
|
||||
### Attribute shadowing
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
```{mermaid}
|
||||
flowchart TD
|
||||
subgraph Certificate
|
||||
pk["Primary Key"]
|
||||
uid["#quot;Alice #lt;alice@example.org#gt;#quot;"]
|
||||
sk["Signing Subkey"]
|
||||
|
||||
usig(["PositiveCertification
|
||||
PrimaryUserID: true"])
|
||||
dksig(["DirectKeySignature"])
|
||||
sksig(["SubkeyBindingSignature
|
||||
KeyFlags: Sign Data
|
||||
EmbeddedSignature: BackSignature"])
|
||||
pk --- usig --> uid
|
||||
dksig --> pk --- dksig
|
||||
pk --- sksig --> sk
|
||||
end
|
||||
|
||||
ds(["Data Signature"])
|
||||
data("Data")
|
||||
|
||||
sk --- ds --> data
|
||||
```
|
||||
BIN
book/source/mermaid/09-sigtree.png
Normal file
BIN
book/source/mermaid/09-sigtree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Loading…
Add table
Add a link
Reference in a new issue