mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Release 2.3.5
This commit is contained in:
parent
b400ad2675
commit
a4b25bcfe1
128
NEWS
128
NEWS
@ -1,8 +1,129 @@
|
||||
Noteworthy changes in version 2.3.5 (unreleased)
|
||||
Noteworthy changes in version 2.3.5 (2022-04-21)
|
||||
------------------------------------------------
|
||||
|
||||
* gpg: Up to five times faster verification of detached signatures.
|
||||
Doubled detached signing speed. [T5826,rG4e27b9defc,rGf8943ce098]
|
||||
|
||||
* gpg: Threefold decryption speedup for large files.
|
||||
[T5820,rGab177eed51]
|
||||
|
||||
* gpg: Nearly double the AES256.OCB encryption speed. [rG99e2c178c7]
|
||||
|
||||
* gpg: Removed EAX from the preference list. [rG253fcb9777]
|
||||
|
||||
* gpg: Allow --dearmor to decode all kinds of armor files.
|
||||
[rG34ea19aff9]
|
||||
|
||||
* gpg: Remove restrictions for the name part of a user-id.
|
||||
[rG8945f1aedf]
|
||||
|
||||
* gpg: Allow decryption of symmetric encrypted data even for
|
||||
non-compliant cipher. [rG8631d4cfe2]
|
||||
|
||||
* gpg,gpgsm: New option --require-compliance. [rGee013c5350]
|
||||
|
||||
* gpgsm: New option --ignore-cert-with-oid. [rGe23dc755fa]
|
||||
|
||||
* gpgtar: Create and handle extended headers to support long file
|
||||
names. [T5754]
|
||||
|
||||
* gpgtar: Support file names longer than MAX_PATH on Windows.
|
||||
[rG70b738f93f]
|
||||
|
||||
* gpgtar: Use a pipe for decryption and thus avoid memory
|
||||
exhaustion. [rGe5ef5e3b91]
|
||||
|
||||
* gpgtar: New option --with-log. [rGed53d41b4c]
|
||||
|
||||
* agent: New flag "qual" for the trustlist.txt. [rG7c8c606061]
|
||||
|
||||
* scdaemon: Add support for GeNUA cards. [rG0dcc249852]
|
||||
|
||||
* scdaemon: Add --challenge-response option to PK_AUTH for OpenPGP
|
||||
cards. [T5862]
|
||||
|
||||
* dirmngr: Support the use of ECDSA for CRLs and OCSP.
|
||||
[rGde87c8e1ea,rG890e9849b5]
|
||||
|
||||
* dirmngr: Map all gnupg.net addresses to the Ubuntu keyserver.
|
||||
[T5751]
|
||||
|
||||
* ssh: Return a faked response for the new session-bind extension.
|
||||
[T5931]
|
||||
|
||||
* gpgconf: Add command aliases -L -K -R. [rGec4a1cffb8]
|
||||
|
||||
* gpg: Request keygrip of key to add via command interface. [T5771]
|
||||
|
||||
* gpg: Print Yubikey version correctly. [T5787]
|
||||
|
||||
* gpg: Always use version >= 4 to generate key signature. [T5809]
|
||||
|
||||
* gpg: Fix generating AEAD packet. [T5853]
|
||||
|
||||
* gpg: Fix version on symmetric encrypted AEAD files if the force
|
||||
option is used. [T5856]
|
||||
|
||||
* gpg: Fix adding the list of ultimate trusted keys. [T5742]
|
||||
|
||||
* gpgsm: Fix parsing of certain PKCS#12 files. [T5793]
|
||||
|
||||
* gpgsm: Print diagnostic about CRL problems due to Tor mode.
|
||||
[rG137e59a6a5]
|
||||
|
||||
* agent: Use "Created:" field for creation time. [T5538]
|
||||
|
||||
* scdaemon Fix error handling for a PC/SC reader selected with
|
||||
reader-port. [T5758]
|
||||
|
||||
* scdaemon: Fix DEVINFO with no --watch. [rGc6dd9ff929]
|
||||
|
||||
* scdaemon: Fix socket resource leak on Windwos. [T5029]
|
||||
|
||||
* scdaemon: Use extended mode for pkcs#15 already for rsa2048.
|
||||
[rG597253ca17]
|
||||
|
||||
* scdaemon: Enhance PASSWD command to accept KEYGRIP optionally.
|
||||
[T5862]
|
||||
|
||||
* scdaemon: Fix memory leak in ccid-driver. [rG8ac92f0e80]
|
||||
|
||||
* tpm: Always use hexgrip when storing a key password.
|
||||
[rGaf2fbd9b01]
|
||||
|
||||
* dirmngr: Make WKD lookups work for resolvers not handling SRV
|
||||
records. [T4729]
|
||||
|
||||
* dirmngr: Avoid initial delay on the first keyserver access in
|
||||
presence of --no-use-tor. [rG57d546674d]
|
||||
|
||||
* dirmngr: Workaround for a certain broken LDAP URL. [rG90caa7ad59]
|
||||
|
||||
* dirmngr: Escape more characters in WKD requests. [T5902]
|
||||
|
||||
* dirmngr: Suppress error message on trial reading as PEM format.
|
||||
[T5531]
|
||||
|
||||
* gpgconf: Fix component table when not building without TPM
|
||||
support. [T5701]
|
||||
|
||||
* gpgconf: Silence warnings from parsing the option files. [T5874]
|
||||
|
||||
* gpgconf: Do not list ignored options and mark forced options as
|
||||
read-only. [rG42785d7c8a]
|
||||
|
||||
* gpgconf: Tweak the use of the ldapserver option. [T5801]
|
||||
|
||||
* ssh: Fix adding an ed25519 key with a zero length comment. [T5794]
|
||||
|
||||
* kbx: Fix searching for FPR20 in version 2 blob. [T5888]
|
||||
|
||||
* Fix early homedir creation. [T5895]
|
||||
|
||||
* Improve removing of stale lockfiles under Unix. [T5884]
|
||||
|
||||
Release-info: https://dev.gnupg.org/T5743
|
||||
See-also: gnupg-announce/2022q2/000472.html
|
||||
|
||||
|
||||
Noteworthy changes in version 2.3.4 (2021-12-20)
|
||||
@ -1182,6 +1303,11 @@ Noteworthy changes in version 2.3.0 (2021-04-07)
|
||||
Release dates of 2.2 versions
|
||||
-----------------------------
|
||||
|
||||
Version 2.2.34 (2022-02-07) https://dev.gnupg.org/T5703
|
||||
Version 2.2.33 (2021-11-23) https://dev.gnupg.org/T5641
|
||||
Version 2.2.32 (2021-10-06) https://dev.gnupg.org/T5601
|
||||
Version 2.2.31 (2021-09-15) https://dev.gnupg.org/T5571
|
||||
Version 2.2.30 (2021-08-26) https://dev.gnupg.org/T5519
|
||||
Version 2.2.29 (2021-07-04) https://dev.gnupg.org/T5498
|
||||
Version 2.2.28 (2021-06-10) https://dev.gnupg.org/T5482
|
||||
Version 2.2.27 (2021-01-11) https://dev.gnupg.org/T5234
|
||||
|
Loading…
x
Reference in New Issue
Block a user