Page MenuHome GnuPG
Feed All Stories

Jun 26 2023

aheinecke triaged T6549: Kleopatra: align UI of decrypt and encrypt windows as Low priority.

Yes this would be a bit more consistent. The idea was that when decrypting there is not much to see in the window so the only actionable item should be at the top. But consistency is better.

Jun 26 2023, 3:22 PM · Restricted Project, kleopatra
aheinecke added a comment to T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

! In T6561#172087, @werner wrote:
FWIW, gpg shows the actual cipher and encryption mode with -v. For example

Jun 26 2023, 3:03 PM · gnupg
werner added a comment to T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

FWIW, gpg shows the actual cipher and encryption mode with -v. For example

Jun 26 2023, 2:02 PM · gnupg
aheinecke added a comment to T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

s/CBC/CFB+MDC/

Jun 26 2023, 1:51 PM · gnupg
aheinecke renamed T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data. from OpenPGP benchmarks on Windows OCB vs. CBC vs. Unsigned vs. Signed on real data. to OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..
Jun 26 2023, 1:50 PM · gnupg
werner added a comment to T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

s/CBC/CFB+MDC/

Jun 26 2023, 1:44 PM · gnupg
aheinecke triaged T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data. as Wishlist priority.
Jun 26 2023, 1:38 PM · gnupg
ikloecker merged T6560: Kleopatra: Cancel does not kill GnuPG into T6524: Kleopatra / Gpgtar: Cancel does not kill the job.
Jun 26 2023, 12:18 PM · Restricted Project, kleopatra
ikloecker merged task T6560: Kleopatra: Cancel does not kill GnuPG into T6524: Kleopatra / Gpgtar: Cancel does not kill the job.
Jun 26 2023, 12:18 PM · kleopatra
ikloecker changed the status of T6524: Kleopatra / Gpgtar: Cancel does not kill the job from Open to Testing.

Finally, canceling decrypt/verify should also work properly.

Jun 26 2023, 12:16 PM · Restricted Project, kleopatra
ikloecker closed T6558: gpgtar: Does not stop spawned gpg process when exiting as Invalid.

Closing since the problem doesn't seem to occur if the operation is canceled properly.

Jun 26 2023, 12:15 PM · gnupg24, Restricted Project, gpgtar, Bug Report
ikloecker committed rKLEOPATRA20405b699261: Actually cancel the job when the task is canceled (authored by ikloecker).
Actually cancel the job when the task is canceled
Jun 26 2023, 12:13 PM
ikloecker added a comment to T6558: gpgtar: Does not stop spawned gpg process when exiting.

Sorry about that. I tested an old build which didn't call gpgme_cancel_async and therefore probably didn't properly close the channels. It seems to work if gpgme_cancel_async is called to cancel the operation.

Jun 26 2023, 12:03 PM · gnupg24, Restricted Project, gpgtar, Bug Report
ikloecker added a comment to T6558: gpgtar: Does not stop spawned gpg process when exiting.

This option is already used. Running pgrep -a gpg in a loop (and ignoring gpg-agent processes) I get:

Mo 26. Jun 11:29:11 CEST 2023
19111 gpgtar --batch --status-fd 60 --gpg-args --no-tty --gpg-args --charset=utf8 --gpg-args --enable-progress-filter --gpg-args --exit-on-status-write-error --gpg-args --display=:0 --gpg-args --ttyname=/dev/pts/37 --gpg-args --ttytype=xterm-256color --decrypt --directory /tmp/kleopatra-JqIiXu/src -- /home/ingo/dev/g10/src.tar.gpg
19112 gpg --batch --status-fd=60 --output - --decrypt --no-tty --charset=utf8 --enable-progress-filter --exit-on-status-write-error --display=:0 --ttyname=/dev/pts/37 --ttytype=xterm-256color -- /home/ingo/dev/g10/src.tar.gpg
Jun 26 2023, 11:34 AM · gnupg24, Restricted Project, gpgtar, Bug Report
ikloecker changed the status of T6524: Kleopatra / Gpgtar: Cancel does not kill the job from Testing to Open.
Jun 26 2023, 10:00 AM · Restricted Project, kleopatra
ikloecker added a comment to T6560: Kleopatra: Cancel does not kill GnuPG.

Argh:

void DecryptVerifyTask::cancel()
{
Jun 26 2023, 9:57 AM · kleopatra
werner triaged T6558: gpgtar: Does not stop spawned gpg process when exiting as Normal priority.

Can you please test by adding --exit-on-status-write-error to the gpg invocation by gpgtar?

Jun 26 2023, 9:50 AM · gnupg24, Restricted Project, gpgtar, Bug Report
aheinecke added a comment to T6560: Kleopatra: Cancel does not kill GnuPG.

Strange though, it appears that it is cancelled before finishing the job, no result file is created. But maybe that is when finalize or something would be called in Kleo.

Jun 26 2023, 9:20 AM · kleopatra
aheinecke added a comment to T6524: Kleopatra / Gpgtar: Cancel does not kill the job.

When testing this I noticed that the cancel does not seem to have an effect on normal file jobs run directly through Kleo either: T6560 This is probably not a regression as you fixed here that the cancel is even propagated to the jobs but still I find that disturbing and buggy.

Jun 26 2023, 9:10 AM · Restricted Project, kleopatra
aheinecke triaged T6560: Kleopatra: Cancel does not kill GnuPG as Normal priority.
Jun 26 2023, 9:07 AM · kleopatra
aheinecke triaged T6559: GPGSM: "always trust like override" or "force" option as Wishlist priority.
Jun 26 2023, 8:37 AM · gnupg24 (gnupg-2.4.4), gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), Feature Request, gpgol, S/MIME, kleopatra, Restricted Project
gniibe committed rG72ac77c4fab9: agent: Fix cast mistake for Windows. (authored by gniibe).
agent: Fix cast mistake for Windows.
Jun 26 2023, 8:00 AM
gniibe committed rG76df93492928: tests:gpgscm: Add annotation for unreachable code for GCC. (authored by gniibe).
tests:gpgscm: Add annotation for unreachable code for GCC.
Jun 26 2023, 7:48 AM
gniibe committed rG1f9a4fbc7e6c: gpg,w32: Add comment about debug output of ShellExecuteEx. (authored by gniibe).
gpg,w32: Add comment about debug output of ShellExecuteEx.
Jun 26 2023, 7:48 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4c1b9a69cbed: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 26 2023, 5:28 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA184739bca41c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 26 2023, 4:02 AM
gniibe added a comment to T6551: translate_sys2libc_fd_int on Windows 64-bit.

I don't argue about the technical necessity for the change. I agree the fact it works (without such changes).

Jun 26 2023, 3:29 AM · Windows 64, Feature Request, gnupg26
gniibe committed rGf0ecc07c4e48: tools: Fix use of EXCEPTS when spawning a process. (authored by gniibe).
tools: Fix use of EXCEPTS when spawning a process.
Jun 26 2023, 3:22 AM

Jun 25 2023

l10n daemon script <scripty@kde.org> committed rKLEOPATRA63fa568158ae: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 25 2023, 4:16 AM

Jun 24 2023

mlaurent committed rLIBKLEO75d4bb726aac: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 24 2023, 3:26 PM
mlaurent committed rKLEOPATRA48a6b37b89c0: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 24 2023, 3:23 PM
l10n daemon script <scripty@kde.org> committed rLIBKLEO21d2cbb3cc30: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 24 2023, 6:03 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd48e104976e3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 24 2023, 6:02 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO359ec566dc3e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 24 2023, 4:17 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7cffc362baaa: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 24 2023, 4:16 AM

Jun 23 2023

ikloecker changed the status of T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension, a subtask of T6553: Kleopatra: Expiry date issues and improvements, from Open to Testing.
Jun 23 2023, 5:52 PM · kleopatra
ikloecker changed the status of T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension from Open to Testing.

The proposed new expiration date is now the same as for the generation of new certificates, i.e. today + configured default validity.

Jun 23 2023, 5:52 PM · kleopatra, Restricted Project
ikloecker committed rKLEOPATRA4c1de4fa434f: Propose same expiry as for new certificates when changing validity (authored by ikloecker).
Propose same expiry as for new certificates when changing validity
Jun 23 2023, 5:47 PM
ikloecker changed the status of T6524: Kleopatra / Gpgtar: Cancel does not kill the job from Open to Testing.

I hate this ping-pong, but, as I wrote in my previous comment, for me canceling decryption does work on Windows, i.e. the gpgtar process does not keep running for a long time. That the gpg process keeps running is nothing Kleopatra can do anything about.

Jun 23 2023, 4:44 PM · Restricted Project, kleopatra
ikloecker added a comment to T6524: Kleopatra / Gpgtar: Cancel does not kill the job.

I have tested this with a self-built installer from a few minutes ago in my Windows VM. Whenever I canceled decryption (I tried it about 5 times), then the gpgtar process went away very quickly. The gpg process keeps running, but that's a bug in gpgtar: T6558: gpgtar: Does not stop spawned gpg process when exiting.

Jun 23 2023, 4:35 PM · Restricted Project, kleopatra
ebo changed the status of T6524: Kleopatra / Gpgtar: Cancel does not kill the job from Testing to Open.

cancelling decryption does not work yet on windows

Jun 23 2023, 4:34 PM · Restricted Project, kleopatra
ikloecker created T6558: gpgtar: Does not stop spawned gpg process when exiting.
Jun 23 2023, 4:33 PM · gnupg24, Restricted Project, gpgtar, Bug Report
ikloecker changed the status of T6531: Gpgtar behavioral change when extracting archives from Open to Testing.

Should be fixed.

Jun 23 2023, 3:55 PM · Restricted Project, kleopatra, gpgtar
aheinecke committed rWc609616d9e66: Update GPGME snapshot (authored by aheinecke).
Update GPGME snapshot
Jun 23 2023, 3:55 PM
ikloecker committed rKLEOPATRA2f1e6381d0d1: Extract archives to folders based on the input file name (authored by ikloecker).
Extract archives to folders based on the input file name
Jun 23 2023, 12:49 PM
ikloecker committed rKLEOPATRA6b1cd82f4074: Use separate output directories for all tasks (authored by ikloecker).
Use separate output directories for all tasks
Jun 23 2023, 12:49 PM
ikloecker committed rKLEOPATRA50ed0bd23ce9: Allow stripping the archive extension from a file name (authored by ikloecker).
Allow stripping the archive extension from a file name
Jun 23 2023, 12:49 PM
ikloecker moved T6531: Gpgtar behavioral change when extracting archives from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jun 23 2023, 10:13 AM · Restricted Project, kleopatra, gpgtar
ikloecker added a project to T6531: Gpgtar behavioral change when extracting archives: Restricted Project.
Jun 23 2023, 10:13 AM · Restricted Project, kleopatra, gpgtar
werner triaged T6556: gpgtar: Removes existing output file on error as Normal priority.
Jun 23 2023, 10:10 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
werner added a comment to rG2756147e392c: gpg,sm,tools: Use string for option --*-fd..

I don't think this is the right choice: Un Unix we have file descriptors which ar an (int) and on Windows we use (HANDLE) which is a 32 bit integer. See my comment in T6551 regarding values for HANDLE.

Jun 23 2023, 9:06 AM
werner added a comment to T6551: translate_sys2libc_fd_int on Windows 64-bit.

Just to clarify this change for readers not accustomed to Windows internals: This function was used to translate the file descriptor as passed to gpg (which is a HANDLE) to the libc file descriptor as used by stdio. Obviously we won't anymore work with stdio file descriptors in the future but use the Windows32 API (ReadFile et al). libc fds 0,1,2 are handled in a special way on Windows.

Jun 23 2023, 9:03 AM · Windows 64, Feature Request, gnupg26
gniibe committed rG87a73e8eb0c9: common: Remove translate_sys2libc_fd_int. (authored by gniibe).
common: Remove translate_sys2libc_fd_int.
Jun 23 2023, 6:40 AM
gniibe committed rG2756147e392c: gpg,sm,tools: Use string for option --*-fd. (authored by gniibe).
gpg,sm,tools: Use string for option --*-fd.
Jun 23 2023, 6:40 AM
gniibe committed rG04d0851ccaae: common: Add gnupg_sys2libc_fdstr function. (authored by gniibe).
common: Add gnupg_sys2libc_fdstr function.
Jun 23 2023, 6:40 AM
gniibe changed the status of T6551: translate_sys2libc_fd_int on Windows 64-bit, a subtask of T6508: Port GnuPG to 64-bit Windows, from Open to Testing.
Jun 23 2023, 6:38 AM · Windows 64, Feature Request, gnupg26
gniibe changed the status of T6551: translate_sys2libc_fd_int on Windows 64-bit from Open to Testing.

Fixed in master.

Jun 23 2023, 6:38 AM · Windows 64, Feature Request, gnupg26
gniibe added a comment to T6557: Support of SHAKE in MGF function of RSA.

Pushed a change in master.

Jun 23 2023, 6:00 AM · libgcrypt, FIPS, Bug Report
gniibe changed the status of T6557: Support of SHAKE in MGF function of RSA, a subtask of T6539: The digest&sign/verify API with SHAKE-class digests does not work, from Open to Testing.
Jun 23 2023, 6:00 AM · libgcrypt, FIPS, Bug Report
gniibe changed the status of T6557: Support of SHAKE in MGF function of RSA from Open to Testing.
Jun 23 2023, 6:00 AM · libgcrypt, FIPS, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEOddee02f69734: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 23 2023, 5:39 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO2364c6fc22dc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 23 2023, 4:03 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAcabead5372bb: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 23 2023, 4:02 AM
gniibe committed rC8802faadab79: cipher:rsa: Add support of SHAKE as MGF. (authored by gniibe).
cipher:rsa: Add support of SHAKE as MGF.
Jun 23 2023, 3:48 AM
gniibe committed rM05ac1ce09ff1: build: Add BUILT_SOURCE for better dependency. (authored by gniibe).
build: Add BUILT_SOURCE for better dependency.
Jun 23 2023, 3:41 AM
gniibe changed the status of T6547: gpgme: conf/config.h dependency from Open to Testing.

Applied.

Jun 23 2023, 3:40 AM
gniibe updated the task description for T6557: Support of SHAKE in MGF function of RSA.
Jun 23 2023, 3:28 AM · libgcrypt, FIPS, Bug Report
gniibe renamed T6557: Support of SHAKE in MGF function of RSA from Support of SHAKE in MGF1 function of RSA to Support of SHAKE in MGF function of RSA.
Jun 23 2023, 3:27 AM · libgcrypt, FIPS, Bug Report
gniibe triaged T6557: Support of SHAKE in MGF function of RSA as Normal priority.
Jun 23 2023, 2:41 AM · libgcrypt, FIPS, Bug Report

Jun 22 2023

ikloecker added a comment to T6530: GPGME / QGpgME Extend Archivejobs to accept input / output from a filename.

When the output parameter is given it might even clean up a temporary file on error, but it might also not so we should make sure on a higher level that we check for that and remove it when gpgtar crashes or something like that.

Jun 22 2023, 6:26 PM · gpgme, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA59652a394662: Remove the output file if job was canceled or an error occurred (authored by ikloecker).
Remove the output file if job was canceled or an error occurred
Jun 22 2023, 6:22 PM
ikloecker created T6556: gpgtar: Removes existing output file on error.
Jun 22 2023, 5:44 PM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
werner triaged T6555: ToC for the gnupg.com FAQ does not work as Normal priority.
Jun 22 2023, 4:34 PM · Restricted Project, dev.gnupg.org
werner triaged T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted as Normal priority.

Due to the double fork in gpgme we won't get the exit code which gpgtar emits. Possible actions in a signal handler are also limited; in particular we can't use stdio or estream. The only option to print a status line would we by using write directly. However, this might mess with the libassuan buffering. Thus, it is not a good idea to pkill gpgtar. Same is true for gpg and gpgsm.

Jun 22 2023, 4:30 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker renamed T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from Kleopatra: Reports success when gpgtar is kill with SIGTERM while folder is encrypted to Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.
Jun 22 2023, 4:29 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ikloecker created T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.
Jun 22 2023, 4:17 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ebo added a comment to T6502: Kleopatra: display implicit expiry date.

I'd prefer "Ablauf Hauptschlüssel" as I don't like "Primärschlüssel". But definitely in two words.

Jun 22 2023, 2:06 PM · kleopatra, Restricted Project
ebo added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6502: Kleopatra: display implicit expiry date.
Jun 22 2023, 2:01 PM · kleopatra
ebo added a parent task for T6502: Kleopatra: display implicit expiry date: T6553: Kleopatra: Expiry date issues and improvements.
Jun 22 2023, 2:01 PM · kleopatra, Restricted Project
ebo added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension.
Jun 22 2023, 1:58 PM · kleopatra
ebo added a parent task for T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension: T6553: Kleopatra: Expiry date issues and improvements.
Jun 22 2023, 1:58 PM · kleopatra, Restricted Project
ebo removed a subtask for T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension: T6544: Draft: Kleopatra: Feedback for invalid date input.
Jun 22 2023, 1:58 PM · kleopatra, Restricted Project
ebo edited parent tasks for T6544: Draft: Kleopatra: Feedback for invalid date input, added: T6553: Kleopatra: Expiry date issues and improvements; removed: T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension.
Jun 22 2023, 1:58 PM · gpd5x, kleopatra
ebo added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6544: Draft: Kleopatra: Feedback for invalid date input.
Jun 22 2023, 1:58 PM · kleopatra
ebo removed a subtask for T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension: T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation.
Jun 22 2023, 1:57 PM · kleopatra, Restricted Project
ebo added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation.
Jun 22 2023, 1:57 PM · kleopatra
ebo edited parent tasks for T6527: Kleopatra: remove "Today" from the choice of expiry dates for key generation, added: T6553: Kleopatra: Expiry date issues and improvements; removed: T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension.
Jun 22 2023, 1:57 PM · vsd33 (vsd-3.3.0), Restricted Project, Feature Request, kleopatra
ebo added a parent task for T6519: Kleopatra: "change validity" allows to set an expiry date in the past: T6553: Kleopatra: Expiry date issues and improvements.
Jun 22 2023, 1:55 PM · backport, kleopatra, Restricted Project
ebo added a subtask for T6553: Kleopatra: Expiry date issues and improvements: T6519: Kleopatra: "change validity" allows to set an expiry date in the past.
Jun 22 2023, 1:55 PM · kleopatra
ebo triaged T6553: Kleopatra: Expiry date issues and improvements as Normal priority.
Jun 22 2023, 1:54 PM · kleopatra
werner updated the task description for T6545: Support CRL extension issuingDistributionPoint.
Jun 22 2023, 11:59 AM · workaround, gnupg26, Restricted Project, libksba, gnupg22, Feature Request
werner added a comment to T2039: CRL issuingDistributionPoint support.

See for T6545 for a new request to support IDP.

Jun 22 2023, 11:46 AM · gnupg, Feature Request, dirmngr
werner renamed T6545: Support CRL extension issuingDistributionPoint from Support CRL exension issuingDistributionPoint to Support CRL extension issuingDistributionPoint.
Jun 22 2023, 11:44 AM · workaround, gnupg26, Restricted Project, libksba, gnupg22, Feature Request
werner added a comment to T6545: Support CRL extension issuingDistributionPoint.

We had one request to support this back in 2017 but it was closed because the respective CA stopped using this extension. See T2039.

Jun 22 2023, 11:44 AM · workaround, gnupg26, Restricted Project, libksba, gnupg22, Feature Request
werner moved T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag from Backlog to WiP on the gnupg24 board.
Jun 22 2023, 9:21 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project
aheinecke committed rW74f8b83d412d: Update x64 filenames for gpgme (authored by aheinecke).
Update x64 filenames for gpgme
Jun 22 2023, 8:56 AM
aheinecke committed rW3347198748fa: Update Kleopatra to latest master (authored by aheinecke).
Update Kleopatra to latest master
Jun 22 2023, 8:55 AM
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

I found the case of X.509, which also uses fixed length output for RSA-PSS and ECDSA: https://www.rfc-editor.org/rfc/rfc8692.html

Jun 22 2023, 7:29 AM · libgcrypt, FIPS, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEO5d1b73570d56: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 22 2023, 5:26 AM
gniibe committed rGe9e7b5425fdd: common: Add translate_sys2libc_fdstr. (authored by gniibe).
common: Add translate_sys2libc_fdstr.
Jun 22 2023, 4:40 AM