mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
improve text re version 6
This commit is contained in:
parent
9ef56526bc
commit
9b81ebb8fe
1 changed files with 4 additions and 4 deletions
|
@ -71,17 +71,17 @@ Today, multiple implementations of OpenPGP play important roles:
|
|||
### OpenPGP version 6
|
||||
|
||||
As of this writing (in 2023), [version 6 of OpenPGP](https://datatracker.ietf.org/doc/draft-ietf-openpgp-crypto-refresh/) is approaching publication as an RFC.
|
||||
The IETF working group's [charter](https://datatracker.ietf.org/wg/openpgp/about/#autoid-1) centers around updating the cryptographic mechanisms, adding new algorithms, and deprecation of obsolete algorithms.
|
||||
The [IETF OpenPGP working group](https://datatracker.ietf.org/wg/openpgp/about/#autoid-1) is focused on updating the cryptographic mechanisms, adding new algorithms, and the deprecation of obsolete algorithms.
|
||||
|
||||
This document describes OpenPGP version 6, while pointing out differences to previous versions that are relevant to application developers.
|
||||
|
||||
Significant work on support for OpenPGP version 6 has already been done for multiple implementations, including:
|
||||
Significant support for OpenPGP version 6 has already been achieved for multiple implementations, including:
|
||||
|
||||
- [GOpenPGP](https://github.com/ProtonMail/gopenpgp/tree/v3),
|
||||
- [GopenPGP](https://github.com/ProtonMail/gopenpgp/tree/v3),
|
||||
- [OpenPGP.js](https://github.com/openpgpjs/openpgpjs/tree/v6),
|
||||
- [PGPainless](https://github.com/pgpainless/pgpainless/milestone/6),
|
||||
- [PGPy](https://github.com/dkg/PGPy/tree/dkg/crypto-refresh),
|
||||
- [Sequoia-PGP](https://gitlab.com/sequoia-pgp/sequoia/-/tree/crypto-refresh).
|
||||
- [Sequoia PGP](https://gitlab.com/sequoia-pgp/sequoia/-/tree/crypto-refresh).
|
||||
|
||||
### Post-Quantum Cryptography in OpenPGP
|
||||
|
||||
|
|
Loading…
Reference in a new issue