On Windows (works on GNU/Linux) adding x500.bund.de as an S/MIME Certificate server makes searches in Kleopatra hang indefinitely or at least very long.
This was with latest GnuPG Stable branch (2.7 beta) and Kleopatra master.
I've also received a report (with screenshots) that dirmngr can crash in this configuration. (Crash was with 2.2.6 from Gpg4win-3.1.0)
Hang and problems are reproducible without Kleopatra:
C:\Users\aheinecke>rmdir /S /Q %TMP%\gpghome C:\Users\aheinecke>set GNUPGHOME=%TMP%\gpghome C:\Users\aheinecke>mkdir %GNUPGHOME% C:\Users\aheinecke>echo keyserver x500.bund.de:::: > %GNUPGHOME%\gpgsm.conf C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: Die "Keybox" `C:\Users\AHEINE~1\AppData\Local\Temp\gpghome\pubring.kbx' wurde erstellt gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys zitis [external keys] --------------- ID: 0xE6AA5B43 S/N: 024AFE529A6F45 Issuer: /CN=CA IVBB Deutsche Telekom AG 15/OU=Bund/O=PKI-1-Verwaltung/C=DE Subject: /CN=Koetter Patrick/OU=becon/O=Service/C=DE/SerialNumber=1 aka: p@sys4.de validity: 2016-11-03 12:27:01 through 2019-11-03 23:59:59 key type: 2048 bit RSA key usage: digitalSignature nonRepudiation keyEncipherment policies: 1.3.6.1.4.1.7924.1.1:N: fingerprint: 99:41:E1:5C:D0:67:E6:FC:48:90:6C:DFgpgsm: listing external keys failed: Not enough space :02:FA:B4:DA:E6:AA:5B:43 C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: failed to parse a certificate: BER Fehler gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: failed to parse a certificate: BER Fehler gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys zitis gpgsm: listing external keys failed: Not enough space C:\Users\aheinecke>gpgsm --list-external-keys foobar ^C
Last command hangs. Not enough space seems a wrong error. On the disk are 10GB free space.
I think that this is very much related to T2110 and might be the same issue.