Page MenuHome GnuPG
Feed All Stories

Today

ebo added a comment to T7630: Kleopatra: Get rid of the imported certificates tabs.

tested with Gpg4win-5.0.0-beta345:

Fri, Jul 18, 4:45 PM · kleopatra, gpd5x
werner committed rM6a1f72b47024: Make it easier to maintain gpgme.h by using forward declarations. (authored by werner).
Make it easier to maintain gpgme.h by using forward declarations.
Fri, Jul 18, 4:21 PM
werner committed rM1821ebaa333d: Rename an internal function for clarity (authored by werner).
Rename an internal function for clarity
Fri, Jul 18, 4:21 PM
ametzler1 added a comment to T7721: libgcrypt build-error with gcc-15 on powerpc and alpha.

For PowerISA 3.00 Instructions issue, following patch may help:

diff --git a/configure.ac b/configure.ac
index 6cc1e189..70d632af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2448,10 +2448,11 @@ AC_CACHE_CHECK([whether GCC inline assembler supports PowerISA 3.00 instructions
         else
           gcry_cv_gcc_inline_asm_ppc_arch_3_00=no
           AC_LINK_IFELSE([AC_LANG_PROGRAM(
-          [[__asm__(".text\n\t"
+          [[__asm__(".machine        \"any\"\n"
+                    ".text\n\t"
                     ".globl testfn;\n"
                     "testfn:\n"
-                    "stxvb16x %r1,%v12,%v30;\n"
+                    "stxvb16x 47,0,9;\n"
                   );
             void testfn(void);
             ]], [ testfn(); ])],

I figured out that .machine "any" is needed with GCC 15.

Fri, Jul 18, 12:08 PM · libgcrypt, Bug Report
alexk triaged T7730: gpg: retrieve a certificate from an LDAP server before sending it to the LDAP server as High priority.
Fri, Jul 18, 12:06 PM · Feature Request, gnupg, gpd5x
werner committed rGPAfca0f819ce4b: Fix mixed declarations and code (authored by werner).
Fix mixed declarations and code
Fri, Jul 18, 11:52 AM
werner committed rGPAb6ba8bcc6db7: Remove trust_item stuff to make it build with gpgme 2.x (authored by werner).
Remove trust_item stuff to make it build with gpgme 2.x
Fri, Jul 18, 11:52 AM
werner committed rGPAaa63712b18b7: Fix implicit declaration of gpa_keytable_ensure (authored by andreasstieger).
Fix implicit declaration of gpa_keytable_ensure
Fri, Jul 18, 11:52 AM
m <meik.michalke@gnupg.com> committed rOJda4092fd64b0: updated .pot files using i18n.py (authored by m <meik.michalke@gnupg.com>).
updated .pot files using i18n.py
Fri, Jul 18, 9:06 AM
gniibe changed the status of T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL" from Open to Testing.
Fri, Jul 18, 9:04 AM · Windows, gpgrt, Feature Request, Bug Report
gniibe changed the status of T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL", a subtask of T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error, from Open to Testing.
Fri, Jul 18, 9:04 AM · gpgrt, Feature Request, Bug Report
gniibe changed the status of T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error from Open to Testing.
Fri, Jul 18, 9:04 AM · gpgrt, Feature Request, Bug Report
gniibe added a comment to T7642: Release Libgcrypt 1.11.2.

I wonder about GCC 15 preparation for the release. If it's good to have, two patches are needed to apply:

Fri, Jul 18, 6:55 AM · Release Info, libgcrypt
l10n daemon script <scripty@kde.org> committed rLIBKLEO1861feaf4553: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Jul 18, 5:13 AM
gniibe added a comment to T7721: libgcrypt build-error with gcc-15 on powerpc and alpha.

I figured out that .machine "any" is needed with GCC 15.

Fri, Jul 18, 4:51 AM · libgcrypt, Bug Report
gniibe added a comment to T7721: libgcrypt build-error with gcc-15 on powerpc and alpha.

For Alpha (hppa, and sparc), IIUC, following patch may help:

Fri, Jul 18, 4:33 AM · libgcrypt, Bug Report
gniibe claimed T7721: libgcrypt build-error with gcc-15 on powerpc and alpha.

For PowerISA 3.00 Instructions issue, following patch may help:

Fri, Jul 18, 4:31 AM · libgcrypt, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEOc2d16e7881f0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Jul 18, 3:42 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf69bd29a3cf2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Jul 18, 3:40 AM

Yesterday

werner lowered the priority of T7276: GpgOL: Shown attachments duplicate on selection of signed emails after forward from Normal to Low.

We have no solution right now.

Thu, Jul 17, 5:12 PM · gpgol
werner assigned T6865: Email will be sent encrypted after draft was saved in encrypted state although encryption is disabled to mmontkowski.

In short: A message was saved as an encrypted draft and then the user edited that draft, disabled encryption and then the message was sent out only encrypted to the draft key.

Thu, Jul 17, 5:06 PM · gpd5x, gpgol, Bug Report
werner added a comment to T7269: Attachments vanish from forward encrypted message.

Deselect email and select again (email gets decrypted again) attachments are back.

Thu, Jul 17, 4:59 PM · Restricted Project, Feature Request, gpgol
werner added a comment to T6333: GpgOL: Improve handling of HTML Only mails.

We should not modify the HTML at all but display it as plain text. Maybe put a a notice at the top:

<!-- Below is the raw HTML encoding of this mail - ask you admin for advice -->
Thu, Jul 17, 4:56 PM · gpgol, Restricted Project
werner added a comment to T4836: GpgOL modifies PGP/Inline email messages stored in the server.

We won't implement that any time soon given that gpgol2 will be an easier plaform to get it right.

Thu, Jul 17, 4:54 PM · gpgol, Bug Report
werner lowered the priority of T4127: GpgOL: Setting category or flagging crypto mails is not possible from High to Low.

It is unlikely that we will fix it. The OL behaviour is just too flaky. It might be possible to do this in the no-preview mode in a more robust way.

Thu, Jul 17, 4:49 PM · Restricted Project, gpg4win, gpgol
werner added a project to T7722: Temp filename creation fails to choose proper extension: Bug Report.
Thu, Jul 17, 4:45 PM · Bug Report, gpd5x, vsd33, gpgol
ebo removed a project from T7534: GpgOL: Header info disappears when forwarding a HTML mail: gpd5x.
Thu, Jul 17, 3:52 PM · gpgol
ebo moved T7722: Temp filename creation fails to choose proper extension from Backlog to WIP on the gpd5x board.
Thu, Jul 17, 2:15 PM · Bug Report, gpd5x, vsd33, gpgol
ebo added a project to T7722: Temp filename creation fails to choose proper extension: gpd5x.
Thu, Jul 17, 2:14 PM · Bug Report, gpd5x, vsd33, gpgol
ebo added a comment to T7714: GPGOL: Attachment treated as text .

I could not reproduce this issue with Gpg4win 4.4.1 and did not see it with Gpg4win-5.0.0-beta345, either.

Thu, Jul 17, 2:13 PM · gpd5x, vsd33, gpgol
ebo added a comment to T7712: Moving encrypted emails to folder fails.

I could not reproduce this issue with Gpg4win 4.4.1 (which should have it).

Thu, Jul 17, 2:02 PM · gpd5x, vsd33, gpgol
werner closed T7670: updated nl.po for gnupg 2.4 as Resolved.
Thu, Jul 17, 1:47 PM · i18n, gnupg, Bug Report
werner committed rG75095bf900b3: po: Update the Dutch translation. (authored by Frans Spiesschaert <Frans.Spiesschaert@yucom.be>).
po: Update the Dutch translation.
Thu, Jul 17, 1:47 PM
werner added a comment to T7670: updated nl.po for gnupg 2.4.

Thanks. Will go into 2.4.9 to be released soon.

Thu, Jul 17, 1:47 PM · i18n, gnupg, Bug Report
mmontkowski committed rOaa9e17bbbdf6: Merge branch 'master' of ssh://git.gnupg.org/git/gpgol (authored by mmontkowski).
Merge branch 'master' of ssh://git.gnupg.org/git/gpgol
Thu, Jul 17, 11:19 AM
mmontkowski committed rObf5b303913df: get_tmp_outfile fix (authored by mmontkowski).
get_tmp_outfile fix
Thu, Jul 17, 11:19 AM
werner committed rCf9657f1d9e15: Prepare LT numbers for the 1.12.0 release (authored by werner).
Prepare LT numbers for the 1.12.0 release
Thu, Jul 17, 9:32 AM
werner moved T7709: Decryption with ECC smartcard keys broken from Backlog to WIP on the gpd5x board.
Thu, Jul 17, 9:12 AM · gnupg26, Bug Report, gpd5x
werner changed the status of T7709: Decryption with ECC smartcard keys broken, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, from Open to Testing.
Thu, Jul 17, 9:12 AM · gnupg26
werner changed the status of T7709: Decryption with ECC smartcard keys broken from Open to Testing.
Thu, Jul 17, 9:12 AM · gnupg26, Bug Report, gpd5x
werner committed rG4ae81d9c44eb: agent: Minor robustness improvement (authored by werner).
agent: Minor robustness improvement
Thu, Jul 17, 9:10 AM
werner triaged T7717: Draft: Location of qt-application config files as Normal priority.
Thu, Jul 17, 9:04 AM · vsd34, gpd5x, okular
gniibe closed T7589: Unable to export SSH keys for ED25519 keys generate on a SmartCard as Resolved.
Thu, Jul 17, 4:26 AM · gnupg, ssh, Bug Report
gniibe closed T7623: gpgscm: Fix fixed-size characters (for portability, specifically for GCC 15 or later), a subtask of T7617: libgcrypt: Add __nonstring__ attribute for data for GCC 15 or later, as Resolved.
Thu, Jul 17, 4:25 AM · libgcrypt, Bug Report
gniibe closed T7623: gpgscm: Fix fixed-size characters (for portability, specifically for GCC 15 or later) as Resolved.
Thu, Jul 17, 4:25 AM · gnupg, gpgrt, Bug Report
gniibe added a parent task for T7709: Decryption with ECC smartcard keys broken: T7649: gnupg: Use KEM interface for encryption/decryption.
Thu, Jul 17, 4:24 AM · gnupg26, Bug Report, gpd5x
gniibe added a subtask for T7649: gnupg: Use KEM interface for encryption/decryption: T7709: Decryption with ECC smartcard keys broken.
Thu, Jul 17, 4:24 AM · gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3b0bfe81f340: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Jul 17, 3:40 AM
gniibe committed rG4ad08a8998fa: agent: Fix for smartcard decryption returning x-coordinate only. (authored by gniibe).
agent: Fix for smartcard decryption returning x-coordinate only.
Thu, Jul 17, 2:53 AM

Wed, Jul 16

m <meik.michalke@gnupg.com> committed rOJfec1e00182ad: typo in i18n.py (authored by m <meik.michalke@gnupg.com>).
typo in i18n.py
Wed, Jul 16, 5:22 PM
ikloecker accepted D614: gpgolconfig: Quit application when closing dialog.

Shouldn't be necessary because QGuiApplication's quitOnLastWindowClosed defaults to true, but it shouldn't hurt either.

Wed, Jul 16, 3:55 PM
werner triaged T7728: Support Yubikey attestation certificates as Normal priority.
Wed, Jul 16, 3:18 PM · Feature Request, yubikey, gnupg26
TobiasFella committed rKLEOPATRA106daac9d04c: Improve menu (authored by TobiasFella).
Improve menu
Wed, Jul 16, 2:37 PM
TobiasFella requested review of D614: gpgolconfig: Quit application when closing dialog.
Wed, Jul 16, 2:36 PM
werner committed rGa4f7417531d7: agent: Another fix for a regression with unknown curves and ssh (authored by werner).
agent: Another fix for a regression with unknown curves and ssh
Wed, Jul 16, 2:28 PM
werner committed rG55db12472f1c: agent: Another fix for a regression with unknown curves and ssh (authored by werner).
agent: Another fix for a regression with unknown curves and ssh
Wed, Jul 16, 2:26 PM
werner committed rG6bf5696c8578: agent: Fix ssh-agent's request_identities for skipped keys. (authored by werner).
agent: Fix ssh-agent's request_identities for skipped keys.
Wed, Jul 16, 2:18 PM
gniibe added a comment to T7709: Decryption with ECC smartcard keys broken.

Here is a patch.

diff --git a/agent/divert-scd.c b/agent/divert-scd.c
index 1e5de4671..bb42dd3b4 100644
--- a/agent/divert-scd.c
+++ b/agent/divert-scd.c
@@ -517,6 +517,9 @@ agent_card_ecc_kem (ctrl_t ctrl, const unsigned char *ecc_ct,
Wed, Jul 16, 12:09 PM · gnupg26, Bug Report, gpd5x
werner closed T7083: Show revocation reasons also with a standard -k listing as Resolved.
Wed, Jul 16, 12:04 PM · OpenPGP, Feature Request, gnupg26
werner closed T7083: Show revocation reasons also with a standard -k listing, a subtask of T7078: Kleopatra: Add automatic offer of revocation certificate export to the revocation process, as Resolved.
Wed, Jul 16, 12:04 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
werner closed T6599: INT2FD and npth_accept, a subtask of T6508: Port GnuPG to 64-bit Windows, as Resolved.
Wed, Jul 16, 12:03 PM · Windows 64, Feature Request, gnupg26
werner closed T6599: INT2FD and npth_accept as Resolved.

Several releases since the last commit and no specific bug reports. We can close this task.

Wed, Jul 16, 12:03 PM · Windows 64, Feature Request, gnupg26
werner lowered the priority of T7292: gpg-mail-tube: Add more features from Normal to Low.
Wed, Jul 16, 12:00 PM · Feature Request, gnupg26
werner lowered the priority of T6956: GnuPG: Allow import of gpgsk files from Normal to Low.
Wed, Jul 16, 12:00 PM · gnupg26, Feature Request, Restricted Project
werner moved T7649: gnupg: Use KEM interface for encryption/decryption from Backlog to WIP on the gnupg26 board.
Wed, Jul 16, 11:58 AM · gnupg26
werner closed T7698: Add support of secp256k1 for KEM API, a subtask of T7649: gnupg: Use KEM interface for encryption/decryption, as Resolved.
Wed, Jul 16, 11:58 AM · gnupg26
werner closed T7698: Add support of secp256k1 for KEM API as Resolved.

Should be fixed with 2.5.9. Given that secp256 is an esoteric curve for GnuPG it does not make sense to run the entire QA process.

Wed, Jul 16, 11:58 AM · gnupg26
ebo added a project to T7098: Change the GpgOL encryption icon according to its state: gpd5x.
Wed, Jul 16, 11:56 AM · gpd5x, vsd33, Feature Request, Restricted Project, gpgol
werner closed T7289: Release GnuPG 2.5.2 as Resolved.
Wed, Jul 16, 11:55 AM · gnupg, Release Info, gnupg26
werner moved T7676: Cannot decrypt a message encrypted to a Cv25519 key on a token from WIP to QA on the gnupg26 board.
Wed, Jul 16, 11:54 AM · gnupg26, Bug Report
werner moved T7693: `gpg --fetch-keys` fails because of missing keyserver from WIP to QA on the gnupg26 board.
Wed, Jul 16, 11:54 AM · gnupg26
ikloecker committed rWfaa2c9d3c005: kconfigwidgets: Fix bad contrast of highlighted "Find action" item (authored by ikloecker).
kconfigwidgets: Fix bad contrast of highlighted "Find action" item
Wed, Jul 16, 11:44 AM
werner added a project to T7709: Decryption with ECC smartcard keys broken: gnupg26.
Wed, Jul 16, 11:42 AM · gnupg26, Bug Report, gpd5x
werner assigned T7709: Decryption with ECC smartcard keys broken to gniibe.
Wed, Jul 16, 11:42 AM · gnupg26, Bug Report, gpd5x
ebo updated the task description for T7700: Kleopatra: Move kleopatrarc away from %LOCALAPPDATA%.
Wed, Jul 16, 10:51 AM · gpd5x, Feature Request, kleopatra, vsd34
ebo renamed T7709: Decryption with ECC smartcard keys broken from Decryption with smartcard keys broken to Decryption with ECC smartcard keys broken.
Wed, Jul 16, 10:27 AM · gnupg26, Bug Report, gpd5x
ikloecker moved T7700: Kleopatra: Move kleopatrarc away from %LOCALAPPDATA% from Backlog to WIP on the gpd5x board.
Wed, Jul 16, 9:13 AM · gpd5x, Feature Request, kleopatra, vsd34
ikloecker added a project to T7700: Kleopatra: Move kleopatrarc away from %LOCALAPPDATA%: gpd5x.

Add gpd5x tag to ensure testing with Gpg4win.

Wed, Jul 16, 9:13 AM · gpd5x, Feature Request, kleopatra, vsd34
gniibe committed rE8a38d914512c: w32:spawn: Support pipe I/O for GPGRT_PROCESS_DETACHED. (authored by gniibe).
w32:spawn: Support pipe I/O for GPGRT_PROCESS_DETACHED.
Wed, Jul 16, 6:33 AM
l10n daemon script <scripty@kde.org> committed rMTPf6d4585d8f5e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 6:11 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO4341c2059492: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 6:10 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA782ee93deabe: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 6:09 AM
l10n daemon script <scripty@kde.org> committed rMTPb87f23c7d7b5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 4:04 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEObddaede7e989: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 4:02 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA39f1f11ef4b2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Jul 16, 4:01 AM
gniibe added a comment to T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL".

Fixed with new GPGRT_PROCESS_STDIO_NUL flag.

Wed, Jul 16, 3:34 AM · Windows, gpgrt, Feature Request, Bug Report

Tue, Jul 15

ikloecker updated the task description for T7574: Migration of group config from old location to new location is broken.
Tue, Jul 15, 6:02 PM · Windows, gpd5x, kleopatra
ikloecker changed the status of T7574: Migration of group config from old location to new location is broken from Open to Testing.

It's intentional that with Gpg4win migration from %LOCALAPPDATA% does not work because %LOCALAPPDATA% is used by VSD (and GPD) but not by any old Gpg4win.

Tue, Jul 15, 5:50 PM · Windows, gpd5x, kleopatra
werner committed rM9e3266ccbbdf: gnupg-manage-keys: Implement a new tool. (authored by werner).
gnupg-manage-keys: Implement a new tool.
Tue, Jul 15, 5:02 PM
ebo changed the status of T7574: Migration of group config from old location to new location is broken from Testing to Open.

As timegrid has not experienced the older versions himself, he misunderstood this. Ingo's description is correct.
(%LOCALAPPDATA% was the location of kleopatragroupsrc before VSD 3.3.0.)

Tue, Jul 15, 4:50 PM · Windows, gpd5x, kleopatra
m.eik triaged T7726: fix connection status as Normal priority.
Tue, Jul 15, 4:18 PM · gpgol2
m.eik triaged T7725: keep updates on available keys as Normal priority.
Tue, Jul 15, 4:04 PM · gpgol2
m.eik triaged T7724: support WKD in mail editor as Normal priority.
Tue, Jul 15, 3:24 PM · gpgol2
m.eik raised the priority of T7682: improve flow of first use wizard to be less confusing from Normal to High.
Tue, Jul 15, 3:21 PM · gpgol2
m.eik moved T7680: Double clicking on attachment will open attachment multiple times from WiP to QA on the gpgol2 board.
Tue, Jul 15, 3:20 PM · gpgol2
ebo triaged T7718: Kleopatra: improve information for invalid S/MIME certificates as Normal priority.
Tue, Jul 15, 1:38 PM · gpd5x, kleopatra
ametzler1 added a comment to T7721: libgcrypt build-error with gcc-15 on powerpc and alpha.

The powerpc64le issue (undefined reference to `gcry_poly1305_p10le_4blocks') also applies to GIT master.

Tue, Jul 15, 1:35 PM · libgcrypt, Bug Report
ebo added a comment to T7709: Decryption with ECC smartcard keys broken.

The issue remains with gpg 2.5.9 from Gpg4win-5.0.0-beta345.
Here a gpg-agent log for the failed decryption:

Tue, Jul 15, 1:35 PM · gnupg26, Bug Report, gpd5x
gniibe committed rE311fb769d1dd: w32:spawn: New flag GPGRT_PROCESS_STDIO_NUL. (authored by gniibe).
w32:spawn: New flag GPGRT_PROCESS_STDIO_NUL.
Tue, Jul 15, 9:51 AM
gniibe committed rEf28bf71b86ba: w32:spawn: Fix resource leaks for HANDLEs by w32_open_null. (authored by gniibe).
w32:spawn: Fix resource leaks for HANDLEs by w32_open_null.
Tue, Jul 15, 9:51 AM