diff options
author | Werner Koch <[email protected]> | 2023-04-03 10:01:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-04-03 10:01:37 +0000 |
commit | 8996b0b655952fa6b5bb678a92d3106f72f80f2a (patch) | |
tree | 2497c110e3bd5146b9cdfd59b270b11529de2bf4 /NEWS | |
parent | gpgsm: Remove conditional compilation for older libksba versions. (diff) | |
download | gnupg-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-- | NEWS | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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] |