Page MenuHome GnuPG
Feed Advanced Search

Mar 8 2016

neal added a comment to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.

Sorry, I was using --check-trustdb as a shorthand for the actual function.

Mar 8 2016, 1:23 PM · Bug Report, gnupg, gnupg (gpg21)
gniibe added a comment to T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2.

I think that I fixed this issue in master. If you have time, please test, from
git repo.

Mar 8 2016, 1:07 PM · Bug Report, gpgrt
gniibe added a project to T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2: Restricted Project.
Mar 8 2016, 1:07 PM · Bug Report, gpgrt
gniibe claimed T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2.
Mar 8 2016, 1:07 PM · Bug Report, gpgrt
gniibe removed a project from T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2: Info Needed.
Mar 8 2016, 1:07 PM · Bug Report, gpgrt
gniibe claimed T2234: Core dump while calling bkuptocard.
Mar 8 2016, 1:01 PM · Bug Report, gnupg
gniibe added a project to T2234: Core dump while calling bkuptocard: Restricted Project.
Mar 8 2016, 1:01 PM · Bug Report, gnupg
gniibe added a comment to T2234: Core dump while calling bkuptocard.

bkuptocard had been not implemented, but it was finally implemented in 2.1.11.
If any problem, please let us know.

Mar 8 2016, 1:01 PM · Bug Report, gnupg
justus claimed T2216: Generating keys on Yubikey and requesting off-card backup always fails.
Mar 8 2016, 12:11 PM · Bug Report, gnupg
justus added a comment to T2216: Generating keys on Yubikey and requesting off-card backup always fails.

I cannot reproduce this with current master and a Yubikey4. Can you please
retry with the current master?

Also, are you sure that you are not mixing GnuPG components you compiled with
the ones provided by your operating system? Also, what made you try to compile
GnuPG in the first place?

Please open a separate bug for the other issue. No 'by the way's in bug reports
please.

Mar 8 2016, 12:11 PM · Bug Report, gnupg

Mar 7 2016

justus closed T1970: Implement --pinentry-mode loopback --passphrase-fd 9 also for gpgsm as Resolved.
Mar 7 2016, 6:21 PM · Bug Report, gnupg
justus added a comment to T1970: Implement --pinentry-mode loopback --passphrase-fd 9 also for gpgsm.

Fixed in eea139c.

Mar 7 2016, 6:21 PM · Bug Report, gnupg
bernhard added a comment to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.

On Sunday 06 March 2016 at 15:18:54, Neal Walfield via BTS wrote:

is for --check-trustdb

Mar 7 2016, 9:41 AM · Bug Report, gnupg, gnupg (gpg21)

Mar 6 2016

neal added a comment to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.

Thanks for reporting this. The right solution is for --check-trustdb to ignore
legacy keys.

Mar 6 2016, 3:18 PM · Bug Report, gnupg, gnupg (gpg21)

Mar 4 2016

aheinecke added a comment to T2275: Corrupted keybox if created by gpgsm.

If i remove the com-certs I get the exact same behavior as I'm seeing on windows.

aheinecke@esus ~/a/e/src> export GNUPGHOME=$(mktemp -d)
aheinecke@esus ~/a/e/src> gpgsm -k
gpgsm: keybox '/tmp/tmp.hyElMR6oUi/pubring.kbx' created
aheinecke@esus ~/a/e/src> gpg2 --import
~/arbeit/gpg4win/zertifikate/testuserA-pub.asc
gpg: /tmp/tmp.hyElMR6oUi/trustdb.gpg: trustdb created
gpg: key 6CFBC912: public key "Test UserA <testusera@example.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
aheinecke@esus ~/a/e/src> gpgsm -k
gpgsm: keydb_search failed: Invalid argument

Mar 4 2016, 5:34 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke updated subscribers of T2275: Corrupted keybox if created by gpgsm.
Mar 4 2016, 5:31 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke renamed T2275: Corrupted keybox if created by gpgsm from Corrupted keybox after key import with Kleopatra on Windows to Corrupted keybox if created by gpgsm.
Mar 4 2016, 5:31 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added a comment to T2275: Corrupted keybox if created by gpgsm.

From the debug output it looks to me that gnupg is using keyring functions to
work with the keybox.

I can reproduce this now without Kleopatra and on GNU/Linux:

export GNUPGHOME=$(mktemp -d)
gpgsm -k

< imports /opt/gnupg/share/gnupg/com-certs.pem >
(this is not done on windows so maybe the errors differ because of that)

gpg2 --import ~/arbeit/gpg4win/zertifikate/testuserA-pub.asc

Result:

gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_get_keyblock failed: Value not found
gpg: [don't know]: invalid packet (ctb=00)
gpg: /tmp/tmp.f5ub2ZRYC0/pubring.kbx: copy to
'/tmp/tmp.f5ub2ZRYC0/pubring.kbx.tmp' failed: Invalid packet
gpg: error writing keyring '/tmp/tmp.f5ub2ZRYC0/pubring.kbx': Invalid packet
gpg: [don't know]: invalid packet (ctb=00)
gpg: keydb_search failed: Invalid packet
gpg: key 6CFBC912: public key "[User ID not found]" imported
gpg: [don't know]: invalid packet (ctb=00)
gpg: error reading
'/home/aheinecke/arbeit/gpg4win/zertifikate/testuserA-pub.asc': Invalid packet
gpg: import from '/home/aheinecke/arbeit/gpg4win/zertifikate/testuserA-pub.asc'
failed: Invalid packet
gpg: Total number processed: 0
gpg: imported: 1

gpg2 --version
gpg (GnuPG) 2.1.11
libgcrypt 1.7.0-beta307

I'll try now with git master.

Mar 4 2016, 5:31 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke assigned T2275: Corrupted keybox if created by gpgsm to neal.
Mar 4 2016, 5:31 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added a comment to T2275: Corrupted keybox if created by gpgsm.

Mar 4 2016, 5:00 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added a comment to T2275: Corrupted keybox if created by gpgsm.

The debug output from gnupg for an import that caused a corruped keybox.

It's not for the attached pubring.kbx but I have the file that was generated If
you need it.

What I did in the log was to start kleopatra (The output of process is 2428 is
likely the debug output of the initial keylisting kleopatra did)

Then imported a test key and afterwards closed kleopatra.

Mar 4 2016, 5:00 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard set Version to 2.1.11 on T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.
Mar 4 2016, 3:04 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard added projects to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key: gnupg (gpg21), gnupg, Bug Report.
Mar 4 2016, 3:04 PM · Bug Report, gnupg, gnupg (gpg21)
justus removed a project from T2272: Issue with documentation: In Progress.
Mar 4 2016, 12:30 PM · Bug Report, gpgweb, Documentation
justus closed T2272: Issue with documentation as Resolved.
Mar 4 2016, 12:30 PM · Bug Report, gpgweb, Documentation

Mar 3 2016

aheinecke added projects to T2275: Corrupted keybox if created by gpgsm: gnupg (gpg21), gnupg, Bug Report.
Mar 3 2016, 6:20 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke set Version to 2.1.11 on T2275: Corrupted keybox if created by gpgsm.
Mar 3 2016, 6:20 PM · Bug Report, gnupg, gnupg (gpg21)
justus added a comment to T1006: wrong characters in http://www.gnupg.org/howtos/card-howto/en/smartcard-howto.html.

Fixed in ec412b9d.

Mar 3 2016, 5:47 PM · Bug Report, gpgweb
justus closed T1006: wrong characters in http://www.gnupg.org/howtos/card-howto/en/smartcard-howto.html as Resolved.
Mar 3 2016, 5:47 PM · Bug Report, gpgweb
justus added a comment to T2272: Issue with documentation.

Fixed in c7cb4008. This will take effect next the web site is published.

Mar 3 2016, 4:14 PM · Bug Report, gpgweb, Documentation
justus claimed T2272: Issue with documentation.
Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a project to T2272: Issue with documentation: In Progress.
Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a comment to T2272: Issue with documentation.

This is a feature of the org-mode export. I'm looking into this.

Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a comment to T2249: Pinetry field "enter passphrase" won't let me paste in.

Yes you are using pinentry, and we need to know what kind of pinentry (there are
several flavors) and which version you are using in order to help you.

Please do 'pinentry --version' and report the output.

To see whether this pinentry is the one you are using, or to play around with it
and the variants, you can do:

echo -e "SETDESC Does this look like your pinentry window?\nGETPIN" | pinentry

You can try replacing pinentry with pinentry-qt for example.

Mar 3 2016, 2:46 PM · Feature Request, Info Needed, pinentry
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

D344: 787_fix-2235.patch

Mar 3 2016, 1:58 PM · dirmngr, gnupg, Bug Report
justus closed T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native as Resolved.
Mar 3 2016, 1:58 PM · dirmngr, gnupg, Bug Report
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

I believe your problem is fixed in 9f0ba508. With that change I was able to
build gnupg-2.1.11 using speedo in a very minimal Debian jessie chroot.

To test this change, please apply the attached patch (generated using 'git diff
gnupg-2.1.11 dirmngr/Makefile.am' from gnupg master).

If the problem persists, feel free to reopen this bug.

Mar 3 2016, 1:58 PM · dirmngr, gnupg, Bug Report
justus claimed T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.
Mar 3 2016, 12:33 PM · dirmngr, gnupg, Bug Report
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

That particular problem is fixed in 9a1778ab. Can you be more specific on the
other problem(s)?

Mar 3 2016, 12:33 PM · dirmngr, gnupg, Bug Report
justus closed T2261: Disable gpgtar tests when configured with --disable-gpgtar as Resolved.
Mar 3 2016, 12:27 PM · Bug Report, gnupg
justus added a comment to T2261: Disable gpgtar tests when configured with --disable-gpgtar.

Thanks for the patch, but I decided to fix it by skipping the test instead.

Fixed in a883d4c0.

Mar 3 2016, 12:27 PM · Bug Report, gnupg
neal added a comment to T2269: Session key encrypted with AES, but SED packet encrypted with AES256.

The reason that we encrypted the SED packet with AES256 is that is the preferred
cipher in my public key. I think that the cipher for the s2k function should be
chosen similarly.

Mar 3 2016, 10:37 AM · Bug Report, gnupg

Mar 2 2016

neal updated subscribers of T2272: Issue with documentation.
Mar 2 2016, 9:03 PM · Bug Report, gpgweb, Documentation
neal added projects to T2274: Data decrypted via a pk-esk packet should be better checked: gnupg, Bug Report.
Mar 2 2016, 8:47 PM · Bug Report, gnupg
neal updated subscribers of T2274: Data decrypted via a pk-esk packet should be better checked.
Mar 2 2016, 8:47 PM · Bug Report, gnupg
justus closed T2262: Use protable unix commands and arguments in tests as Resolved.
Mar 2 2016, 6:02 PM · Bug Report, gnupg
justus added a comment to T2262: Use protable unix commands and arguments in tests.

Merged, thanks!

Mar 2 2016, 6:02 PM · Bug Report, gnupg
TARehman added projects to T2273: Using GPA and Kleopatra in gpg4win does not allow you to change cipher-algo: gpg4win, Bug Report.
Mar 2 2016, 5:16 PM · gnupg, Bug Report, S/MIME
justus added a comment to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.

Fixed in 3e1b451c.

Mar 2 2016, 5:05 PM · gnupg, Bug Report
justus closed T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file as Resolved.
Mar 2 2016, 5:05 PM · gnupg, Bug Report
JLJones added projects to T2272: Issue with documentation: Documentation, gpgweb, Bug Report.
Mar 2 2016, 4:06 PM · Bug Report, gpgweb, Documentation
justus claimed T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.
Mar 2 2016, 3:56 PM · gnupg, Bug Report
justus added a project to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file: gnupg.
Mar 2 2016, 3:56 PM · gnupg, Bug Report
justus added a comment to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.

I could reproduce this with gnupg-2.0.29. I will have a look.

Mar 2 2016, 3:56 PM · gnupg, Bug Report
bernhard added projects to T2271: GpgOL: Should be possible to leave S/MIME to Outlook: gpg4win, gpgol, Bug Report.
Mar 2 2016, 2:30 PM · Bug Report, gpgol, gpg4win
bernhard added a project to T839: GPGOl silently leaves messages decrypted on Outlook 2007: Info Needed.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard updated subscribers of T839: GPGOl silently leaves messages decrypted on Outlook 2007.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard added a comment to T839: GPGOl silently leaves messages decrypted on Outlook 2007.

Hi Arthur,
sorry for the late reply:

Outlook 2010 has new code for supporting OpenPGP and S/MIME,
we will tackling the problem differently there.
I think that the last code for GPgOL for Outlook 2007 uses
encryption.

If this is still relevant for you: Can you retest?

Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard added a project to T839: GPGOl silently leaves messages decrypted on Outlook 2007: gpg4win.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard renamed T839: GPGOl silently leaves messages decrypted on Outlook 2007 from GPGOl silently leaves messages decrypted to GPGOl silently leaves messages decrypted on Outlook 2007.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard reassigned T839: GPGOl silently leaves messages decrypted on Outlook 2007 from werner to aheinecke.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard added a comment to T1266: "Encrypt Message with GPG" cannot be removed from drop down toolbar!.

Hi,

as the extended support period of Outlook 2003 ended in 2014,
we will not get around fixing this for Outlook 2003.

Please open a new issue, if you encounter problems with a more recent version.

Best,
Bernhard

Mar 2 2016, 2:13 PM · Bug Report, gpgol, gpg4win
bernhard closed T1266: "Encrypt Message with GPG" cannot be removed from drop down toolbar! as Resolved.
Mar 2 2016, 2:13 PM · Bug Report, gpgol, gpg4win
bernhard closed T1019: Buttons in outlook 2007 disappear as Resolved.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard removed a project from T1019: Buttons in outlook 2007 disappear: Info Needed.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard lowered the priority of T1019: Buttons in outlook 2007 disappear from High to Normal.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard added a comment to T1019: Buttons in outlook 2007 disappear.

Since the last activity on this report, GpgOL was changed a lot.
Probably the original reporter does not use the Windows/Outlook combination
anymore. Thus closing this report.

Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
actionmystique added a comment to T2268: .git/config [filter "cleanpo"] added during build is incorrect.

awk --version
GNU Awk 4.1.1, API: 1.1 (GNU MPFR 3.1.3, GNU MP 6.0.0)
Copyright (C) 1989, 1991-2014 Free Software Foundation.

Running the filter from the CLI: nothing happens.
root@/home/actionmystique/Program-Files/Ubuntu/GnuPG/git-libgpg-error# awk
'/^\"POT-Creation-Date:/&&!s{s=1;next};!/^#: /{print}'

^C

Mar 2 2016, 7:45 AM · Info Needed, Bug Report, gpgrt
wiz added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

Ibraheem very kindly tested again. However, it is still not working completely.
He writes:

It's still core dumping... Out of curiosity, I explicitly defined

'USE_DOUBLE_FOR_ALIGNMENT 1' and the checks were passing on Solaris with no more
core dumps. I guess that means they're on the right track, just have to get the
preprocessor directives right for gcc and Solaris.

Full details are in
https://mail-index.netbsd.org/pkgsrc-users/2016/03/01/msg023078.html

Mar 2 2016, 12:47 AM · Bug Report, gpgrt

Mar 1 2016

neal added a comment to T2268: .git/config [filter "cleanpo"] added during build is incorrect.

Running from the command line with gawk and mawk, I don't get an error message.
What version of awk are you using? Does this occur when triggering this from
the command line or only when running it from smartgit?

Mar 1 2016, 9:52 PM · Info Needed, Bug Report, gpgrt
neal added projects to T2270: gpg caches bad symmetric passwords: gnupg, Bug Report.
Mar 1 2016, 9:49 PM · Bug Report, gnupg
neal added projects to T2269: Session key encrypted with AES, but SED packet encrypted with AES256: gnupg, Bug Report.
Mar 1 2016, 8:20 PM · Bug Report, gnupg
actionmystique set Version to 1.2.1 on T2268: .git/config [filter "cleanpo"] added during build is incorrect.
Mar 1 2016, 11:51 AM · Info Needed, Bug Report, gpgrt
actionmystique added projects to T2268: .git/config [filter "cleanpo"] added during build is incorrect: gpgrt, Bug Report.
Mar 1 2016, 11:51 AM · Info Needed, Bug Report, gpgrt
gniibe added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

Thank you for clarification. I didn't know that pkgsrc supports other
platforms. Now, I understand.

I changed more:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=34b07146bbb0863436fc9381a84314b18bdfb807;hp=49655fb6ef39b307787e1b6e00c996f9c7db64f7

The intention is that USE_DOUBLE_FOR_ALIGNMENT for Solaris 32-bit version.
I thought that checking ILP32 worked (but not, in fact). I believe that LP64
checking works (at least with GCC).

Mar 1 2016, 2:32 AM · Bug Report, gpgrt

Feb 29 2016

aheinecke added a comment to T2146: Gpg4win does not kill all gpg-agents on update.

Ah nevermind, gpg-agent should probably do cleanups on shutdown to avoid leaking
secrets in memory. So TerminateProcess is no good for this. :-(

I wonder though, how is such a cleanup handled currently on Windows? E.g. If a
user logs out. I would expect some kind of Window Message support but I don't
see any. Only some dead / dummy code in w32main.c.

Feb 29 2016, 6:36 PM · Bug Report, gpg4win
aheinecke updated subscribers of T2146: Gpg4win does not kill all gpg-agents on update.
Feb 29 2016, 4:09 PM · Bug Report, gpg4win
aheinecke added a comment to T2146: Gpg4win does not kill all gpg-agents on update.

Werner: Is there a good reason that gpg-agent has to be called with
gpg-connect-agent?

I see several problems with that:

  • Multiple Agents in different homedirs. Not really a real world problem but

happens regularly for me in testing.

  • Wasting time if no agent is running as it starts an agent just to quit it.
  • Multiple users.

And if this fails we can't really handle the error anymore in Gpg4win as we just
call the gnupg-2.1 installer as a subprocess and won't see it if that installer
want's the user to restart.

Do you strongly object to just calling a TerminateProcess on all gpg-agent's we
can access in the uninstallation? This would remove that window and work more
robustly imo.

I've started doing this for GPA and Kleopatra in gpg4win (rev. 929ebdc5-929d94b)
Should I write a similar patch for the GnuPG-2.1 installer?

Feb 29 2016, 4:09 PM · Bug Report, gpg4win
wiz added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

I'm working on pkgsrc, which is a portable packaging system origination on
NetBSD. I myself work mostly on NetBSD.

However, we have patches for non-NetBSD platforms in pkgsrc, and this patch was
worked on by the two people mentioned earlier. Since I can not test on Solaris,
I asked them to test on Solaris, and Ibraheem did that.

I hope that clears it up.

Feb 29 2016, 9:06 AM · Bug Report, gpgrt
gniibe added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

Let me clarify/confirm. Does it work on Solaris? And now do you speak for NetBSD?
My fix is specific to Solaris (no matter if it's Sparc or not). It doesn't
handle any issues for NetBSD.

I seems that Sparc GNU/Linux doesn't have this alignment issue, but (for me) it
is highly likely that sparc architecutre requires the alignment of 8-byte.

Feb 29 2016, 12:37 AM · Bug Report, gpgrt

Feb 27 2016

wiz added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

Thank you for the patch.
I don't have the environment, but I asked the original reporter to test.
Sadly, his reply is negative, see:

https://mail-index.netbsd.org/pkgsrc-users/2016/02/27/msg023071.html

Feb 27 2016, 9:33 AM · Bug Report, gpgrt

Feb 26 2016

pmawson added a comment to T2259: --key-gen failing on Solaris 10.

Thanks for looking at it. I'll let you know if I find a workaround.

Feb 26 2016, 5:05 PM · gnupg, gnupg (gpg14), Bug Report
bernhard added a comment to T2247: inst_gpgol = false ha no affect.

On Friday 26 February 2016 at 11:45:07, xyzspeedy via BTS wrote:

We think, there ist a Problem in the Oulook-(Plugin)-Config on the tested
Systems, but i'm not sure,

Feb 26 2016, 1:36 PM · Info Needed, Bug Report, gpg4win
aheinecke added a comment to T2247: inst_gpgol = false ha no affect.

Hi,

If Gpg4win was already installed a new install with inst_gpgol=false will not
uninstall it. For this you have to uninstall first.
(With the upcoming gpg4win-3.0.0 we are changing that and are always calling
uninstall first on update.)

You can disable an installed GpgOL by setting the registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\GNU.GpgOL]
"LoadBehavior"=dword:00000000

As this can be overridden on a user level you might also want to check the same
key in HKEY_CURRENT_USER context.

With regards to the crashes. I'm sorry to hear that. We had an extremely nasty
bug that could cause random crashes unrelated to crypto operations ( T1837 )
that bug was only fixed with gpg4win-2.3.0.

Regards,
Andre

Feb 26 2016, 12:12 PM · Info Needed, Bug Report, gpg4win
xyzspeedy added a comment to T2247: inst_gpgol = false ha no affect.

Hello Andre,

i think, we can close this Ticket, You're Right.

But:
We have tested on more than five Systems with the attached INI and with

[gpg4win]
inst_gpgol = false

Call: gpg4win.exe /S /C={path}\gpg4win.ini (local or Network)

But gpgOL was installed an all Systems.

Then - after reading your Post - we tested on fresh Systems with Outlook 2013:
In all INI-Variations with 'inst_gpgOL=false', gpgOL was NOT installed.

We think, there ist a Problem in the Oulook-(Plugin)-Config on the tested
Systems, but i'm not shure, what we can do but not creating new Profiles.
I don't know, why the gpgol.dll ist installed on the mismatched
Outlook-Configurations. On fresh Systems 'inst_gpgol=false' works.
December 2015 up to January 2016, Outlook 2010 and 2013 running very
instable (crash one to five times per day) - with or without pgp.

When we have an answer from our Side, we tell you.

Greetings,
Joachim

Feb 26 2016, 11:45 AM · Info Needed, Bug Report, gpg4win
gniibe added a project to T2144: libgpg-error: assertion error on Solaris/sparc: Restricted Project.
Feb 26 2016, 2:28 AM · Bug Report, gpgrt
gniibe added a comment to T2144: libgpg-error: assertion error on Solaris/sparc.

Thank you for your report. Yes, it is the alignment issue.

Please try:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=5168b97fb5e2eebdc99b40f96f9b6289647e87d2

Feb 26 2016, 2:28 AM · Bug Report, gpgrt
gniibe added a comment to T2259: --key-gen failing on Solaris 10.

Reading the report, it seems for me that there is nothing we can do as GnuPG Team;
When poll/select returns 0 for /dev/random, it is natural for GnuPG (or any
applications) to wait.
If it is Solaris 10 kernel which changed the behaviour of /dev/random, it should
be fixed or it is better (for us) to know some way to workaround this change.

Feb 26 2016, 2:24 AM · gnupg, gnupg (gpg14), Bug Report
gniibe added a comment to T1671: libgpg-error 1.13 does not link on Solaris 10.

Fixed in
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=5168b97fb5e2eebdc99b40f96f9b6289647e87d2

Please test.

Feb 26 2016, 1:59 AM · gpgrt, Bug Report
gniibe added a project to T1671: libgpg-error 1.13 does not link on Solaris 10: Restricted Project.
Feb 26 2016, 1:59 AM · gpgrt, Bug Report
gniibe removed a project from T1671: libgpg-error 1.13 does not link on Solaris 10: Stalled.
Feb 26 2016, 1:59 AM · gpgrt, Bug Report

Feb 25 2016

neal removed a project from T2187: gpg2 --gen-revoke 0x${FINGERPRINT} produces infinite output stream: Restricted Project.
Feb 25 2016, 11:19 AM · Bug Report, gnupg
neal closed T2187: gpg2 --gen-revoke 0x${FINGERPRINT} produces infinite output stream as Resolved.
Feb 25 2016, 11:19 AM · Bug Report, gnupg
neal added a comment to T2187: gpg2 --gen-revoke 0x${FINGERPRINT} produces infinite output stream.

I assume that this patch solved the problem. Thanks for reporting!

Feb 25 2016, 11:19 AM · Bug Report, gnupg

Feb 24 2016

guilhem added a comment to T2236: Importing a key with badly ordered packets doesn't reorder it, and while --edit-key does reorder it doesn't move the signature packets to the right place.

Hi Neal,

Thanks for the patch, works great on the couple of keys I tried it on.
Unfortunately I'm unsure how to build OpenPGP keys with deliberately wrongly
ordered packets, so my tests are probably not exhaustive :-( But looking at
your code (from an outsider's perspective), I can't see how revocation
certificates etc would be handled differently from certificate signatures.

I found two issues though:

+ ndataa = pubkey_get_nsig (a->pubkey_algo);
+ ndatab = pubkey_get_nsig (a->pubkey_algo);

I guess it should be "b->pubkey_algo" on the second line.

Also, since the "check" command of the GnuPG prompt can modify the keyblock, it
should set "modify" accordingly:

-8<----------------------------------------------------------------------------------->8-
diff --git a/g10/keyedit.c b/g10/keyedit.c
index d7c2a4b..ede350a 100644

  • a/g10/keyedit.c

+++ b/g10/keyedit.c
@@ -2190,8 +2190,9 @@ keyedit_menu (ctrl_t ctrl, const char *username, strlist_t
locusr,

         break;

       case cmdCHECK:
  • check_all_keysigs (keyblock, count_selected_uids (keyblock),
  • !strcmp (arg_string, "selfsig"));

+ if (check_all_keysigs (keyblock, count_selected_uids (keyblock),
+ !strcmp (arg_string, "selfsig")))
+ modified = 1;

         break;

       case

cmdSIGN:-8<----------------------------------------------------------------------------------->8-

I understand that by default only selfsigs are reordered for performance
reasons. May I suggest to also consider the key to sign with (for instance
specified with "--local-user")? This can be useful, otherwise in order to avoid
potential duplicates signers might have to type "check" before signing a key.

Also (repeating what we discussed about on IRC so it gets indexed on the web :-)
Due to the append-only nature of keyservers, an uploaded badly ordered key
can't be fixed on the keyserver. As a consequence, with the current algorithm
each refresh would undo fixing the packets' order and removing the duplicates.
Ideally keys would be reordered upon import, and the merge algorithm would avoid
duplicate (for instance it could assume the local copy to be properly ordered,
and not add a packet to the local copy if said packet was found elsewhere on the
keyblock).

Feb 24 2016, 6:25 PM · gnupg (gpg22), Bug Report
lorenz added a comment to T2230: gpgsm decryption with smartcard fails with "Invalid session key".

For what it's worth, with the following trivial patch the decryption works:

diff --git a/sm/decrypt.c b/sm/decrypt.c
index a560272..aa6e874 100644

  • a/sm/decrypt.c

+++ b/sm/decrypt.c
@@ -74,9 +74,9 @@ prepare_decryption (ctrl_t ctrl, const char *hexkeygrip, const
char *desc,

    log_printhex ("pkcs1 encoded session key:", seskey, seskeylen);

  n=0;
  • if (seskeylen == 24)

+ if (seskeylen == 24 || seskeylen == 16)

{
  • /* Smells like a 3-des key. This might happen because a SC has

+ /* Smells like a 3-des or AES key. This might happen because a SC has

          already done the unpacking. */
     }
   else

I am not sure this is a good solution, though, it is probably better to somehow
pass along the information whether the padding is already stripped or not.

Kind regards,

Lorenz
Feb 24 2016, 4:05 PM · Restricted Project, gnupg, scd, Bug Report, S/MIME
aheinecke set Version to 2.1.11 on T2266: Gpg4win: Migrate Keyring to Keybox.
Feb 24 2016, 3:57 PM · Feature Request, gnupg, gpg4win
aheinecke added projects to T2266: Gpg4win: Migrate Keyring to Keybox: gpg4win, gnupg, Bug Report.
Feb 24 2016, 3:57 PM · Feature Request, gnupg, gpg4win
aheinecke added a comment to T2135: Keyring locking on Windows broken.

I've tested it with pubring now too and it works.
Justus mentioned in jabber that he noticed some more errors after this patch in
the scheme tests. I've not tried them.

Feb 24 2016, 3:39 PM · Bug Report, gpg4win, Windows, gnupg, Windows 32
werner added a comment to T2265: SSH confirmation with gpg-agent on Windows has the Allow button as the default action.

It should indeed be identical on all platforms.
iirc, the orginal request for that feature was to make allow the default.

Feb 24 2016, 2:38 PM · Bug Report, gpg4win