Page MenuHome GnuPG
Feed All Stories

Apr 28 2021

ikloecker committed rLIBKLEO94862d5d594b: Clean up headers (authored by ikloecker).
Clean up headers
Apr 28 2021, 3:49 PM
Bedlas added a comment to T5414: Input/output error (218136625).

when I insert: gpg --verify -v Bisq-64bit-1.6.2.exe.asc at the command line (at windows), I get the answer:
gpg: cannot open "Bisq-64bit-1.6.2.exe.asc": No such file or directory
gpg: verify signatures failed: No such file or directory

Apr 28 2021, 1:35 PM · Support, gpg4win
ikloecker committed rLIBKLEOc43b69027c10: Take groups into account when resolving signing keys (authored by ikloecker).
Take groups into account when resolving signing keys
Apr 28 2021, 12:10 PM
ikloecker committed rLIBKLEO265662200481: Log warning if test key was not found to catch typos and c&p bugs in tests (authored by ikloecker).
Log warning if test key was not found to catch typos and c&p bugs in tests
Apr 28 2021, 12:10 PM
ikloecker committed rLIBKLEO50bea92e5c0b: Simplify adding signing key to result (authored by ikloecker).
Simplify adding signing key to result
Apr 28 2021, 12:10 PM
ikloecker committed rLIBKLEOfde4ff96a3a4: Resolve encryption groups only if encryption keys are needed (authored by ikloecker).
Resolve encryption groups only if encryption keys are needed
Apr 28 2021, 12:10 PM
werner added a comment to T5414: Input/output error (218136625).

Please try to verify on the command line (cmd.exe):

Apr 28 2021, 11:37 AM · Support, gpg4win
Bedlas created T5414: Input/output error (218136625).
Apr 28 2021, 9:35 AM · Support, gpg4win
colemickens added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.

Thanks @gniibe, that's very helpful advice and pointers. Very appreciated, cheers.

Apr 28 2021, 5:03 AM · MacOS, Support, scd
bagnaram closed T5410: pinentry-gnome3 no longer functions in Wayland as Resolved.
Apr 28 2021, 4:38 AM · pinentry
bagnaram added a comment to T5410: pinentry-gnome3 no longer functions in Wayland.

Thank you all for the help. I thought this was a bug with pinentry itself but appears to be dbus related based on the above command.

Apr 28 2021, 4:38 AM · pinentry
gniibe added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.

Perhaps, if a distro haven't offered setting of USB, it would be better to configure GnuPG build with --disable-ccid-driver and only support scdaemon with PC/SC. GPG for Windows does so.

Apr 28 2021, 4:05 AM · MacOS, Support, scd
gniibe added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.
  1. It's a breaking change for system with both of PC/SC and CCID. T4673 due to T3300
    • If you configure with no libusb, users don't need 'disable-ccid' option.
  2. I don't know how "wide".
  3. In Debian, it is maintained here: https://salsa.debian.org/debian/gnupg2/-/blob/debian/main/debian/scdaemon.udev
  4. Yes.
Apr 28 2021, 3:59 AM · MacOS, Support, scd
gniibe added a comment to T5410: pinentry-gnome3 no longer functions in Wayland.

To set DISPLAY, dbus-update-activation-environment is your friend.

Apr 28 2021, 3:43 AM · pinentry
gniibe added a comment to T5410: pinentry-gnome3 no longer functions in Wayland.

FYI, for me, on a machine with Debian GNU/Linux, I use Sway, it works fine with pinentry-gnome3.

Apr 28 2021, 3:34 AM · pinentry
gniibe added a comment to rC060c378c050e: ecc: Check the input length for the point..

Backported in rC3f48e3ea37ad: ecc: Check the input length for the point..

Apr 28 2021, 3:20 AM
bagnaram added a comment to T5410: pinentry-gnome3 no longer functions in Wayland.

I have installed the Gnome keyring prompter and there seems to be a problem using the Wayland display

Apr 28 2021, 12:46 AM · pinentry

Apr 27 2021

ikloecker moved T5397: GpgOL: Add support for groups with S/MIME keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 27 2021, 5:08 PM · kleopatra, Restricted Project, gpgol
ikloecker committed rLIBKLEO729cdb3e475a: Resolve groups after overrides but before keys (authored by ikloecker).
Resolve groups after overrides but before keys
Apr 27 2021, 5:03 PM
ikloecker committed rLIBKLEO4f0aadb32a1a: Improve cleanup after tests (authored by ikloecker).
Improve cleanup after tests
Apr 27 2021, 5:03 PM
ikloecker committed rLIBKLEO68fda099d430: Improve group support in key resolver (authored by ikloecker).
Improve group support in key resolver
Apr 27 2021, 5:03 PM
ikloecker committed rLIBKLEO1b9f9eb11095: Replace bool arguments needSign and needEncrypt with KeyUsage enum (authored by ikloecker).
Replace bool arguments needSign and needEncrypt with KeyUsage enum
Apr 27 2021, 5:03 PM
werner renamed T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes. from After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GnuOL does not load, Outlook crashes. to After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..
Apr 27 2021, 2:39 PM · gpg4win, Support
werner added a comment to T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode.

The curve is not defined to be used for ECDH (encryption); in fact it should in general only be used with the EdDSA
algorithm. You need to use "Key-Type: eddsa". Note that the EdDSA signing algorithm is different than the commonly used ECDSA signing algorithm.

Apr 27 2021, 2:39 PM · FAQ, gnupg, OpenPGP
werner added a comment to rC060c378c050e: ecc: Check the input length for the point..

Can you please port this also to 1.8?

Apr 27 2021, 2:34 PM
gniibe committed rGf209d7d2db0e: scd: Fix unblock PIN by a Reset Code with KDF. (authored by kirelagin).
scd: Fix unblock PIN by a Reset Code with KDF.
Apr 27 2021, 1:49 PM
gniibe triaged T5413: Unblock PIN by Reset Code as Normal priority.
Apr 27 2021, 1:45 PM · Restricted Project, gnupg, scd
gniibe created T5413: Unblock PIN by Reset Code.
Apr 27 2021, 1:44 PM · Restricted Project, gnupg, scd
masoudbahar added a comment to T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode.

Thanks for the quick response Werner. I knew I could use it with quick-gen-key and I’ve updated my config file to have it as default.
But, just for my understanding, is there a reason ed25519 cannot be used with full-gen-key and gen-key in batch mode?

Apr 27 2021, 12:13 PM · FAQ, gnupg, OpenPGP
gniibe committed rC060c378c050e: ecc: Check the input length for the point. (authored by gniibe).
ecc: Check the input length for the point.
Apr 27 2021, 10:30 AM
werner closed T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode as Resolved.
Apr 27 2021, 8:34 AM · FAQ, gnupg, OpenPGP
werner edited projects for T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode, added: gnupg, FAQ; removed gnupg (gpg23), Bug Report.

You can't use ecdh with ed25519.

Apr 27 2021, 8:33 AM · FAQ, gnupg, OpenPGP
werner claimed T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode.
Apr 27 2021, 8:14 AM · FAQ, gnupg, OpenPGP
masoudbahar created T5412: Getting "Invalid digest algorithm", when trying to generate ECDH keys, in batch mode.
Apr 27 2021, 5:14 AM · FAQ, gnupg, OpenPGP
tps800 renamed T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes. from After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 to After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GnuOL does not load, Outlook crashes..
Apr 27 2021, 2:07 AM · gpg4win, Support
tps800 created T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..
Apr 27 2021, 2:06 AM · gpg4win, Support

Apr 26 2021

colemickens added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.

Hi, as a contributor to NixOS I'd also like some guidance. I'm testing the 2.3 upgrade ahead of 2.4, and it "breaks" Yubikey UX that I know many of us use. This might be because we appear to not yet install gnupg's CCID udev rules installed. A few questions:

Apr 26 2021, 11:12 PM · MacOS, Support, scd
jukivili committed rCeb96baf28473: hash_buffers: add output length param for XOF support (authored by jukivili).
hash_buffers: add output length param for XOF support
Apr 26 2021, 9:47 PM
jukivili committed rCe866c01e645d: keccak: add hash_buffers functions for SHAKE128 & SHAKE256 (authored by jukivili).
keccak: add hash_buffers functions for SHAKE128 & SHAKE256
Apr 26 2021, 9:47 PM
jukivili committed rC580ae61db5fe: md: remove hash_buffer function from algorithms (authored by jukivili).
md: remove hash_buffer function from algorithms
Apr 26 2021, 9:47 PM
jukivili committed rCf53d541d0947: Add XOF output support for internal _gcry_md_hash_buffers (authored by jukivili).
Add XOF output support for internal _gcry_md_hash_buffers
Apr 26 2021, 9:47 PM
jukivili committed rC4770ad72607f: Use memset for constant length wipememory2 (authored by jukivili).
Use memset for constant length wipememory2
Apr 26 2021, 9:47 PM
werner committed rCa208f6af5033: doc: Clarify gcry_md_setkey for keyed BLAKE hashes. (authored by werner).
doc: Clarify gcry_md_setkey for keyed BLAKE hashes.
Apr 26 2021, 8:13 PM
jukivili closed T5255: libgcrypt: build "error: invalid operand for instruction" when compiling with Clang & LTO as Resolved.
Apr 26 2021, 5:43 PM · asm, libgcrypt, clang, Bug Report
aheinecke committed rW54c9b20c0677: Update kde-l10n and gpg4win-tools (authored by aheinecke).
Update kde-l10n and gpg4win-tools
Apr 26 2021, 4:38 PM
aheinecke committed rW0a2650c6ea24: Fix libkleo-lower-cmake-requirement patch (authored by aheinecke).
Fix libkleo-lower-cmake-requirement patch
Apr 26 2021, 4:38 PM
aheinecke committed rW6545b2bf286b: Remove gpgwrap installation (authored by aheinecke).
Remove gpgwrap installation
Apr 26 2021, 4:17 PM
werner committed rG99db4b0c7fd1: gpg: Do not use import-clean for LDAP keyserver imports. (authored by werner).
gpg: Do not use import-clean for LDAP keyserver imports.
Apr 26 2021, 3:36 PM
werner committed rG4fcfac6feb2a: gpg: Fix mailbox based search via AKL keyserver method. (authored by werner).
gpg: Fix mailbox based search via AKL keyserver method.
Apr 26 2021, 3:36 PM
werner triaged T5410: pinentry-gnome3 no longer functions in Wayland as Normal priority.

Please install the Gnome Key Ring prompter tool or use the plain GTK pinentry.

Apr 26 2021, 2:17 PM · pinentry
Mue added a comment to T5374: Can't move a signed mail in Outlook from In-Mail folder to any other folder.

I do have the same Problem.
It started about 2 weeks ago.

Apr 26 2021, 10:39 AM · Bug Report, gpg4win
gniibe added a comment to T1756: gpg-agent doesn't accept ssh certificates.

Update:
It looks like OpenSSH version 8 now supports ssh-agent's handling REQUEST_IDENTITIES.

Apr 26 2021, 8:32 AM · gnupg, Feature Request

Apr 25 2021

cristianrivera added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.

Thank you for the suggestion of disable-ccid that seems to have solved the problem.

Apr 25 2021, 9:08 PM · MacOS, Support, scd
werner committed rG100037ac0f55: gpg: Auto import keys specified with --trusted-keys. (authored by werner).
gpg: Auto import keys specified with --trusted-keys.
Apr 25 2021, 8:04 PM
werner committed rGcc5aa68b6310: scd:p15: Fix last commit and improve D-TRUST detection. (authored by werner).
scd:p15: Fix last commit and improve D-TRUST detection.
Apr 25 2021, 4:39 PM
werner committed rG21e3f750bd7d: scd:p15: Shorten the displayed s/n of RSCS cards (authored by werner).
scd:p15: Shorten the displayed s/n of RSCS cards
Apr 25 2021, 3:04 PM
werner committed rG3cbc66410d62: gpg: Replace an obsolete trustdb function. (authored by werner).
gpg: Replace an obsolete trustdb function.
Apr 25 2021, 3:04 PM
Laurent Montel <montel@kde.org> committed rLIBKLEO54adb1f5ddb1: GIT_SILENT: prepare 5.17.1 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 5.17.1
Apr 25 2021, 10:54 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRAa25bff11c393: GIT_SILENT: prepare 5.17.1 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 5.17.1
Apr 25 2021, 10:50 AM

Apr 24 2021

Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRAf740c929e7da: Avoid needlessly converting a QIcon to a pixmap (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Avoid needlessly converting a QIcon to a pixmap
Apr 24 2021, 9:16 PM
l10n daemon script <scripty@kde.org> committed rLIBKLEO01a950ff82a2: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Apr 24 2021, 3:29 AM
bagnaram created T5410: pinentry-gnome3 no longer functions in Wayland.
Apr 24 2021, 1:10 AM · pinentry

Apr 23 2021

Laurent Montel <montel@kde.org> committed rLIBKLEOee4fbc76c6e9: Fix mem leak found by asan (authored by Laurent Montel <montel@kde.org>).
Fix mem leak found by asan
Apr 23 2021, 9:40 PM
ikloecker committed rLIBKLEO8cc1241f6e10: Add include to allow building with older versions of Qt (authored by ikloecker).
Add include to allow building with older versions of Qt
Apr 23 2021, 6:43 PM
bernhard added a comment to T5248: Kleopatra: Change running as Administrator from error to warning.

https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works has

Apr 23 2021, 4:56 PM · kleopatra, gpg4win
ikloecker committed rKLEOPATRA488a31ae77d3: Remove wrong include (authored by ikloecker).
Remove wrong include
Apr 23 2021, 3:52 PM
Laurent Montel <montel@kde.org> committed rLIBKLEOb905b18608c3: Use #pragma once (authored by Laurent Montel <montel@kde.org>).
Use #pragma once
Apr 23 2021, 1:30 PM
aheinecke added a comment to T5248: Kleopatra: Change running as Administrator from error to warning.

Searching the web "Why UAC is important" finds a lot of explanations https://www.digitalcitizen.life/uac-why-you-should-never-turn-it-off/

Apr 23 2021, 10:50 AM · kleopatra, gpg4win
bernhard added a comment to T5248: Kleopatra: Change running as Administrator from error to warning.

I've also suggested 3.1.14, but the changelog for 3.1.15 lists two potential important defects fixed for GPGOL (the empty recipient and the auto-retrieve).

Apr 23 2021, 10:43 AM · kleopatra, gpg4win
aheinecke added a comment to T5248: Kleopatra: Change running as Administrator from error to warning.

My suggestion would be to just keep using 3.1.14 But yeah there will be a 3.1.16 / 4 Beta soonish.

Apr 23 2021, 10:33 AM · kleopatra, gpg4win
werner committed rG0b875aa11adf: agent,w32: Silence the get_peercred failed diagnostic (authored by werner).
agent,w32: Silence the get_peercred failed diagnostic
Apr 23 2021, 10:26 AM
FrederickZh added a comment to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.

I can confirm disable-ccid works, thank you!

Apr 23 2021, 9:25 AM · MacOS, Support, scd
werner closed T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1 as Resolved.

Please have a look at the log:

Apr 23 2021, 9:08 AM · MacOS, Support, scd
bernhard added a comment to T5248: Kleopatra: Change running as Administrator from error to warning.

https://wiki.gnupg.org/Gpg4win/RunAsUser has more explanation about this, and I had to give this to quite a number of people in support. (An improvement to the could be a link to a very good external or official explanation, does somebody know one? I've searched briefly but was not successfull to find strong recommendations by Microsoft.)

Apr 23 2021, 8:51 AM · kleopatra, gpg4win
werner committed rG84c2d97cca76: agent: Require verbose level 2 for handler started/terminated notices. (authored by werner).
agent: Require verbose level 2 for handler started/terminated notices.
Apr 23 2021, 8:51 AM
werner committed rG883f1a517362: doc: Typo fix (authored by werner).
doc: Typo fix
Apr 23 2021, 8:51 AM
werner committed rG50293ec2ebf2: gpg: Allow decryption w/o public key but with correct card inserted. (authored by werner).
gpg: Allow decryption w/o public key but with correct card inserted.
Apr 23 2021, 8:51 AM
FrederickZh added a project to T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1: scd.
Apr 23 2021, 6:41 AM · MacOS, Support, scd
FrederickZh created T5409: scdaemon: 'Operation not supported by device' error under macOS after upgrading to 2.3.1.
Apr 23 2021, 6:40 AM · MacOS, Support, scd
gniibe closed T5408: gpgconf should? not list disabled components as Resolved.
Apr 23 2021, 4:20 AM · Bug Report, Windows, gnupg (gpg23)
gniibe accepted D529: po: Update Simplified Chinese Translation..

Thank you.
I'll report the original message problem.
Applied and pushed.

Apr 23 2021, 4:19 AM
gniibe committed rGad7d2e6fb1b4: po: Update Simplified Chinese Translation. (authored by bobwxc).
po: Update Simplified Chinese Translation.
Apr 23 2021, 4:19 AM
gniibe committed rG97ba94e52b23: tools: Fix for --disable-tpm2d. (authored by gniibe).
tools: Fix for --disable-tpm2d.
Apr 23 2021, 4:13 AM

Apr 22 2021

Laurent Montel <montel@kde.org> committed rLIBKLEOff77d4413d47: GIT_SILENT: prepare 5.17.1 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 5.17.1
Apr 22 2021, 6:23 PM
Laurent Montel <montel@kde.org> committed rKLEOPATRAe6e5e94e3f86: GIT_SILENT: prepare 5.17.1 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 5.17.1
Apr 22 2021, 6:21 PM
ikloecker moved T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:51 PM · kleopatra, Restricted Project, gpgol
ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:51 PM · kleopatra, Restricted Project, gpgol
ikloecker moved T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys, a subtask of T5283: GpgOL: Add mixed mode for S/MIME and OpenPGP to libkleo newkeyresolver, as Resolved.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol
ikloecker closed T5398: GpgOL: In mixed mode disable or hide not needed signing and encrypt-to-self keys as Resolved.
Apr 22 2021, 2:50 PM · kleopatra, Restricted Project, gpgol
ikloecker committed rLIBKLEO9f12dd038c08: Add missing include (authored by ikloecker).
Add missing include
Apr 22 2021, 12:57 PM
ikloecker committed rLIBKLEO744e209ae607: Fix testKey() helper (authored by ikloecker).
Fix testKey() helper
Apr 22 2021, 12:50 PM
ikloecker committed rLIBKLEO689aeee8f0d0: Set protocol of result and ignore null keys (authored by ikloecker).
Set protocol of result and ignore null keys
Apr 22 2021, 12:50 PM
ikloecker committed rLIBKLEO12e4b81f7c10: Emit currentKeyChanged() signal even if it is already set (authored by ikloecker).
Emit currentKeyChanged() signal even if it is already set
Apr 22 2021, 12:50 PM
bobwxc added inline comments to D529: po: Update Simplified Chinese Translation..
Apr 22 2021, 12:28 PM
bobwxc updated the diff for D529: po: Update Simplified Chinese Translation..

Thanks for your review!

Apr 22 2021, 12:27 PM
werner committed rG4237a2b0a509: speedo: Automatically select Authenticode signing cert. (authored by werner).
speedo: Automatically select Authenticode signing cert.
Apr 22 2021, 11:34 AM
werner triaged T5406: gnupg-2.3.1: 'make check' on all tests tries to use installed 'keyboxd' as Normal priority.
Apr 22 2021, 11:07 AM · gnupg (gpg23), Bug Report
werner committed rGd36c4dc95b72: tests: Make sure that the build keyboxd is used. (authored by werner).
tests: Make sure that the build keyboxd is used.
Apr 22 2021, 11:06 AM
werner committed rG9e24f2a45ce8: scd: Fix PSO_CSV for 512 bit curves (authored by werner).
scd: Fix PSO_CSV for 512 bit curves
Apr 22 2021, 11:06 AM