mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New option --no-auto-trust-new-key.
* 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 <wk@gnupg.org>
This commit is contained in:
parent
683ff00bb1
commit
1523b5f76f
6 changed files with 25 additions and 4 deletions
8
NEWS
8
NEWS
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue