Page MenuHome GnuPG
Feed Advanced Search

Jan 24 2019

aheinecke added a project to T3381: dirmngr won't start on Windows 10 with admin level account: gpg4win.

I'm thinking of how to move this forward.
The problem is that we (the developers) can't reproduce this at all and the debug output does not show anything.

Jan 24 2019, 9:04 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Jan 23 2019

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

Has anybody discovered a fix for this issue? I'm running Win 10 Pro with Gpg4win v3.1.5. Dirmngr is still not executing and just hangs.

Jan 23 2019, 4:14 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Dec 14 2018

wheelerlaw edited projects for T3065: dirmngr: proxy issues with dnslookup causing failure, added: gnupg (gpg22); removed FAQ.
Dec 14 2018, 7:29 PM · gnupg (gpg22), dns, dirmngr
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

So if your DNS resolver does not tell us the IP addresses, we can't do anything about it.

Dec 14 2018, 7:25 PM · gnupg (gpg22), dns, dirmngr

Dec 11 2018

werner edited projects for T3065: dirmngr: proxy issues with dnslookup causing failure, added: FAQ; removed gnupg (gpg22).
Dec 11 2018, 3:48 PM · gnupg (gpg22), dns, dirmngr
werner added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

If you specify a pool of keyservers dirmngr selects a keyserver on its won from the pool. This is so that it can use its own heuristics to detect whether a keyserver is dead and then retry another one. Now the default is a pool and your specified keyserver.ubuntu.com is also a pool (of two servers). So if your DNS resolver does not tell us the IP addresses, we can't do anything about it.

Dec 11 2018, 3:48 PM · gnupg (gpg22), dns, dirmngr
werner closed T4175: HTTP 5xx should fail over to the next server as Resolved.
Dec 11 2018, 3:05 PM · dirmngr, Feature Request
werner added a comment to T4175: HTTP 5xx should fail over to the next server.

Will go into 2.1.12 to be released next week.

Dec 11 2018, 3:05 PM · dirmngr, Feature Request
werner added a project to T3168: dirmngr: gpg: keyserver receive failed: No keyserver available: dns.
Dec 11 2018, 12:40 PM · dns, dirmngr
werner closed T3830: Dirmngr: Bad error message (regression) when no key is found on the keyserver as Resolved.

Thanks.

Dec 11 2018, 12:34 PM · gnupg, dirmngr

Nov 12 2018

aheinecke assigned T4249: No connection to Keyserver possible to werner.

I can reproduce it if I enter your or an unknown IP address.

Nov 12 2018, 10:25 AM · gnupg, dirmngr, Bug Report, gpg4win
aheinecke added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

Mmh. It still makes a bit sense to me as I think it will be faster. But of course for memory mapped files the OS might decide.

Nov 12 2018, 9:18 AM · dirmngr

Nov 7 2018

werner added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

The dirmngr may at any time open a file in that directory and thus there is no reliable way to remove the home directory when any gpg tool is running. Daemons need to be stopped before a directory can be deleted. So I think this is a non-issue and brought to the table only because we have that kludge of detecting a n unlinked directory on Unix. But even on Unix this is not possible to get rid of the home directory, for example if you want to umount it.

Nov 7 2018, 5:26 PM · dirmngr

Nov 6 2018

werner added a comment to T4175: HTTP 5xx should fail over to the next server.

Sorry, it didn't made it into 2.2.11.

Nov 6 2018, 12:48 PM · dirmngr, Feature Request

Nov 5 2018

werner edited projects for T3054: dirmngr only using cAcertificate attr type when querying LDAP directory, added: Active Directory; removed gnupg (gpg22).
Nov 5 2018, 9:33 AM · Active Directory, dirmngr
werner closed T3033: bug: dirmngr latches SRV port cross-scheme as Resolved.

No more complaints thus time to close.

Nov 5 2018, 9:30 AM · Restricted Project, gnupg (gpg22), Bug Report, dirmngr
werner closed T4230: Port parsing is broken in misc.c host_and_port_from_url as Resolved.

Fixed in master and 2.2.

Nov 5 2018, 9:27 AM · LDAP, dirmngr, gnupg

Oct 29 2018

werner triaged T4165: Dirmngr: Ipv6 causes network failure if Ipv6 can't be reached as High priority.

It actually tries several servers but we need to set a limit because we need to cope with longer timeouts. Do you suggest to toggle between v4 and v6 addresses? That is if a v6 address fails, first try the next v4 address and it that fails, another v6 address, etc.

Oct 29 2018, 9:41 AM · Keyserver, Feature Request, dirmngr

Oct 25 2018

werner triaged T4230: Port parsing is broken in misc.c host_and_port_from_url as High priority.

Oh, that is really old code dating back to dirmngr-1. There is only one user I will see whether I can replace it with the generic parser we have in http.c

Oct 25 2018, 5:46 PM · LDAP, dirmngr, gnupg

Oct 24 2018

aheinecke added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

If I understand the code correctly the mapping is done to let the system optimize the memory management so that the full contents of the file are not kept in memory, or is there a different reason?

Oct 24 2018, 10:28 AM · dirmngr
aheinecke added a revision to T4182: Dirmngr: Keeps files in homedir open on Windows: D468: dirmngr: Read CRLs into memory on Windows.
Oct 24 2018, 10:26 AM · dirmngr
aheinecke added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

Maybe related, flush also does not work on Windows:

Oct 24 2018, 9:09 AM · dirmngr

Oct 22 2018

werner added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

iirrc, that are memory mapped files.

Oct 22 2018, 5:35 PM · dirmngr
aheinecke added a comment to T4182: Dirmngr: Keeps files in homedir open on Windows.

@werner
This was an issue we talked about.

Oct 22 2018, 1:28 PM · dirmngr
madhon added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

I'm also seeing the same behaviour on a freshly installed Windows 10 1809 with Gpg4win v3.1.4. Have to kill dirmngr from task manager to be able to get into Kleopatra.

Oct 22 2018, 10:27 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Oct 21 2018

werner triaged T4175: HTTP 5xx should fail over to the next server as High priority.
Oct 21 2018, 2:48 PM · dirmngr, Feature Request

Oct 16 2018

aheinecke renamed T4182: Dirmngr: Keeps files in homedir open on Windows from Dirmngr: Kepps files open on Windows to Dirmngr: Keeps files in homedir open on Windows.
Oct 16 2018, 9:54 AM · dirmngr
aheinecke created T4182: Dirmngr: Keeps files in homedir open on Windows.
Oct 16 2018, 9:54 AM · dirmngr

Oct 9 2018

kristianf added a comment to T4175: HTTP 5xx should fail over to the next server.

I believe this would be a good improvement in user experience

Oct 9 2018, 8:06 PM · dirmngr, Feature Request
grawity created T4175: HTTP 5xx should fail over to the next server.
Oct 9 2018, 7:52 PM · dirmngr, Feature Request

Oct 8 2018

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 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

Sep 11 2018

werner closed T2968: gpg --search: Connection closed in DNS as Resolved.

We assume that this has meanwhile been fixed.

Sep 11 2018, 10:34 AM · Info Needed, gnupg (gpg22), Bug Report, Debian, Keyserver, dirmngr

Sep 7 2018

gniibe added a comment to T2836: dirmngr: wakes up periodically.

Patch 0001 applied to master.

Sep 7 2018, 7:30 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr

Sep 4 2018

aheinecke closed T4029: Gpg4win 3.1.3, a subtask of T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access, as Resolved.
Sep 4 2018, 9:24 AM · gpg4win, dirmngr
aheinecke closed T4029: Gpg4win 3.1.3, a subtask of T4069: GpgSM, Dirmngr communication on Windows sometimes very slow, as Resolved.
Sep 4 2018, 9:24 AM · dirmngr, S/MIME, gpg4win

Aug 29 2018

werner added a project to T2968: gpg --search: Connection closed in DNS: Info Needed.

@elonsatoshi: Were you able to check this with 2.2.9 which has a fix for the resolver?

Aug 29 2018, 2:53 PM · Info Needed, gnupg (gpg22), Bug Report, Debian, Keyserver, dirmngr
werner lowered the priority of T2908: dirmngr can't be build w/o LDAP from Normal to Low.
Aug 29 2018, 2:44 PM · gnupg (gpg22), dirmngr, Bug Report, gnupg

Aug 21 2018

wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

A workaround for this until the HTTP client is fixed is to just use curl instead:

Aug 21 2018, 5:59 PM · gnupg (gpg22), dns, dirmngr
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

I am running into the same exact issue. It seems that dirmng is incorrectly attempting to resolve the addresses for the keyservers despite having been given an HTTP proxy to connect through.

Aug 21 2018, 5:31 PM · gnupg (gpg22), dns, dirmngr

Aug 20 2018

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

Hi,
Can I ask if there is any update on the issue that I face?

Aug 20 2018, 1:57 PM · dirmngr, S/MIME, Bug Report

Aug 6 2018

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

Was anyone successful in debugging dirmngr? I'm having the same issue. The dirmngr process gets stuck, no output at all, and this causes Kleopatra to get stuck waiting for it. I can only run Kleopatra after I have killed the dirmngr process. If I understand correctly I still need this process for network-related functionality, so I would need to fix it if I want to use all functions.

Aug 6 2018, 7:21 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Jul 18 2018

aheinecke added a subtask for T4069: GpgSM, Dirmngr communication on Windows sometimes very slow: T4029: Gpg4win 3.1.3.
Jul 18 2018, 8:34 AM · dirmngr, S/MIME, gpg4win
aheinecke closed T4069: GpgSM, Dirmngr communication on Windows sometimes very slow as Resolved.

I got feedback from the user that had the problem. It's fixed with 2.2.9 which contains your commit afaik.

Jul 18 2018, 8:33 AM · dirmngr, S/MIME, gpg4win

Jul 12 2018

werner closed T4036: gnupg 2.2.9 release, a subtask of T3374: gpg recv-keys fail if first dns server end up with "Connection refused", as Resolved.
Jul 12 2018, 4:54 PM · dns, dirmngr, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access, as Resolved.
Jul 12 2018, 4:54 PM · gpg4win, dirmngr
werner closed T4036: gnupg 2.2.9 release, a subtask of T2348: Improve detection of IPv6 and IPv4 availibility, as Resolved.
Jul 12 2018, 4:54 PM · gnupg, Feature Request, dirmngr
werner closed T4036: gnupg 2.2.9 release, a subtask of T3803: dirmngr issues malformed DNS queries, as Resolved.
Jul 12 2018, 4:54 PM · dns, dirmngr, Bug Report
werner closed T2348: Improve detection of IPv6 and IPv4 availibility as Resolved.
Jul 12 2018, 3:27 PM · gnupg, Feature Request, dirmngr
werner closed T3803: dirmngr issues malformed DNS queries as Resolved.
Jul 12 2018, 3:27 PM · dns, dirmngr, Bug Report
werner closed T3374: gpg recv-keys fail if first dns server end up with "Connection refused" as Resolved.
Jul 12 2018, 3:26 PM · dns, dirmngr, Bug Report
werner closed T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access as Resolved.
Jul 12 2018, 3:26 PM · gpg4win, dirmngr
werner added a comment to T4069: GpgSM, Dirmngr communication on Windows sometimes very slow.

Commit rEbd5bcd2dd19ef0b1c3d33a3a388b537ba08a4eb6

Jul 12 2018, 9:37 AM · dirmngr, S/MIME, gpg4win
werner added a comment to T4069: GpgSM, Dirmngr communication on Windows sometimes very slow.

it is not due to windows but due to the use of NTBTLS. I have the same problem here... and found it: We call es_fflush to let ntbtls flush its internal buffers but libgpg-error's estream module does no propagate this explicit flush to the cookie functions of ntbtls. Thus ntbtls gets stuck most of the time. I am not sure when this regression happened but it is pretty obvious.

Jul 12 2018, 9:36 AM · dirmngr, S/MIME, gpg4win

Jul 11 2018

werner added a comment to T4069: GpgSM, Dirmngr communication on Windows sometimes very slow.

I have logging to a socket always enabled. That may explain why I don't see that error on Unix.

Jul 11 2018, 8:27 PM · dirmngr, S/MIME, gpg4win
aheinecke created T4069: GpgSM, Dirmngr communication on Windows sometimes very slow.
Jul 11 2018, 11:31 AM · dirmngr, S/MIME, gpg4win

Jun 20 2018

gniibe added a subtask for T2348: Improve detection of IPv6 and IPv4 availibility: T4036: gnupg 2.2.9 release.
Jun 20 2018, 9:28 AM · gnupg, Feature Request, dirmngr
gniibe changed the status of T2348: Improve detection of IPv6 and IPv4 availibility from Open to Testing.

I manually configure IPv6 only environment, and now (forthcoming 2.2.9), it works fine for me.
So, I move this state to Testing.

Jun 20 2018, 9:26 AM · gnupg, Feature Request, dirmngr
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 T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:38 AM · gpg4win, dirmngr
aheinecke removed a parent task for T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access: T4029: Gpg4win 3.1.3.
Jun 20 2018, 7:38 AM · gpg4win, dirmngr
aheinecke added a subtask for T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access: T4036: gnupg 2.2.9 release.
Jun 20 2018, 7:33 AM · gpg4win, dirmngr
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 added a comment to T2348: Improve detection of IPv6 and IPv4 availibility.

As written in T2438:

Jun 20 2018, 4:12 AM · gnupg, Feature Request, dirmngr
gniibe merged 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, Feature Request, dirmngr
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 T2348: Improve detection of IPv6 and IPv4 availibility.

I think that this is same issue of T2438: dirmngr fails repeatedly with "invalid argument", without kicking the host from its list.
Merging.

Jun 20 2018, 4:09 AM · gnupg, Feature Request, 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
gniibe changed the status of T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access from Open to Testing.

Good. I don't think there is any reason to select the ephemeral port in user space (by default).
So, I disabled the feature for all OSes.

Jun 20 2018, 2:16 AM · gpg4win, 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
werner closed T3755: TLS hostname verification using hostname from DNS instead of supplied hostname as Resolved.
Jun 19 2018, 1:34 PM · gnupg (gpg22), dns, dirmngr
aheinecke reassigned T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access from aheinecke to gniibe.

@gniibe Thank you very much!
I've tested the change on Windows 7 and Windows 10 and the Firewall warning is indeed gone with this.

Jun 19 2018, 11:58 AM · gpg4win, dirmngr
gniibe added a comment to T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access.

I found dirmngr tries to bind some random port. It might be the cause.

Jun 19 2018, 10:02 AM · gpg4win, dirmngr

Jun 18 2018

aheinecke added a parent task for T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access: T4029: Gpg4win 3.1.3.
Jun 18 2018, 4:25 PM · gpg4win, dirmngr
aheinecke claimed T3610: dirmngr: Since 2.1 windows firewall asks about dirmngr access.

I will try to figure out what exactly triggers the firewall. This should really be fixed as it leads to a bad "first contact" with Gpg4win, especially as we do more locate-keys nowadays so the question pops up randomly for the user.

Jun 18 2018, 4:25 PM · gpg4win, dirmngr
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

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 T4021: dirmngr: dirmngr/dns.c issue with 127.0.0.1.

For issues/19, it is also reported in T3374: gpg recv-keys fail if first dns server end up with "Connection refused".
This is fixed in master now.
I'm not sure if original reporter's problem is issues/19 or not.

Jun 15 2018, 6:07 AM · dirmngr, gnupg
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
gniibe renamed T4021: dirmngr: dirmngr/dns.c issue with 127.0.0.1 from dirmngr/dns.c issue with 127.0.0.1 to dirmngr: dirmngr/dns.c issue with 127.0.0.1.
Jun 15 2018, 2:38 AM · dirmngr, gnupg
gniibe claimed T4021: dirmngr: dirmngr/dns.c issue with 127.0.0.1.

I tested on Debian with local dnsmasq. For usual setting, no problem.
If /etc/resolv.conf has nameserver 127.0.0.1 and the service by dnsmasq somehow stops, and we have another nameserver nameserver somewhere-not-local the issues/19 matters.

Jun 15 2018, 2:38 AM · dirmngr, gnupg

Jun 14 2018

dkg created T4022: too-large User ID packets result in dropping an entire certificate.
Jun 14 2018, 6:28 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
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

Jun 11 2018

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

I'm having the same issue. I read somewhere that it's likely caused by using an online Windows account to login with. So I converted to local log in. Issue persists. As a test, I've just set up a VM with a local account set up at install, and GPG4Win works perfectly fine. So I'm guessing that there may be an issue which stays in the files system caused by online account users. I'm not a programmer and have no idea how or where to look to see what's causing it and how to fix it though.

Jun 11 2018, 1:04 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Jun 6 2018

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

Hi Werner,
The issue is the following:
I have 2 certificates in the trusted-certificates folder that is searched by gpgsm (C:\ProgramData\Gnu\etc\gnupg\trusted-certs) which I want to trust. When dirmngr starts, it reads the Windows trusted certifcate store (certlm.msc for both system and user - I don't know the path / location of the windows certificates folder outside certlm) and builds the list of certificates to use. Once this list is read and if any duplicates are found in the trusted-certificate folder, it ignores them - they are already present.

Jun 6 2018, 7:21 PM · dirmngr, S/MIME, Bug Report
werner triaged T4003: Trusted-certs folder not being taken into account where System folders are read as Normal priority.

I do not fully understand your problem. Can you please explain it with an example and also state the full file names of the mentioned folders?

Jun 6 2018, 5:56 PM · dirmngr, S/MIME, Bug Report

May 31 2018

werner added projects to T4003: Trusted-certs folder not being taken into account where System folders are read: S/MIME, dirmngr.
May 31 2018, 7:35 PM · dirmngr, S/MIME, Bug Report

May 7 2018

aheinecke created T3966: Dirmngr: no suitable certificate found to verify the OCSP response.
May 7 2018, 1:59 PM · gpg4win, dirmngr, S/MIME

May 3 2018

aheinecke closed T3923: dirmngr: CRL's on windows are not properly cached / parsed as Resolved.

This is resolved in my opinion. I've tested with some larger CRL's and it worked on Windows.

May 3 2018, 10:47 AM · Bug Report, gpg4win, S/MIME, dirmngr