Page MenuHome GnuPG
Feed Advanced Search

Jan 15 2016

werner closed T2097: gpg doesn't output anything to Mintty when using Cygwin as Resolved.
Jan 15 2016, 2:53 PM · Not A Bug, Bug Report, gnupg
werner added a project to T2097: gpg doesn't output anything to Mintty when using Cygwin: Not A Bug.
Jan 15 2016, 2:52 PM · Not A Bug, Bug Report, gnupg
werner added a comment to T2097: gpg doesn't output anything to Mintty when using Cygwin.

I suggest to report this to the mintty developers.

Jan 15 2016, 2:52 PM · Not A Bug, Bug Report, gnupg
werner closed T2079: gpg2 --card-status won't create proper stubs for (sub)keys which are known but non-usable as Resolved.
Jan 15 2016, 1:29 PM · Bug Report, scd, gnupg
werner removed a project from T2079: gpg2 --card-status won't create proper stubs for (sub)keys which are known but non-usable: Restricted Project.
Jan 15 2016, 1:29 PM · Bug Report, scd, gnupg
werner closed T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error as Resolved.
Jan 15 2016, 1:28 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner removed a project from T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error: Restricted Project.
Jan 15 2016, 1:28 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner closed T2112: Crash on ssh-add as Resolved.
Jan 15 2016, 1:27 PM · Bug Report, gnupg
werner removed a project from T2112: Crash on ssh-add: Restricted Project.
Jan 15 2016, 1:27 PM · Bug Report, gnupg
werner added a comment to T2112: Crash on ssh-add.

The problem itself has been fixed. Please open another bug for the UX problem.

Jan 15 2016, 1:27 PM · Bug Report, gnupg
werner added a project to T2126: gpgsm-2.0.x does not work with option --homedir, needs GNUPGHOME: Won't Fix.
Jan 15 2016, 1:22 PM · Won't Fix, gnupg (gpg20), Bug Report, gnupg
werner closed T2126: gpgsm-2.0.x does not work with option --homedir, needs GNUPGHOME as Resolved.
Jan 15 2016, 1:22 PM · Won't Fix, gnupg (gpg20), Bug Report, gnupg
werner added a comment to T2126: gpgsm-2.0.x does not work with option --homedir, needs GNUPGHOME.

We wont fix that because it has been fixed in 2.1 and backporting make no sense
given that an easy workaround is available.

Jan 15 2016, 1:22 PM · Won't Fix, gnupg (gpg20), Bug Report, gnupg
werner added a project to T2143: Interactive passwd command doesn't work if passphrase-file is set: Info Needed.
Jan 15 2016, 1:21 PM · Info Needed, Bug Report, gnupg
werner added a comment to T2143: Interactive passwd command doesn't work if passphrase-file is set.

Please given an example.

Jan 15 2016, 1:21 PM · Info Needed, Bug Report, gnupg
werner set Due Date to Jan 20 2016, 1:00 AM on T2147: auto-key-retrieve does not work if keyserver is set in dirmngr.conf instead of gpg.conf.
Jan 15 2016, 12:55 PM · gnupg, Bug Report
werner added a comment to T2153: agent_pksign_do ignores do_encode_raw_pkcs1 do_encode_md return values.

I am not sure about which code part you are talking. Please can one of you
explain. If this is what I assume, please have a look at commit 25f0f05.

Jan 15 2016, 12:54 PM · Bug Report, gnupg
werner closed T2155: check_cert_policy does not check strpbrk ret val for NULL as Resolved.
Jan 15 2016, 12:45 PM · Not A Bug, Bug Report, gnupg
werner added a project to T2193: keyring / keybox race: Restricted Project.
Jan 15 2016, 12:44 PM · Bug Report, gnupg
werner closed T2156: remove some dead assignments, add some NULL pointer checks as Resolved.
Jan 15 2016, 12:44 PM · Info Needed, Bug Report, gnupg
werner added a project to T2156: remove some dead assignments, add some NULL pointer checks: Info Needed.
Jan 15 2016, 12:44 PM · Info Needed, Bug Report, gnupg
werner added a comment to T2195: keyring: cache consistency problem.

FWIW, we do not copy to create the backup but use atomic renames:

  lock(pubring.gpg.lock)
  read(pubring.gpg) -> process -> write(pubring.tmp)
  rename(pubring.gpg, pubring.gpg~)
  rename(pubring.tmp, pubring.gpg)
  unlock(pubring.gpg.lock)

Thus the worst case is that another non-updating process sees no pubring.gpg
during the time between the two renames.

Jan 15 2016, 10:18 AM · Bug Report, gnupg
werner lowered the priority of T2195: keyring: cache consistency problem from Normal to Low.
Jan 15 2016, 10:10 AM · Bug Report, gnupg
werner added a comment to T2195: keyring: cache consistency problem.

Note that under Windows we don't have inodes :-(
See also T2135 .
As I remarked several times in the past the only solid way to handle these
problem is to allow access to the keyrings only via a dedicated processs.

Jan 15 2016, 10:10 AM · Bug Report, gnupg
werner lowered the priority of T2196: keydb locking can result in deadlock in 2.2 from Normal to Low.
Jan 15 2016, 10:05 AM · gnupg22 (gnupg-2.2.52), Bug Report
werner added a comment to T2196: keydb locking can result in deadlock in 2.2.

We have never seen a real-world bug here. Thus I change this to a minor-bug.
You solution is not that easy becuase we need to maintain that order for all
time and we can't cope with older gpg versions which are still in use on the
same ~/.gnupg - they would have a different lock order and that would indeed
lead to a deadlock. As of now this is mitigated by all gpg versions using the
same config file and thus the same order of keyrings.

Jan 15 2016, 10:05 AM · gnupg22 (gnupg-2.2.52), Bug Report
werner closed T2200: redefinition of typedef ‘ctrl_t’ as Resolved.
Jan 15 2016, 10:00 AM · gnupg, Bug Report
werner added a comment to T2200: redefinition of typedef ‘ctrl_t’.

Fix will be in 2.1.11. Thanks for testing.

Jan 15 2016, 10:00 AM · gnupg, Bug Report
werner closed T2205: GnuPG does not detect damaged keys on import as Resolved.
Jan 15 2016, 9:57 AM · Not A Bug, Debian, Bug Report, gnupg
werner lowered the priority of T1624: Gpgtar fails when files have non ASCII characters from High to Normal.
Jan 15 2016, 9:57 AM · gnupg, Windows 32, Windows, Bug Report
werner added a project to T2135: Keyring locking on Windows broken: In Progress.
Jan 15 2016, 9:54 AM · Bug Report, gpg4win, Windows, gnupg, Windows 32
werner added a project to T2135: Keyring locking on Windows broken: backport.
Jan 15 2016, 9:54 AM · Bug Report, gpg4win, Windows, gnupg, Windows 32
werner added a comment to T2135: Keyring locking on Windows broken.

I have pushed chnages to master to fix this problem. One drawback is that
during an import another process "gpg -k" may rarely see no keys at all. A full
fix would either require that we lock the keyrings during all read-only
operations, which would severely hit on the performance of all common
operations, or change the whole system to use a new key access daemon.

If this works the changes need to be backported to 2.0.

Jan 15 2016, 9:54 AM · Bug Report, gpg4win, Windows, gnupg, Windows 32

Jan 14 2016

werner closed T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt as Resolved.
Jan 14 2016, 11:07 AM · Bug Report, gnupg
werner added a comment to T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt.

Actually this is a copy of the web site version. I fixed both versions. Thanks.

Jan 14 2016, 11:07 AM · Bug Report, gnupg
werner added a comment to T2218: GPG2 hangs at enter passphrase step during --gen-key.

Please ask on the gnupg-users mailing list for help. This is a bug tracker and
not a help forum, sorry.

Jan 14 2016, 10:39 AM · Bug Report, gnupg, Support
werner added a project to T2218: GPG2 hangs at enter passphrase step during --gen-key: Support.
Jan 14 2016, 10:39 AM · Bug Report, gnupg, Support
werner removed a project from T2218: GPG2 hangs at enter passphrase step during --gen-key: Info Needed.
Jan 14 2016, 10:39 AM · Bug Report, gnupg, Support
werner closed T2218: GPG2 hangs at enter passphrase step during --gen-key as Resolved.
Jan 14 2016, 10:39 AM · Bug Report, gnupg, Support
werner closed T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error as Resolved.
Jan 14 2016, 10:37 AM · Not A Bug, Bug Report, gnupg

Jan 13 2016

gniibe added a comment to T1828: card-edit/fetch assumes signing key is master key and fails if not.

It would be different issue, but we have similar problem for 'fetch' failure
with an error message like:

gpg: key B00DC692: rejected by import filter" followed by "gpg: Total number
processed: 1

Jan 13 2016, 1:21 AM · Bug Report, gnupg
gniibe added a comment to T1828: card-edit/fetch assumes signing key is master key and fails if not.

Finally, I confirmed the problem. Sorry for taking long time. My understanding
was bad. I'm going to fix this.

Jan 13 2016, 1:13 AM · Bug Report, gnupg

Jan 11 2016

grempe reopened T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error as "Open".
Jan 11 2016, 6:44 PM · Not A Bug, Bug Report, gnupg
grempe added a comment to T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error.

OK, thanks for the response Werner. Perhaps this bug then is to update the website
docs to reflect what I gather may be big changes to this feature as compared to earlier
gnupg releases.

It seems that everything that can be found here (the best source I have found for using
gnupg w/ DNS) is now outdated and will no longer work:
http://gushi.org/make-dns-cert/HOWTO.html

I wanted to learn more about the new changes but I was only able to find the following
references which I'll document here in case someone else comes across it.
Unfortunately, I won't be able to test out the new method as I don't run my own bind
server and like many of us rely on a DNS provider that doesn't allow me to create the
form of DNS record output by --print-pka-records.

I only found three references to the new '--print-pka-records':

2.1.3 Announce:
https://lists.gnupg.org/pipermail/gnupg-announce/2015q2/000365.html

"* gpg: New option --print-pka-records. Changed the PKA method to use

   CERT records and hashed names."

gnupg docs:
https://www.gnupg.org/documentation/manuals/gnupg/GPG-Input-and-Output.html

"--print-pka-records
Modify the output of the list commands to print PKA records suitable to put into DNS
zone files. An ORIGIN line is printed before each record to allow diverting the records
to the corresponding zone file."

And finally an announcement from you in gnupg-devel from last year where you state that
all of the old functionality for PKA has been removed and replaced with something
entirely new (which is just for key 'validation' and not for key installation?):
http://marc.info/?l=gnupg-devel&m=142488047809150&w=2

Jan 11 2016, 6:44 PM · Not A Bug, Bug Report, gnupg
patel_22 added projects to T2218: GPG2 hangs at enter passphrase step during --gen-key: Info Needed, gnupg, Bug Report.
Jan 11 2016, 3:32 PM · Bug Report, gnupg, Support
patel_22 set Version to 2.0.26 on T2218: GPG2 hangs at enter passphrase step during --gen-key.
Jan 11 2016, 3:32 PM · Bug Report, gnupg, Support
werner removed Due Date on T1396: Subkey expiring breaks other subkeys.
Jan 11 2016, 3:17 PM · Too Old, Bug Report, gnupg
werner closed T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error as Resolved.
Jan 11 2016, 11:59 AM · Not A Bug, Bug Report, gnupg
werner added a project to T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error: Not A Bug.
Jan 11 2016, 11:59 AM · Not A Bug, Bug Report, gnupg
werner added a comment to T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error.

That website is outdated. The format of the PKA records changed. Use

gpg --print-pka-records -k <userid>

to create a record.

You also need to build gnupg with a proper DNS resolver library and make sure
that you are using the matching dirmngr version.

For further questions please resort to the gnupg-users mailing list so that
others may help or learn from the replies.

Jan 11 2016, 11:59 AM · Not A Bug, Bug Report, gnupg
werner added a project to T2217: Trying to perform 'factory-reset' of Yubico Yubikey Neo always fails: Not A Bug.
Jan 11 2016, 11:52 AM · Bug Report, Not A Bug, gnupg
werner added a comment to T2217: Trying to perform 'factory-reset' of Yubico Yubikey Neo always fails.

That is no bug. gpg clearly states this. The factory reset is an optional
feature of the OpenPGP card specs.

Jan 11 2016, 11:52 AM · Bug Report, Not A Bug, gnupg
werner closed T2217: Trying to perform 'factory-reset' of Yubico Yubikey Neo always fails as Resolved.
Jan 11 2016, 11:52 AM · Bug Report, Not A Bug, gnupg

Jan 10 2016

grempe set Version to 2.1.10 on T2217: Trying to perform 'factory-reset' of Yubico Yubikey Neo always fails.
Jan 10 2016, 12:01 AM · Bug Report, Not A Bug, gnupg
grempe added projects to T2217: Trying to perform 'factory-reset' of Yubico Yubikey Neo always fails: gnupg, Bug Report.
Jan 10 2016, 12:01 AM · Bug Report, Not A Bug, gnupg

Jan 9 2016

grempe set Version to 2.1.10 on T2216: Generating keys on Yubikey and requesting off-card backup always fails.
Jan 9 2016, 11:37 PM · Bug Report, gnupg
grempe added projects to T2216: Generating keys on Yubikey and requesting off-card backup always fails: gnupg, Bug Report.
Jan 9 2016, 11:37 PM · Bug Report, gnupg
grempe added projects to T2215: Use of '--auto-key-locate pka' for DNS key install results in 'Not implemented' error: gnupg, Bug Report.
Jan 9 2016, 9:22 PM · Not A Bug, Bug Report, gnupg

Jan 8 2016

foolip added a comment to T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt.

D343: 751_0001-doc-Fix-typo-gen-full-key-in-whats-new-in-2.1.txt.patch

Jan 8 2016, 9:03 PM · Bug Report, gnupg
foolip added a comment to T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt.

Here's a patch produced with git format-patch.

Jan 8 2016, 9:03 PM · Bug Report, gnupg
foolip set Version to 2.1.10 on T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt.
Jan 8 2016, 9:02 PM · Bug Report, gnupg
foolip added projects to T2214: Typo --gen-full-key in doc/whats-new-in-2.1.txt: gnupg, Bug Report.
Jan 8 2016, 9:02 PM · Bug Report, gnupg

Jan 7 2016

Walter added a comment to T2213: gcry_mpi_scan does not set scanned length.

Jan 7 2016, 7:30 PM · Won't Fix, Bug Report, libgcrypt
Walter added projects to T2213: gcry_mpi_scan does not set scanned length: libgcrypt, Bug Report.
Jan 7 2016, 7:30 PM · Won't Fix, Bug Report, libgcrypt
Walter set Version to libgcrypt 1.5.3 on T2213: gcry_mpi_scan does not set scanned length.
Jan 7 2016, 7:30 PM · Won't Fix, Bug Report, libgcrypt
alexlai added a comment to T2207: recipe for target 'mpih-add1-asm.lo' failed.

Jan 7 2016, 7:05 PM · Bug Report, libgcrypt
alexlai added a comment to T2207: recipe for target 'mpih-add1-asm.lo' failed.

the OS shows ld is resolved to GNU ld:
$ which ld
/home/alelai/binutils-2.25/bin/ld

not sure why configure script pick up the ccs version.
I tried:
export LD=/home/alelai/binutils-2.25/bin/ld

configure shows:
...
checking if the linker (/home/alelai/binutils-2.25/bin/ld) is GNU ld... yes
...
(please see the attached new config.log.20160107)

But the error occurred:

Assembler:

"/var/tmp//ccFCDwOq.s", line 25 : Syntax error
Near line: " addl $(Loop-L0-3),%eax"

Makefile:590: recipe for target 'mpih-add1-asm.lo' failed
make[2]: * [mpih-add1-asm.lo] Error 1
make[2]: Leaving directory '/home/alelai/libgcrypt-1.6.4.src/mpi'
Makefile:477: recipe for target 'all-recursive' failed
make[1]:
* [all-recursive] Error 1
make[1]: Leaving directory '/home/alelai/libgcrypt-1.6.4.src'
Makefile:408: recipe for target 'all' failed
make: *** [all] Error 2

Jan 7 2016, 7:05 PM · Bug Report, libgcrypt
werner added a project to T2205: GnuPG does not detect damaged keys on import: Not A Bug.
Jan 7 2016, 4:02 PM · Not A Bug, Debian, Bug Report, gnupg
werner removed projects from T2205: GnuPG does not detect damaged keys on import: Keyserver, gnupg (gpg14).
Jan 7 2016, 4:02 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T2205: GnuPG does not detect damaged keys on import.

Sorry, I can't see any problem here.

The "priotr-old" key is actually the newer key because an expiration date was
added to that copy of the key (2012-07-09) and that key has meanwhile expired.
Thus you can't encrypt using this key.

When you import the "piotr" key that is actually the same key but w/o the update
with the expiration date. Thus gpg does not chnage the exiting in key because
the existing key has a newer self-signature (where the expiration date is
stored) than the new key. So nothing changes, which is correct.

If you delete the .gnupg directory you don't have the newer key and by importing
the key w/o the expiration date you can encrypt to that key.

Jan 7 2016, 4:02 PM · Not A Bug, Debian, Bug Report, gnupg
aheinecke closed T1837: GPGOL causes Outlook to crash as Resolved.
Jan 7 2016, 4:01 PM · Bug Report, gpgol
aheinecke removed a project from T1837: GPGOL causes Outlook to crash: Restricted Project.
Jan 7 2016, 4:01 PM · Bug Report, gpgol
aheinecke added a comment to T1837: GPGOL causes Outlook to crash.

Great to hear that! And again let me Thank YOU for your incredible patience and
assistance with logs to help track down / fix this problem. This was really a
nasty bug.

Jan 7 2016, 4:01 PM · Bug Report, gpgol
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

After installing gpg4win 2.3.0 (GpgOL 1.3.0) I had no more crashes.
Thanks for your fix.

Jan 7 2016, 3:49 PM · Bug Report, gpgol

Jan 6 2016

estellnb added a comment to T2205: GnuPG does not detect damaged keys on import.

Same behaviour with gpg-2.1.10 (Arch), libgcrypt 1.6.4.

Jan 6 2016, 11:13 AM · Not A Bug, Debian, Bug Report, gnupg
estellnb added a comment to T2205: GnuPG does not detect damaged keys on import.

Jan 6 2016, 11:13 AM · Not A Bug, Debian, Bug Report, gnupg

Jan 5 2016

werner added a comment to T2205: GnuPG does not detect damaged keys on import.

1.4.12 is heavily outdated (from 2012). Please update to 1.4.20 or at least
1.4.19 and check again.

Jan 5 2016, 3:13 PM · Not A Bug, Debian, Bug Report, gnupg
werner lowered the priority of T2205: GnuPG does not detect damaged keys on import from Unbreak Now! to Normal.
Jan 5 2016, 3:13 PM · Not A Bug, Debian, Bug Report, gnupg
aheinecke added a comment to T2135: Keyring locking on Windows broken.

No Kleopatra does not open the pubring. Let's leave kleopatra out of this.

This bug is about multiple GnuPG processes that conflict with each other. See
msg7466 for an example.

Jan 5 2016, 2:37 PM · Bug Report, gpg4win, Windows, gnupg, Windows 32
aheinecke removed a project from T2135: Keyring locking on Windows broken: kleopatra.
Jan 5 2016, 2:37 PM · Bug Report, gpg4win, Windows, gnupg, Windows 32
werner added a comment to T2135: Keyring locking on Windows broken.

Do you mean Kleo opens the pubring file itself?

Jan 5 2016, 2:33 PM · Bug Report, gpg4win, Windows, gnupg, Windows 32
werner added a comment to T2209: minimal dsa/elg bitsize during expert keygen outdated.

Commit e70f7a5 fixes this for 2.1.
Should be backported.
Thanks.

Jan 5 2016, 2:01 PM · backport, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14), gnupg (gpg21)
werner added a project to T2209: minimal dsa/elg bitsize during expert keygen outdated: backport.
Jan 5 2016, 2:01 PM · backport, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14), gnupg (gpg21)
werner claimed T2209: minimal dsa/elg bitsize during expert keygen outdated.
Jan 5 2016, 1:50 PM · backport, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14), gnupg (gpg21)
werner lowered the priority of T2207: recipe for target 'mpih-add1-asm.lo' failed from Unbreak Now! to Normal.
Jan 5 2016, 12:50 PM · Bug Report, libgcrypt
werner added a comment to T2207: recipe for target 'mpih-add1-asm.lo' failed.

According to the posted config log this seems to be about
SunOS 5.10 on i86.

The extra option CC=-m32 is used with configure.

gcc versions is 5.2.
The linker is /usr/ccs/bin/ld, i.e. not GNU ld.

Jan 5 2016, 12:50 PM · Bug Report, libgcrypt
aheinecke closed T1768: Outlook 2010 crashes and disables GPG4Win 2.2.2. Plugin as Resolved.
Jan 5 2016, 11:45 AM · Duplicate, Info Needed, Bug Report, gpg4win
aheinecke added a comment to T1768: Outlook 2010 crashes and disables GPG4Win 2.2.2. Plugin.

Duplicate of T1837

Jan 5 2016, 11:45 AM · Duplicate, Info Needed, Bug Report, gpg4win
aheinecke added a comment to T1768: Outlook 2010 crashes and disables GPG4Win 2.2.2. Plugin.

Closing this as noinfo.

Probably the same problem as handled in T1837

Jan 5 2016, 11:45 AM · Duplicate, Info Needed, Bug Report, gpg4win
aheinecke added a project to T1768: Outlook 2010 crashes and disables GPG4Win 2.2.2. Plugin: Duplicate.
Jan 5 2016, 11:45 AM · Duplicate, Info Needed, Bug Report, gpg4win
aheinecke added a project to T1225: gpgOL-1.1.1.332/Outlook 2003 (Problem sending standard unencrypted eMail when mail is composed with word-editor): Not A Bug.
Jan 5 2016, 11:38 AM · Not A Bug, Bug Report, gpgol, gpg4win
aheinecke added a comment to T1225: gpgOL-1.1.1.332/Outlook 2003 (Problem sending standard unencrypted eMail when mail is composed with word-editor).

Sorry that there has been no response on this but we did not have time to work
on gpgOL.

GpgOL for Outlook 2003 is no longer maintained and support for this in gpg4win
is likely to be dropped soonish.

I'm closing this as nobug to help us clean up the bugtracker. The word editor is
not supported in Outlook 2003 and we will not add support for this. Sorry.

Jan 5 2016, 11:38 AM · Not A Bug, Bug Report, gpgol, gpg4win
aheinecke closed T1225: gpgOL-1.1.1.332/Outlook 2003 (Problem sending standard unencrypted eMail when mail is composed with word-editor) as Resolved.
Jan 5 2016, 11:38 AM · Not A Bug, Bug Report, gpgol, gpg4win
aheinecke added a project to T1216: GpgOL 1.1.1 and Outlook 2007 - encrypt does not work at all: Not A Bug.
Jan 5 2016, 11:36 AM · Not A Bug, Bug Report, gpgol
aheinecke added a comment to T1216: GpgOL 1.1.1 and Outlook 2007 - encrypt does not work at all.

Uhm five years and not reply ;-) Sorry but we did not have much time to work on
GpgOL and the little time we had we spent on Outlook 2010 and later (which is a
different codebase)

The code for 2003 and 2007 is still basically unmaintained. We are looking into
the possibility to remove 2003 support and use the 2010 and later codebase for
2007, too. From your debug output it looks like you are using exchange. This is
not supported for the < 2010 addon. (It is supporeted in the current development
version that will be part of gpg4win 3.0.0)

So you can either switch to Outlook 2010 or later (and for now use the gpg4win
3.0.0 test version) ( https://wiki.gnupg.org/Gpg4win/Testversions ) or hope that
we will enable that codebase for 2007, too.

Sorry that I am marking this as nobug but we will not fix this for 2007 only and
in later versions it already works.

Jan 5 2016, 11:36 AM · Not A Bug, Bug Report, gpgol
aheinecke closed T1216: GpgOL 1.1.1 and Outlook 2007 - encrypt does not work at all as Resolved.
Jan 5 2016, 11:36 AM · Not A Bug, Bug Report, gpgol
aheinecke claimed T2208: Kleopatra and gpgex problem.
Jan 5 2016, 11:22 AM · Bug Report, uiserver, gpg4win, kleopatra
aheinecke added a comment to T2208: Kleopatra and gpgex problem.

There are several reports about such problems. So far I'm unable to reproduce /
debug this. But we have to look into conditions that might cause this and at
least improve error reporting in these cases.

So far I can only think of that the UIserver socket file
(%APPDATA%\gnupg\S.uiserver) has permissions that kleopatra can not create it.

Jan 5 2016, 11:22 AM · Bug Report, uiserver, gpg4win, kleopatra
aheinecke added projects to T2208: Kleopatra and gpgex problem: kleopatra, uiserver.
Jan 5 2016, 11:22 AM · Bug Report, uiserver, gpg4win, kleopatra
aheinecke added a comment to T2135: Keyring locking on Windows broken.

Renamed the issue to my current understanding of this problem. Locking on
Windows does not work properly.

Jan 5 2016, 11:05 AM · Bug Report, gpg4win, Windows, gnupg, Windows 32