diff --git a/OpenPGP-Specification-Revisions.md b/OpenPGP-Specification-Revisions.md index 0ed7902..dd23c89 100644 --- a/OpenPGP-Specification-Revisions.md +++ b/OpenPGP-Specification-Revisions.md @@ -1,6 +1,8 @@ There are multiple specification documents that claim to specify the OpenPGP protocol. This page is intended to keep track of the various documents. +An official list of all documents can be found [here](https://datatracker.ietf.org/wg/openpgp/documents/). + ## [RFC2440 - OpenPGP Message Format](https://datatracker.ietf.org/doc/rfc2440/) This is the old OpenPGP standards specification from 1998. It was obsoleted by RFC4880. @@ -20,6 +22,9 @@ This document describes the use of EdDSA keys with RFC4880. This document described the efforts to standardize OpenPGP v5. It was replaced by `draft-ietf-openpgp-crypto-refresh`. It obsoletes RFC5581 and RFC6637. +## [draft-wussler-openpgp-pqc](https://datatracker.ietf.org/doc/draft-wussler-openpgp-pqc/) +This document describes the use of post-quantum algorithms with OpenPGP. + ## [draft-ietf-openpgp-crypto-refresh](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/) This living document introducing OpenPGP v6 is currently being worked on by the IETF OpenPGP working group. It will eventually be published as the new version of the OpenPGP standard (perhaps as RFC9760?).