* doc/gpg.texi (default-new-key-algo): drop incorrect information about defaults.
-- The claimed default (rsa2048) is not set in the codebase at all. Signed-off-by: Daniel Kahn Gillmor <[email protected]> --- doc/gpg.texi | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/gpg.texi b/doc/gpg.texi index ab475c085..7a709d170 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3845,13 +3845,10 @@ absolute date in the form YYYY-MM-DD. Defaults to "0". @opindex default-new-key-algo @var{string} This option can be used to change the default algorithms for key generation. The @var{string} is similar to the arguments required for -the command @option{--quick-add-key} but slightly different. For -example the current default of @code{"rsa2048/cert,sign+rsa2048/encr"} -(or @code{"rsa3072"}) can be changed to the value of what we currently -call future default, which is @code{"ed25519/cert,sign+cv25519/encr"}. -You need to consult the source code to learn the details. Note that -the advanced key generation commands can always be used to specify a -key algorithm directly. +the command @option{--quick-add-key} but slightly different. You need +to consult the source code to learn the details. Note that the +advanced key generation commands can always be used to specify a key +algorithm directly. @item --no-auto-trust-new-key @opindex no-auto-trust-new-key -- 2.47.2 _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
