diff options
author | Werner Koch <[email protected]> | 2021-03-15 09:47:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-15 09:47:19 +0000 |
commit | 1523b5f76f6e600c4f2d153b49a807ff2dc8d268 (patch) | |
tree | 34f7fc39bb8b95264b8ead7c4060cab2697b64a6 /NEWS | |
parent | w32: Silence a compiler warning in dirmngr.c (diff) | |
download | gnupg-Beta-2.3.0-beta1655.tar.gz gnupg-Beta-2.3.0-beta1655.zip |
gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655
* g10/gpg.c (oNoAutoTrustNewKey): New.
(opts): Add --no-auto-trust-new-key.
(main): Set it.
* g10/options.h (opt): Add flags.no_auto_trust_new_key.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -14,6 +14,8 @@ Noteworthy changes in version 2.3.0 (unreleased) * The gpg-wks-client tool is now installed under bin; a wrapper for its old location at libexec is also installed. + * tpm2d: New daemon to physically bind keys to the local machine. + * gpg: Switch to ed25519/cv25519 as default public key algorithms. * gpg: Verification results now depend on the --sender option and @@ -33,6 +35,10 @@ Noteworthy changes in version 2.3.0 (unreleased) * gpg: New option --full-timestrings to print date and time. + * gpg: New option --force-sign-key. [#4584] + + * gpg: New option --no-auto-trust-new-key. + * gpg: The legacy key discovery method PKA is no longer supported. The command --print-pka-records and the PKA related import and export options have been removed. @@ -58,6 +64,8 @@ Noteworthy changes in version 2.3.0 (unreleased) * scd: New option --application-priority. + * scd: New option --pcsc-shared; see man page for important notes. + * dirmngr: Support a gpgNtds parameter in LDAP keyserver URLs. * The symcryptrun tool, a wrapper for the now obsolete external |