Update other references to the RFC

This commit is contained in:
Heiko Schaefer 2025-10-19 15:09:24 +02:00
parent 9e1ba07748
commit 8ab7abc76d
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB
5 changed files with 7 additions and 8 deletions

View file

@ -108,6 +108,6 @@ There is [ongoing work](https://datatracker.ietf.org/doc/draft-ietf-openpgp-pqc/
OpenPGP data is internally structured as "packets." We'll look into examples of this internal structure in a series of chapters at the end of this document.
Getting familiar with the internal format of OpenPGP data provides practical insight into the [RFC](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/), which describes the internal structure of OpenPGP {term}`packets<Packet>` in full detail, and may also come in handy for debugging issues.
Getting familiar with the internal format of OpenPGP data provides practical insight into [RFC 9580](https://www.rfc-editor.org/rfc/rfc9580.html), which describes the internal structure of OpenPGP {term}`packets<Packet>` in full detail, and may also come in handy for debugging issues.
(Most of the time, however, we will look at OpenPGP artifacts at a higher level of abstraction.)