Page MenuHome GnuPG
Feed Advanced Search

Feb 28 2020

aheinecke merged task T4861: GPGme 1.13.1 fails at t-json into T4820: gpgme's json test fails with gpg 2.2.19.
Feb 28 2020, 11:26 AM · gpgme, Bug Report
gniibe added a project to T4832: card: when KDF is enabled, use of pinpad input should be disabled: Restricted Project.
Feb 28 2020, 8:39 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe changed the status of T3891: kdf-setup does not set admin and user PIN codes from Open to Testing.

I pushed the change to master.

Feb 28 2020, 8:34 AM · Restricted Project, scd, Bug Report
werner added a project to T4861: GPGme 1.13.1 fails at t-json: gpgme.
Feb 28 2020, 8:08 AM · gpgme, Bug Report

Feb 27 2020

dkg added a comment to T4861: GPGme 1.13.1 fails at t-json.

I think this might be the same as T4820.

Feb 27 2020, 11:08 PM · gpgme, Bug Report
kopfuss updated the task description for T4861: GPGme 1.13.1 fails at t-json.
Feb 27 2020, 9:46 PM · gpgme, Bug Report
kopfuss created T4861: GPGme 1.13.1 fails at t-json.
Feb 27 2020, 9:38 PM · gpgme, Bug Report

Feb 26 2020

dkg added a comment to T4855: The trusted-key option requires a long key ID and won't take a fingerprint.

I've just pushed ad55de70930543c1681b11e4bd624be074122b23 onto branch dkg/fix-4855 as a proposed fix, to permit --trusted-key to accept a full 20-byte fingerprint.

Feb 26 2020, 7:13 PM · gnupg (gpg22), Feature Request
Mikaela created T4855: The trusted-key option requires a long key ID and won't take a fingerprint.
Feb 26 2020, 11:55 AM · gnupg (gpg22), Feature Request

Feb 25 2020

kloczek added a comment to T4854: gpgme 1.13.1: test suite is failing.

Latest one (gnupg 2.2.19)

Feb 25 2020, 10:37 PM · gpgme, Bug Report
werner added a comment to T4854: gpgme 1.13.1: test suite is failing.

(I stripped the report down to its core)

Feb 25 2020, 9:13 PM · gpgme, Bug Report
werner updated the task description for T4854: gpgme 1.13.1: test suite is failing.
Feb 25 2020, 9:11 PM · gpgme, Bug Report
kloczek updated the task description for T4854: gpgme 1.13.1: test suite is failing.
Feb 25 2020, 2:53 PM · gpgme, Bug Report
kloczek created T4854: gpgme 1.13.1: test suite is failing.
Feb 25 2020, 2:52 PM · gpgme, Bug Report
kloczek added a comment to T4853: libgpg-error: after regenerate ac/am/lt files and build reported version is 1.37-unknown.

Sorry but that really strange.
I need to regenerate those files.
Could you please describe what needs to be done to have proper version?

Feb 25 2020, 1:51 PM · Bug Report
werner closed T4853: libgpg-error: after regenerate ac/am/lt files and build reported version is 1.37-unknown as Invalid.

Do not use arbitary libtool versions or use autoreconf - this is maintainer-only and any problems are not considered a bug.

Feb 25 2020, 1:49 PM · Bug Report
kloczek created T4853: libgpg-error: after regenerate ac/am/lt files and build reported version is 1.37-unknown.
Feb 25 2020, 3:01 AM · Bug Report

Feb 18 2020

gniibe changed the status of T4624: libassuan-config and libassuan.pc both put -lws2_32 before -lgpg-error, which fails during static linking from Open to Testing.

With the fix of T4623, this bug is now fixed.

Feb 18 2020, 8:17 AM · Restricted Project, Windows, libassuan, Bug Report
gniibe changed the status of T4623: pkg-config for mingw needs to emit -lws2_32 from Open to Testing.

Fixed in master, using Libs.private support.

Feb 18 2020, 8:05 AM · Restricted Project, Windows, gpgrt, Bug Report

Feb 17 2020

gniibe changed the status of T4832: card: when KDF is enabled, use of pinpad input should be disabled from Open to Testing.

Fixed in master.

Feb 17 2020, 9:48 AM · Restricted Project, gnupg (gpg22), scd, Bug Report
werner triaged T4848: Usage of git in configure.ac for pinentry/gpa finds incorrect repositories as Normal priority.

Yeah, this can be done.

Feb 17 2020, 9:19 AM · pinentry, gpa, toolchain, Bug Report

Feb 16 2020

netspider closed T4849: procedure entry point not found in gpg-agent.exe as Resolved.

I already tried reinstalling gpg4win without first uninstalling it (I thought it might repair corrupt files) but now I uninstalled first and it is working again.

Feb 16 2020, 2:31 PM · Bug Report
netspider added a comment to T4849: procedure entry point not found in gpg-agent.exe.

I searched through C: and D: and found it in D:\Programme\GnuPG\bin and in D:\Programme\Gpg4win\bin - both seem to be created by gpg4win. I'll try reinstalling, hopefully without deleting my private keys...

Feb 16 2020, 2:23 PM · Bug Report
werner added a comment to T4849: procedure entry point not found in gpg-agent.exe.

The DLL libassuan-0.dll was not found or the system somehow found.
Do you have other versions of GnuPG or Gpg4win installed? Please search the system for copies of the above mentioned DLL?

Feb 16 2020, 2:11 PM · Bug Report

Feb 15 2020

netspider created T4849: procedure entry point not found in gpg-agent.exe.
Feb 15 2020, 10:48 PM · Bug Report
werner changed the status of T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF) from Open to Testing.

Fixed in master and 2.2

Feb 15 2020, 7:25 PM · gnupg (gpg22), S/MIME, Bug Report
werner claimed T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF).
Feb 15 2020, 7:08 PM · gnupg (gpg22), S/MIME, Bug Report
werner edited projects for T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF), added: gnupg (gpg22); removed gnupg.

Really interesting: The code didn't changed since since 2003 and the bug must have been there all the time. It does happen only for 25% of the certificates with CR and LF; the others have padding characters at the end '=' which is also an indication of the end of the base64 block. I wonder why this has not been reported more often; maybe because most people import binary certificates.

Feb 15 2020, 7:01 PM · gnupg (gpg22), S/MIME, Bug Report
rpurdie created T4848: Usage of git in configure.ac for pinentry/gpa finds incorrect repositories.
Feb 15 2020, 6:12 PM · pinentry, gpa, toolchain, Bug Report
thomas added a comment to T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF).

Wald certificate will be fixed very soon. But as it is not fixed yet, I provided an http link, not https for you.

Feb 15 2020, 3:41 PM · gnupg (gpg22), S/MIME, Bug Report
werner added projects to T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF): S/MIME, gnupg.

Thomas, please provide a sample certificate. I can't access the intevation site to see whether one of the links has the cert. And pretty please fix the wald certificates!

Feb 15 2020, 12:43 PM · gnupg (gpg22), S/MIME, Bug Report

Feb 14 2020

thomas created T4847: "gpgsm: invalid radix64 character 2d skipped" when trying to import a PEM file with DOS line endings (CR+LF).
Feb 14 2020, 4:07 PM · gnupg (gpg22), S/MIME, Bug Report
werner closed T4846: Undocumented --print-md algo's as Wontfix.

No, this depends on the version of Libgcrypt. Sorry, won't be documented or changed. Thanks for the report, though.

Feb 14 2020, 2:13 PM · Bug Report
Heino created T4846: Undocumented --print-md algo's.
Feb 14 2020, 10:18 AM · Bug Report

Feb 13 2020

bzbue1 added a comment to T4689: Kleopatra Verification is hanging .

I'd like to re-report this bug for version 3.1.11-Gpg4win-3.1.11
in Windows 10 version 1809 build 17763.1039 and version 1909 build 18363.657.

Feb 13 2020, 1:36 PM · kleopatra, Bug Report, gpg4win

Feb 11 2020

Gerard created T4842: Kleopatra: Right click menu greyed out.
Feb 11 2020, 6:44 PM · kleopatra, Bug Report

Feb 10 2020

lat002 added a comment to T4840: KMyMoney Save Encrypted; 100% Data Loss.

OK. The reason I'd posted on here was because KMyMoney was working properly until I tried to use the encryption.

Feb 10 2020, 9:38 PM · Bug Report, gpg4win
werner changed the status of T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide from Open to Testing.

Building with -fno-common now works for me on 2.2 and master. Thanks for the patch.

Feb 10 2020, 4:52 PM · gnupg (gpg22), toolchain, Bug Report
werner added a comment to T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide.

I took your patch but modified it to define EXTERN_UNLESS_MAIN_MODULE only at one place.

Feb 10 2020, 4:39 PM · gnupg (gpg22), toolchain, Bug Report
yblank created T4841: GpgOL encrypt leaves outlook message dialog open.
Feb 10 2020, 11:04 AM · Support, Too Old, gpgol
aheinecke closed T4840: KMyMoney Save Encrypted; 100% Data Loss as Invalid.

Hi,
Thanks for the report but, but we are not developers of KMymoney, I can only offer to help the developers if they have questions but please rather report a bug at bugs.kde.org regarding that so that they can figure out what might be wrong.

Feb 10 2020, 9:53 AM · Bug Report, gpg4win

Feb 8 2020

lat002 created T4840: KMyMoney Save Encrypted; 100% Data Loss.
Feb 8 2020, 8:59 PM · Bug Report, gpg4win

Feb 7 2020

werner closed T4574: Change #!/bin/sh to #!/bin/bash in libgpg-error-1.36/src/gpg-error-config-test.sh as Resolved.
Feb 7 2020, 1:48 PM · Bug Report
werner closed T4459: libgpg-error build issue with gawk 5.0.0 as Resolved.
Feb 7 2020, 1:47 PM · Gentoo, gpgrt, MacOS, Bug Report
werner closed T4772: Release libgpg-error 1.37, a subtask of T4574: Change #!/bin/sh to #!/bin/bash in libgpg-error-1.36/src/gpg-error-config-test.sh, as Resolved.
Feb 7 2020, 1:47 PM · Bug Report
werner closed T4772: Release libgpg-error 1.37, a subtask of T4459: libgpg-error build issue with gawk 5.0.0, as Resolved.
Feb 7 2020, 1:47 PM · Gentoo, gpgrt, MacOS, Bug Report

Feb 6 2020

werner renamed T4838: add configure check for zlib to ntbtls from "make" with "ntbtls-0.1.2" failed to add configure check for zlib to ntbtls.
Feb 6 2020, 9:21 PM · ntbtls, Bug Report
werner triaged T4838: add configure check for zlib to ntbtls as Normal priority.

Install the zlib development package, its name is often "zlib1g-dev". The source requires the header because we plan to eventually support compression.

Feb 6 2020, 9:21 PM · ntbtls, Bug Report
werner closed T4474: libgpg-error: Disallow undefined symbols by design. as Resolved.

Thanks. Fix goes into 1.37.

Feb 6 2020, 6:45 PM · gpgrt, Cygwin, patch, Bug Report
werner closed T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name as Resolved.

It has been fixed in the repo for nearly a year, see T4459. A new release is urgently required and will follow in the next days. I close this as a duplicate.

Feb 6 2020, 6:21 PM · Duplicate, gpgrt, toolchain, Bug Report

Feb 5 2020

aheinecke added a comment to T4830: GpgOL: Sometimes not displaying correctly in office 2019.

I renamed the ticket so that others don't think we generally don't support Office2019 because I use it myself and it works for me.

Feb 5 2020, 11:54 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke renamed T4830: GpgOL: Sometimes not displaying correctly in office 2019 from GpgOL: Not displaying correctly in office 2019 to GpgOL: Sometimes not displaying correctly in office 2019.
Feb 5 2020, 11:54 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke renamed T4830: GpgOL: Sometimes not displaying correctly in office 2019 from Problems with Office 2019 to GpgOL: Not displaying correctly in office 2019.
Feb 5 2020, 11:53 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke triaged T4830: GpgOL: Sometimes not displaying correctly in office 2019 as Normal priority.

Hi, I am not sure what you mean by "The Icon does not recognize the created certificate".
Does it show you that the mail is unsigned when you view a signed mail?
What does the tooltip of the icon say?

Feb 5 2020, 11:53 AM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke claimed T4836: GpgOL modifies PGP/Inline email messages stored in the server.

Thank you for the detailed report.

Feb 5 2020, 11:49 AM · gpgol, Bug Report
aheinecke claimed T4837: outlook declines to render internal part when Content-Disposition: inline on actual body.

I remember that I tested inline content-disposition handling in Outlook without GpgOL and try to do the same handling as Outlook would handle them. But then at the very least It should be shown as an attachment and not hidden.

Feb 5 2020, 11:46 AM · gpgol, Bug Report, gpg4win
dkg added a comment to T4837: outlook declines to render internal part when Content-Disposition: inline on actual body.

I've just tested this with GpgOL 2.4.6~beta3 as well, and while the i see the same issue :( (though the legacy display part is not shown, thanks to your fix of T4796).

Feb 5 2020, 12:46 AM · gpgol, Bug Report, gpg4win
dkg added a comment to T4796: GpgOL should hide "legacy display" parts when it encounters them.

Thanks! taking screenshots is definitely tedious. I just redid the screenshots for all the sample pgp/mime messages with GpgOL 2.4.6-beta3, and i can confirm that it looks like you've resolved the matter.

Feb 5 2020, 12:45 AM · gpgol, Bug Report, gpg4win

Feb 4 2020

FH-Dortmund created T4838: add configure check for zlib to ntbtls.
Feb 4 2020, 1:34 PM · ntbtls, Bug Report
dkg created T4837: outlook declines to render internal part when Content-Disposition: inline on actual body.
Feb 4 2020, 12:43 AM · gpgol, Bug Report, gpg4win
Angel created T4836: GpgOL modifies PGP/Inline email messages stored in the server.
Feb 4 2020, 12:29 AM · gpgol, Bug Report

Feb 3 2020

werner triaged T4834: gpgme library calls gpg with --list-trust-path as Normal priority.

Funny. I looked into the history of that function: @dshaw removed the option --list-trust-path from gnupg 1.x in December 2002. He commented

Feb 3 2020, 3:28 PM · gpgme, Bug Report
werner triaged T4817: dirmgr keys.openpgp.org:443 Address family not supported by protocol as Normal priority.
Feb 3 2020, 12:09 PM · Bug Report
mssm added a comment to T4817: dirmgr keys.openpgp.org:443 Address family not supported by protocol.
In T4817#132207, @dkg wrote:

(if you don't want to publish the full strace output here because you're concerned it might leak some information about your machine or your network, but you're ok sharing it with me personally, you can send it to me privately by e-mail, encrypted to the OpenPGP certificate with fingerprint C4BC2DDB38CCE96485EBE9C2F20691179038E5C6, and sent to one of the e-mail addresses associated with that certificate. please make a note here if you do that)

Feb 3 2020, 10:42 AM · Bug Report
werner triaged T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide as High priority.

In a private mail someone else reported a similar problems and explained that gcc-10 will change the default from -fcommon to -fno-common. I think this is again a bad move in compiler development. Replacing the de-facto standard C compiler behaviour with something _allowed_ by ISO-C. No industrial grade toolchain would ever do such a silly default change - too many customers would rightfully be angry with them.

Feb 3 2020, 10:21 AM · gnupg (gpg22), toolchain, Bug Report

Feb 2 2020

t8m added a comment to T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide.

Yes. With LTO turned on the object files must not contain the same data blocks.

Feb 2 2020, 9:27 AM · gnupg (gpg22), toolchain, Bug Report

Feb 1 2020

capitol added a comment to T4834: gpgme library calls gpg with --list-trust-path.

maybe gpgme should be changed to parse --export-ownertrust instead?

Feb 1 2020, 10:01 PM · gpgme, Bug Report
capitol created T4834: gpgme library calls gpg with --list-trust-path.
Feb 1 2020, 7:19 PM · gpgme, Bug Report
jukivili added a comment to T4833: libgcrypt: bug in _gcry_poly1305_armv7_neon_init_ext.

I prepared slightly different patch, with 'and r2,r2,r2' instruction removed as it is no longer needed.

Feb 1 2020, 6:39 PM · libgcrypt, Bug Report
jukivili added a comment to T4833: libgcrypt: bug in _gcry_poly1305_armv7_neon_init_ext.

Thanks for reporting this this. Your patch is correct.

Feb 1 2020, 4:54 PM · libgcrypt, Bug Report

Jan 31 2020

GNIGM6nV9a added a comment to T4819: Kleopatra / Win 10 - Sign and Encrypt window doesn't show up.

I am also having this issue, but it is with Decrypt & Verify. It basically renders the app unusable. What happens is that when you click the button another window opens but it seems to be in the background, because it just looks white and it won't appear when you click on it. This happens for all files it seems.

Jan 31 2020, 3:07 PM · Bug Report, gpg4win
werner triaged T4833: libgcrypt: bug in _gcry_poly1305_armv7_neon_init_ext as High priority.
Jan 31 2020, 11:39 AM · libgcrypt, Bug Report
werner added a comment to T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide.

You mean that common blocks can't be used anymore? The RISC-OS had this problem but it was the only architecture I was aware of that required "extern" trickery.

Jan 31 2020, 11:38 AM · gnupg (gpg22), toolchain, Bug Report
werner edited projects for T4832: card: when KDF is enabled, use of pinpad input should be disabled, added: gnupg (gpg22); removed gnupg.
Jan 31 2020, 11:30 AM · Restricted Project, gnupg (gpg22), scd, Bug Report

Jan 30 2020

t8m added a comment to T4833: libgcrypt: bug in _gcry_poly1305_armv7_neon_init_ext.

This is a patch to fix the issue. I am no ARMv7 assembly expert, but all the tests pass with this applied.

Jan 30 2020, 5:40 PM · libgcrypt, Bug Report
t8m created T4833: libgcrypt: bug in _gcry_poly1305_armv7_neon_init_ext.
Jan 30 2020, 5:31 PM · libgcrypt, Bug Report
gniibe claimed T4832: card: when KDF is enabled, use of pinpad input should be disabled.
Jan 30 2020, 5:19 PM · Restricted Project, gnupg (gpg22), scd, Bug Report
gniibe created T4832: card: when KDF is enabled, use of pinpad input should be disabled.
Jan 30 2020, 5:19 PM · Restricted Project, gnupg (gpg22), scd, Bug Report
t8m added a comment to T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide.

this file contains a patch to avoid this global data duplication.

Jan 30 2020, 5:15 PM · gnupg (gpg22), toolchain, Bug Report
t8m created T4831: gnupg-2.2.19 fails to build on latest Fedora Rawhide.
Jan 30 2020, 5:13 PM · gnupg (gpg22), toolchain, Bug Report
freez3 created T4830: GpgOL: Sometimes not displaying correctly in office 2019.
Jan 30 2020, 1:21 PM · Info Needed, gpgol, Bug Report, gpg4win
aheinecke closed T4828: gpgOL Outlook PlugIn error code: 1 as Invalid.

That means that the GnuPG Backend does not work. I do not think that the office update is the reason, me and others use GpgOL with the most recent versions of Office Pro Plus without issue.
Have you possibly modified you gnupg config files? If there is a bad value in there it would result in such an error.

Jan 30 2020, 12:53 PM · OpenPGP, gpgol, Bug Report
grafalbert created T4828: gpgOL Outlook PlugIn error code: 1.
Jan 30 2020, 10:01 AM · OpenPGP, gpgol, Bug Report
werner added a comment to T4826: Expiration dates after 2107 are reported as wraparound expiration dates.

We briefly talked in the OpenPGP WG about the u32 problem and agreed that this is not an issue for 2440bis. The mismatch between creation date and expiration period is one of those minor PGP flaws. PGP-2 even used days to specify the expiration period.

Jan 30 2020, 8:26 AM · gnupg (gpg22), Bug Report

Jan 29 2020

dkg closed T4766: gpgme_signature_t relies on `unsigned long` for signature creation and expiration times as Wontfix.

Changing back to wontfix given the wontfix resolution of T4826

Jan 29 2020, 3:44 PM · gpgme, Bug Report
dkg added a comment to T4826: Expiration dates after 2107 are reported as wraparound expiration dates.

This is not a problem for 2107 (when you and i are 6 feet under). it's a problem well before then for anything that has an expiration date of 2107 or later (as demonstrated by the legitimate example certificate here today).

Jan 29 2020, 3:44 PM · gnupg (gpg22), Bug Report
werner added a comment to T4820: gpgme's json test fails with gpg 2.2.19.

I would like to understand why this changed. T4061 might be relevant here. This has been fixed after the 2.2.19 release.

Jan 29 2020, 11:09 AM · gpgme (gpgme 1.23.x), Bug Report
aheinecke assigned T4820: gpgme's json test fails with gpg 2.2.19 to werner.

Well thanks for reporting it ;-)

Jan 29 2020, 11:06 AM · gpgme (gpgme 1.23.x), Bug Report
werner closed T4826: Expiration dates after 2107 are reported as wraparound expiration dates as Wontfix.

I don't care; encryption won't work for us 6ft under. (This is a protocol problem which someone should address in a couple of decades)

Jan 29 2020, 10:34 AM · gnupg (gpg22), Bug Report
werner edited projects for T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name, added: toolchain, gpgrt; removed gnupg.
Jan 29 2020, 10:29 AM · Duplicate, gpgrt, toolchain, Bug Report
werner added a comment to T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.

That looks pretty much like another gawk regression. The easiest fix is to install another AWK version (e.g. mawk).

Jan 29 2020, 10:29 AM · Duplicate, gpgrt, toolchain, Bug Report
JW updated the task description for T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.
Jan 29 2020, 8:34 AM · Duplicate, gpgrt, toolchain, Bug Report
JW updated the task description for T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.
Jan 29 2020, 8:34 AM · Duplicate, gpgrt, toolchain, Bug Report
JW updated the task description for T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.
Jan 29 2020, 8:31 AM · Duplicate, gpgrt, toolchain, Bug Report
JW updated the task description for T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.
Jan 29 2020, 8:31 AM · Duplicate, gpgrt, toolchain, Bug Report
JW created T4827: libgpg-error 1.36 and gawk: fatal: cannot use gawk builtin `namespace' as variable name.
Jan 29 2020, 8:28 AM · Duplicate, gpgrt, toolchain, Bug Report
dkg added a comment to T4826: Expiration dates after 2107 are reported as wraparound expiration dates.

This is a problem for gpgv and gpg as well. gpg reports:

Jan 29 2020, 1:02 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4766: gpgme_signature_t relies on `unsigned long` for signature creation and expiration times.

It looks like at least for OpenPGP, the layer below GPGME is also broken for expiration dates in this time window (see T4826)

Jan 29 2020, 1:01 AM · gpgme, Bug Report
dkg created T4826: Expiration dates after 2107 are reported as wraparound expiration dates.
Jan 29 2020, 1:00 AM · gnupg (gpg22), Bug Report
dkg added a comment to T4766: gpgme_signature_t relies on `unsigned long` for signature creation and expiration times.
-----BEGIN PGP PRIVATE KEY BLOCK-----
Jan 29 2020, 12:38 AM · gpgme, Bug Report