Page MenuHome GnuPG
Feed Advanced Search

Oct 16 2018

gniibe changed the status of T3283: Set 'mym4_revision' to 0 if not a git repo from Open to Testing.

Done for libgcrypt, finally.

Oct 16 2018, 7:49 AM · libgcrypt, Bug Report
gniibe removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: ntbtls.

ntbtls adopts the way from the beginning.

Oct 16 2018, 7:24 AM · libgcrypt, Bug Report
gniibe changed External Link from https://lists.gnupg.org/pipermail/gcrypt-devel/2017-July/004215.html to https://lists.gnupg.org/pipermail/gcrypt-devel/2017-January/004080.html on T3283: Set 'mym4_revision' to 0 if not a git repo.
Oct 16 2018, 7:19 AM · libgcrypt, Bug Report

Oct 15 2018

werner closed T3377: GPA updated Swedish translation as Resolved.

Just commited. Thanks.

Oct 15 2018, 9:24 PM · gpa, i18n, patch, Bug Report
werner closed T2949: GPGME library returned unexpected error at keytable.c150 - Debian as Invalid.

The current version is 0.9.10 and the reported 0.9.5 is 4 years old. We also received no more info.

Oct 15 2018, 9:20 PM · Too Old, gpa, Bug Report
aheinecke triaged T4179: Forwarding sent mails loses attached forwarded mails as Normal priority.

Thanks for the report I'll look into it. Won't make it into the next release though as we are currently very close to the release.

Oct 15 2018, 5:31 PM · gpgol, Bug Report, gpg4win
aheinecke created T4180: Kleopatra: Crash when decrypting large archives.
Oct 15 2018, 1:41 PM · Bug Report, kleopatra, gpg4win
JJworx added a comment to T4155: Deleting encrypted mail leads to erroneous message.

I could reproduce it at first, but when trying to make a screenshot clip
from that, I couldn't reproduce it any more, no matter what. It's either
gone (mail server update?) or needs a very specific sequence of events
that is quite unlikely.

Oct 15 2018, 11:32 AM · Bug Report, gpg4win
JJworx created T4179: Forwarding sent mails loses attached forwarded mails.
Oct 15 2018, 11:26 AM · gpgol, Bug Report, gpg4win

Oct 12 2018

marcel.svitalsky added a comment to T4173: gpgme 1.12.0 make check fails.

@werner And perhaps it's worth mentioning that in my case it is gpg2 --version; gpg is 1.4.23. I have no idea whether that might play any role.

Oct 12 2018, 8:53 PM · gpgme, Bug Report
marcel.svitalsky added a comment to T4173: gpgme 1.12.0 make check fails.

@werner Hi, the version output is as follows:

Oct 12 2018, 8:49 PM · gpgme, Bug Report
werner added a project to T4173: gpgme 1.12.0 make check fails: gpgme.

Thanks for the report. I would also like to see what

Oct 12 2018, 5:31 PM · gpgme, Bug Report

Oct 11 2018

gniibe added a comment to T4068: libgcrypt 1.8.3 make check errors.

Please check your ld.so (dynamic linker) setting (/etc/ld.so.conf and/or LD_LIBRARY_PATH).

Oct 11 2018, 2:07 AM · Documentation, libgcrypt

Oct 10 2018

werner changed the status of T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key" from Open to Testing.
Oct 10 2018, 12:10 PM · gnupg (gpg22), MacOS, Bug Report
werner added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

Please put

Oct 10 2018, 12:09 PM · gnupg (gpg22), MacOS, Bug Report
werner changed the status of T4134: GnuPG: Changing the trust model once changes the default trust model from Open to Testing.
Oct 10 2018, 11:48 AM · gpg4win, gpgol, Bug Report, gnupg
gniibe removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: gpgme.

Done for gpgme.

Oct 10 2018, 6:49 AM · libgcrypt, Bug Report

Oct 9 2018

marcel.svitalsky created T4173: gpgme 1.12.0 make check fails.
Oct 9 2018, 11:11 AM · gpgme, Bug Report

Oct 8 2018

werner added a comment to T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities.

Editor fault. The browser's editor is not like Emacs and here o my laptop the backspace key does not work as intended. I guess I was about to write ".. a back signature's usage flag".

Oct 8 2018, 11:49 PM · gpgv, gnupg, Bug Report
dkg added a comment to T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities.

what does "back signature's usage tool" mean? can we make an addition to the test suite that ensures that bad signatures will be rejected?

Oct 8 2018, 5:07 PM · gpgv, gnupg, Bug Report
werner reopened T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities as "Testing".

The fix was not fully correct because it considered a back signature's usage tool.

Oct 8 2018, 4:26 PM · gpgv, gnupg, Bug Report
p1993r added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

Hi, Has anyone found a reason why that happens. I run into the same behavior on my Windows 10 1803 computer. I have Gpg4win version 3.1.3 freshly installed and dirmngr hangs. Thanks and best regards, Peter

Oct 8 2018, 9:39 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Oct 5 2018

werner closed T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version> as Resolved.

I moved the location of config.h to a new "conf" subdirectory. This should solve the issue. Thanks for the report.

Oct 5 2018, 3:28 PM · gpgme, Bug Report
sberg added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.

C++2a will have a <version> header, so some trunk libc++ headers now (indirectly) #include <version>, and on a case-insensitive file-system, when compiling a gpgme source file with "unlucky" -I../../.. switches against such trunk libc++, that can mean that such an #include <version> picks up gpgme's VERSION file.

Oct 5 2018, 1:28 PM · gpgme, Bug Report
werner added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.

Sorry, I am not sure whether I understand the problem. Sure we have a file VERSION in the top directory but from where and why is it included? Is that some libc++ includes a file "VERSION.h" and somehow the preprocessor includes the file "VERSION"? IS that specified in a new revision of a standard?

Oct 5 2018, 12:55 PM · gpgme, Bug Report
sberg created T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.
Oct 5 2018, 10:31 AM · gpgme, Bug Report
werner added projects to T4167: Pinentry prompt is confusing with regards to multiple smartcards when gpg-agent is used as ssh-agent: gpgagent, ssh.
Oct 5 2018, 9:44 AM · Feature Request, ssh, gpgagent

Oct 4 2018

dguthrie created T4167: Pinentry prompt is confusing with regards to multiple smartcards when gpg-agent is used as ssh-agent.
Oct 4 2018, 11:19 PM · Feature Request, ssh, gpgagent

Oct 2 2018

werner triaged T4166: Improve description of PIN retry counter in the card howto as Normal priority.
Oct 2 2018, 10:02 AM · Documentation, Bug Report
werner renamed T4166: Improve description of PIN retry counter in the card howto from Improve description of PIN retry counter to Improve description of PIN retry counter in the card howto.
Oct 2 2018, 10:02 AM · Documentation, Bug Report
venture37 created T4166: Improve description of PIN retry counter in the card howto.
Oct 2 2018, 3:35 AM · Documentation, Bug Report

Oct 1 2018

aheinecke added a parent task for T4165: Dirmngr: Ipv6 causes network failure if Ipv6 can't be reached: T4163: hkps://hkps.pool.sks-keyservers.net has to many bad servers to be a good default.
Oct 1 2018, 2:39 PM · Keyserver, Feature Request, dirmngr
aheinecke created T4165: Dirmngr: Ipv6 causes network failure if Ipv6 can't be reached.
Oct 1 2018, 2:39 PM · Keyserver, Feature Request, dirmngr
aheinecke merged T4162: Mails with attachments cannot be sent into T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).
Oct 1 2018, 8:34 AM · gpgol, Bug Report
aheinecke merged task T4162: Mails with attachments cannot be sent into T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).
Oct 1 2018, 8:34 AM · Bug Report, gpg4win
aheinecke added a comment to T4162: Mails with attachments cannot be sent.

Thanks for your analysis and the report. The good news is that we had this already reported and have fixed it.

Oct 1 2018, 8:34 AM · Bug Report, gpg4win
aheinecke added a project to T4159: Kleopatra fails to create new Key Pair: gnupg.

gpg: keydb_search failed: Provided object is too short

Oct 1 2018, 8:24 AM · gnupg, Bug Report, gpg4win

Sep 30 2018

JW-D created T4162: Mails with attachments cannot be sent.
Sep 30 2018, 9:03 AM · Bug Report, gpg4win

Sep 29 2018

niggo21 added a comment to T4159: Kleopatra fails to create new Key Pair.

So these are the results for gpg -K:

Sep 29 2018, 10:36 PM · gnupg, Bug Report, gpg4win

Sep 28 2018

aheinecke triaged T4159: Kleopatra fails to create new Key Pair as Normal priority.

Thank you for your detailed report. Seems like something strange is broken on your system and our error handling does not properly cover that.

Sep 28 2018, 2:05 PM · gnupg, Bug Report, gpg4win
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

After several experiments with attachment flags to get the same behavior outlook does for unsigned mails I could not find a way to set both the content-id and cause the attachment not to be hidden.

Sep 28 2018, 1:52 PM · Bug Report, gpg4win, gpgol
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

The reason for this appears to be the "Content-ID", this is usually set for embedded attachments like images and not for attachments like PDF's.
This leads to the attachment being hidden, e.g. if you have embedded images you do not want them to show up in the list of attachments.

Sep 28 2018, 12:29 PM · Bug Report, gpg4win, gpgol
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

Turns out that that was not the problem.

Sep 28 2018, 11:21 AM · Bug Report, gpg4win, gpgol
aheinecke created T4161: GpgOL: Attachments might be hidden in some cases.
Sep 28 2018, 11:17 AM · Bug Report, gpg4win, gpgol

Sep 27 2018

niggo21 created T4159: Kleopatra fails to create new Key Pair.
Sep 27 2018, 5:31 PM · gnupg, Bug Report, gpg4win

Sep 26 2018

andy added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I ran gpgconf --kill gpg-agent and then the suggested command for i in {1..10}; do gpg -v --no-tty --verbose -o - encrypted.gpg 2>mylog.$i > /dev/null & done. (I was already running with --verbose, does -v add something else?)

Sep 26 2018, 11:09 PM · gnupg (gpg22), MacOS, Bug Report
BenM added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

In the interests of completeness I also tried it on a much larger file (1GB) which was both signed and encrypted. I also set the decryption to show the session key just to confirm it was decrypting since the plaintext was being sent to /dev/null.

Sep 26 2018, 10:58 PM · gnupg (gpg22), MacOS, Bug Report
BenM added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I am unable to replicate this on OS X 10.9 Mavericks.

Sep 26 2018, 10:45 PM · gnupg (gpg22), MacOS, Bug Report

Sep 25 2018

werner added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

Running with -v would really be helpful.

Sep 25 2018, 11:54 AM · gnupg (gpg22), MacOS, Bug Report
aheinecke changed the status of T4141: GPGOL crash in OL2016 from Open to Testing.

This was a regression from 59e8a7ee3bcd16275091c9535626e49fc2a6c4af where a performance improvement to cache an object caused this problem.

Sep 25 2018, 11:33 AM · gpgol, Bug Report, gpg4win
aheinecke created T4156: GpgOL: ISO-8859-15 fails to be decoded.
Sep 25 2018, 11:30 AM · Bug Report, gpgol
aheinecke triaged T4155: Deleting encrypted mail leads to erroneous message as Normal priority.

Ah wait, I just remembered T4142. Maybe that is related. I'll try to reproduce that one first.

Sep 25 2018, 10:29 AM · Bug Report, gpg4win
aheinecke added a comment to T4155: Deleting encrypted mail leads to erroneous message.

Again one of these issues I can't reproduce :-/

Sep 25 2018, 10:27 AM · Bug Report, gpg4win

Sep 24 2018

JJworx created T4155: Deleting encrypted mail leads to erroneous message.
Sep 24 2018, 9:25 AM · Bug Report, gpg4win
aheinecke merged task T4129: E-Mail Adresse ändern Fehlermeldung into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 9:08 AM · gpgol, Bug Report, gpg4win
aheinecke merged T4129: E-Mail Adresse ändern Fehlermeldung into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 9:08 AM · Bug Report, gpg4win
aheinecke merged T4151: replacing eMail address causes bug into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 8:11 AM · Bug Report, gpg4win
aheinecke merged task T4151: replacing eMail address causes bug into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 8:11 AM · Duplicate

Sep 22 2018

andy added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I made a large file for testing, but it doesn't matter. There's an arbitrary parallel limit where gpg will crash.

Sep 22 2018, 11:43 PM · gnupg (gpg22), MacOS, Bug Report
werner added a comment to T4152: command 'KS_GET' failed: Operation not permitted.

Please check again with a recent upstream release or report to Debian. The release from Debian is pretty old and has a couple of non-standard patches.

Sep 22 2018, 6:44 PM · Bug Report
adrelanos triaged T4152: command 'KS_GET' failed: Operation not permitted as Normal priority.
Sep 22 2018, 10:00 AM · Bug Report
adrelanos created T4152: command 'KS_GET' failed: Operation not permitted.
Sep 22 2018, 9:56 AM · Bug Report

Sep 21 2018

kjellchr added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

updated example sent.

Sep 21 2018, 11:18 AM · gpgol, Bug Report, gpg4win

Sep 20 2018

Mr_Herisson added a comment to T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).

I confirm I have the same problem but, unfortunately, the beta did not help.

Sep 20 2018, 2:19 PM · gpgol, Bug Report
JJworx created T4151: replacing eMail address causes bug.
Sep 20 2018, 9:17 AM · Duplicate

Sep 19 2018

sarahw65 added a comment to T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.

The self test error message looks like it originates from https://github.com/KDE/kleopatra/blob/master/src/selftest/enginecheck.cpp

Sep 19 2018, 6:47 PM · kleopatra, Bug Report, gpg4win
sarahw65 added a comment to T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.

gpg -k works and displays the list of keys I expect. gpgsm -k returns nothing.

Sep 19 2018, 3:03 PM · kleopatra, Bug Report, gpg4win
aheinecke claimed T4142: Wrong icons in "Sent elements", OL2013.

I'll try to reproduce it.

Sep 19 2018, 10:36 AM · gpg4win, gpgol, Bug Report
LoZio added a comment to T4141: GPGOL crash in OL2016.

Cureently with the same machine using the old DLL I'm able to work with no problems. I tried several times to switch back to the new DLL and the problem appears immediatly.
If you need some other log I can produce it, just direct me. I used the procedure to enable gpgol logs I found on the forums.

Sep 19 2018, 10:19 AM · gpgol, Bug Report, gpg4win
aheinecke triaged T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7 as Normal priority.

Strange, this happens when Kleopatra is unable to launch the gpg.exe / gpgsm.exe binaries. But in the log I can see that gpgconf is found and scdaemon / gpg-agent seem to work. So your installation is apparently fine.

Sep 19 2018, 10:17 AM · kleopatra, Bug Report, gpg4win
aheinecke claimed T4141: GPGOL crash in OL2016.

Thank you for the report. I can't reproduce this behavior of course :-/ and from a first glance I also don't see any problem in your log. The last line logged says "GpgOL code is done, handing it back to Outlook".

Sep 19 2018, 10:14 AM · gpgol, Bug Report, gpg4win
aheinecke renamed T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication) from Pinentry-qt does not grab focus when requesting pin for authentication to Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).
Sep 19 2018, 9:06 AM · pinentry, Bug Report, gpg4win
aheinecke reopened T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication) as "Open".

@a_p3rson : Yes. I agree that I think that cepxuo meant something differently then you.

Sep 19 2018, 9:04 AM · pinentry, Bug Report, gpg4win
cepxuo added a comment to T4144: pinentry-qt prints Gtk warnings on stderr.

Yes, due it uses adwaita-qt theme.
Yes, I can start it on the command line and it works, but gives a warning.

Sep 19 2018, 2:44 AM · Bug Report, pinentry

Sep 18 2018

sarahw65 added a comment to T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.

On reviewing the bug report I realized I had included the wrong section of the Kleopatra log. I cleared the log file and ran Kleopatra again to get the correct log entry for the version of gpg4win in use. Here it is:

Sep 18 2018, 10:52 PM · kleopatra, Bug Report, gpg4win
sarahw65 created T4149: Kleopatra OpenPGP and GpgSM self test fail after installation on Windows 7.
Sep 18 2018, 6:34 PM · kleopatra, Bug Report, gpg4win
a_p3rson added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

I think the point of my request was originally missed. I will take a screen
capture of the pinentry workflow during authentication and signing tasks -
in my opinion, they should be the same. However, during signing, the window
gets display focus (Windows switches it to the active window), whereas
during authentication it does not (and has to be alt-tabbed/switched to for
pin entry).

Sep 18 2018, 4:39 PM · pinentry, Bug Report, gpg4win
werner closed T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication) as Invalid.

Andre explained that we don't do that anymore on purpose. Duck and read the discussion related to this if you are intereested. A related thing is that no-grab does not work on all platforms because it was designed for standard X but nowdays toolkits have their own ideas what is right and what is wrong.

Sep 18 2018, 3:34 PM · pinentry, Bug Report, gpg4win
werner renamed T4144: pinentry-qt prints Gtk warnings on stderr from gpgagent doesn's work with pinentry-qt warnings on stderr to pinentry-qt prints Gtk warnings on stderr.
Sep 18 2018, 3:28 PM · Bug Report, pinentry
werner removed a project from T4144: pinentry-qt prints Gtk warnings on stderr: gpgagent.

pinentry-qt giving Gtk- warnings? Very strange. Please give an example. You can start pinentry on the command line like

Sep 18 2018, 3:27 PM · Bug Report, pinentry
werner triaged T4148: pinentry-gnome3 ignores $GTK_THEME as Low priority.

if you start gpg-agent in that deprecated way it sees the envvars. it will even see them if it is as suggested started on-demand by gpg. However, things are different when a gpg-agent is already running; in that case only the listed envvars are conveyed to the pinentry.

Sep 18 2018, 3:26 PM · Bug Report, pinentry
cepxuo added a comment to T4148: pinentry-gnome3 ignores $GTK_THEME.

It's white due to https://dev.gnupg.org/T4144

Sep 18 2018, 2:03 PM · Bug Report, pinentry
cepxuo added a comment to T4148: pinentry-gnome3 ignores $GTK_THEME.

Moreover, pinentry-qt doesn't ignore env if it runned from gpg-agent. So you are wrong about technical reason.

Sep 18 2018, 2:02 PM · Bug Report, pinentry
cepxuo added a project to T4148: pinentry-gnome3 ignores $GTK_THEME: Bug Report.
Sep 18 2018, 12:49 PM · Bug Report, pinentry
cepxuo added a comment to T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option.

"partially" means it doesn't allow to input elsewhere, but in case of focus loose input will go nowhere

Sep 18 2018, 12:21 PM · Documentation, pinentry
cepxuo renamed T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option from pinentry-gnome3 grabs input prtially and ignores grab/no-grab option to pinentry-gnome3 grabs input partially and ignores grab/no-grab option.
Sep 18 2018, 12:20 PM · Documentation, pinentry
cepxuo renamed T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option from pinentry-gnome3 grabs input aprtially and ignores grab/no-grab option to pinentry-gnome3 grabs input prtially and ignores grab/no-grab option.
Sep 18 2018, 12:19 PM · Documentation, pinentry
cepxuo added a comment to T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option.

At least it MUST NOT grub input with no-grab option. But it doesn't allow to input elsewhere in any case.

Sep 18 2018, 12:19 PM · Documentation, pinentry
werner added projects to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key": MacOS, gnupg (gpg22).

We need a way to replicate your problem, a few questions first:

Sep 18 2018, 9:10 AM · gnupg (gpg22), MacOS, Bug Report
cepxuo created T4148: pinentry-gnome3 ignores $GTK_THEME in the S1 Public space.
Sep 18 2018, 4:50 AM · Bug Report, pinentry
gniibe added a comment to T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option.

We know that. And pinentry-gtk does like that.

Sep 18 2018, 4:44 AM · Documentation, pinentry
cepxuo added a comment to T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option.

It's possibe to do via gtk3 directly:
https://developer.gnome.org/gtk3/stable/gtk3-General.html#gtk-device-grab-add

Sep 18 2018, 4:27 AM · Documentation, pinentry
cepxuo created T4147: pinentry-efl does not grab input when requesting pin for authentication in the S1 Public space.
Sep 18 2018, 4:18 AM · Bug Report, pinentry
gniibe added a project to T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option: Documentation.

Yes. It's up to GCR library in GNOME.

Sep 18 2018, 4:09 AM · Documentation, pinentry

Sep 17 2018

andy created T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".
Sep 17 2018, 11:47 PM · gnupg (gpg22), MacOS, Bug Report
cepxuo created T4145: pinentry-gnome3 grabs input partially and ignores grab/no-grab option in the S1 Public space.
Sep 17 2018, 7:29 PM · Documentation, pinentry
cepxuo renamed T4143: pinentry-fltk does not grab input when requesting pin for authentication from pinentry-fltk does not grab focus when requesting pin for authentication to pinentry-fltk does not grab input when requesting pin for authentication.
Sep 17 2018, 7:26 PM · Bug Report, pinentry
cepxuo created T4144: pinentry-qt prints Gtk warnings on stderr in the S1 Public space.
Sep 17 2018, 7:24 PM · Bug Report, pinentry
cepxuo added a comment to T4143: pinentry-fltk does not grab input when requesting pin for authentication.

By grabbing I mean that it's not possible to input elsewhere. Same as ssh-askpass does.

Sep 17 2018, 7:19 PM · Bug Report, pinentry
cepxuo added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

By grabbing I mean that it's not possible to input elsewhere. Same as ssh-askpass does.

Sep 17 2018, 7:19 PM · pinentry, Bug Report, gpg4win