Literal Data Packets are not Signautre Packets

This commit is contained in:
Paul Schaub 2023-12-21 15:28:43 +01:00
parent 0e24b045ff
commit 9bc2927f0f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -301,7 +301,7 @@ Life-cycle Management
See [](self-signatures).
Literal Data Packet
A {term}`packet<OpenPGP Signature Packet>` in a {term}`Data Signature` which contains data, that has been signed using a {term}`cryptographic signature`. See [RFC 5.9](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#lit) for more details.
A packet which contains the plaintext data of an encrypted and/or signed message. See [RFC 5.9](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#lit) for more details.
MAC
See {term}`Message Authentication Code`.