Summary: | Certification fails with "Allgemeiner Fehler" (Common Failure) | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | kdefix |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | aheinecke, bjoernv, mutz |
Priority: | NOR | ||
Version: | 2.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | gpg4win 3 | |
Sentry Crash Report: |
Description
kdefix
2015-09-27 18:53:26 UTC
In order to check Yubikey Neo I opened a ticket at Yubico: Ticket 00012836 When signing the key in command line with gpg --sign-key, the key was signed properly. I therefore assume that Yubikey Neo works properly. This behaviour could be reproduced with Windows 7 Git commit 73dbcc6bd8609d7db57c191fbb12544eb3da1186 by Andre Heinecke. Committed on 29/04/2016 at 16:08. Pushed by aheinecke into branch 'Applications/16.04'. Handle PINENTRY_LAUNCHED status in editinteractor With GnuPG 2.1 we will get a PINENTRY_LAUNCHED status Kleopatra would error out on this status as it was unkown. As the status was new in gpgme 1.5.0 we guard it with an ifdef to avoid raising the requirement. In older versions this problem might have been caused by the option allow-pinentry-notify. This fixes various problems in Kleopatra (adding user id's, verifying certificates) that would fail if the passphrase/pin was not cached. M +6 -0 src/editinteractor.cpp http://commits.kde.org/gpgmepp/73dbcc6bd8609d7db57c191fbb12544eb3da1186 I'm not sure if this fixes your problem, but I got the general error failure reliably using GnuPG2.1 under GNU/Linux. The mentioned commit fixed that. With 2.0.x I think though that you would have to have the option "allow-pinentry-notify" in your gpg-agent.conf so this might not be your bug. The fix mentioned above will be part of the next Gpg4win-3.0 beta, I'll try to remember to ping here once We've published that so that you may check if this fixes your issue, too. Thank you, I am looking forward to retest that bug. |