From 6e1e01954e7dae3295a1c95ac3bc2b5c9cf154fd Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 17 Aug 2024 13:51:07 +0200 Subject: fix: update docs for v2.1.4 --- src/content/docs/guides/generate-key.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'src/content/docs/guides/generate-key.md') diff --git a/src/content/docs/guides/generate-key.md b/src/content/docs/guides/generate-key.md index 540ecbf..7d2c25d 100644 --- a/src/content/docs/guides/generate-key.md +++ b/src/content/docs/guides/generate-key.md @@ -206,20 +206,29 @@ efficient and secure operations tailored to the user's needs. - RSA - DSA -- ECDSA +- ECDSA ED25519 +- ECDSA NIST P-256 +- ECDSA NIST P-384 +- ECDSA NIST P-521 +- ECDSA BrainPool P-256 (GnuPG >2.3.0) +- ECDSA BrainPool P-384 (GnuPG >2.3.0) +- ECDSA BrainPool P-512 (GnuPG >2.3.0) **Subkey Supported Algorithms:** - RSA - DSA -- ECDSA -- ECDH +- ELG-E +- ECDSA ED25519 +- ECDSA ED448 (GnuPG >2.3.0) +- ECDH CV25519 +- ECDH X448 (GnuPG >2.3.0) - ECDH NIST P-256 - ECDH NIST P-384 - ECDH NIST P-521 -- ECDH BrainPool P-256 -- ECDH BrainPool P-384 -- ECDH BrainPool P-512 +- ECDH BrainPool P-256 (GnuPG >2.3.0) +- ECDH BrainPool P-384 (GnuPG >2.3.0) +- ECDH BrainPool P-512 (GnuPG >2.3.0) **Explanation:** -- cgit v1.2.3