mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
minor tweak
This commit is contained in:
parent
77a0a69d78
commit
43b26012de
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ In OpenPGP, certain subpackets are universally expected across all types of sign
|
|||
* **Issuer Fingerprint**: Essential for signature verification, this subpacket identifies the key (or subkey) used to create the signature. OpenPGP v6 signatures should include the Issuer Fingerprint subpacket, containing the 32-byte fingerprint of the key.
|
||||
|
||||
```{note}
|
||||
The key used as the issuer in the signature might be a subkey of the primary key.
|
||||
The key used as the issuer in the signature might be a subkey of the certificate.
|
||||
```
|
||||
|
||||
This subpacket can be placed in either the hashed or unhashed area due to its self-authenticating nature. However, it is recommended to include it in the signature's hashed area for enhanced security.
|
||||
|
|
Loading…
Reference in a new issue