Page MenuHome GnuPG
Feed Advanced Search

Sep 12 2024

gniibe changed the status of T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14 from Open to Testing.
Sep 12 2024, 7:17 AM · FTBFS, arm, libgcrypt, Bug Report
gniibe changed the status of T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally from Open to Testing.
Sep 12 2024, 7:12 AM · libassuan, MacOS, Bug Report

Sep 11 2024

gniibe claimed T7288: gpg is not properly handling IPGP entries.
Sep 11 2024, 6:45 AM · dns, dirmngr, gnupg, Bug Report

Sep 9 2024

werner added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

I'd vote for the second (utf-8) which is more aligned with our other APIs.

Sep 9 2024, 4:10 PM · Bug Report, gpgrt
gniibe added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

Since CreateProcessW allows two ways for lpEnvironment (one is ANSI environment block, another is Unicode environment block), if we want to support these two ways for users' of gpgrt spawn API, we would offer either:

Sep 9 2024, 8:31 AM · Bug Report, gpgrt
gniibe added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

I'm talking about CreateProcessW and how a user of gpgrt spawn API can specify lpEnvironment (when needed).

Sep 9 2024, 8:03 AM · Bug Report, gpgrt
gniibe changed the status of T7218: pinentry memory leak from Open to Testing.

Thank you. Applied.

Sep 9 2024, 7:58 AM · pinentry, Bug Report
werner added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

The environment is a property of the C runtime and well defined as a block of concatenated C-strings terminated by a zero length C-string. In case of wmain the C-strings use wchar_t and not char.

Sep 9 2024, 7:47 AM · Bug Report, gpgrt
gniibe added a comment to T7288: gpg is not properly handling IPGP entries.

Thank you for the bug report and your patch.

Sep 9 2024, 7:19 AM · dns, dirmngr, gnupg, Bug Report
gniibe added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

Please note that gpgrt_spawn_actions_set_envvars is W32 specific API in libgpg-error. Currently, the behavior with ASCII string is defined.
The patch is an answer in future if we want to extend the semantics supporting UTF-8.

Sep 9 2024, 2:53 AM · Bug Report, gpgrt

Sep 8 2024

werner added projects to T7288: gpg is not properly handling IPGP entries: gnupg, dirmngr, dns.
Sep 8 2024, 9:48 AM · dns, dirmngr, gnupg, Bug Report
wteiken updated the task description for T7288: gpg is not properly handling IPGP entries.
Sep 8 2024, 6:52 AM · dns, dirmngr, gnupg, Bug Report
wteiken created T7288: gpg is not properly handling IPGP entries.
Sep 8 2024, 6:50 AM · dns, dirmngr, gnupg, Bug Report

Sep 6 2024

aheinecke added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

String values are stored as UTF-16, but might not even contain a terminating doublezero since it can be any binary data. Note that on Windows the registry can be used to set environment variables. There "Edit binary data" shows exactly what is in the regkey. So if you use regedit with the String functions you can see that they are converted from latin1 to UTF-16.

Sep 6 2024, 3:45 PM · Bug Report, gpgrt
werner added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

The problem might be that we use getenv all over the place and don't specify the content. Frankly, it is not 100% clear to me whether the value of an enbvar need to be a string or can be arbitrary data sans nul? However, I can't remember that I ever wrote any code which did not assume ascii or utf8 for the value.

Sep 6 2024, 9:06 AM · Bug Report, gpgrt
gniibe added a comment to T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8.

Here is my attempt:

Sep 6 2024, 8:11 AM · Bug Report, gpgrt
gniibe triaged T7287: libgpg-error:w32: Support setting an environment block encoded as UTF-8 as Normal priority.
Sep 6 2024, 4:06 AM · Bug Report, gpgrt

Sep 5 2024

gniibe added a comment to T7169: libgpg-error 1.50 build issue (spawn-posix.c:345:5: error: use of undeclared identifier 'environ').

Use of execve is better (avoiding use of environ).

Sep 5 2024, 4:22 AM · gpgrt, MacOS, Bug Report
gniibe merged task T7168: environ not declared in macOS; gpgrt 1.50 failed to build. into T7169: libgpg-error 1.50 build issue (spawn-posix.c:345:5: error: use of undeclared identifier 'environ').
Sep 5 2024, 4:20 AM · gpgrt, Bug Report, MacOS
gniibe merged T7168: environ not declared in macOS; gpgrt 1.50 failed to build. into T7169: libgpg-error 1.50 build issue (spawn-posix.c:345:5: error: use of undeclared identifier 'environ').
Sep 5 2024, 4:20 AM · gpgrt, MacOS, Bug Report

Sep 4 2024

ikloecker changed the status of T7274: Kleopatra: General error on import + certify with revoked and valid UID from Open to Testing.
Sep 4 2024, 10:23 AM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
gniibe added a comment to T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally.

Fixed in: rA69069bc63e6b: Remove an declaration for an unused function

Sep 4 2024, 7:23 AM · libassuan, MacOS, Bug Report
gniibe changed the status of T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback` from Open to Testing.
Sep 4 2024, 1:34 AM · gpgagent, Bug Report

Sep 3 2024

rubensayshi added a comment to T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`.

I can replicate the problem.

The cause of this is that when it's comes with loopback mode, gpg-agent inquires back to the frontend and the buffer overwritten, which results parsing the line wrong.
I'm going to fix.

Sep 3 2024, 11:10 AM · gpgagent, Bug Report
rubensayshi added a comment to T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`.

y38k problems with some frontends are known for some 32 bit platforms.

Please write a proper bug report and don't expect us to read a reddit thread.

Sep 3 2024, 11:09 AM · gpgagent, Bug Report
werner edited projects for T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`, added: gpgagent; removed Info Needed.
Sep 3 2024, 11:07 AM · gpgagent, Bug Report
gniibe claimed T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`.

I can replicate the problem.

Sep 3 2024, 7:06 AM · gpgagent, Bug Report
gniibe closed T7121: gnupg 2.2.43: scdaemon fails with KDF as Resolved.
Sep 3 2024, 3:35 AM · gnupg22 (gnupg-2.2.44), yubikey, scd, Bug Report

Sep 2 2024

werner renamed T7274: Kleopatra: General error on import + certify with revoked and valid UID from Kleopatra: General error on import + certify to Kleopatra: General error on import + certify with revoked and valid UID.
Sep 2 2024, 5:04 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
werner triaged T7274: Kleopatra: General error on import + certify with revoked and valid UID as Normal priority.
Sep 2 2024, 5:03 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
werner added a project to T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`: Info Needed.
Sep 2 2024, 5:02 PM · gpgagent, Bug Report
ikloecker closed T7281: Build error with python3-setuptools 73.0.1 as Resolved.

Fixed.

Sep 2 2024, 3:48 PM · Debian, gpgme, Bug Report
werner added a project to T7281: Build error with python3-setuptools 73.0.1: Debian.
Sep 2 2024, 1:39 PM · Debian, gpgme, Bug Report
werner triaged T7281: Build error with python3-setuptools 73.0.1 as Normal priority.
Sep 2 2024, 1:39 PM · Debian, gpgme, Bug Report
Rycky_Tigg created T7284: `--expert --full-generate-key` | Inconsistencies regarding capabilities presented for selection .
Sep 2 2024, 1:21 PM
ikloecker added a comment to T7281: Build error with python3-setuptools 73.0.1.

I can reproduce this: It works with setuptools 72.1.0 and it fails with setuptools 72.2.0.

Sep 2 2024, 12:04 PM · Debian, gpgme, Bug Report
ikloecker claimed T7281: Build error with python3-setuptools 73.0.1.
Sep 2 2024, 11:43 AM · Debian, gpgme, Bug Report
werner added a comment to T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`.

y38k problems with some frontends are known for some 32 bit platforms.

Sep 2 2024, 10:41 AM · gpgagent, Bug Report
rubensayshi created T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback`.
Sep 2 2024, 10:36 AM · gpgagent, Bug Report
Rycky_Tigg created T7282: Omitted check-test operations while building from source.
Sep 2 2024, 10:03 AM · Support, libgcrypt

Aug 31 2024

ametzler1 created T7281: Build error with python3-setuptools 73.0.1.
Aug 31 2024, 6:58 AM · Debian, gpgme, Bug Report

Aug 30 2024

ikloecker closed T7279: libgpg-error installation not detected while building libgcrypt from source as Invalid.

As far as I know the practice to have separate -dev packages is very common among Linux distributions.

Aug 30 2024, 1:28 PM · libgcrypt, Bug Report
Rycky_Tigg added a comment to T7279: libgpg-error installation not detected while building libgcrypt from source.

I wonder how common this practice of splitting development material into a separate file might be? It is in place at Alpine, since the file libgpg-error-dev exists. Once the related component is instaled, these messages/strings are printed:; output filtered:

checking for GPG Error - version >= 1.49... expr: warning: '^x-L': using '^' as the first character of a basic regular expression is not portable; it is ignored  yes (1.49)
Aug 30 2024, 12:35 PM · libgcrypt, Bug Report

Aug 29 2024

ikloecker added a comment to T7279: libgpg-error installation not detected while building libgcrypt from source.

Does alpine split the development files of libgpg-error into a separate *-devel (or similar) package like most other distros? If yes, then you need to install this development package.

Aug 29 2024, 5:14 PM · libgcrypt, Bug Report
Rycky_Tigg created T7279: libgpg-error installation not detected while building libgcrypt from source.
Aug 29 2024, 2:53 PM · libgcrypt, Bug Report

Aug 28 2024

jukivili closed T7264: libgcrypt `tests/pkcs1v2` test fails in FIPS mode as Resolved.
Aug 28 2024, 6:04 PM · libgcrypt, Bug Report
jukivili added a comment to T7264: libgcrypt `tests/pkcs1v2` test fails in FIPS mode.

Thanks. Test works in my nightly builds now.

Aug 28 2024, 6:04 PM · libgcrypt, Bug Report
ikloecker claimed T7274: Kleopatra: General error on import + certify with revoked and valid UID.
Aug 28 2024, 3:25 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
ikloecker added a comment to T7274: Kleopatra: General error on import + certify with revoked and valid UID.

The bug doesn't occur when the normal certification process is used because there we specifically tell gpg which user IDs to sign (excluding the revoked one).

Aug 28 2024, 3:25 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
ikloecker added a comment to T7274: Kleopatra: General error on import + certify with revoked and valid UID.

The interactor log shows what's happening:

EditInteractor: 0 -> nextState( GET_LINE, keyedit.prompt ) -> 1
EditInteractor: action result "lsign"
EditInteractor: error now 0 (Erfolg)
EditInteractor: 1 -> nextState( GOT_IT,  ) -> 1
EditInteractor: no action executed
EditInteractor: error now 0 (Erfolg)

gpg asks what to do. Kleopatra answers "lsign".

Aug 28 2024, 3:21 PM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
ebo created T7274: Kleopatra: General error on import + certify with revoked and valid UID.
Aug 28 2024, 10:35 AM · vsd33 (vsd-3.3.0), Bug Report, kleopatra, Restricted Project
werner added a comment to T7224: Kleopatra: broken in Testversion beta-41.

T6512 is only for gnupg26. In gnupg24 we don't use fd-passing.

Aug 28 2024, 10:10 AM · Bug Report, kleopatra, Restricted Project

Aug 26 2024

gniibe claimed T7264: libgcrypt `tests/pkcs1v2` test fails in FIPS mode.

That's my badness.
I noticed by the CI at https://gitlab.com/redhat-crypto/libgcrypt/libgcrypt-mirror

Aug 26 2024, 10:17 AM · libgcrypt, Bug Report

Aug 23 2024

ikloecker added a comment to T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog.

The changes broke saving of groups after editing. See T7181#190402 and T7181#190448. -> T7268: Kleopatra: Existing groups are not saved after editing them

Aug 23 2024, 10:56 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report

Aug 22 2024

janl created T7265: When "use_keyboxd" is configured --keyring option is ignored?.
Aug 22 2024, 10:12 AM · keyboxd, gnupg, FAQ, Support
jukivili created T7264: libgcrypt `tests/pkcs1v2` test fails in FIPS mode.
Aug 22 2024, 6:41 AM · libgcrypt, Bug Report

Aug 21 2024

werner renamed T7259: Kleopatra: Kwatchgnupg must not modify conf files from Draft: Kleopatra: Kwatchgnupg issue to Kleopatra: Kwatchgnupg must not modify conf files.
Aug 21 2024, 9:11 AM · gpd5x, Bug Report, kleopatra
werner raised the priority of T7259: Kleopatra: Kwatchgnupg must not modify conf files from Wishlist to Normal.

Please remove the any configuration file changes from kwatchgnupg. That is not a good idea. Launching kwatchgnupg is
a debugging aid and not a regular operation and thus the user can also enable debugging selectively with kleopatra.
kwatchgnupg should listen on the standard socket socket:// - for Windows we don't yet need it because there we don't have sockets anyway. Or well, eventually we will have same but that requires work in watchgnupg and gpgrt for the logging stuff.

Aug 21 2024, 9:10 AM · gpd5x, Bug Report, kleopatra

Aug 19 2024

ebo moved T7157: Kleopatra: Shows success message when deleting secret key after moving to smart card fails from WiP to vsd-3.3.0 on the vsd33 board.
Aug 19 2024, 12:43 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo moved T7244: Kleopatra: Certificate details window opens in background when opened from decryption/verification result window from WiP to vsd-3.3.0 on the vsd33 board.
Aug 19 2024, 12:40 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo closed T7244: Kleopatra: Certificate details window opens in background when opened from decryption/verification result window as Resolved.

works in VS-Desktop-3.2.93.33-Beta

Aug 19 2024, 12:39 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo moved T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog from WiP to vsd-3.3.0 on the vsd33 board.
Aug 19 2024, 12:37 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ebo closed T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog as Resolved.
Aug 19 2024, 12:36 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
werner moved T7256: gnupg 2.4.5 gcc-14 build error with --disable-exec photoid.c:428:10: error: 'return' with a value, in function returning void from Backlog to QA on the gnupg24 board.
Aug 19 2024, 10:31 AM · gnupg24, Bug Report
werner closed T7256: gnupg 2.4.5 gcc-14 build error with --disable-exec photoid.c:428:10: error: 'return' with a value, in function returning void as Resolved.

Thanks.

Aug 19 2024, 10:31 AM · gnupg24, Bug Report
werner triaged T7256: gnupg 2.4.5 gcc-14 build error with --disable-exec photoid.c:428:10: error: 'return' with a value, in function returning void as Low priority.
Aug 19 2024, 10:27 AM · gnupg24, Bug Report

Aug 17 2024

ametzler1 created T7256: gnupg 2.4.5 gcc-14 build error with --disable-exec photoid.c:428:10: error: 'return' with a value, in function returning void.
Aug 17 2024, 4:14 PM · gnupg24, Bug Report

Aug 16 2024

werner triaged T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally as Normal priority.
Aug 16 2024, 3:04 PM · libassuan, MacOS, Bug Report

Aug 14 2024

ebo moved T7213: PKCS #12 import fails on broken P12 files which MS accepts from QA to gnupg-2.2.44 on the gnupg22 board.
Aug 14 2024, 12:47 PM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
ebo closed T7213: PKCS #12 import fails on broken P12 files which MS accepts as Resolved.

Did a quick manual test import and encryption/decryption with VS-Desktop-3.2.93.1-Beta with the relevant test-X509 certificate.
Works as expected.

Aug 14 2024, 12:47 PM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project

Aug 13 2024

ebo moved T7003: 2.2 gpg-agent doesn't allow KEYINFO when restricted (was: gpgme-1.23.2 test failure (t-json)) from QA to gnupg-2.2.43 on the gnupg22 board.
Aug 13 2024, 10:41 AM · gnupg22 (gnupg-2.2.43), gpgagent, gpgme, Gentoo, Bug Report

Aug 12 2024

aheinecke added a comment to T7224: Kleopatra: broken in Testversion beta-41.

While searching for a different issue I found T6512: keyboxd with data pipe in which as I understand it a keyboxd hang is fixed but the fix in that task is not part of the stable branch and only in master. I might be misunderstanding it but just from reading the comments in T6512 this might be related.

Aug 12 2024, 11:32 AM · Bug Report, kleopatra, Restricted Project
aheinecke added a comment to T6885: Forwarding mail with attachments embeded into the *.eml file will trigger GpgOL reporting an index out of range.

My suspiction with this is that here the exchange server / outlook parses the mail attachment into MAPI and somehow handles mails differently then other attachments. This automatic conversion regarding attached mails is why we always ask users in Support to send us a problematic mail as a file in a zip archive. Otherwise Exchange will convert an attached Outlook MAPI mail to MIME and on the receiving side we can no longer see the original strucutre. Similar things are probably happening on the receiving side where the MIME eml "file" is converted into a MAPIOBJECT holding the forwarded mail which then confuses our internal knowledge about the attachments causing this error.

Aug 12 2024, 11:23 AM · gpgol, Restricted Project, Bug Report, gpg4win
mmontkowski claimed T6885: Forwarding mail with attachments embeded into the *.eml file will trigger GpgOL reporting an index out of range.
Aug 12 2024, 10:18 AM · gpgol, Restricted Project, Bug Report, gpg4win

Aug 10 2024

werner added projects to T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally: MacOS, libassuan.

Actually we should get rid of stdio functions and use the es_foo replacements from libgpg-error.

Aug 10 2024, 9:28 PM · libassuan, MacOS, Bug Report

Aug 9 2024

mateja created T7247: Keyboxd doesn't notify user of unmigrated keys.
Aug 9 2024, 7:44 PM · gnupg24, Feature Request, keyboxd
moubctez renamed T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally from libassaun 3.0.1: putc_unlocked() is re-defined unconditionally to libassuan 3.0.1: putc_unlocked() is re-defined unconditionally.
Aug 9 2024, 2:01 PM · libassuan, MacOS, Bug Report
moubctez created T7246: libassuan 3.0.1: putc_unlocked() is re-defined unconditionally.
Aug 9 2024, 2:00 PM · libassuan, MacOS, Bug Report

Aug 8 2024

Sven1403 added a comment to T6659: gpg4win seems not to consider the installation control file anymore.

Still no news? :c @aheinecke

Aug 8 2024, 4:10 PM · gpg4win, Bug Report
TobiasFella changed the status of T6950: Kleopatra: Usability improvements for directory services configuration from Open to Testing.
Aug 8 2024, 10:53 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, gpg4win
TobiasFella changed the status of T6447: Kleopatra: "imported certificates" tab inconsistencies from Open to Testing.
Aug 8 2024, 10:52 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
TobiasFella changed the status of T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up from Open to Testing.
Aug 8 2024, 10:52 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ikloecker assigned T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up to TobiasFella.
Aug 8 2024, 10:17 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ikloecker moved T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Aug 8 2024, 10:05 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ikloecker moved T7244: Kleopatra: Certificate details window opens in background when opened from decryption/verification result window from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3

Aug 8 2024, 10:05 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report

Aug 7 2024

ikloecker added a project to T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog: vsd33.

Needs to be backported for VSD 3.3

Aug 7 2024, 5:15 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ikloecker changed the status of T7244: Kleopatra: Certificate details window opens in background when opened from decryption/verification result window from Open to Testing.

This has already been fixed by Tobias, but the fix needs to be backported (because this also happens in the branch VSD 3.3 is built from).

Aug 7 2024, 4:17 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ikloecker triaged T7244: Kleopatra: Certificate details window opens in background when opened from decryption/verification result window as Normal priority.
Aug 7 2024, 4:15 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ikloecker moved T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up from Backlog to WiP on the vsd33 board.
Aug 7 2024, 1:57 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ikloecker added a project to T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up: vsd33.

Backported for VSD 3.3

Aug 7 2024, 1:57 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
werner added a comment to T6757: gpgsm 2.4 Fails to import P12 certificate/key.

FWIW, I received that mail but I hope that this bug is at least fixed with today's fix for T7213. Thus not re-opening.

Aug 7 2024, 11:47 AM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
werner added a comment to T7213: PKCS #12 import fails on broken P12 files which MS accepts.

This patch has a new fix for T5793 which is now only used where needed.

Aug 7 2024, 11:38 AM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
werner moved T7213: PKCS #12 import fails on broken P12 files which MS accepts from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 7 2024, 11:26 AM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
werner changed the status of T7213: PKCS #12 import fails on broken P12 files which MS accepts from Open to Testing.

I don't think that we can do much manual testing here because we have all test cases anyway in the regression test suite and our local non-public regression tests (which has the p12 files we are not allowed to publish)

Aug 7 2024, 11:26 AM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
ikloecker changed the status of T7185: Calling gettext_use_utf8(1) for the main thread should enable UTF-8 for all later created secondary threads from Open to Testing.

Setting this to testing. Could be tested as described in https://dev.gnupg.org/T7188#188093 by verifying that the logged debug messages also use correct encoding.

Aug 7 2024, 10:41 AM · Windows, gpgrt, Bug Report
Jakuje added a comment to T7220: The CF protection not enabled in libgcrypt.

I do not have Aarch64 machine at hand so what I did was building the package with changes on the build system with previous patches and checking the correct flag are in place (previously in RHEL10, but now in Fedora):

Aug 7 2024, 10:09 AM · libgcrypt, Bug Report
jukivili added a comment to T7220: The CF protection not enabled in libgcrypt.

Do you have any way to test PAC/BTI on actual HW that support these extensions?

Aug 7 2024, 8:16 AM · libgcrypt, Bug Report

Aug 6 2024

werner added a comment to T7213: PKCS #12 import fails on broken P12 files which MS accepts.

Alright. Done for master; backport will come soon.

Aug 6 2024, 5:53 PM · gnupg22 (gnupg-2.2.44), S/MIME, Bug Report, Restricted Project
TobiasFella changed the status of T7233: Kleopatra: Certificate details dialog non-interactible when opened from group edit dialog from Open to Testing.
Aug 6 2024, 9:53 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
werner triaged T7226: libgcrypt 1.11.0 buid error on armhf with gcc-14 as Normal priority.
Aug 6 2024, 9:17 AM · FTBFS, arm, libgcrypt, Bug Report