mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
ch6: Use new diagram
This commit is contained in:
parent
5b0eb1948a
commit
ed7ab4760f
1 changed files with 4 additions and 7 deletions
|
@ -16,17 +16,14 @@ The term *signature* can have multiple meanings in the context of OpenPGP:
|
||||||
- Cryptographic keys create raw signatures which are byte sequences calculated according to some signature scheme.
|
- Cryptographic keys create raw signatures which are byte sequences calculated according to some signature scheme.
|
||||||
- [*OpenPGP signature packets*](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-signature-packet-type-id-2), which combine a *type* setting, additional metadata, and a raw cryptographic signature.
|
- [*OpenPGP signature packets*](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-signature-packet-type-id-2), which combine a *type* setting, additional metadata, and a raw cryptographic signature.
|
||||||
|
|
||||||
For the purpose of this document, the term signature will refer to OpenPGP signature packets.
|
|
||||||
|
|
||||||
```{admonition} VISUAL
|
```{figure} diag/types_of_signatures.png
|
||||||
:class: warning
|
|
||||||
|
|
||||||
show our visuals for these two layers of meaning?
|
Two meanings of the term "signature" in OpenPGP
|
||||||
|
|
||||||
- "sig-circle", vs
|
|
||||||
- box with yellow tag-thing, including sig-circle
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For the purpose of this document, the term signature will refer to OpenPGP signature packets.
|
||||||
|
|
||||||
(signature_types)=
|
(signature_types)=
|
||||||
## Types of signatures in OpenPGP
|
## Types of signatures in OpenPGP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue