Page MenuHome GnuPG
Feed All Stories

Feb 28 2023

aheinecke merged T6377: Kleopatra: gpgsk file contains shadowed private key into T6386: gpg-agent 2.2: Command "READKEY --card --no-data -- OPENPGP.1" overwrites protected-private-key with shadowed-private-key.
Feb 28 2023, 9:41 AM · gnupg22 (gnupg-2.2.42), Bug Report
aheinecke added a comment to T6117: Kleopatra: Make creation of S/MIME certificate signing request accessible.

I have closed T4699 as a duplicate of this, even though T4699 was about simplification but IMO this is the same underlying problem.

Feb 28 2023, 9:24 AM · kleopatra, Restricted Project
aheinecke lowered the priority of T5228: GpgOL: Combined S/MIME and OpenPGP operation from Normal to Wishlist.

I am downgrading this to wishlist. Even though I had worked on this a lot the regression risk is probably too high to fix this before GpgOL becomes obsolete.

Feb 28 2023, 9:13 AM · gpgol
werner closed T6391: gpgme's python module has invalid version number for setuptools >=66.0.0 as Invalid.
Feb 28 2023, 9:08 AM · Bug Report
aheinecke merged T4699: X.509 certificate request more comfortable into T6117: Kleopatra: Make creation of S/MIME certificate signing request accessible.
Feb 28 2023, 9:03 AM · kleopatra, Restricted Project
aheinecke merged task T4699: X.509 certificate request more comfortable into T6117: Kleopatra: Make creation of S/MIME certificate signing request accessible.
Feb 28 2023, 9:03 AM · Restricted Project, kleopatra, S/MIME, gpg4win, Feature Request
aheinecke added a comment to T4699: X.509 certificate request more comfortable.

I am closing this as a duplicate of T6117 even though it is not really a duplicate. But for me it does not make sense to keep this as a different issue because simplifying the dialog is directly related to making it more accessible.

Feb 28 2023, 9:03 AM · Restricted Project, kleopatra, S/MIME, gpg4win, Feature Request
werner added a member for Contributor: svuorela.
Feb 28 2023, 8:52 AM
mlaurent committed rLIBKLEO14958dc3719c: USe new pim lib (authored by mlaurent).
USe new pim lib
Feb 28 2023, 8:46 AM
ChenQi created T6391: gpgme's python module has invalid version number for setuptools >=66.0.0.
Feb 28 2023, 8:14 AM · Bug Report
werner added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

We don't want to compile one gnupg for each desktop environment to have it hardcoded relative to gnupg but make it configurable depending on the DE used. As a fallback we could just symlink together gpg and the right gpg-agent which is rather cheap.

Feb 28 2023, 7:50 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAeebb09229217: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 28 2023, 3:35 AM
sandro added a comment to rGeae28f1bd4a5: doc: Remove profile and systemd example files..

gpg-agent (I tested 2.4.something) looks at /etc/gnupg/gpg-agent.conf according to strace. I'm not sure why you think it doesn't, but maybe your older version really doesn't.

Feb 28 2023, 12:13 AM

Feb 27 2023

werner added a comment to T6390: ECC: Explain GnuPG's CV25519 key and its ECDH (comarison to X25519).

Thus the public key differs on wether the raw secret key or the masked (bit255 set, bit0..2 clear) has been used. And at what point in the code this was done. Shall we collect a list describing the differences of applications and on whether they have some mitigation for compatibility.

Feb 27 2023, 5:51 PM · Support, Documentation, OpenPGP, gnupg
werner closed T3806: error accessing ldaps key server (TLS vs. STARTTLS) as Resolved.

The code has meanwhile been reworked and the mentioned test server is not anymore available

Feb 27 2023, 5:30 PM · Too Old, LDAP, dirmngr, Bug Report
tobhe added a comment to T6376: FIPS 140-3: add explicit indicators for md and mac to unblock MD5 in apt.

Good catch. A similar problem might arise with SHA384 according to section D.R which states

Feb 27 2023, 3:15 PM · libgcrypt, Feature Request, Ubuntu, Debian, FIPS
neverpanic added a comment to T6376: FIPS 140-3: add explicit indicators for md and mac to unblock MD5 in apt.

One potential pitfall here is that SHAKE-128 and SHAKE-256 must not be available for use in signature operations. That's because https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIPS%20140-3%20IG.pdf section C.C disallows the use of SHAKE in higher-level algorithms:

Feb 27 2023, 3:01 PM · libgcrypt, Feature Request, Ubuntu, Debian, FIPS
neverpanic added a comment to T6376: FIPS 140-3: add explicit indicators for md and mac to unblock MD5 in apt.

These look good to me.

Feb 27 2023, 1:45 PM · libgcrypt, Feature Request, Ubuntu, Debian, FIPS
tobhe added a comment to T6376: FIPS 140-3: add explicit indicators for md and mac to unblock MD5 in apt.

Right, we have received the same feedback from our cert lab but I haven't found time to update the bug yet. Here are the updated patches:

Feb 27 2023, 12:19 PM · libgcrypt, Feature Request, Ubuntu, Debian, FIPS
neverpanic added a comment to T6376: FIPS 140-3: add explicit indicators for md and mac to unblock MD5 in apt.

This marks GCRY_MD_CRC32, GCRY_MD_CRC24_RFC2440 and GCRY_MD_CRC32_RFC1510 as approved.

Feb 27 2023, 11:44 AM · libgcrypt, Feature Request, Ubuntu, Debian, FIPS
gniibe added a comment to T6390: ECC: Explain GnuPG's CV25519 key and its ECDH (comarison to X25519).

CV25519 private key secret part:

  • Standard MPI (big-endian) of 255-bit
  • The value should have zeros for least significant three bits, its most significant bit (255th bit) should be set.
    • the value should be the one after decodeScalar25519 function in RFC7748

CV25519 public part from secret part:

  • Simply calculated by [secret-part]G
Feb 27 2023, 9:47 AM · Support, Documentation, OpenPGP, gnupg
werner claimed T6386: gpg-agent 2.2: Command "READKEY --card --no-data -- OPENPGP.1" overwrites protected-private-key with shadowed-private-key.

Thanks for the report; the regression happened due to fixing T6135.

Feb 27 2023, 9:25 AM · gnupg22 (gnupg-2.2.42), Bug Report
gniibe triaged T6390: ECC: Explain GnuPG's CV25519 key and its ECDH (comarison to X25519) as Normal priority.
Feb 27 2023, 8:00 AM · Support, Documentation, OpenPGP, gnupg
bjk added a comment to T2696: SETREPEAT support for pinentry-curses.

Added curses-repeat branch which needs testing for wide chars and other stuff in case i missed something

Feb 27 2023, 6:22 AM · Feature Request, pinentry
l10n daemon script <scripty@kde.org> committed rLIBKLEOc3497654fcff: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 27 2023, 3:47 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA0195e6ceea2c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 27 2023, 3:43 AM

Feb 26 2023

werner lowered the priority of T6382: keytocard fails to import a nistp384 ECDSA key from High to Normal.
Feb 26 2023, 7:27 PM · yubikey, scd, Bug Report
werner closed T6389: gpgtar --encrypt doesn't accept absolute path to a directory (gpgtar: skipping invalid name) as Wontfix.

Please use

gpgtar -C /home/matt/data ....

instead of using an absolute name. This makes things much easier to implement in a secure way: You don't want to have absolute file names in the tarball and mapping them to relative names is not easy or even impossible in case of, say "/home/foo/x.data /home/bar/x.data". Keep in mind that gpgtar does also not handle symlinks and other special files.

Feb 26 2023, 7:25 PM · gnupg, Bug Report
werner closed T4436: gpgsm refuses to encrypt with failure to check CRL as Resolved.

I guess this is fixed with this commit for 2.2. and 2.4. Given that the report is quite old with not new infos since 2019, I'll close it.

Feb 26 2023, 7:17 PM · gnupg, S/MIME
werner committed rG5d96aab27dcf: gpgsm: Improve cert lookup callback from dirmngr. (authored by werner).
gpgsm: Improve cert lookup callback from dirmngr.
Feb 26 2023, 7:16 PM
werner committed rGffc25228550f: gpgsm: Improve cert lookup callback from dirmngr. (authored by werner).
gpgsm: Improve cert lookup callback from dirmngr.
Feb 26 2023, 7:15 PM
werner committed rG332098a0f717: sm: Fix issuer certificate look error due to legacy error code. (authored by werner).
sm: Fix issuer certificate look error due to legacy error code.
Feb 26 2023, 7:15 PM
werner committed rGd6aa8bcbbbec: scd: Parse "Algorithm Information" data object in scdaemon. (authored by gniibe).
scd: Parse "Algorithm Information" data object in scdaemon.
Feb 26 2023, 7:15 PM
jukivili committed rCdd4cb5d75c8e: camellia-aesni-avx: speed up for round key broadcasting (authored by jukivili).
camellia-aesni-avx: speed up for round key broadcasting
Feb 26 2023, 2:21 PM
jukivili committed rCa4c22331f57d: camellia-gfni-avx512: speed up for round key broadcasting (authored by jukivili).
camellia-gfni-avx512: speed up for round key broadcasting
Feb 26 2023, 2:21 PM
jukivili committed rCb9a9755742c7: camellia-avx2: speed up for round key broadcasting (authored by jukivili).
camellia-avx2: speed up for round key broadcasting
Feb 26 2023, 2:21 PM
jukivili committed rC5f25ad09fdb5: camellia-avx2: add fast path for full 32 block ECB input (authored by jukivili).
camellia-avx2: add fast path for full 32 block ECB input
Feb 26 2023, 2:21 PM
jukivili committed rC87ae2a660d59: camellia: add CTR-mode byte addition for AVX/AVX2/AVX512 impl. (authored by jukivili).
camellia: add CTR-mode byte addition for AVX/AVX2/AVX512 impl.
Feb 26 2023, 2:21 PM
jukivili committed rC926cc22058a3: camellia-aesni-avx: add acceleration for ECB/XTS/CTR32LE modes (authored by jukivili).
camellia-aesni-avx: add acceleration for ECB/XTS/CTR32LE modes
Feb 26 2023, 2:21 PM
jukivili committed rC978b02fca682: sm4: add CTR-mode byte addition for AVX/AVX2/AVX512 implementations (authored by jukivili).
sm4: add CTR-mode byte addition for AVX/AVX2/AVX512 implementations
Feb 26 2023, 2:21 PM
jukivili committed rC8f7f5a9fc639: aes-vaes-avx2: improve case when only CTR needs carry handling (authored by jukivili).
aes-vaes-avx2: improve case when only CTR needs carry handling
Feb 26 2023, 2:21 PM
MadDud created T6389: gpgtar --encrypt doesn't accept absolute path to a directory (gpgtar: skipping invalid name).
Feb 26 2023, 12:57 PM · gnupg, Bug Report
werner added a member for g10code: svuorela.
Feb 26 2023, 12:39 PM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAebff205308e7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 26 2023, 3:28 AM

Feb 25 2023

l10n daemon script <scripty@kde.org> committed rLIBKLEO746365035f9f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 25 2023, 6:19 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6e30d1023bc4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 25 2023, 6:07 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO197adf488fa8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 25 2023, 4:22 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA1c89dddb0461: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 25 2023, 4:18 AM

Feb 24 2023

heirecka committed rKLEOPATRAeab7e1a33c1c: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Feb 24 2023, 9:46 PM
heirecka committed rKLEOPATRA2f8842190369: GIT_SILENT Upgrade release service version to 22.12.3. (authored by heirecka).
GIT_SILENT Upgrade release service version to 22.12.3.
Feb 24 2023, 9:46 PM
heirecka committed rKLEOPATRAd15594e33e29: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Feb 24 2023, 9:46 PM
werner committed rG1952a0e5e41c: sm: Fix dirmngr loadcrl for intermediate certs (authored by aheinecke).
sm: Fix dirmngr loadcrl for intermediate certs
Feb 24 2023, 6:24 PM
acollier created T6388: libgcrypt: gpgrt-config not found in $PREFIX if there are no less-preferred options found via $CC .
Feb 24 2023, 12:21 PM · gpgrt, patch, libgcrypt, Bug Report
werner created okular.
Feb 24 2023, 12:03 PM
ikloecker added a comment to T6386: gpg-agent 2.2: Command "READKEY --card --no-data -- OPENPGP.1" overwrites protected-private-key with shadowed-private-key.

I should probably add that Kleopatra calls this command when reading a smart card to create the key stubs if necessary. Kleopatra does this since gpg4win-3.1.24 (according to the tags) and the KDE Gear 22.04 release (see T5782: Kleopatra: Smartcard unusable secret key until used via command line).

Feb 24 2023, 11:58 AM · gnupg22 (gnupg-2.2.42), Bug Report
ikloecker added a comment to T6385: Regarding "gpg: can't connect to the agent - trying fall back ".

Your report lacks any useful information starting with the version of gpg you are using. Did this ever work? What did you change? Did you probably upgrade the system and have previously been using gpg1, but are now using gpg2?

Feb 24 2023, 11:42 AM · No Response, Bug Report
ikloecker added a comment to T6377: Kleopatra: gpgsk file contains shadowed private key.

I have analyzed the problem. It is caused by a serious regression in gpg 2.2: https://dev.gnupg.org/T6386

Feb 24 2023, 11:38 AM · kleopatra
ikloecker created T6386: gpg-agent 2.2: Command "READKEY --card --no-data -- OPENPGP.1" overwrites protected-private-key with shadowed-private-key.
Feb 24 2023, 11:34 AM · gnupg22 (gnupg-2.2.42), Bug Report
11672353 created T6385: Regarding "gpg: can't connect to the agent - trying fall back ".
Feb 24 2023, 11:08 AM · No Response, Bug Report
werner triaged T6384: libgcrypt link error if cipher chacha20 is not included as Normal priority.

Thanks

Feb 24 2023, 9:05 AM · patch, libgcrypt, Bug Report
mlaurent committed rLIBKLEO449ef324cb02: Add missing PACKAGE_INCLUDE_QCHTARGETS (authored by mlaurent).
Add missing PACKAGE_INCLUDE_QCHTARGETS
Feb 24 2023, 8:18 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA622160f66f11: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 24 2023, 4:35 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4877297028b2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 24 2023, 3:25 AM

Feb 23 2023

Julius Künzel <jk.kdedev@smartlab.uber.space> committed rLIBKLEOec13b52ce8a0: Remove duplicated QDebug operator for GpgME::Key (authored by Julius Künzel <jk.kdedev@smartlab.uber.space>).
Remove duplicated QDebug operator for GpgME::Key
Feb 23 2023, 7:31 PM
Julius Künzel <jk.kdedev@smartlab.uber.space> committed rLIBKLEOb7253b4d4e32: Remove duplicated QDebug operator for GpgME::Key (authored by Julius Künzel <jk.kdedev@smartlab.uber.space>).
Remove duplicated QDebug operator for GpgME::Key
Feb 23 2023, 7:31 PM
acollier added a comment to T6384: libgcrypt link error if cipher chacha20 is not included.

Feb 23 2023, 7:07 PM · patch, libgcrypt, Bug Report
acollier created T6384: libgcrypt link error if cipher chacha20 is not included.
Feb 23 2023, 6:59 PM · patch, libgcrypt, Bug Report
mlaurent added a reverting change for rLIBKLEOc7aa02e18788: Remove CI for Linux Qt 6: rLIBKLEOc347257534ce: Revert "Remove CI for Linux Qt 6".
Feb 23 2023, 5:44 PM
mlaurent committed rLIBKLEOc347257534ce: Revert "Remove CI for Linux Qt 6" (authored by mlaurent).
Revert "Remove CI for Linux Qt 6"
Feb 23 2023, 5:44 PM
ikloecker committed rLIBKLEOc7aa02e18788: Remove CI for Linux Qt 6 (authored by ikloecker).
Remove CI for Linux Qt 6
Feb 23 2023, 11:40 AM
werner committed rG9de180c6d222: doc: Minor comment fixes. (authored by werner).
doc: Minor comment fixes.
Feb 23 2023, 10:24 AM
werner committed rG23b4c6e7c2f7: dirmngr: New debug flag "keeptmp". (authored by werner).
dirmngr: New debug flag "keeptmp".
Feb 23 2023, 10:22 AM
werner added a comment to T6381: Option to set default encryption subkey.

The reason why gpg does not encrypt to multiple subkeys is that the older subkeys are viewed as deprecated. You could write a tool which does a heuristic to check when the time is reached that no more messages are encrypted to an older subkey (or are used to decrypt archived mails). At that point you can take the private part of the old subkey offline.

Feb 23 2023, 8:57 AM · gnupg
Julius Künzel <jk.kdedev@smartlab.uber.space> committed rLIBKLEO60bb0ae63eff: Remove duplicated QDebug operator for GpgME::Key (authored by Julius Künzel <jk.kdedev@smartlab.uber.space>).
Remove duplicated QDebug operator for GpgME::Key
Feb 23 2023, 8:28 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAca94071d2de7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Feb 23 2023, 3:26 AM
Julius Künzel <jk.kdedev@smartlab.uber.space> committed rLIBKLEO73aa8f4e3577: Remove duplicated QDebug operator for GpgME::Key (authored by Julius Künzel <jk.kdedev@smartlab.uber.space>).
Remove duplicated QDebug operator for GpgME::Key
Feb 23 2023, 12:23 AM

Feb 22 2023

jukivili committed rCcaf402e9b41f: aria-avx2: add VAES accelerated implementation (authored by jukivili).
aria-avx2: add VAES accelerated implementation
Feb 22 2023, 8:44 PM
jukivili committed rCf359a3ec7e84: aria-avx512: small optimization for aria_diff_m (authored by jukivili).
aria-avx512: small optimization for aria_diff_m
Feb 22 2023, 8:44 PM
jukivili committed rC855f1551fd92: aria-avx: small optimization for aria_ark_8way (authored by jukivili).
aria-avx: small optimization for aria_ark_8way
Feb 22 2023, 8:44 PM
jukivili committed rC45351e6474cb: aria: add x86_64 GFNI/AVX512 accelerated implementation (authored by jukivili).
aria: add x86_64 GFNI/AVX512 accelerated implementation
Feb 22 2023, 8:44 PM
jukivili committed rCf4268a8f51a8: aria: add x86_64 AESNI/GFNI/AVX/AVX2 accelerated implementations (authored by jukivili).
aria: add x86_64 AESNI/GFNI/AVX/AVX2 accelerated implementations
Feb 22 2023, 8:44 PM
tennox added a comment to T6381: Option to set default encryption subkey.

Debian's wiki also speaks a lot about the advantages & dream of subkeys, but also mentions the caveat:

Feb 22 2023, 7:44 PM · gnupg
tennox added a comment to T6381: Option to set default encryption subkey.

I've read many articles mentioning the improved key handling when different devices just have different subkeys, thus allowing a semantic connection to a primary identity (instead of different "Identities" on different devices)

Feb 22 2023, 7:38 PM · gnupg
werner added a comment to T6383: GnuPG 2.4.0 not working with Yubikey NEO.

Ooops: You need to put

Feb 22 2023, 5:56 PM · Support
aheinecke added a comment to T6377: Kleopatra: gpgsk file contains shadowed private key.

Well it makes sense to me in that KEYTOCARD explicitly is not documented but the semantics between keytocard in edit key and KEYTOCARD in agent should be the same IMO. As you can imagine I am also not a fan of the fact that GnuPG changed behavior here, but the "keep / delete" is even with GnuPG 2.3 not really an option as GnuPG might replace the real key with the stub depending on how it is called anyhow. So this is dangerous for us to "suggest" from the UI that the key will be kept and then it might be removed without actions by Kleopatra. So this must be changed.

Feb 22 2023, 3:32 PM · kleopatra
ikloecker added a comment to T6377: Kleopatra: gpgsk file contains shadowed private key.

Arguing with the documentation of a functionality Kleopatra doesn't make use of makes no sense. Kleopatra uses gpg-agent's "KEYTOCARD" command which, unfortunately, lacks a good documentation.

Feb 22 2023, 3:20 PM · kleopatra
ebo closed T4518: Kleopatra: Changes log-file tcp://IPADDR to tcp:\\IPADDR as Resolved.

works if you use a valid IP address

Feb 22 2023, 3:15 PM · Restricted Project, Windows, kleopatra
gbschenkel added a comment to T6383: GnuPG 2.4.0 not working with Yubikey NEO.

You need write access to the usb device (e.g. /dev/bus/usb/001/011) or you install pcscd and put "disable-ccid-driver" into scdaemon.conf.

Feb 22 2023, 2:39 PM · Support
aheinecke closed T6353: gpgme: add option to disable S/MIME CRL checks as Resolved.

Oh sorry I only saw this now. We have "gpgme_set_offline" for this use case which disables CRL checks in the S/MIME case. It is more general because it also disables OCSP for example and might disable more online actions like fetching chain certificates etc.

Feb 22 2023, 1:14 PM · gpgme, Feature Request
aheinecke added a comment to T6377: Kleopatra: gpgsk file contains shadowed private key.

So as I understand this:

Feb 22 2023, 1:09 PM · kleopatra
gbschenkel added a comment to T6383: GnuPG 2.4.0 not working with Yubikey NEO.

Okay, gpg2 --card-status is accessible using sudo/su.
But I still don't know why bumping from 2.2.41 to 2.4.0 the use of pcsc-lite + ccid stopped work.

Feb 22 2023, 12:22 PM · Support
gbschenkel added a comment to T6383: GnuPG 2.4.0 not working with Yubikey NEO.

I can't access even trying using root.
pcsc-lite was already installed. I tried using disable-ccid-driver as advised but didn't help, scd.log don't even get written using this option.

Feb 22 2023, 12:05 PM · Support
aheinecke committed rO191bd0aa363d: Ignore stringop-overflow warning globally (authored by aheinecke).
Ignore stringop-overflow warning globally
Feb 22 2023, 11:59 AM
ikloecker changed the status of T6372: Kleopatra: Allow users to change name of sign/encryption result if (archive) file already exists, a subtask of T5478: Kleopatra: Performance problems decrypting and encrypting large Archives, from Open to Testing.
Feb 22 2023, 11:56 AM · Restricted Project, gpgme, kleopatra
ikloecker changed the status of T6372: Kleopatra: Allow users to change name of sign/encryption result if (archive) file already exists from Open to Testing.

Ready for testing. In case of a file name conflict the users are now offered to Overwrite the existing file or to Rename the new file (i.e. save it with a different name). If multiple output files are created (e.g. when encrypting multiple files separately), then the users are additionally offered the options "Overwrite All", "Rename All", "Skip", "Skip All".

Feb 22 2023, 11:56 AM · Restricted Project, kleopatra
ikloecker added a comment to T6381: Option to set default encryption subkey.

What do you want to achieve by using multiple encryption subkeys? Do you realize that gpg will always encrypt to one subkey (unless you explicitely specify multiple subkeys), i.e. you won't be able to decrypt on device 1 what you have encrypted for device 2 and vice-versa. Usually, this makes little sense because it seems you want to be able to decrypt anything on your main machine.

Feb 22 2023, 11:44 AM · gnupg
ikloecker renamed T6372: Kleopatra: Allow users to change name of sign/encryption result if (archive) file already exists from Kleopatra: Check if (archive) file already exists before starting sign/encrypt (archive) operation to Kleopatra: Allow users to change name of sign/encryption result if (archive) file already exists.
Feb 22 2023, 11:32 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAc6012540435a: Allow users to change name of signed/encrypted file on name conflict (authored by ikloecker).
Allow users to change name of signed/encrypted file on name conflict
Feb 22 2023, 11:28 AM
werner closed T6383: GnuPG 2.4.0 not working with Yubikey NEO as Resolved.

You need write access to the usb device (e.g. /dev/bus/usb/001/011) or you install pcscd and put "disable-ccid-driver" into scdaemon.conf.

Feb 22 2023, 8:57 AM · Support
gniibe committed rSa1108b4f039c: Fix returning EC_POINT. (authored by gniibe).
Fix returning EC_POINT.
Feb 22 2023, 7:37 AM