Home GnuPG

All Stories
ActivePublic

All Stories

Today

werner committed rD7a45397df2f7: We should no use the defunc k.gnupg.net anymore. (authored by werner).
We should no use the defunc k.gnupg.net anymore.
Fri, May 9, 5:43 PM
werner committed rD36945e2d5259: Update information about gnupg people. (authored by werner).
Update information about gnupg people.
Fri, May 9, 5:24 PM
werner set External Link to https://lists.gnupg.org/pipermail/gnupg-announce/2025q2/000492.html on T7586: Release GnuPG 2.5.6.
Fri, May 9, 5:02 PM · gnupg, Release Info
werner committed rG727e125a4dc1: Update distsigkey (authored by werner).
Update distsigkey
Fri, May 9, 4:45 PM
werner committed rGb5a763fff1f9: Update distsigkey (authored by werner).
Update distsigkey
Fri, May 9, 4:45 PM
werner committed rGb361c25bcdcd: Update distsigkey (authored by werner).
Update distsigkey
Fri, May 9, 4:45 PM
werner committed rD01116327613d: Update the signature keys. (authored by werner).
Update the signature keys.
Fri, May 9, 4:44 PM
ikloecker accepted D608: encryptionjob: Propagate encryption flags.

I guess

alwaysTrust ? Context::AlwaysTrust : Context::None | (encryptionFlags() & ~Context::EncryptFile)

is identical to

(alwaysTrust ? Context::AlwaysTrust : Context::None) | (encryptionFlags() & ~Context::EncryptFile)
Fri, May 9, 4:30 PM
ebo added a comment to T7641: The overlay used by GpgOL does hinder usage of other apps .

Well it kind of works but it is a bit ugly and the encoding in the "Encrypt" message is broken:

Fri, May 9, 4:24 PM · gpgol, gpd5x
werner committed rD03bf599c03b7: Announce GnuPG 2.5.6 (authored by werner).
Announce GnuPG 2.5.6
Fri, May 9, 3:42 PM
TobiasFella claimed T7580: Kleopatra: Add a dialog window to the disable/enable certificate action.
Fri, May 9, 12:40 PM · gpd5x, kleopatra
TobiasFella moved T7580: Kleopatra: Add a dialog window to the disable/enable certificate action from Backlog to WIP on the gpd5x board.
Fri, May 9, 12:40 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRA2d18d7bd30f8: Show warning when disabling certificate (authored by TobiasFella).
Show warning when disabling certificate
Fri, May 9, 12:40 PM
TobiasFella set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/384 on T7580: Kleopatra: Add a dialog window to the disable/enable certificate action.
Fri, May 9, 12:35 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRAbe677b57c3fb: Show warning when disabling certificate (authored by TobiasFella).
Show warning when disabling certificate
Fri, May 9, 12:34 PM
TobiasFella changed the status of T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open from Open to Testing.
Fri, May 9, 11:59 AM · Bug Report, gpd5x, kleopatra
TobiasFella committed rKLEOPATRAc16b908993a0: UrlLabel: Only focus next child if event is not from mouse (authored by TobiasFella).
UrlLabel: Only focus next child if event is not from mouse
Fri, May 9, 11:49 AM
TobiasFella committed rKLEOPATRAd1972fc9b6a3: Apply 1 suggestion(s) to 1 file(s) (authored by TobiasFella).
Apply 1 suggestion(s) to 1 file(s)
Fri, May 9, 11:49 AM
TobiasFella committed rKLEOPATRAb76db6694345: Apply 1 suggestion(s) to 1 file(s) (authored by TobiasFella).
Apply 1 suggestion(s) to 1 file(s)
Fri, May 9, 11:49 AM
werner committed rW40e45e38b959: Also update the to-be-signed DLL name. (authored by werner).
Also update the to-be-signed DLL name.
Fri, May 9, 10:11 AM
m <meik.michalke@gnupg.com> committed rOJ0e66e59a8bc3: fixed mkcert call in README (authored by m <meik.michalke@gnupg.com>).
fixed mkcert call in README
Fri, May 9, 10:04 AM
gniibe added a comment to T6681: agent: Clean up main loop and better cache handling of expiration (was: Adding agent_timer API for monitoring something and passphrase cache).

(2) Update the documentation of default-cache-ttl zero value disabling caching.

Fri, May 9, 10:02 AM · keyboxd, gpgagent, gnupg26
CarlSchwan updated the diff for D608: encryptionjob: Propagate encryption flags.

Propagate encryption flags in other places

Fri, May 9, 9:58 AM
CarlSchwan added a comment to D608: encryptionjob: Propagate encryption flags.

I don't understand why we need to remove the Context::EncryptFile flag. It seems wrong/error-prone to propagate all but one flag. The caller shouldn't have set this flag in the first place. In other words: Remove the & ~Context::EncryptFile.

Fri, May 9, 9:55 AM
ikloecker added a comment to D608: encryptionjob: Propagate encryption flags.

There are two other methods that also take alwaysTrust as input and that should likely also propagate the other encryption flags.

Fri, May 9, 9:34 AM
werner renamed T7645: Kleopatra: Encoding errors in signature verification audit log (timestamps) from Kleopatra: Encoding errors in signature verification audit log to Kleopatra: Encoding errors in signature verification audit log (timestamps).
Fri, May 9, 9:26 AM · gnupg26, gpd5x, Bug Report
werner triaged T7645: Kleopatra: Encoding errors in signature verification audit log (timestamps) as Low priority.

I think we have another report on this in the tracker. The problem is indeed the ugly Windows time functions to print a string. Let me only remeber that untile a few years, Windows had the opinion that Germany is the the Westeuropäische Zeit, i.e. Portugal or the UK.

Fri, May 9, 9:25 AM · gnupg26, gpd5x, Bug Report
werner set the color for riscv to Checkered.
Fri, May 9, 9:21 AM
werner added a project to T7647: cipher/simd-common-riscv.h missing from libgcrypt 1.11.1 tarball: riscv.
Fri, May 9, 9:21 AM · riscv, libgcrypt, Bug Report
werner added a comment to T7647: cipher/simd-common-riscv.h missing from libgcrypt 1.11.1 tarball.

That is quite possible because we do not have a test system for RISC-V and the make release tarbegt is not abale to verify this.

Fri, May 9, 9:21 AM · riscv, libgcrypt, Bug Report
CarlSchwan committed rOJ05b788a166a9: Fix reencryption (authored by CarlSchwan).
Fix reencryption
Fri, May 9, 9:18 AM
CarlSchwan committed rOJ45f6bc71c62e: firstimedialog: Replace GPGOLJS constants with GPGOLWEB (authored by CarlSchwan).
firstimedialog: Replace GPGOLJS constants with GPGOLWEB
Fri, May 9, 9:06 AM
CarlSchwan added reviewers for D608: encryptionjob: Propagate encryption flags: ikloecker, Tobias.
Fri, May 9, 8:55 AM
CarlSchwan requested review of D608: encryptionjob: Propagate encryption flags.
Fri, May 9, 8:55 AM
CarlSchwan committed rOJa9b9f6a3d26a: firsttimedialog: fix clean build (authored by CarlSchwan).
firsttimedialog: fix clean build
Fri, May 9, 7:58 AM
mlaurent committed rMTP6c8ec0630af1: GIT_SILENT: prepare 6.4.2 (authored by mlaurent).
GIT_SILENT: prepare 6.4.2
Fri, May 9, 6:48 AM
mlaurent committed rLIBKLEO69552f46667b: GIT_SILENT: prepare 6.4.2 (authored by mlaurent).
GIT_SILENT: prepare 6.4.2
Fri, May 9, 6:44 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOa40072c5f0df: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, May 9, 5:11 AM
gniibe added a comment to T6681: agent: Clean up main loop and better cache handling of expiration (was: Adding agent_timer API for monitoring something and passphrase cache).

I am going to do:
(1) Recover old behavior with max-cache-ttl = 0
(2) Update the documentation of default-cache-ttl zero value disabling caching.

Fri, May 9, 4:37 AM · keyboxd, gpgagent, gnupg26
l10n daemon script <scripty@kde.org> committed rLIBKLEOf9ef43d9c535: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, May 9, 3:38 AM
l10n daemon script <scripty@kde.org> committed rMTPc558c4b962c2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, May 9, 3:38 AM

Yesterday

ikloecker added a comment to T7620: gpgme_get_key fails to detect secret encryption subkey after key generation on card (until context is recreated).

I think it would be much better if GnuPG automatically performed a key listing immediately after key generation when a smartcard is involved. This would allow GnuPG to detect the presence of the subkey on the card right away, rather than leaving it marked as a stub until the user manually lists keys.

Thu, May 8, 9:14 PM · gnupg, gpgme, Bug Report
Saturneric added a comment to T7620: gpgme_get_key fails to detect secret encryption subkey after key generation on card (until context is recreated).

I see that you generated the secret encryption subkey with backup. This means that the secret subkey is generated on your computer, then copied to the card, and then deleted from your computer. The deletion is the reason why the subkey is marked as stub. Only after listing the keys on the card gpg notices that the secret key is actually on the card.

Thu, May 8, 6:37 PM · gnupg, gpgme, Bug Report
atsampson created T7647: cipher/simd-common-riscv.h missing from libgcrypt 1.11.1 tarball.
Thu, May 8, 5:41 PM · riscv, libgcrypt, Bug Report
ikloecker changed the status of T7588: Kleopatra: Several problems with icons in high contrast modes, a subtask of T6932: Icons, darkmode and stuff, from Testing to Open.
Thu, May 8, 5:08 PM · gpd5x, kleopatra
ikloecker changed the status of T7588: Kleopatra: Several problems with icons in high contrast modes from Testing to Open.

I found more issues with the success, warning, and error icons we show in various places.

Thu, May 8, 5:08 PM · a11y, Windows, gpd5x, kleopatra
werner committed rW57f57e1b1339: Fix DLL name of libpoppler. (authored by werner).
Fix DLL name of libpoppler.
Thu, May 8, 5:02 PM
werner committed rWc471e16de9cd: Two patches for gpgol 2.6.0 (authored by werner).
Two patches for gpgol 2.6.0
Thu, May 8, 4:32 PM
werner committed rW9ef029f83c22: Update to gnupg-2.5.6, Kleopatra and Okular current snapshots (authored by werner).
Update to gnupg-2.5.6, Kleopatra and Okular current snapshots
Thu, May 8, 4:31 PM
TobiasFella moved T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open from Backlog to WIP on the gpd5x board.
Thu, May 8, 3:55 PM · Bug Report, gpd5x, kleopatra
TobiasFella claimed T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open.
Thu, May 8, 3:55 PM · Bug Report, gpd5x, kleopatra
TobiasFella committed rKLEOPATRAfd73279a336a: UrlLabel: Only focus next child if event is not from mouse (authored by TobiasFella).
UrlLabel: Only focus next child if event is not from mouse
Thu, May 8, 3:54 PM
CarlSchwan committed rOJ1d7b6c680d41: firsttimedialog: show logs of TLS certificate generation (authored by CarlSchwan).
firsttimedialog: show logs of TLS certificate generation
Thu, May 8, 3:47 PM
werner updated the task description for T7586: Release GnuPG 2.5.6.
Thu, May 8, 3:43 PM · gnupg, Release Info
werner closed T7632: gnupg test suite fails to build on AIX. as Resolved.
Thu, May 8, 3:32 PM · AIX, gnupg, Bug Report
werner closed T7638: gpg on Solaris does not print a signal description as Resolved.
Thu, May 8, 3:32 PM · Solaris, gnupg, Bug Report
werner moved T4021: dirmngr: dirmngr/dns.c issue with 127.0.0.1 from WiP to QA on the gnupg24 board.
Thu, May 8, 3:31 PM · gnupg24, dirmngr
werner closed T7576: keyboxd: Searching <email@Example.COM> as Resolved.
Thu, May 8, 3:31 PM · gnupg, Bug Report
werner closed T7583: 2.5.5 removes sig on clean that 2.5.4 and earlier kept as Resolved.
Thu, May 8, 3:30 PM · gnupg, Bug Report
werner closed T7547: signatures from revoked or expired keys show up as missing keys, a subtask of T7527: Keyring/keybox denial of service, as Resolved.
Thu, May 8, 3:29 PM · OpenPGP, gnupg, Bug Report
werner closed T7547: signatures from revoked or expired keys show up as missing keys as Resolved.
Thu, May 8, 3:29 PM · gnupg26, gnupg24, Bug Report
werner updated the task description for T7586: Release GnuPG 2.5.6.
Thu, May 8, 3:29 PM · gnupg, Release Info
werner closed T6477: WKD redirects and dirmngr redirect rewriting as Resolved.
Thu, May 8, 3:27 PM · gnupg24 (gnupg-2.4.3), wkd, dirmngr
ebo triaged T7646: GpgOL: Update ribbon not only for items recognized as mail as Normal priority.
Thu, May 8, 3:12 PM · gpd5x, vsd33, gpgol
TobiasFella triaged T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open as Normal priority.
Thu, May 8, 3:09 PM · Bug Report, gpd5x, kleopatra
CarlSchwan committed rOJ53938fa1a4ec: firsttimedialog: Allow user to configure gpgol-server mode (authored by CarlSchwan).
firsttimedialog: Allow user to configure gpgol-server mode
Thu, May 8, 3:04 PM
CarlSchwan committed rOJ0db48b6562ad: Remove debug output (authored by CarlSchwan).
Remove debug output
Thu, May 8, 3:04 PM
TobiasFella added a comment to T7641: The overlay used by GpgOL does hinder usage of other apps .

An easy solution seems to be to just tell the overlay to not be always on top. It still blocks the outlook window, but other windows can then be shown on top of it.

Thu, May 8, 2:25 PM · gpgol, gpd5x
CarlSchwan committed rMTP79e1d15300da: Improve context for file dialog filter (authored by CarlSchwan).
Improve context for file dialog filter
Thu, May 8, 1:47 PM
ikloecker committed rLIBKLEOab837bfb2108: Don't use focus frame hack if Breeze is used on Windows (authored by ikloecker).
Don't use focus frame hack if Breeze is used on Windows
Thu, May 8, 1:20 PM
timegrid updated the task description for T7578: gpgpass: test feedback collection.
Thu, May 8, 12:04 PM · gpd5x, gpgpass
werner committed rD306fa8e4255c: swdb: gnupg 2.5.6 (authored by werner).
swdb: gnupg 2.5.6
Thu, May 8, 11:28 AM
timegrid updated the task description for T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).
Thu, May 8, 11:28 AM · gpd5x, kleopatra
CarlSchwan committed rOJa6b1b5e865c3: Fetch email information when native clients is connected (authored by CarlSchwan).
Fetch email information when native clients is connected
Thu, May 8, 11:22 AM
CarlSchwan committed rOJf38fac353bc5: Use Segoe UI as font for the web UI (authored by CarlSchwan).
Use Segoe UI as font for the web UI
Thu, May 8, 11:22 AM
werner committed rG806b0080bb34: Release 2.5.6 (authored by werner).
Release 2.5.6
Thu, May 8, 11:18 AM
werner committed rGfe347b38814b: Post release updates (authored by werner).
Post release updates
Thu, May 8, 11:18 AM
timegrid added a comment to T7645: Kleopatra: Encoding errors in signature verification audit log (timestamps).

my win10 vm was also installed with german language

Thu, May 8, 11:17 AM · gnupg26, gpd5x, Bug Report
timegrid added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

issues split into new tickets:

Thu, May 8, 11:08 AM · gpd5x, kleopatra
timegrid added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

If the file data is next to the file data.sig then Kleopatra should automatically use data.sig with data. If you run kleopatra --verify data.sig or start the verification by selecting data.sig in the Windows Explorer then Kleopatra does automatically use data (at least on Linux).

Thu, May 8, 11:06 AM · gpd5x, kleopatra
ebo added a comment to T7645: Kleopatra: Encoding errors in signature verification audit log (timestamps).

Note that screenshot was made with a gpg from the 2.2 branch.
And on a Windows VM which was (I'm quite sure) installed in German from the start.
In case it matters…

Thu, May 8, 11:05 AM · gnupg26, gpd5x, Bug Report
ikloecker claimed T7415: Kleopatra: Use Breeze style on Windows.

We are using the style already since quite some time for gpg4win-5. I keep this ticket open for now for further adjustments (e.g. removal of workarounds added for other styles).

Thu, May 8, 10:57 AM · gpd5x, kleopatra
werner committed rG598296b9fc60: tests:gpgscm: Fix build error on AIX. (authored by Collin Funk via Gnupg-devel <gnupg-devel@gnupg.org>).
tests:gpgscm: Fix build error on AIX.
Thu, May 8, 10:53 AM
werner committed rG8ba33fffe9f4: common: Add Solaris support to get_signal_name. (authored by Collin Funk via Gnupg-devel <gnupg-devel@gnupg.org>).
common: Add Solaris support to get_signal_name.
Thu, May 8, 10:53 AM
werner committed rG1fea38669155: po: Fix misspelled italian translation for 'encrypted' (authored by Mattia Narducci via Gnupg-devel <gnupg-devel@gnupg.org>).
po: Fix misspelled italian translation for 'encrypted'
Thu, May 8, 10:53 AM
timegrid created T7645: Kleopatra: Encoding errors in signature verification audit log (timestamps).
Thu, May 8, 10:49 AM · gnupg26, gpd5x, Bug Report
timegrid created T7644: Kleopatra: 'Show Audit Log' in signature verification needs two clicks to open.
Thu, May 8, 10:40 AM · Bug Report, gpd5x, kleopatra
ikloecker committed rLIBKLEOc80e3c5feef0: Update toggle button of AnimatedExpander when application palette changed (authored by ikloecker).
Update toggle button of AnimatedExpander when application palette changed
Thu, May 8, 10:38 AM
ikloecker committed rLIBKLEO21833db73e99: Update colors of ErrorLabel when application palette changed (authored by ikloecker).
Update colors of ErrorLabel when application palette changed
Thu, May 8, 10:38 AM
timegrid added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

I'm wondering how we display valid signatures with not certified certificates. Those should probably be white (because there's no problem with signature or certificate, but signatures of uncertified certificates are as good as no signature at all.)

Thu, May 8, 10:03 AM · gpd5x, kleopatra
timegrid added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

Most of the texts (most are proper sentences) lack a full stop. It's unclear whether this is a bug in the German translation or also in the original texts. This should be fixed.

Thu, May 8, 9:18 AM · gpd5x, kleopatra
werner added a comment to T6681: agent: Clean up main loop and better cache handling of expiration (was: Adding agent_timer API for monitoring something and passphrase cache).

I can't see any documentation that a value of 0 disables the cache. The user might have used some undefined behaviour. For example in the old code we did a housecleaning when we were idle but the new code uses a timer and another thread for flushing the cache. We could open a feature request to entire disable the cache but I bet that we will get a lot of new bug reports because users will then need to enter their passphrase too often for one operation.

Thu, May 8, 9:14 AM · keyboxd, gpgagent, gnupg26
timegrid added a comment to T6869: Kleopatra: Improve verification results messages (esp. for invalid signature and multiple signatures).

i added single/valid/disabled and single/valid/revsubkey to the screenshot table:
https://dev.gnupg.org/T6869#200682

Thu, May 8, 9:11 AM · gpd5x, kleopatra
werner updated the task description for T7165: Release Libgcrypt 1.11.0.
Thu, May 8, 8:51 AM · Release Info, libgcrypt
werner triaged T7643: Release Libgcrypt 1.12.0 as Normal priority.
Thu, May 8, 8:49 AM · Release Info, libgcrypt
gniibe added a comment to T6681: agent: Clean up main loop and better cache handling of expiration (was: Adding agent_timer API for monitoring something and passphrase cache).

It's not my intention. I didn't know the feature of disabling caching by max-cache-ttl to 0.
Well, it's a regression if a user intends so.

Thu, May 8, 4:00 AM · keyboxd, gpgagent, gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRA300bdf540297: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, May 8, 3:38 AM

Wed, May 7

dkg added a comment to T7583: 2.5.5 removes sig on clean that 2.5.4 and earlier kept.

btw, my clue was that in that last --check-sigs, if i used --debug-all i got this:

Wed, May 7, 10:35 PM · gnupg, Bug Report
dkg added a comment to T7583: 2.5.5 removes sig on clean that 2.5.4 and earlier kept.

This affects certification-only primary keys when doing web-of-trust calculations.

Wed, May 7, 9:46 PM · gnupg, Bug Report
ametzler1 added a comment to T7627: gpgme(qt) testsuite error on 32bit archs with 64bit time_t.

works for me, thanks

Wed, May 7, 6:48 PM · gpgme, Bug Report

Panel Used By

Event Timeline

Prajeen renamed this panel from to All Stories.Dec 5 2018, 11:14 AM
Prajeen edited a custom field.
Prajeen edited a custom field.
Prajeen edited an edge.