mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
move certificate and keys section to Ch4
This commit is contained in:
parent
f0db3cb5cc
commit
ff96d27b2e
1 changed files with 0 additions and 16 deletions
|
@ -97,22 +97,6 @@ Significant support for OpenPGP version 6 has already been achieved for multiple
|
|||
|
||||
There is [ongoing work](https://datatracker.ietf.org/doc/draft-wussler-openpgp-pqc/) to standardize and add support for post-quantum public-key algorithms in OpenPGP. This project is funded by the [german "BSI"](https://en.wikipedia.org/wiki/Federal_Office_for_Information_Security). Goals include adding support for post-quantum cryptography to Thunderbird and GnuPG. A [presentation](https://datatracker.ietf.org/meeting/113/materials/slides-113-openpgp-a-post-quantum-approach-for-openpgp-00) was given at [IETF 113](https://datatracker.ietf.org/meeting/113/session/openpgp/).
|
||||
|
||||
## Concepts
|
||||
```{admonition} TODO
|
||||
Move operations & building blocks statement to Ch1, move certificate and keys section to Ch4
|
||||
```
|
||||
### Certificates and keys in OpenPGP
|
||||
|
||||
OpenPGP revolves fundamentally around the concept of cryptographic keys.
|
||||
|
||||
In this framework, bare cryptographic keys are combined with additional metadata to form what are known as "OpenPGP certificates." These certificates are relatively complex data structures, also commonly referred to as "OpenPGP keys."
|
||||
|
||||
An OpenPGP certificate is dynamic, evolving over time as components are added, expire, or are marked as invalid.
|
||||
|
||||
For detailed information on structure and handling, read our chapters on OpenPGP [certificates](certificates_chapter) and [private keys](private_key_chapter).
|
||||
|
||||
Beyond the basics, managing certificates, as well as understanding their authentication and trust models, are crucial topics. Though this document will only briefly touch on these aspects, they constitute an integral part of working with OpenPGP.
|
||||
|
||||
```{admonition} TODO
|
||||
Ch1 needs a "how to read this document" section and each of the Zoom-in sections needs its "you've landed here so let's explain this to you" line of some kind
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue