Page MenuHome GnuPG
Feed Advanced Search

Jan 5 2016

aheinecke added a comment to T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected.

I've tested to generate an rsa2048 key with backup on a v2.0 card and it works
now. I have not tested restoring from backup etc. But as this report was about
the failed generation, this issue is resolved imo.

Thanks!

Jan 5 2016, 10:55 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)
aheinecke closed T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected as Resolved.
Jan 5 2016, 10:55 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)

Dec 26 2015

nervengiftlabs added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

The patch seems to have fixed it.

Dec 26 2015, 2:37 PM · Bug Report, gnupg, gnupg (gpg21)

Dec 24 2015

gniibe added a comment to T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected.

I removed the not-working checkbkupkey subcommand in
44aee35e69540510617aea4b886ef845590960fe

Dec 24 2015, 3:58 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)
gniibe added a comment to T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected.

Also fixed the bkuptocard subcommand in: 40959add1ba0efc1f4aa87fa075fa42423eff73c

Dec 24 2015, 3:55 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)

Dec 22 2015

gniibe added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Thank you again.

It is likely that the token itself doesn't work well after wakeup from sleep
mode. In this case, all that we can do is re-inserting the token manually.

I'm not sure how PC/SC service handles USB reset after wakeup.

Dec 22 2015, 8:43 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Dec 22 2015, 7:52 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Sorry to say, but mapping the error to "no reader" doesn't help. The first
reset event doesn't get handled. Later it trys to remove the reader but it's
not getting correctly resetted/reinserted again.

I've attached the debug log again

Dec 22 2015, 7:52 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
gniibe added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Thank you for further testing.
I think that current code doesn't handle the case when card goes inactive/reset
while reader keeps working. Current code only goes to the reset sequence for a
card again when it detects reader failure. So, although the concept is
different, I think mapping PSCS_W_CARD_RESET to SW_HOST_NO_READER (for now) will
work. Given the situation we don't yet support multiple cards, this workaround
would be OK for a while.

Dec 22 2015, 2:10 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Dec 22 2015, 12:35 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Nope. Neither mapping the "reset card" event to SW_HOST_CARD_INACTIVE or
SW_HOST_NO_CARD helps. It seems that somewhere in the code the return code
SW error codes are not being handled correctly and the card doesn't get
resetted.

I've attached a small log where you can see that pcsc returns the error
reason "reset card" which then gets remapped to "Card reset required" (was
general error before). I also can see that the error is getting mapped to
GPG_ERR_CARD_RESET (because of the error message "Card reset required")
leaving the daemon around with no working card and reporting general errors
again (0x100b).

Additional Info: This bug only happens when you put your computer/laptop
into sleep mode while the smartcard/reader (yubikey) is plugged in. If I
remove the reader before putting it to sleep and attaching it after getting
out of the sleep mode, the scdaemon works fine.

Dec 22 2015, 12:35 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report

Dec 21 2015

dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

D338: 740_0002-scd-map-card-reset-event.patch

Dec 21 2015, 11:29 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Maybe it's more appropriate to map the PSCS_W_CARD_RESET event to the
SW_HOST_CARD_INACTIVE error code which later gets mapped to GPG_ERR_CARD_RESET
error code.

I've attached the patch file. It would make sense to backport this mapping as
well. Right now it's not yet tested.

Dec 21 2015, 11:29 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

I found another problem with the smartcard service under windows. Putting
the system into sleep mode and waking it up again creates an 0x80100068
error code (aka PCSC_W_RESET_CARD).

I'll test if it helps to map the RESET_CARD event to the same REMOVE_CARD
event to get the card reactivated after sleep mode.

Logfile:
2015-12-21 22:16:57 scdaemon[10040] DBG: send apdu: c=00 i=CA p1=00 p2=C4
lc=-1 le=256 em=0
2015-12-21 22:16:57 scdaemon[10040] DBG: PCSC_data: 00 CA 00 C4 00
2015-12-21 22:16:57 scdaemon[10040] pcsc_transmit failed: reset card
(0x80100068)
2015-12-21 22:16:57 scdaemon[10040] apdu_send_simple(0) failed: general
error

Dec 21 2015, 10:35 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report

Dec 19 2015

kristianf added a comment to T2197: --disable-tofu seems to also disable gnutls.

Thanks, I can confirm that this solves it.

Dec 19 2015, 11:40 AM · gnupg, Bug Report
kristianf closed T2197: --disable-tofu seems to also disable gnutls as Resolved.
Dec 19 2015, 11:40 AM · gnupg, Bug Report

Dec 18 2015

werner set Version to 2.1.10 on T2197: --disable-tofu seems to also disable gnutls.
Dec 18 2015, 5:16 PM · gnupg, Bug Report
werner added a comment to T2197: --disable-tofu seems to also disable gnutls.

Fixed with commit af14285

Dec 18 2015, 5:16 PM · gnupg, Bug Report
werner added a project to T2197: --disable-tofu seems to also disable gnutls: Restricted Project.
Dec 18 2015, 5:16 PM · gnupg, Bug Report
gniibe added a comment to T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected.

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

Dec 18 2015, 2:52 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)
gniibe added a project to T2169: Smartcard card-edit generate fails when off-card backup of encryption key is selected: Restricted Project.
Dec 18 2015, 2:52 AM · gnupg24, gnupg26, Bug Report, gpgagent, gnupg (gpg21)

Dec 16 2015

neal added a comment to T2186: --encrypt-to ambiguous with a expired and revoked key.

I've implemented this in fc010b6. If you get a chance to test it, I'd
appreciate any feedback! Thanks!

Dec 16 2015, 2:45 PM · gnupg24, Feature Request
neal added a project to T2186: --encrypt-to ambiguous with a expired and revoked key: Restricted Project.
Dec 16 2015, 2:45 PM · gnupg24, Feature Request

Dec 15 2015

guilhem closed T2176: --default-key and --local-user stopped working with gpg 2.1.10 and offline master keys as Resolved.
Dec 15 2015, 4:00 PM · gnupg, Bug Report
guilhem set Version to 2.1.10 on T2176: --default-key and --local-user stopped working with gpg 2.1.10 and offline master keys.
Dec 15 2015, 4:00 PM · gnupg, Bug Report
guilhem added a comment to T2176: --default-key and --local-user stopped working with gpg 2.1.10 and offline master keys.

I confirm that I'm not able to reproduce T2176 (guilhem on Dec 11 2015, 02:21 PM / Roundup) nor T2176 (guilhem on Dec 11 2015, 01:07 PM / Roundup) with 4ffe44c, so
I'm changing the issue to “resolved”. Thanks for the prompt action!

Dec 15 2015, 4:00 PM · gnupg, Bug Report
neal added a project to T2187: gpg2 --gen-revoke 0x${FINGERPRINT} produces infinite output stream: Restricted Project.
Dec 15 2015, 12:22 PM · Bug Report, gnupg
neal added a project to T2176: --default-key and --local-user stopped working with gpg 2.1.10 and offline master keys: gnupg.
Dec 15 2015, 11:17 AM · gnupg, Bug Report
neal added a project to T2176: --default-key and --local-user stopped working with gpg 2.1.10 and offline master keys: Restricted Project.
Dec 15 2015, 11:17 AM · gnupg, Bug Report
gniibe added a project to T1686: GPG Smartcard daemons not detecting card change Windows 8.1: Restricted Project.
Dec 15 2015, 5:23 AM · gnupg, Windows 32, gnupg (gpg20), Windows, Bug Report
gniibe added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

For my case with OpenPGPcard, the patch fixed the problem of wrong fingerprint
computation. Please test with the patch.

Dec 15 2015, 1:11 AM · Bug Report, gnupg, gnupg (gpg21)
gniibe added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

Sorry for my mistake for reading your post. I considered it would be the case
for m, but I also fixed the case for e, the exponent.
Here, I reproduce the problem with OpenPGPcard (while it only occurs 1/256 with
Gnuk Token).
I confirmed that original OpenPGPcard returns e as four bytes 00 01 00 01 with
0x00 in front. This causes 100% failure for fingerprint computation.
I'm going to test the patch with OpenPGPcard. (I'm now installing newer
libgpg-error, to build master of GnuPG.)

Dec 15 2015, 12:47 AM · Bug Report, gnupg, gnupg (gpg21)

Dec 14 2015

aheinecke closed T1824: gpg4win: Localization "Bis" instead of "To" in Kleopatra as Resolved.
Dec 14 2015, 2:07 PM · uiserver, kleopatra, gpgol, Bug Report
nervengiftlabs added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

gniibe: its not one failure in 248. It was 248 failures in 248 tries...

werner: I had to downgrade to have a working system. I hope I'll find time to
reproduce this this week

Dec 14 2015, 12:00 PM · Bug Report, gnupg, gnupg (gpg21)
gniibe added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

Thank you for the bug report. The ratio of 1 failure among 248 made me a great
hint to locate the bug.

I think that it is fingerprint computation bug, which is fixed here:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=d40975cbe8ff86fcc4a1b4963fdffc66ddee85ce

Dec 14 2015, 6:45 AM · Bug Report, gnupg, gnupg (gpg21)
gniibe added a project to T2150: Generating keys on OpenPGP card yields wrong public key: Restricted Project.
Dec 14 2015, 6:45 AM · Bug Report, gnupg, gnupg (gpg21)
gniibe claimed T2150: Generating keys on OpenPGP card yields wrong public key.
Dec 14 2015, 6:45 AM · Bug Report, gnupg, gnupg (gpg21)

Dec 11 2015

aheinecke closed T2141: GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later as Resolved.
Dec 11 2015, 6:51 PM · Bug Report, gpgol
aheinecke added a comment to T2141: GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later.

Emanuel tested this. As I wrote, inline editors are another thing.

Dec 11 2015, 6:51 PM · Bug Report, gpgol
gniibe added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Thank you for your testing.

Your change is pushed with my comment:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=d1a97585c5e73fbc7d4cf90e38f76ffc5aea305f

I'll backport this to GnuPG 2.0.

Dec 11 2015, 1:07 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report

Dec 10 2015

dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Dec 10 2015, 3:33 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Here's the logfile with all the errors (guru debug level) vanilla 2.1.10

Dec 10 2015, 3:33 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Dec 10 2015, 3:32 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

After some time spending fighting with the build tools of gnupg (cross compile
for windows under debian) I managed to build the installer with my patched
file.

Most important: The most common error thrown is the 0x8010001e
(E_SERVICE_STOPPED) This is the important one. The other error 0x8010001d
(E_NO_SERVICE) is only thrown in the transition from ok to stopped. So only
sometimes.

This was my process:

git clone git://git.gnupg.org/gnupg.git
cd gnupg
git checkout tags/gnupg-2.1.10
./autogen.sh
cat ../0001-scd-Fix-removal-of-unplugged-usb-readers.patch | patch -p1
sed -i -e 's/^SELFCHECK=1/SELFCHECK=0/' build-aux/speedo.mk
make -f build-aux/speedo.mk w32-installer

I've created new logfiles (vanilla 2.1.10 und patched 2.1.10) to show the
difference and confirm that it'S actually working now :-)

Dec 10 2015, 3:32 PM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
dhoffend added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

I'm okay with signing off the commit. I can test this for Windows 8.1 or 10,
my only problem is that I'm not able to compile gpg for windows right now. Or
are there instructions somewhere on how to achieve this?

Dec 10 2015, 9:11 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
gniibe added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

Thank you again.

I think that Windows 8 (and later) changed the PC/SC service. The service is
only available when smartcard is there, and after the removal, it returns
PCSC_E_NO_SERVICE error. This is not expected for current code.

I'm applying your patch with my comment like above. Do you agree to put the
line in the commit log?:

   Signed-off-by: Daniel Hoffend <dh@dotlan.net>

I don't have Windows 8 machine. So, I leave this issue as testing.

Dec 10 2015, 3:15 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report
gniibe added a project to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon: Restricted Project.
Dec 10 2015, 3:15 AM · gnupg (gpg22), Restricted Project, patch, Windows 64, scd, Windows, Windows 32, Bug Report

Dec 4 2015

aheinecke added a comment to T2141: GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later.

Should be fixed in git master. There is a small issue that sending encrypted
drafts from the inline reply window does not work. But if you open the draft in
a composer the Sign / Encrypt state is the same as it was when saving the draft.

The inline thingy is another issue. I can catch that and add a Messagebox to
tell the user she should open the messagecomposer to send.

Dec 4 2015, 5:26 PM · Bug Report, gpgol
aheinecke added a project to T2141: GpgOL does not (mime) encrypt messages sent from drafts folder in Outlook 2010 and later: Restricted Project.
Dec 4 2015, 5:26 PM · Bug Report, gpgol

Nov 27 2015

aheinecke added a project to T2137: GpgOL should not block while the UI Server starts up: Restricted Project.
Nov 27 2015, 4:30 PM · Bug Report, gpgol, gpg4win
aheinecke added a comment to T2161: Outlook 2016 Add-in Issues.

We've added support for Outlook 2016 with gpg4win 2.3.0 (gpgol 1.3.0). Which has
just been released two days ago :-)
Please try this version.

Nov 27 2015, 10:21 AM · Restricted Project, Bug Report, gpgol
aheinecke added a project to T2161: Outlook 2016 Add-in Issues: Restricted Project.
Nov 27 2015, 10:21 AM · Restricted Project, Bug Report, gpgol
aheinecke added a comment to T2133: pinentry qt 4 password corruption.

Werner, I know that nothing much in pinentry has changed since 0.9.6 but this
bug is pretty bad for pinentry-qt. It would be good to have a new release.

Nov 27 2015, 9:53 AM · pinentry, Bug Report

Nov 25 2015

aheinecke added a comment to T1837: GPGOL causes Outlook to crash.

I had a look at your logs. Indeed I can see where it crashes, and it really
looks like gpgol did something at the time of the crash. It crashed after a Mail
was Loaded by outlook and before it was read. I've read the related code again
and could not find a problem.

If you are testing again anyway Please set your EnableDebug value to 1536. This
enables Debug output related to outlooks internal data model and could help.

Nov 25 2015, 3:42 PM · Bug Report, gpgol
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

It was a crash. Outlook has been terminated and restartet automatically (can be
seen in gpgol log).
Now I'm going to start with gpgol enabled and I'll enable all other plugins step
by step.

Nov 25 2015, 3:33 PM · Bug Report, gpgol
aheinecke changed Version from 1.2.1 to 1.3.0 on T1837: GPGOL causes Outlook to crash.
Nov 25 2015, 2:11 PM · Bug Report, gpgol
aheinecke added a comment to T1837: GPGOL causes Outlook to crash.

We don't see any more crashes in testing and we had some other people test
1.3.0. before the release. Is it crashing or does outlook freeze up / not
responding?

Just to ensure that we have comparible setups, have you enabled other plugins
again? If so which?

I'll take a look at your debug output to see if I find something out of the
ordinary.

Nov 25 2015, 2:11 PM · Bug Report, gpgol
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

Nov 25 2015, 1:15 PM · Bug Report, gpgol
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

I installed the new gpg4win 2.3.0 release and activated gpgol. When answering an
email I had another crash reported in ntdll.dll. But I suspect that the crash is
related to gpgol even though it's not directly reported.
Now I'm going to leave gpgol disabled.
The corresponding logs are appended and might be that there are some hints inside.
Best regards
KJ

Nov 25 2015, 1:15 PM · Bug Report, gpgol

Nov 24 2015

neal removed a project from T1648: Missing step in instructions for verifying integrity: In Progress.
Nov 24 2015, 11:47 AM · gpgweb, Feature Request
neal added a project to T1648: Missing step in instructions for verifying integrity: Restricted Project.
Nov 24 2015, 11:47 AM · gpgweb, Feature Request
neal added a comment to T1648: Missing step in instructions for verifying integrity.

I've tried to improve the web page.

http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg-doc.git;a=commit;h=fa61217e26a97c4b9f3294746a581aee5eb47ad8

Since Werner needs to check this, I'm changing the status of this issue to
testing and adding him to the cc.

@Reuben: If you have some ideas of additional improvements, I'd be grateful.
Thanks.

Nov 24 2015, 11:47 AM · gpgweb, Feature Request
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

After installing the lastest beta I had unfortunately several crashes of Outlook.
The crashes are reported for severeal modules. There was no crash in module
gpgol reported, nevertheless I disabled gpgol.
If there are some news - even no more crash - I'll give an update here.

Best regards
KJ

Nov 24 2015, 10:56 AM · Bug Report, gpgol

Nov 20 2015

kjathome added a comment to T1837: GPGOL causes Outlook to crash.

I had all flags enabled (2047) and set it now to 1.

Thanks again.
KJ

Nov 20 2015, 1:18 PM · Bug Report, gpgol
aheinecke added a comment to T1837: GPGOL causes Outlook to crash.

There was only a crash at the very beginning when I started outlook and forwared
an email with encryption to myself. Outlook crashed but module MSPTLS.DLL has
been reported to be the cause of the failure.

I'll try it out.

In the log file of gpgol I noticed that there is a huge amount of messages
in.lock taken or released and the same for out.lock. Is it possible to disable
selectively these lines because it floods the disk and I'd like to have some
debug lines enabled if some problem might occur.

Yes just set the enableDebug registry setting of GPGOL
(HKEY_CURRENT_CUSER/Software/GNU/GpgOL) to 1
You currently probably have it at a much higher level.
This will disable the most spamming debug outputs and leave the important stuff
active.

Nov 20 2015, 12:03 PM · Bug Report, gpgol
kjathome added a comment to T1837: GPGOL causes Outlook to crash.

Thanks for the quick fix and your detailed answer.

I installed the new version and had nearly no problems: I successfully exported
contacts serveral times (even waiting more than 10 minutes) and de- and
encrypted emails multiple times.

There was only a crash at the very beginning when I started outlook and forwared
an email with encryption to myself. Outlook crashed but module MSPTLS.DLL has
been reported to be the cause of the failure.

In the log file of gpgol I noticed that there is a huge amount of messages
in.lock taken or released and the same for out.lock. Is it possible to disable
selectively these lines because it floods the disk and I'd like to have some
debug lines enabled if some problem might occur.

Best regards
KJ

Nov 20 2015, 11:59 AM · Bug Report, gpgol

Nov 19 2015

aheinecke added a project to T1837: GPGOL causes Outlook to crash: Restricted Project.
Nov 19 2015, 6:14 PM · Bug Report, gpgol
aheinecke added a comment to T1961: pinentry-qt4 needs -std=c++11 to compile with gcc-5.1.

I'm marking this as resolved as the currently released version of pinentry
compiles with gcc-5.1

Nov 19 2015, 10:18 AM · Bug Report, pinentry

Nov 18 2015

neal closed T1777: pinentry-gtk-2 refuses input when GTK_IM_MODULE=scim as Resolved.
Nov 18 2015, 11:28 AM · Bug Report, pinentry
neal added a comment to T1777: pinentry-gtk-2 refuses input when GTK_IM_MODULE=scim.

Given the amount of time since the request for testing, I don't think we are
going to get a response. As such, I'm going to close this issue and mark it as
resolved. If there is still a problem please either reopen this bug report or
file a one. Thanks.

Nov 18 2015, 11:28 AM · Bug Report, pinentry

Nov 12 2015

aheinecke added a project to T1824: gpg4win: Localization "Bis" instead of "To" in Kleopatra: Restricted Project.
Nov 12 2015, 5:53 PM · uiserver, kleopatra, gpgol, Bug Report

Nov 6 2015

neal closed T1239: pinentry-gtk2 hangs when GNOME a11y is enable as Resolved.
Nov 6 2015, 12:41 PM · Bug Report, pinentry
neal added a comment to T1239: pinentry-gtk2 hangs when GNOME a11y is enable.

I'm marking this as resolved. If it is still an issue, please feel free to
reopen. Thanks.

Nov 6 2015, 12:41 PM · Bug Report, pinentry

Nov 3 2015

neal added a project to T758: Provide an option to choose the name of saved files: Restricted Project.
Nov 3 2015, 10:10 PM · gpa, Feature Request
werner added a project to T1477: libassuan internal vasprintf causes segfaults on x86_64-sun-solaris2.10: Restricted Project.
Nov 3 2015, 7:26 PM · Bug Report, libassuan
werner added a comment to T1477: libassuan internal vasprintf causes segfaults on x86_64-sun-solaris2.10.

Version 2.4.0 has been released which replaces the used vasprintf code.

Nov 3 2015, 7:26 PM · Bug Report, libassuan

Oct 28 2015

werner added a project to T2029: gpgsm --gen-key prompts for usage flags, then discards them when generating a CSR: Restricted Project.
Oct 28 2015, 7:03 PM · Bug Report, gnupg
werner added a comment to T2029: gpgsm --gen-key prompts for usage flags, then discards them when generating a CSR.

Fixed with commit 8b6c83d for 2.1.10.

Oct 28 2015, 7:03 PM · Bug Report, gnupg
werner removed a project from T2029: gpgsm --gen-key prompts for usage flags, then discards them when generating a CSR: In Progress.
Oct 28 2015, 7:03 PM · Bug Report, gnupg
werner lowered the priority of T2112: Crash on ssh-add from Unbreak Now! to Normal.
Oct 28 2015, 5:24 PM · Bug Report, gnupg
werner added a project to T2082: dirmngr segfault on fuzzed input: Restricted Project.
Oct 28 2015, 12:02 PM · Bug Report, dirmngr

Oct 22 2015

aheinecke added a comment to T2133: pinentry qt 4 password corruption.

Uh that's an embarassing error.

Thanks for your analysis and fix. I haven't seen problems with this in my tests
but the UTF8 Byte array is indeed temporary and the pin pointer is invalid after
it's destruction.

I've commited the your fix (with an ammended commit message so it confirms to
the msg style used in pinentry) with f143d21

Werner I've assigned it to you as this needs a release :/ Sorry.

Oct 22 2015, 11:00 AM · pinentry, Bug Report
aheinecke assigned T2133: pinentry qt 4 password corruption to werner.
Oct 22 2015, 11:00 AM · pinentry, Bug Report
aheinecke added a project to T2133: pinentry qt 4 password corruption: Restricted Project.
Oct 22 2015, 11:00 AM · pinentry, Bug Report

Oct 19 2015

werner added a project to T2127: enable deprecation of specific digest algorithms: Restricted Project.
Oct 19 2015, 7:53 PM · gnupg, Feature Request

Oct 14 2015

gniibe added a comment to T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX.

For 1.6, please see:

    commit d501cc4edd55d3953d7581b3f8ff0c348df31ef0
    commit 24f6c65e36edec13aa781862ff1ff45ca3e99b99

Please test.

Oct 14 2015, 5:50 AM · Bug Report, libgcrypt
gniibe added a project to T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX: Restricted Project.
Oct 14 2015, 5:50 AM · Bug Report, libgcrypt
gniibe removed a project from T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX: In Progress.
Oct 14 2015, 5:50 AM · Bug Report, libgcrypt

Oct 8 2015

werner added a project to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error: Restricted Project.
Oct 8 2015, 7:15 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win

Oct 6 2015

werner added a project to T2120: Supporte tilde (~) expansion for dirmngr option hkp-cacert: Restricted Project.
Oct 6 2015, 1:16 PM · Feature Request, dirmngr

Oct 2 2015

vext01 added a comment to T2107: dirmngr crash when searching keyservers on OpenBSD.

No problem!

Regarding ipv6. It's not that my OS doesn't support it, it's that the network I
am currently connected to (on my laptop) is not providing IPv6. There's nothing
to say that I won't move to another network that does.

Detecting IPv6 capability would be useful, but (I think) difficult. Especially
since I can move between networks in the lifetime of a single dirmngr. If I move
from a network *without* IPv6 to a network *with* IPv6, should dirmngr realise
and re-enable IPv6?

Anyway, we should open a new bug for this?

P.S.

The fix is applied to OpenBSD ports 2.1.8.

Cheers

Oct 2 2015, 12:02 PM · Duplicate, gnupg, Bug Report, dirmngr
werner added a project to T2107: dirmngr crash when searching keyservers on OpenBSD: Restricted Project.
Oct 2 2015, 11:46 AM · Duplicate, gnupg, Bug Report, dirmngr
werner added a comment to T2112: Crash on ssh-add.

What I have in mind is to create a meta data file for each key file. This file
can then be used for things like confirm flags. Tehre is for example a request
to adda confirm flag for OpenPGP keys if used with --extra-socket. Maybe we can
even fade out sshcontrol and use such a meta data file instead.

Then it would be really useful to have a GUI to edit these files.

Oct 2 2015, 11:11 AM · Bug Report, gnupg
kristianf added a comment to T2105: Pinentry: Configure flag to specify Qt4 or Qt5.

looks good to me

Oct 2 2015, 10:44 AM · Bug Report, pinentry
aheinecke added a comment to T2105: Pinentry: Configure flag to specify Qt4 or Qt5.

Right. Hopefully fixed with 48ab8cd

I wonder why this worked for me. If I try to run your testcase it fails with
bash / dash / zsh.

Oct 2 2015, 10:28 AM · Bug Report, pinentry
kristianf added a comment to T2105: Pinentry: Configure flag to specify Qt4 or Qt5.

Thanks, but I'm afraid that's not sufficient; the issue of the whitespace after
have_qt5_libs still exists after that commit for bash.

See the following test case: $ cat ./test.sh
#!/bin/bash
have_qt5_libs="no";
echo ${have_qt5_libs}

have_qt5_libs2 = "no";
echo ${have_qt5_libs2}

$ ./test.sh
no
./test.sh: line 5: have_qt5_libs2: command not found

The good news is that besides this buglet I've now pushed the updated revision
to our testing repository and have yet to get any bug reports. The patch I've
pushed is
https://gitweb.gentoo.org/repo/gentoo.git/tree/app-crypt/pinentry/files/pinentry-0.9.6-add-disable-pinentry-qt5-option.patch#n38
which doesn't experience this issue.

Oct 2 2015, 10:09 AM · Bug Report, pinentry
aheinecke added a comment to T2105: Pinentry: Configure flag to specify Qt4 or Qt5.

I've fixed the variable assignment with rev. e9d063e
Sorry. Worked for me on debian jessie with dash.

Oct 2 2015, 9:52 AM · Bug Report, pinentry

Sep 30 2015

gniibe added a comment to T2112: Crash on ssh-add.

Thank you for testing.

ssh-add'ing your key, you have .gnupg/private-keys-v1.d/<KEYGRIP>.key registered.
Removing an entry in .gnupg/sshcontrol manually doesn't remove the file, and it
results inconsistent state.
Please remove the file.

I admit that current UI set for SSH is not enough; we need improvement here.

Sep 30 2015, 3:44 AM · Bug Report, gnupg

Sep 29 2015

kristianf added a comment to T2105: Pinentry: Configure flag to specify Qt4 or Qt5.

"+ have_qt5_libs = no;" result in command not found issues in configure so I
changed this to "+ have_qt5_libs="no";".

I've done some preliminary packaging tests and things seems to be working as
expected, will give it some more local testing before pushing it onto users in
testing

Sep 29 2015, 9:00 PM · Bug Report, pinentry
dangersalad added a comment to T2112: Crash on ssh-add.

Sorry, I spoke too soon on that last message, the bug was still there, I was
just running the agent at version 2.1.7... not awake yet.

Anyway, your patch solved the issue of not being able to add new keys to the
agent via ssh-add, though it may have raised another issue.

I successfully added a new key to the agent, then I removed it from the
ssh-control file and added it again. When trying to readd it after restarting
the agent, it did not show a password prompt to set the password. Instead it
returned a successful message without actually adding the key to the agent.

% ssh-add foo
Identity added: foo (foo)
Sep 29 2015, 6:59 PM · Bug Report, gnupg