avoid using the technical term "key" as a generic word

This commit is contained in:
Heiko Schaefer 2023-11-25 19:29:18 +01:00
parent b121676a0d
commit 5621dfa79c
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -226,7 +226,7 @@ This agility facilitates the easy adoption of new cryptographic primitives into
However, this approach requires that OpenPGP software determine the cryptographic mechanisms that a set of communication partners can handle and prefer. OpenPGP employs several mechanisms for this purpose, which allow negotiation between sender and recipient. It's important to note that OpenPGP is not an online scheme; thus, this negotiation is effectively one-way. The active party interprets the preferences expressed in the certificate of the passive party.
Key negotiation mechanisms in OpenPGP include:
Negotiation mechanisms in OpenPGP include:
- [Preferred hash algorithms](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#preferred-hashes-subpacket)
- [Preferred symmetric ciphers for v1 SEIPD](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-12.html#preferred-v1-seipd)