Page MenuHome GnuPG
Feed Advanced Search

Oct 9 2019

pow added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Dear Martin,

Oct 9 2019, 11:56 PM · scd, Restricted Project, Bug Report
martin.von.wittich added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Not sure what I did wrong this time, but it's broken again - GPG will again prompt for the PIN on my computer instead of on the Gemalto Ezio Shield reader :(

I'm using GnuPG 2.2.4-1ubuntu1.2 with your patch applied:

Oct 9 2019, 1:26 PM · scd, Restricted Project, Bug Report
gniibe added a project to T4633: gpg argument "--passphrase=" yields 'missing argument for option "--passphrase="': Restricted Project.
Oct 9 2019, 4:16 AM · Restricted Project, gnupg (gpg22), Bug Report

Oct 7 2019

OliverL added a comment to T3917: GPGOL: No body in the mail and gpgolXXX.dat file attached when opening with Thunderbird/Enigmail + Exchange and Exquilla.

I have the same effect if I send a signed text-only or HTML email using Outlook 365 and our Exchange 365 and if I view the mail on Outlook on Android. The mail shows no contents only the file. If I view the mail using Outlook 365 on my PC or Windows 10 Mail it looks fine.
If I address it also to my Microsoft account and my Gmail account (using all adresses in the TO: field of the same mail) the email looks normal in the Gmail Android app and (!) in Outlook for Android.
So the same mail - both in the same Outlook for Android app - looks correct in my Microsoft account inbox but only shows the file in my Exchange inbox - in the same Outlook App. Weird… Nokia 7 plus, Android 9, newest patch level (September 2019) and no updates in Google Play Store.
BTW: In Exchange 365 I configured the message flow, default remote domain (there is no other) to never to use Rich Text, always and only HTML.

Oct 7 2019, 2:54 PM · gpgol, Bug Report, gpg4win
flockinger64 closed T4720: GPG hangs on 100% CPU after kernel update as Resolved.
Oct 7 2019, 12:08 PM · Bug Report
flockinger64 added a comment to T4720: GPG hangs on 100% CPU after kernel update.

Thanks for the feedback! Right now it hangs only for a few seconds, then works as usual. No idea how this come, but I'll close the issue and contact the ML if it appears again.

Oct 7 2019, 12:07 PM · Bug Report

Oct 4 2019

werner added a comment to T4720: GPG hangs on 100% CPU after kernel update.

Please try with the latest GnuPG version (2.2.17) - it is unlikely that we can give support for an old version with Ubuntu's own set of patches. It is also advisable to post to the gnupg-users ML because over there you have hundreds of Ubuntu users.

Oct 4 2019, 10:55 PM · Bug Report
flockinger64 created T4720: GPG hangs on 100% CPU after kernel update.
Oct 4 2019, 8:13 PM · Bug Report
marian001 created T4719: Outlook plugin GpgOL causes Outlook not to include message body into reply email.
Oct 4 2019, 4:36 PM · Bug Report
aheinecke moved T4525: GpgOL: Error when moving opened S/MIME Mails with attachments on Exchange from Backlog to In Progress on the g10code board.
Oct 4 2019, 4:34 PM · g10code, gpg4win, Bug Report, gpgol
aheinecke added a project to T4525: GpgOL: Error when moving opened S/MIME Mails with attachments on Exchange: g10code.
Oct 4 2019, 4:32 PM · g10code, gpg4win, Bug Report, gpgol

Oct 2 2019

dkg reopened T4400: GnuPG fails to parse algorithm preferences (and presumably features) from direct key signatures as "Open".

I agree with @werner that when presented with a User ID with self-sig with preference, the preferences subpackets from the self-sig should take precedence.

Oct 2 2019, 4:33 PM · Bug Report
gniibe added a project to T4712: Keygrip broken in master for cv25519: Restricted Project.

I modified _gcry_ecc_fill_in_curve so that g_y has new value in eid4730.

Oct 2 2019, 8:29 AM · Restricted Project, Bug Report, libgcrypt

Oct 1 2019

bisson added a comment to T4714: Gnupg can't import or generate private key as root.

I believe the issue is as follows. When given the option ttyname=... pinentry will open() the given tty and that fails since it is owned by the regular user and not root; strace reports:

openat(AT_FDCWD, "/dev/pts/1", O_RDONLY) = -1 EACCES (Permission denied)

However, when not given this option, pinentry will simply write() to stdout which causes no permission problem; through sudo and the terminal this goes to /dev/pts/1.

Oct 1 2019, 9:54 PM · Bug Report
bisson added a comment to T4714: Gnupg can't import or generate private key as root.

I found a way to replicate that error with just pinentry by doing (as root):

# tty
/dev/pts/1
# pinentry
OK Pleased to meet you
OPTION ttyname=/dev/pts/1
OK
GETPIN
S ERROR gtk2.open_tty_for_read 83918849
ERR 83918849 Permission denied <Pinentry>

When I remove OPTION ttyname=... there is no error.

Oct 1 2019, 9:42 PM · Bug Report
bisson added a comment to T4714: Gnupg can't import or generate private key as root.

My other terminals (xterm) are /dev/pts/1, /dev/pts/2, etc. and I can reproduce the bug in them too.

Oct 1 2019, 8:46 PM · Bug Report
werner added a comment to T4714: Gnupg can't import or generate private key as root.

Also in another terminal?

Oct 1 2019, 12:00 PM · Bug Report
bisson added a comment to T4714: Gnupg can't import or generate private key as root.

I did not (neither in my root shell nor in my user shell) but setting and exporting this environment variable does not make any difference: gpg --gen-key still fails as above. (Note that tty indeed returns /dev/pts/0 .)

Oct 1 2019, 10:41 AM · Bug Report
werner added a comment to T4714: Gnupg can't import or generate private key as root.

Do you have

GPG_TTY=$(tty)
export GPG_TTY
Oct 1 2019, 9:51 AM · Bug Report
gniibe claimed T4712: Keygrip broken in master for cv25519.

That's my badness. I think that I haven't seen this problem, because I mainly use tokens (where keygrip difference doesn't matter, after --card-status).

Oct 1 2019, 7:17 AM · Restricted Project, Bug Report, libgcrypt
njcooke closed T4647: "gpg.exe -se" fails when run programmatically, but does not fail when run from the command line as Resolved.
Oct 1 2019, 2:48 AM · Info Needed, gpg4win, Bug Report
njcooke added a comment to T4647: "gpg.exe -se" fails when run programmatically, but does not fail when run from the command line.

Hi
FYI here is what I did to resolve:
running gpg.exe and gpg-agent.exe as Administrator and XP mode....
gp-agent:
set service Priority to REALTIME
Disabled Windows UAC virtualization.

Oct 1 2019, 2:48 AM · Info Needed, gpg4win, Bug Report

Sep 30 2019

bisson added a comment to T4714: Gnupg can't import or generate private key as root.

Thanks for your help investigating this.

Sep 30 2019, 11:12 PM · Bug Report
werner added a comment to T4714: Gnupg can't import or generate private key as root.

if you run

Sep 30 2019, 10:43 PM · Bug Report
bisson added a comment to T4714: Gnupg can't import or generate private key as root.

What is weird is that pinentry supposedly detects the absence of an X session and falls back on curses. For instance, I have:

Sep 30 2019, 8:49 PM · Bug Report
werner added a comment to T4714: Gnupg can't import or generate private key as root.

You should always run gpg with --verbose if you run into an unknown error. It shows more information; in your case info about the requested pinentry. The strace does not show this. You probably have no permission to launch the X version opf the pinentry because the xauth does not work. As a quick test use ssh -X root@localhost instead.

Sep 30 2019, 8:27 AM · Bug Report

Sep 29 2019

bionade24 added a comment to T4714: Gnupg can't import or generate private key as root.
sysconfdir:/etc/gnupg
bindir:/usr/bin
libexecdir:/usr/lib/gnupg
libdir:/usr/lib/gnupg
datadir:/usr/share/gnupg
localedir:/usr/share/locale
socketdir:/root/.gnupg
dirmngr-socket:/root/.gnupg/S.dirmngr
agent-ssh-socket:/root/.gnupg/S.gpg-agent.ssh
agent-extra-socket:/root/.gnupg/S.gpg-agent.extra
agent-browser-socket:/root/.gnupg/S.gpg-agent.browser
agent-socket:/root/.gnupg/S.gpg-agent
homedir:/root/.gnupg
Sep 29 2019, 7:54 PM · Bug Report
bionade24 updated the task description for T4714: Gnupg can't import or generate private key as root.
Sep 29 2019, 7:52 PM · Bug Report
werner added a comment to T4714: Gnupg can't import or generate private key as root.

Please provide a full description of what you did. What command line did you use, have you su-ed or logged in regular.? What is the output of "gpgcof --list-dirs" ?

Sep 29 2019, 7:40 PM · Bug Report
bionade24 created T4714: Gnupg can't import or generate private key as root.
Sep 29 2019, 11:21 AM · Bug Report

Sep 28 2019

gniibe added a project to T4620: no support for multiple (yubikey) smartcards plugged in at the same time: Restricted Project.
Sep 28 2019, 6:53 PM · Restricted Project, Bug Report
werner lowered the priority of T4712: Keygrip broken in master for cv25519 from Unbreak Now! to Normal.
Sep 28 2019, 11:08 AM · Restricted Project, Bug Report, libgcrypt

Sep 27 2019

gniibe added a comment to T4563: gpg-agent fails to sign request of PKISSH.

OK, I identify the problem.

Sep 27 2019, 8:23 AM · Feature Request, gpgagent

Sep 26 2019

mgorny created T4711: Misleading error messages and debug logs for DNS failures while fetching via WKD.
Sep 26 2019, 2:12 PM · FAQ

Sep 25 2019

martin.von.wittich added a comment to T4710: Cannot use Secure PIN Entry for Reset Code.

For pinpadtest.py, you need to offer an option --add (adding dummy byte), when you are using Cherry ST-2xxx.

Sep 25 2019, 2:55 PM · Not A Bug, Documentation, OpenPGP, scd, Bug Report
gniibe added a comment to T4710: Cannot use Secure PIN Entry for Reset Code.

For pinpadtest.py, you need to offer an option --add (adding dummy byte), when you are using Cherry ST-2xxx.

Sep 25 2019, 1:39 PM · Not A Bug, Documentation, OpenPGP, scd, Bug Report
martin.von.wittich added a comment to T4710: Cannot use Secure PIN Entry for Reset Code.

It is not supported, by CCID protocol itself. So, it is not supported by scdaemon, and by any of card readers (which I know of), either.

Sep 25 2019, 1:26 PM · Not A Bug, Documentation, OpenPGP, scd, Bug Report
gniibe claimed T4710: Cannot use Secure PIN Entry for Reset Code.

It is not supported, by CCID protocol itself. So, it is not supported by scdaemon, and by any of card readers (which I know of), either.

Sep 25 2019, 12:09 PM · Not A Bug, Documentation, OpenPGP, scd, Bug Report
werner triaged T4710: Cannot use Secure PIN Entry for Reset Code as Normal priority.
Sep 25 2019, 9:23 AM · Not A Bug, Documentation, OpenPGP, scd, Bug Report

Sep 24 2019

martin.von.wittich created T4710: Cannot use Secure PIN Entry for Reset Code.
Sep 24 2019, 3:12 PM · Not A Bug, Documentation, OpenPGP, scd, Bug Report

Sep 23 2019

omega12 created T4709: kleopatra silently fails to overwrite existing exported secret key.
Sep 23 2019, 11:43 AM · kleopatra, Bug Report, gpg4win

Sep 21 2019

werner added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

It is not just about being annoying but for security reasons. It would be too easy for other applications *think webbrowser or Acrobat) to take a screenshot and pop up a modified version of that screenshot with data entries to act as a MitM.

Sep 21 2019, 11:00 AM · pinentry, Bug Report, gpg4win

Sep 20 2019

deep42thought added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

$ gpg-connect-agent --dirmngr 'getinfo version' /bye
D 2.2.17
OK

Sep 20 2019, 7:44 PM · FAQ, Documentation, dirmngr
werner added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

Can you check which dirmngr version you are running

gpg-connect-agent --dirmngr 'getinfo version' /bye
Sep 20 2019, 1:19 PM · FAQ, Documentation, dirmngr
deep42thought added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

thanks for the dns explanation - IMHO, there should be added something about that in the wiki
When it does not work for you on http1 either, then I guess, it's really just some outdatedness of my gpg/dirmngr and this ticket can be closed.

Sep 20 2019, 9:59 AM · FAQ, Documentation, dirmngr
werner added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

It does not work either. Your problem is the use of a wildcard DNS for archlinux32.org:

Sep 20 2019, 9:50 AM · FAQ, Documentation, dirmngr
werner added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

The test above was with gpg master but I got the same result with current 2.2:

Sep 20 2019, 9:27 AM · FAQ, Documentation, dirmngr
deep42thought added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

ok, I disabled it again. btw: why do we need openpgpkey.archlinux32.org in the cert? Is this standard or did I misconfigure something?

Sep 20 2019, 9:23 AM · FAQ, Documentation, dirmngr
werner triaged T4708: gpg cannot retrieve key via wkd from http2 server as Normal priority.
Sep 20 2019, 9:16 AM · FAQ, Documentation, dirmngr
werner added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

Thanks. Here is a dirmngr log:

Sep 20 2019, 9:16 AM · FAQ, Documentation, dirmngr

Sep 19 2019

deep42thought added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

I set archlinux32.org back to http2 - so you can see for yourself, how gpg fails to retrieve the key for buildmaster@archlinux32.org

Sep 19 2019, 6:02 PM · FAQ, Documentation, dirmngr
deep42thought added a comment to T4708: gpg cannot retrieve key via wkd from http2 server.

I believe, it means, that it may fall back to http1.1 - the documentation is not clear to me on this.
A simple test however shows, that at least curl has no problems to use http1.1 or http1.0 with the http2 enabled nginx.

Sep 19 2019, 6:01 PM · FAQ, Documentation, dirmngr
werner added a project to T4708: gpg cannot retrieve key via wkd from http2 server: dirmngr.

Does your ngix configuration mean that there is no fallback to standard http?

Sep 19 2019, 5:07 PM · FAQ, Documentation, dirmngr
deep42thought created T4708: gpg cannot retrieve key via wkd from http2 server.
Sep 19 2019, 3:44 PM · FAQ, Documentation, dirmngr
gniibe changed the status of T4620: no support for multiple (yubikey) smartcards plugged in at the same time from Open to Testing.

And it is merged into master.
Along with the support of multiple readers/token, the parts which assumes Windows 32-bit are fixed, too.

Sep 19 2019, 1:30 AM · Restricted Project, Bug Report

Sep 18 2019

gniibe added a comment to T4698: Results from clang analyzer.

For argparse.c, it can be only stopped with nonnull attribute for the API, I suppose.

Sep 18 2019, 10:50 AM · gpgrt, Bug Report
gniibe claimed T4698: Results from clang analyzer.

I take this so that libgpg-error can be released soon.

Sep 18 2019, 9:21 AM · gpgrt, Bug Report

Sep 14 2019

werner closed T4707: No secret key as Invalid.

The message has not been encrypted to you. Ask the sender to encrypt to you.

Sep 14 2019, 11:40 AM · Bug Report, gpg4win

Sep 13 2019

Scalibur added a comment to T4707: No secret key.

How to fix "failed: no secret key

Sep 13 2019, 10:46 PM · Bug Report, gpg4win
Scalibur created T4707: No secret key.
Sep 13 2019, 10:44 PM · Bug Report, gpg4win

Sep 12 2019

aheinecke closed T4706: RSA4096 option disabled in Kleopatra on newer smartcards as Resolved.

This is generally the better tracker to report Gpg4win / Kleopatra issues. The git systems are linked in a way that I can both automatically add a commit here and in the KDE tracker.
I just noticed the KDE report a bit quicker because there is less traffic, but I would have seen it here within the day.

Sep 12 2019, 3:10 PM · kleopatra, Bug Report, gpg4win
mrmekon created T4706: RSA4096 option disabled in Kleopatra on newer smartcards.
Sep 12 2019, 1:21 PM · kleopatra, Bug Report, gpg4win

Sep 11 2019

werner closed T4705: GPG symmetric encryption is using old OpenPGP packet formats as Invalid.

There is no need to use the new CTB format for a packet with tag 3. OpenPGP implementations need to support all packet header encodings. We do not plan to make this configurable.

Sep 11 2019, 1:22 PM · Bug Report
gniibe claimed T4620: no support for multiple (yubikey) smartcards plugged in at the same time.

I created a branch for this task: https://dev.gnupg.org/source/gnupg/repository/gniibe%252FT4620/

Sep 11 2019, 4:39 AM · Restricted Project, Bug Report

Sep 10 2019

lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:41 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:40 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:39 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:38 PM · Bug Report
lellis created T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:38 PM · Bug Report
werner triaged T4704: Wrong error message when key is expired as Normal priority.

Agreed.

Sep 10 2019, 4:17 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
dkg added a comment to T4704: Wrong error message when key is expired.

yep, the implementation thinks that the default signing key is expired due to metadata contained in the public keyring. The secret key is available to the implementation. So the error mesage No secret key can cause confusion and/or panic if the user thinks they've actually lost their secret key.

Sep 10 2019, 3:15 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report

Sep 9 2019

werner added a comment to T4704: Wrong error message when key is expired.

You mean the default key is expired?

Sep 9 2019, 5:09 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
dkg added projects to T4704: Wrong error message when key is expired: gnupg (gpg22), UI.

fwiw, i can reproduce this on debian unstable with gpg version 2.2.17, without a redirected agent -- so the agent redirection isn't relevant here.

Sep 9 2019, 5:06 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
aeris created T4704: Wrong error message when key is expired.
Sep 9 2019, 4:59 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
JW-D added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

Today a new signed message from BSI Buerger CERT was received. The PGP signature could be verified by first opening of the document. As I opened the file some hours later again, it failed, as I opened it a third time (shortly after the second time), the signature was verified. Outlook was not closed between the second and third opening. Signature verification appears unstable.

Sep 9 2019, 4:52 PM · gpgol, Bug Report, gpg4win
dkg added a comment to T4698: Results from clang analyzer.

@stm -- thank you for this!

Sep 9 2019, 4:34 PM · gpgrt, Bug Report
OliverL added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

There is no reason for apologies :-). As far as I know this all is open source, freeware and you don't get paid for this, right? So, I simply also try to add my contribution by most precise error reports to help to find the error and am grateful if it will be solved one day in the future :-).

Sep 9 2019, 11:29 AM · gpgol, Bug Report, gpg4win
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T3604: Kleopatra: Default column sizes / Window size for Keylist still wrong, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, Bug Report, kleopatra
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T3888: Kleopatra: S/MIME trees in keylist are minimized on refresh, as Resolved.
Sep 9 2019, 11:27 AM · Bug Report, gpg4win, kleopatra
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4333: Job objects on Windows interfere with automatic start of gpg-agent, as Resolved.
Sep 9 2019, 11:27 AM · patch, Windows, gpgagent, Bug Report
aheinecke closed T4333: Job objects on Windows interfere with automatic start of gpg-agent as Resolved.
Sep 9 2019, 11:23 AM · patch, Windows, gpgagent, Bug Report
aheinecke added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

I'll try to look at it this week. Apologies for the delay with this.

Sep 9 2019, 11:22 AM · gpgol, Bug Report, gpg4win
OliverL added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

Last week GpgOL again destroyed an email with a BSI newsletter - it was shown as empty after I opened it a second time - and the same is true in such cases then in Windows 10 Mail as well as using Outlook Web Access:

Sep 9 2019, 11:00 AM · gpgol, Bug Report, gpg4win
ikrabbe added a comment to T4563: gpg-agent fails to sign request of PKISSH.

But this problem remains for several versions for some time. I tried to find out the source of this "new option" in the communication, but I could not find anything about "GPG Agent" in the source code of openssh.

Sep 9 2019, 10:18 AM · Feature Request, gpgagent
ikrabbe added a comment to T4563: gpg-agent fails to sign request of PKISSH.

Sorry for the late answer, but I have been busy. Actually this happened against several ssh versions, for some time now.

Sep 9 2019, 9:45 AM · Feature Request, gpgagent
JW-D added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

The signature of the latest communication from German Buerger CERT Warnings could be read and the signature could be verified. I tried also with Hasso-Plattner-Institute (Identiy leak checker), the same result. I do not understand, why all signature verification failed last week, and they can be verified this week. However, at the moment it seems to work fine.

Sep 9 2019, 9:33 AM · gpgol, Bug Report, gpg4win

Sep 8 2019

werner triaged T4698: Results from clang analyzer as Normal priority.
Sep 8 2019, 7:38 PM · gpgrt, Bug Report

Sep 7 2019

stm added a comment to T4698: Results from clang analyzer.

Oh, this report is about libgpg-error.

Sep 7 2019, 6:17 PM · gpgrt, Bug Report
stm created T4698: Results from clang analyzer.
Sep 7 2019, 6:10 PM · gpgrt, Bug Report

Sep 5 2019

werner triaged T4696: Fresh certificate get's pulled into certificate chain with expired root certificate as High priority.

Thanks for the sample certs. I noticed the posts but had not the time to look into them.

Sep 5 2019, 3:56 PM · gnupg (gpg22), S/MIME, Bug Report
destogl created T4696: Fresh certificate get's pulled into certificate chain with expired root certificate.
Sep 5 2019, 2:10 PM · gnupg (gpg22), S/MIME, Bug Report

Sep 4 2019

JW-D added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

I have the same problem since today with Outlook 2016. In the past months / weeks GpgOL version 2.4.2 worked fine. I received some mails today signed by the German Buerger CERT warnings. The signature as "asc" file was attached, but could not be verified. Today I received also a PGP signed e-mail from Hasso-Plattner-Institute (Identity leak checker), also this signature could not be checked. Both worked fine in the past and the public keys stored in Kleopatra are valid.

Sep 4 2019, 6:17 PM · gpgol, Bug Report, gpg4win
clonedrad added a comment to T4583: pinentry-tty should accept backspace, delete, and ctrl-U.

Would be great to see this fix rolled out! Absence of support for these keys disoriented me for months after switching to pinentry-tty. I use my longest passwords for GnuPG, so being able to fix typos (instead of abandoning password entry altogether) would be greatly appreciated.

Sep 4 2019, 3:26 PM · pinentry, Restricted Project, Bug Report

Sep 2 2019

sidsniper added a comment to T4693: pip install gpg==1.10.0 not working on Windows 7.

@werner How can I install libgpgme-develp package on windows 7?

Sep 2 2019, 4:24 PM · Bug Report
werner closed T4693: pip install gpg==1.10.0 not working on Windows 7 as Invalid.

Sorry, we don't use or support PIP. Please ask whoever packaged that for PIP.

Sep 2 2019, 11:46 AM · Bug Report

Sep 1 2019

olf added a comment to T4541: C implementation of AES is vulnerable to side-channel attacks.

... https://lists.gnupg.org/pipermail/gcrypt-devel/2019-July/004760.html

Sep 1 2019, 11:33 PM · side-channel, libgcrypt, Bug Report

Aug 31 2019

sidsniper updated the task description for T4693: pip install gpg==1.10.0 not working on Windows 7.
Aug 31 2019, 10:01 AM · Bug Report
sidsniper updated the task description for T4693: pip install gpg==1.10.0 not working on Windows 7.
Aug 31 2019, 9:51 AM · Bug Report

Aug 30 2019

sidsniper created T4693: pip install gpg==1.10.0 not working on Windows 7.
Aug 30 2019, 5:16 PM · Bug Report
OliverL added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

If helpful I can demonstrate or let you debug in a TeamViewer (I have a license) or VNC remote session in a fresh VM.
For sure this is not urgent for me. So, take your time!

Aug 30 2019, 4:10 PM · gpgol, Bug Report, gpg4win