Page MenuHome GnuPG
Feed Advanced Search

Jun 26 2018

aheinecke added a comment to T3459: GPGOL Moving mails is not possible if the decrypted / verified content is loaded.

A new Idea which I'll have to test:
Register an event handler for each folder in which a decrypted item is read. "Mailitem->parent" In this event handler listen to the beforeitemmove event. In that event then close the mail / discard the decrypted contents.

Jun 26 2018, 12:12 PM · gpg4win, gpgol, Bug Report
mdk added a comment to T4043: Cannot permanently disable online version check.

Thanks a lot!

Jun 26 2018, 10:58 AM · kleopatra, Bug Report, gpg4win

Jun 25 2018

aheinecke changed the status of T4043: Cannot permanently disable online version check from Open to Testing.

Will be fixed with the next release. With the next release kleopatra will only set "allow-version-check" once except if the user explicitly selects "help -> check for updates".

Jun 25 2018, 3:35 PM · kleopatra, Bug Report, gpg4win
aheinecke added a subtask for T4043: Cannot permanently disable online version check: T4029: Gpg4win 3.1.3.
Jun 25 2018, 3:34 PM · kleopatra, Bug Report, gpg4win
aheinecke claimed T4043: Cannot permanently disable online version check.

Right. The only way to disable it is if an update notification pops up. If you then unselect "Show this notification for future updates" it is disabled. And you only get to that dialog if there is an update check.

Jun 25 2018, 3:28 PM · kleopatra, Bug Report, gpg4win
mdk created T4043: Cannot permanently disable online version check.
Jun 25 2018, 2:09 PM · kleopatra, Bug Report, gpg4win

Jun 24 2018

stm created T4042: RFC 4880 compliance.
Jun 24 2018, 12:43 PM · OpenPGP, gnupg

Jun 22 2018

psusi added a comment to T3101: GnuPG 2.2 cannot import secret keys from 1.4/2.0's secring.gpg directly (if it is expired by original expiration date).

Ahh there we go... I just did a --recv-keys to update from the keyserver and that picked up the extended expiration date.

Jun 22 2018, 2:38 PM · workaround, gnupg, Bug Report
werner added a comment to T3101: GnuPG 2.2 cannot import secret keys from 1.4/2.0's secring.gpg directly (if it is expired by original expiration date).

The problem here is that we we did not sync the pubring with the secring in old version (2.1 removed the secring concept also due to that syncing problem). Now if we migrate (or plainly import a secring.gpg), gpg does not see any updated self-signatures and this is the reason why outdated self-signatures are used.

Jun 22 2018, 9:16 AM · workaround, gnupg, Bug Report
werner raised the priority of T3101: GnuPG 2.2 cannot import secret keys from 1.4/2.0's secring.gpg directly (if it is expired by original expiration date) from Normal to High.
Jun 22 2018, 9:06 AM · workaround, gnupg, Bug Report
werner merged task T4039: gnupg 2.1+ does not recognize subkeys with extended expiration dates into T3101: GnuPG 2.2 cannot import secret keys from 1.4/2.0's secring.gpg directly (if it is expired by original expiration date).
Jun 22 2018, 9:04 AM · Bug Report

Jun 21 2018

psusi created T4039: gnupg 2.1+ does not recognize subkeys with extended expiration dates.
Jun 21 2018, 8:45 PM · Bug Report
werner added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

I implemented it in master and if you agree I will backport it to stable. This is the new output:

Jun 21 2018, 3:20 PM · gnupg, Bug Report
JJworx added a comment to T4037: Autosigning mails doesn't work when answering / forwarding.

Am 21.06.2018 um 10:31 schrieb aheinecke (Andre Heinecke):

aheinecke added a comment.

Beware: Beta-7 was bad timing, yesterday I was in the middle of
implementing T3999 https://dev.gnupg.org/T3999 and broke the
internal keycache. If you use "Empfängerschlüssel automatisch
auflösen" please switch back to a different GpgOL Version. I might
upload a new Beta soon but for now I've removed Beta-7. Automatic
resolution will not work with that version and can lead to crashes.

*TASK DETAIL*
https://dev.gnupg.org/T4037

*EMAIL PREFERENCES*
https://dev.gnupg.org/settings/panel/emailpreferences/

*To: *aheinecke

*Cc: *aheinecke, JJworx, Rafixmod, ccharabaruk, Mak, gp_ast

This is an automated email from the GnuPG development hub. If you have
registered in the past at https://bugs.gnupg.org/ your account was
migrated automatically. You can visit https://dev.gnupg.org/ to set a
new password and update your email preferences.

Jun 21 2018, 12:00 PM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T4037: Autosigning mails doesn't work when answering / forwarding.

Beware: Beta-7 was bad timing, yesterday I was in the middle of implementing T3999 and broke the internal keycache. If you use "Empfängerschlüssel automatisch auflösen" please switch back to a different GpgOL Version. I might upload a new Beta soon but for now I've removed Beta-7. Automatic resolution will not work with that version and can lead to crashes.

Jun 21 2018, 10:31 AM · gpgol, Bug Report, gpg4win
werner added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Not really. off_t is a real portability problem and this why we moved that problem out of the GPGME ABI to the application. Thus the application needs to care about mapping gpgme_off_t to whatever off_t it uses. Without that we can't provide a stable _and_ toolchain independent ABI.

Jun 21 2018, 9:28 AM · Windows, C++, gpgme, Bug Report
gniibe added a comment to T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode.

Thank you for your feedback.

Jun 21 2018, 9:16 AM · Bug Report

Jun 20 2018

aheinecke added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Thank you for pointing this out.

Jun 20 2018, 9:07 PM · Windows, C++, gpgme, Bug Report
wojnilowicz added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Following patch fixes the issue.

Jun 20 2018, 7:08 PM · Windows, C++, gpgme, Bug Report
werner added a comment to T4031: gpg-check-pattern.1 in Debian generates warnings from test-groff .

We should include the man page then in texi format into tools.texi

Jun 20 2018, 7:02 PM · Debian, gnupg, Bug Report
JJworx added a comment to T4037: Autosigning mails doesn't work when answering / forwarding.

Yes, that did the trick for me!

Jun 20 2018, 3:19 PM · gpgol, Bug Report, gpg4win
aheinecke added a subtask for T4037: Autosigning mails doesn't work when answering / forwarding: T4029: Gpg4win 3.1.3.
Jun 20 2018, 3:14 PM · gpgol, Bug Report, gpg4win
aheinecke changed the status of T4037: Autosigning mails doesn't work when answering / forwarding from Open to Testing.

Nice, then my commit should fix the issue here.

Jun 20 2018, 3:14 PM · gpgol, Bug Report, gpg4win
JJworx added a comment to T4037: Autosigning mails doesn't work when answering / forwarding.

Yes, definitely the real reason is in the inline editor.

Jun 20 2018, 3:02 PM · gpgol, Bug Report, gpg4win
aheinecke claimed T4037: Autosigning mails doesn't work when answering / forwarding.

I can't confirm the regression yet. For me (albeit with Outlook 2016) preselecting sign / encrypt based on the options works for reply and forward. But only as long as the Mail is opened in a dedicated window.

Jun 20 2018, 2:23 PM · gpgol, Bug Report, gpg4win
JJworx created T4037: Autosigning mails doesn't work when answering / forwarding.
Jun 20 2018, 10:58 AM · gpgol, Bug Report, gpg4win
gniibe renamed T4031: gpg-check-pattern.1 in Debian generates warnings from test-groff from nroff created by yat2m generates warnings from test-groff to gpg-check-pattern.1 in Debian generates warnings from test-groff .
Jun 20 2018, 10:39 AM · Debian, gnupg, Bug Report
gniibe added a comment to T4031: gpg-check-pattern.1 in Debian generates warnings from test-groff .

It's manually written one in Debian:
https://salsa.debian.org/debian/gnupg2/blob/debian/master/debian/gpg-check-pattern.1

Jun 20 2018, 10:37 AM · Debian, gnupg, Bug Report
gniibe merged T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode into T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.
Jun 20 2018, 10:18 AM · Bug Report
gniibe merged task T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode into T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.
Jun 20 2018, 10:18 AM · Bug Report
gniibe reopened T4034: libgcrypt: Fix for lock behavior broken in 1.8.3 as "Testing".
Jun 20 2018, 10:17 AM · Bug Report
gniibe merged T4034: libgcrypt: Fix for lock behavior broken in 1.8.3 into T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode.
Jun 20 2018, 10:16 AM · Bug Report
gniibe merged task T4034: libgcrypt: Fix for lock behavior broken in 1.8.3 into T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode.
Jun 20 2018, 10:16 AM · Bug Report
gniibe added a subtask for T3283: Set 'mym4_revision' to 0 if not a git repo: T4027: npth 1.6.
Jun 20 2018, 10:06 AM · libgcrypt, Bug Report
gniibe added a subtask for T3980: gpg-agent: error allocating thread attributes when starting as daemon: T4027: npth 1.6.
Jun 20 2018, 10:01 AM · npth, Bug Report
EST-IT added a comment to T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension.

Thank you for your fast fix!
2.2.1-beta2 works as expected!

Jun 20 2018, 8:31 AM · gpgol, Bug Report, gpg4win
gniibe added a subtask for T3803: dirmngr issues malformed DNS queries: T4036: gnupg 2.2.9 release.
Jun 20 2018, 8:03 AM · dns, dirmngr, Bug Report
gniibe removed a parent task for T3803: dirmngr issues malformed DNS queries: T4036: gnupg 2.2.9 release.
Jun 20 2018, 8:03 AM · dns, dirmngr, Bug Report
gniibe added a subtask for T3374: gpg recv-keys fail if first dns server end up with "Connection refused": T4036: gnupg 2.2.9 release.
Jun 20 2018, 8:02 AM · dns, dirmngr, Bug Report
gniibe removed a parent task for T3374: gpg recv-keys fail if first dns server end up with "Connection refused": T4036: gnupg 2.2.9 release.
Jun 20 2018, 8:02 AM · dns, dirmngr, Bug Report
gniibe added a parent task for T3374: gpg recv-keys fail if first dns server end up with "Connection refused": T4036: gnupg 2.2.9 release.
Jun 20 2018, 8:01 AM · dns, dirmngr, Bug Report
gniibe added a parent task for T3803: dirmngr issues malformed DNS queries: T4036: gnupg 2.2.9 release.
Jun 20 2018, 7:58 AM · dns, dirmngr, Bug Report
aheinecke added a subtask for T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:39 AM · gpgol, Bug Report, gpg4win
aheinecke removed a parent task for T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:39 AM · gpgol, Bug Report, gpg4win
aheinecke added a subtask for T3991: gpgol stops decrypting/verifying in a certain situation: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:39 AM · gpgol, gpg4win, Bug Report
aheinecke removed a parent task for T3991: gpgol stops decrypting/verifying in a certain situation: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:39 AM · gpgol, gpg4win, Bug Report
gniibe changed the status of T3374: gpg recv-keys fail if first dns server end up with "Connection refused" from Open to Testing.

Applied to 2.2 branch.

Jun 20 2018, 4:34 AM · dns, dirmngr, Bug Report
gniibe merged task T2438: dirmngr fails repeatedly with "invalid argument", without kicking the host from its list into T2348: Improve detection of IPv6 and IPv4 availibility.
Jun 20 2018, 4:09 AM · gnupg, Bug Report, dirmngr
gniibe added a comment to T2438: dirmngr fails repeatedly with "invalid argument", without kicking the host from its list.

For the problem in the last comment, it was fixed in T2928: stop fetching PTR records entirely.
For the original issue, it looks that EINVAL is returned by the system call of connect(2).
That's quite strange, but, it was possible for IPv6.

Jun 20 2018, 3:46 AM · gnupg, Bug Report, dirmngr

Jun 19 2018

eoincreedon_gmail.com added a comment to T4003: Trusted-certs folder not being taken into account where System folders are read.

Hi Werner,
I have performed some experiments on the issue I have and the following are the results:

Jun 19 2018, 9:02 PM · dirmngr, S/MIME, Bug Report
outer created T4035: New libgcrypt 1.8.3 Makefile fails "make check" under OS X Xcode.
Jun 19 2018, 3:46 PM · Bug Report
aheinecke added a parent task for T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension: T4029: Gpg4win 3.1.3.
Jun 19 2018, 9:45 AM · gpgol, Bug Report, gpg4win
aheinecke changed the status of T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension from Open to Testing.

As expected it was a very clear bug. We assign a NULL pointer to a string and then use that string.

Jun 19 2018, 9:45 AM · gpgol, Bug Report, gpg4win
aheinecke claimed T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension.

Thank you for the report and the logs! A minor note: For future reports please leave the priority on "Needs Triage" we use this as a marker for issues no developer has looked at previously.

Jun 19 2018, 9:11 AM · gpgol, Bug Report, gpg4win
gniibe triaged T4034: libgcrypt: Fix for lock behavior broken in 1.8.3 as Normal priority.
Jun 19 2018, 5:59 AM · Bug Report
gniibe changed the status of T4034: libgcrypt: Fix for lock behavior broken in 1.8.3 from Open to Testing.

Fixed in repo (master and 1.8 branch).

Jun 19 2018, 5:58 AM · Bug Report
gniibe claimed T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.

Thanks for your report.
You are right.
Simply getting the information for "rng-type" through gcry_rndjent_get_version will hang.

Jun 19 2018, 4:54 AM · Bug Report

Jun 18 2018

dtzWill added a comment to T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.

Investigated the "why not with glibc" question this morning, appears that the test triggering the hanging behavior (version) happens to not be linked with -pthread and so locking calls do nothing. Manually adding -pthread causes it to hang with glibc as well.

Jun 18 2018, 9:42 PM · Bug Report
dtzWill added a comment to T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.

See also: https://github.com/NixOS/nixpkgs/pull/42150

Jun 18 2018, 9:39 PM · Bug Report
dtzWill created T4034: libgcrypt: Fix for lock behavior broken in 1.8.3.
Jun 18 2018, 9:37 PM · Bug Report
werner triaged T4031: gpg-check-pattern.1 in Debian generates warnings from test-groff as Normal priority.

Thanks for forwarding.

Jun 18 2018, 9:21 PM · Debian, gnupg, Bug Report
EST-IT added a comment to T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension.

Jun 18 2018, 6:30 PM · gpgol, Bug Report, gpg4win
EST-IT renamed T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension from OuGpgOL to [GpgOL] Outlook crashes when encrypting mail with attachment without file extension.
Jun 18 2018, 6:28 PM · gpgol, Bug Report, gpg4win
EST-IT created T4032: [GpgOL] Outlook crashes when encrypting mail with attachment without file extension.
Jun 18 2018, 6:25 PM · gpgol, Bug Report, gpg4win
dkg created T4031: gpg-check-pattern.1 in Debian generates warnings from test-groff .
Jun 18 2018, 6:01 PM · Debian, gnupg, Bug Report
aheinecke closed T3739: pinentry: manual type enforcement degrades security of passwords and emails as Resolved.

I'm seeing this as resolved. It's a design decision by the pinentry-gtk maintainer. pinentry-qt is the default pinentry for windows and there pasting works, as you have confirmed.

Jun 18 2018, 4:43 PM · pinentry, Bug Report, gpg4win
aheinecke closed T3387: explorer context menu items do not start Kleopatra as Resolved.

We did not have more reports about this so I'm resolving it here.

Jun 18 2018, 4:41 PM · gpgex, gpg4win, Bug Report
aheinecke added a comment to T3935: GpgOL: S/MIME signed mails opened with GpgOL even if S/MIME is disabled.

Two more reports in the Gpg4win forums. Still can't reproduce it. I've asked for debug output.

Jun 18 2018, 4:31 PM · Bug Report, gpgol
aheinecke closed T3896: Latest GPG signed/encoded mail in Inbox and any X.509 signed message can't be moved to folder as Resolved.

I'm closing this as duplicate of T3459

Jun 18 2018, 4:30 PM · Duplicate, gpgol, Bug Report, gpg4win
aheinecke closed T3897: GpgOL: Sending signed / ecnrypted mail to X.509 (SMIME) recipient fails and error is not shown as Resolved.

Has long been in testing. I think it is improved now and CRL's also work.

Jun 18 2018, 4:29 PM · gpgol, Bug Report, gpg4win
aheinecke added a parent task for T3991: gpgol stops decrypting/verifying in a certain situation: T4029: Gpg4win 3.1.3.
Jun 18 2018, 4:27 PM · gpgol, gpg4win, Bug Report
aheinecke closed T3964: Response to signed mail just shows the original signed part of the mail in Outlook after verification as Resolved.

The change was released with Gpg4win-3.1.2

Jun 18 2018, 4:10 PM · Bug Report, gpg4win
aheinecke added a parent task for T3964: Response to signed mail just shows the original signed part of the mail in Outlook after verification: T3925: Gpg4win 3.1.2.
Jun 18 2018, 4:10 PM · Bug Report, gpg4win
aheinecke closed T3990: Kleopatra change expiry date on year doesn't work as Resolved.

Forgot to comment. Yes what is in the video is also what I thought.

Jun 18 2018, 4:04 PM · gpg4win, kleopatra, Bug Report
aheinecke closed T3975: Special characters not displayed anymore in Outlook as Resolved.

Fix is released in Gpg4win-3.1.2

Jun 18 2018, 4:03 PM · gpgol, Bug Report
aheinecke closed T3960: GPGOL Crashes Outlook 2016 when cancelling an inline reply with Escape as Resolved.

Fix is released in Gpg4win-3.1.2

Jun 18 2018, 4:03 PM · gpgol, Bug Report, gpg4win
gniibe changed the status of T3803: dirmngr issues malformed DNS queries from Open to Testing.

And 2.2 branch.

Jun 18 2018, 10:28 AM · dns, dirmngr, Bug Report
gniibe added a comment to T3803: dirmngr issues malformed DNS queries.

Fixed in master.

Jun 18 2018, 8:11 AM · dns, dirmngr, Bug Report
gniibe closed T2923: trust signature domain restrictions don't work as Resolved.

It's in 2.2.4 and 1.4.23.
Closing.

Jun 18 2018, 3:36 AM · gnupg (gpg14), Bug Report

Jun 15 2018

gniibe claimed T3803: dirmngr issues malformed DNS queries.

I'll fix for the non-FQDN case.

Jun 15 2018, 11:08 AM · dns, dirmngr, Bug Report
gniibe added a comment to T3803: dirmngr issues malformed DNS queries.

I think that I identified the issue. This is the libdns (dirmngr/dns.c) problem when hostname is not FQDN.
If you change it to FQDN, you can see that it tries to search adding the domain name.

Jun 15 2018, 8:18 AM · dns, dirmngr, Bug Report
gniibe added a comment to T3374: gpg recv-keys fail if first dns server end up with "Connection refused".

Fixed in master.

Jun 15 2018, 6:04 AM · dns, dirmngr, Bug Report
gniibe claimed T3374: gpg recv-keys fail if first dns server end up with "Connection refused".

It is indirectly reported at the upstream: https://github.com/wahern/dns/issues/19

Jun 15 2018, 5:57 AM · dns, dirmngr, Bug Report

Jun 14 2018

stm added a comment to T4022: too-large User ID packets result in dropping an entire certificate.

I've made the parsing less strict in LibTMCG: https://github.com/HeikoStamer/libtmcg/commit/be7963b33cf8bace9d031074521acc4e89930d33

Jun 14 2018, 4:34 PM · gnupg, Bug Report
dkg added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

thanks, that works for me. I look forward to seeing the patches :)

Jun 14 2018, 4:11 PM · gnupg, Bug Report
werner closed T4023: gnupg 2.2.8 make errors as Resolved.

See T4012 for a patch to build with an older libgpg-error.

Jun 14 2018, 3:57 PM · Bug Report
fulanoperez created T4023: gnupg 2.2.8 make errors.
Jun 14 2018, 3:06 PM · Bug Report
werner added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

Although "certificate" is used for OpenPGP revocations, it is technically a signature.

Jun 14 2018, 2:36 PM · gnupg, Bug Report
dkg added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

can you let me know what you're planning so i can plan my work on enigmail?

Jun 14 2018, 2:26 PM · gnupg, Bug Report
werner triaged T4022: too-large User ID packets result in dropping an entire certificate as High priority.
Jun 14 2018, 8:07 AM · gnupg, Bug Report
dkg created T4022: too-large User ID packets result in dropping an entire certificate.
Jun 14 2018, 6:28 AM · gnupg, Bug Report

Jun 13 2018

dkg added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

thus far every packet type has been a three-letter string, right? I'm looking at "Field 1" in doc/DETAILS. adding a 4-letter packet type seems like it could be trouble if someone has done the dumb thing of assuming the field is fixed-length.

Jun 13 2018, 2:49 PM · gnupg, Bug Report
werner added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

What about another record type for standalone revocations, something line "rev0" or "revx"? This would solve the problem on how to distinguish merged revocation signatures (ie with a preceding "pub") from standalone revocations.

Jun 13 2018, 7:58 AM · gnupg, Bug Report
dkg added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

can i get a confirmation that the options you're considering for --with-colons --show-keys when confronted with a revocation certificate will be either:

Jun 13 2018, 12:16 AM · gnupg, Bug Report

Jun 12 2018

RAmbidge added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

@tinkerwolf This is weird... I've reinstalled my PC from scratch with an initial account set as local, and was able to set up GPG4Win perfectly fine for the first time on my PC (as I did in the VM). So, set up a VM with an initial account set up from an online account. GPG4Win started up fine... I am now really confused!! Somewhere within the getting set up with an online account, something has to be happening that interferes with dirmngr..
Will investigate further.

Jun 12 2018, 11:24 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report
tinkerwolf added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

@RAmbidge are you able to further test this by using a VM with a MS account? I don't have the means right now, or I'd do it myself.

Jun 12 2018, 4:18 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report
dkg added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

By "dummy pub line" I think you're proposing output that looks something like this instead of just the rev: line.:

Jun 12 2018, 3:47 PM · gnupg, Bug Report
werner added a comment to T4018: gpg --with-colons --show-keys does not show revocation certificates.

As long as we don't check the signature we don't need the pubkey. That would make it actually easier becuase we have only one case and not 3 or more (bad signature, no pubkey, etc).

Jun 12 2018, 1:10 PM · gnupg, Bug Report
tinkerwolf added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

That actually makes sense, because it works fine on my laptop, where it's been a local account from the start, but it's broken on my desktop where it was originally a MS account, but is now local.

Jun 12 2018, 12:44 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report
aheinecke closed T3978: GpgOL: Problem with automatic resolution of ambigous keys as Resolved.

Fixed with https://commits.kde.org/libkleo/79f0cb79817e44b4eab864c573740c1501e796bd

Jun 12 2018, 11:07 AM · Bug Report, gpgol