mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
rename link anchors
This commit is contained in:
parent
75b802ed81
commit
5d500d4c10
18 changed files with 88 additions and 88 deletions
|
@ -104,7 +104,7 @@ The {term}`signature packet<OpenPGP Signature Packet>` consists of two parts:
|
|||
Creating a {term}`signature<OpenPGP Signature Packet>` in OpenPGP
|
||||
```
|
||||
|
||||
(sig-verify)=
|
||||
(signature-verify)=
|
||||
### Verifying an OpenPGP signature packet
|
||||
|
||||
Verifying an {term}`OpenPGP signature packet` is similar to its creation, with some crucial differences that facilitate the {term}`verification` by entities other than the {term}`signer`.
|
||||
|
@ -134,7 +134,7 @@ They are formatted as key-value pairs, where the keys are defined as [subpacket
|
|||
- The [*issuer fingerprint*](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#issuer-fingerprint-subpacket) {term}`subpacket<OpenPGP Signature Subpacket>` encodes the {term}`fingerprint<OpenPGP Fingerprint>` of the {term}`component key` that issued the {term}`signature<OpenPGP Signature Packet>`.
|
||||
- The [*key flags*](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#name-key-flags) {term}`subpacket<OpenPGP Signature Subpacket>` defines the {term}`capabilities<capability>` that are assigned to a {term}`component key` within a {term}`certificate<OpenPGP Certificate>`.
|
||||
|
||||
(hashed-and-unhashed-signature-subpackets)=
|
||||
(subpacket-areas)=
|
||||
### Hashed and unhashed signature subpackets
|
||||
|
||||
{term}`Signature subpackets<OpenPGP Signature Subpacket>` within OpenPGP can reside in one of two distinct areas of a {term}`signature packet<OpenPGP Signature Packet>`, each serving a different purpose.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue