use updated diagrams

This commit is contained in:
Heiko Schaefer 2023-11-28 22:32:27 +01:00
parent 2739b01b4b
commit 61e0846b94
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
3 changed files with 5 additions and 6 deletions

View file

@ -77,10 +77,9 @@ This version of Alice's certificate contains just two packets:
This is the shape of the packets we'll explore in the subsequent sections:
```{figure} diag/pubcert-minimal.png
```{figure} diag/Minimal_OpenPGP_certificate.svg
:name: fig-public-certificate-minimal
:alt: TODO
:width: 40%
A minimal OpenPGP certificate, visualized
```
@ -366,7 +365,7 @@ The hash digest is calculated from the following data (see [Computing Signatures
The signature is calculated from this hash digest.
```{figure} diag/direct_key_signature_packet.png
```{figure} diag/direct_key_signature_packet.svg
:name: fig-direct-key-signature-packet
:alt: Depicts a box with white background, title "Signature packet" and subtitle "Direct Key Signature (type ID 0x1F)". In the center a box with white background and yellow frame is shown. Inside it several items are listed, separated by yellow dotted horizontal lines. The first three are "Version", "Public-Key Algorithm" and "Hash Algorithm". The fourth item is called "Hashed area" and confines further sub-items by a light-yellow frame on the top and left side. The sub-items are "Signature Creation Time", "Key Expiration Time", "Preferred Symmetric Ciphers for v1 SEIPD", "Preferred Hash Algorithms", "Key Flags", "Features" and "Issuer Fingerprint". The fifth item is named "Unhashed area" and again introduces an area for sub-items, this time using a light-gray border on the top and left side. The unhashed area has no sub-items though. The last item is called "Cryptographic Signature", with the subtitle "by the primary key over primary key, subkey and signature metadata" and includes the green cryptographic signature symbol on the right side.