aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-04-03 10:01:37 +0000
committerWerner Koch <[email protected]>2023-04-03 10:01:37 +0000
commit8996b0b655952fa6b5bb678a92d3106f72f80f2a (patch)
tree2497c110e3bd5146b9cdfd59b270b11529de2bf4 /NEWS
parentgpgsm: Remove conditional compilation for older libksba versions. (diff)
downloadgnupg-8996b0b655952fa6b5bb678a92d3106f72f80f2a.tar.gz
gnupg-8996b0b655952fa6b5bb678a92d3106f72f80f2a.zip
gpgsm: Create binary detached sigs with definite form length octets.
* sm/sign.c: Include tlv.h. (write_detached_signature): New, (gpgsm_sign): Fixup binary detached signatures. -- This helps some other software to verify detached signatures.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 340742c20..5eb609987 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,21 @@
Noteworthy changes in version 2.4.1 (unreleased)
------------------------------------------------
- * gpg: New option --add-desig-revoker.
+ * gpg: New option --add-desig-revoker. [rG3d094e2bcf]
- * gpg: New list-option "show-unusable-sigs".
+ * gpg: New list-option "show-unusable-sigs". Also show
+ "[self-signature]" instead of the user-id in key signature
+ listings. [rG103acfe9ca]
- * gpg: Show "[self-signature]" instead of the user-id in key
- signature listings.
+ * gpgsm: Verification of detached signatures does now strip trailing
+ zeroes from the input if --assume-binary is used. [rG2a13f7f9dc]
+
+ * gpgsm: Non-armored detached signature are now created without
+ using indefinite form length octets. This improves compatibility
+ with some PDF signature verification software.
* gpg: Make list-options "show-sig-subpackets" work again.
- Fixes regression in 2.4.0.
+ Fixes regression in 2.4.0. [rG5a223303d7]