Page MenuHome GnuPG
Feed All Stories

Thu, Feb 20

werner added a comment to T7527: Keyring/keybox denial of service.

Okay, I can reproduce it when not using keyboxd.

Thu, Feb 20, 8:15 AM · OpenPGP, gnupg, Bug Report
gniibe committed rC88ae76d069c3: cipher,mpi: Expose some MPI helper functions by mpi.h. (authored by gniibe).
cipher,mpi: Expose some MPI helper functions by mpi.h.
Thu, Feb 20, 7:23 AM

Wed, Feb 19

ebo added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Also, we should not forget the context of the whole dialog in the window. So we get the wording right, especially regarding key / certificate.

Wed, Feb 19, 5:00 PM · gpd5x, kleopatra
TobiasFella changed the status of T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work from Open to Testing.
Wed, Feb 19, 3:46 PM · Feature Request, kleopatra
TobiasFella added a comment to T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work.

Removed in https://invent.kde.org/pim/kleopatra/-/merge_requests/369

Wed, Feb 19, 3:46 PM · Feature Request, kleopatra
uwi added a comment to T5780: Kleopatra: Result dialog does not have focus after operation.

For me the change fixes the problem on Windows. (I haven't checked if there was a problem on Linux/X11, but I have verified that the change also works on Linux/X11.)

Wed, Feb 19, 2:48 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
TobiasFella committed rKLEOPATRA5968653af605: Remove "Decrypt/Verify all files in folder" (authored by TobiasFella).
Remove "Decrypt/Verify all files in folder"
Wed, Feb 19, 2:29 PM
TobiasFella committed rGPGPASS5135e42b4a23: Use placeholder component when password can't be decrypted (authored by TobiasFella).
Use placeholder component when password can't be decrypted
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS6c8f9fe1308b: Add "Retry Decryption" action (authored by TobiasFella).
Add "Retry Decryption" action
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS7b29cb58df24: Fix typo (authored by TobiasFella).
Fix typo
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS17e469b4d7be: Improve strings (authored by TobiasFella).
Improve strings
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASSa31ca003f082: Don't open Entry editor when double-clicking in tree (authored by TobiasFella).
Don't open Entry editor when double-clicking in tree
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS6b44138b51ae: Make appstream lint happier (authored by TobiasFella).
Make appstream lint happier
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS33472bd0328c: Fix passphrase wordlist loading (authored by TobiasFella).
Fix passphrase wordlist loading
Wed, Feb 19, 1:33 PM
TobiasFella committed rGPGPASS318c57520ae5: Port away from deprecated cmake command (authored by TobiasFella).
Port away from deprecated cmake command
Wed, Feb 19, 1:33 PM
ikloecker added a comment to T7536: Key import dialog should come into foreground when import was triggered by file association.

This is very similar to T5780 except that it concerns a different operation and thus a different window. The fix is likely the same as for T5780.

Wed, Feb 19, 1:26 PM · UI, Bug Report, gpg4win
ikloecker added a comment to T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work.

We do support "Decrypt & Verify" for multiple files (including the presentation of the status) so that it would be easy to do the same for all files in a folder (question is if this should even be recursive). Digging into the history I found that the desktop file was added shortly before Kleopatra 2.0.0-rc1, but that there wasn't any code for iterating a folder, i.e. this can never have worked.

Wed, Feb 19, 1:22 PM · Feature Request, kleopatra
werner triaged T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work as Low priority.
Wed, Feb 19, 12:06 PM · Feature Request, kleopatra
werner added a comment to T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work.

I can't remember that we ever had support this. It is also not easy to come up with the good way to present the status for all files in a folder. We would need to define a format similar to what sha1sum uses: A list of file with they signature file or so. Note that kleopatra has support for running sha256sum in such a way.

Wed, Feb 19, 12:05 PM · Feature Request, kleopatra
werner committed rG4c11359aecf2: doc: Declare --disable-http as legacy. (authored by werner).
doc: Declare --disable-http as legacy.
Wed, Feb 19, 11:56 AM
werner committed rG23913618953d: doc: Declare --disable-http as legacy. (authored by werner).
doc: Declare --disable-http as legacy.
Wed, Feb 19, 11:56 AM
werner added a comment to T7527: Keyring/keybox denial of service.

Sorry. I can't reproduce this. Neither with master nor with the 2.4 repo version.

Wed, Feb 19, 11:27 AM · OpenPGP, gnupg, Bug Report
TobiasFella added a comment to T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work.

We don't have this exact action on windows, but the normal "Decrypt & Verify" action shows up for folders there (and doesn't work either).

Wed, Feb 19, 11:26 AM · Feature Request, kleopatra
uwi updated the task description for T7536: Key import dialog should come into foreground when import was triggered by file association.
Wed, Feb 19, 9:22 AM · UI, Bug Report, gpg4win
uwi updated the task description for T7536: Key import dialog should come into foreground when import was triggered by file association.
Wed, Feb 19, 9:20 AM · UI, Bug Report, gpg4win
uwi created T7536: Key import dialog should come into foreground when import was triggered by file association.
Wed, Feb 19, 9:19 AM · UI, Bug Report, gpg4win
gniibe changed the status of T7519: libgcrypt: (EC)DSA signature generation should be constant-time from Open to Testing.

All changes are pushed to master.

Wed, Feb 19, 5:36 AM · libgcrypt, Bug Report
gniibe changed the status of T7490: libgcrypt: constant-time modular exponentiation, a subtask of T3264: Possible RSA improvement, from Open to Testing.
Wed, Feb 19, 5:35 AM · libgcrypt
gniibe changed the status of T7490: libgcrypt: constant-time modular exponentiation from Open to Testing.

Pushed the changes by the commit rC2039d93289db: mpi: Add MPI helper modular exponentiation, Least Leak Intended.

Wed, Feb 19, 5:35 AM · libgcrypt
gniibe committed rC58aca75a295d: mpi: Add a comment on _gcry_mpih_lookup_lli. (authored by gniibe).
mpi: Add a comment on _gcry_mpih_lookup_lli.
Wed, Feb 19, 3:02 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6676ebc81446: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Feb 19, 2:39 AM
gniibe committed rCbd53c51b0338: mpi: Fix _gcry_mpih_add_lli, as macro. (authored by gniibe).
mpi: Fix _gcry_mpih_add_lli, as macro.
Wed, Feb 19, 2:35 AM
gniibe committed rC8fd2aab881c7: mpi: Add MPH helper of table lookup, Least Leak Intended. (authored by gniibe).
mpi: Add MPH helper of table lookup, Least Leak Intended.
Wed, Feb 19, 1:03 AM
gniibe committed rC2039d93289db: mpi: Add MPI helper modular exponentiation, Least Leak Intended. (authored by gniibe).
mpi: Add MPI helper modular exponentiation, Least Leak Intended.
Wed, Feb 19, 1:03 AM

Tue, Feb 18

CarlSchwan committed rOJb2a73f805bd8: Fix building on Windows (authored by CarlSchwan).
Fix building on Windows
Tue, Feb 18, 11:40 PM
CarlSchwan committed rOJae20fc15268e: Remove dead code (authored by CarlSchwan).
Remove dead code
Tue, Feb 18, 11:40 PM
dkg added a comment to T7527: Keyring/keybox denial of service.

the reproducer is:

Tue, Feb 18, 10:42 PM · OpenPGP, gnupg, Bug Report
dkg reopened T7527: Keyring/keybox denial of service as "Open".

I don't think this is fixed. With this patch in place, if i import blocker.cert first, and then import distsigkey.gpg, it looks to me like i still can't verify signatures made from any of the GnuPG signing keys.

Tue, Feb 18, 10:40 PM · OpenPGP, gnupg, Bug Report
ikloecker created T7535: Kleopatra: "Decrypt/Verify all files in folder" doesn't work.
Tue, Feb 18, 7:18 PM · Feature Request, kleopatra
werner triaged T7462: gpg4win CLI installation ignores .ini configuration as Normal priority.
Tue, Feb 18, 4:51 PM · gpd5x, gpg4win
werner triaged T7534: GpgOL: Header info disappears when forwarding a HTML mail as Normal priority.
Tue, Feb 18, 4:50 PM · gpd5x, gpgol
ebo updated the task description for T7534: GpgOL: Header info disappears when forwarding a HTML mail.
Tue, Feb 18, 4:34 PM · gpd5x, gpgol
ebo created T7534: GpgOL: Header info disappears when forwarding a HTML mail.
Tue, Feb 18, 4:33 PM · gpd5x, gpgol
ebo moved T6559: GPGSM: "always trust like override" or "force" option from Backlog to Done on the gpgol board.
Tue, Feb 18, 2:46 PM · gnupg24 (gnupg-2.4.4), gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), Feature Request, gpgol, S/MIME, kleopatra, Restricted Project
werner committed rA9139b983278e: Post release updates (authored by werner).
Post release updates
Tue, Feb 18, 2:14 PM
werner committed rA0f84595a4bc7: Release 3.0.2 (authored by werner).
Release 3.0.2
Tue, Feb 18, 2:14 PM
werner committed rA27b58fd6674c: Put full commit id into VERSION. (authored by werner).
Put full commit id into VERSION.
Tue, Feb 18, 2:14 PM
werner committed rDfca69ef13b11: swdb: libassuan 3.0.2 (authored by werner).
swdb: libassuan 3.0.2
Tue, Feb 18, 2:03 PM
werner added a comment to T7434: Kleopatra: Initial keylisting hangs for ~60 seconds (gpg-agent: Socket ...S.gpg-agent cannot be bound).

Can now be tested after the release of libassuan 3.0.2 (T6163)

Tue, Feb 18, 1:53 PM · gnupg, kleopatra
werner closed T7456: libassuan: Windows: assuan_sock_bind error as Resolved.

Released with libassuan 3.0.2 (T7163)

Tue, Feb 18, 1:52 PM · libassuan, Windows
werner updated the task description for T7163: Release libassuan 3.0.0 and 3.0.1.
Tue, Feb 18, 1:45 PM · libassuan, Release Info
ikloecker committed rW4ffa6769d75c: Remove obsolete configure option of kxmlgui (authored by ikloecker).
Remove obsolete configure option of kxmlgui
Tue, Feb 18, 1:16 PM
ikloecker committed rWe71f58399014: Remove references to removed DISTRIBUTION_TEXT variable (authored by ikloecker).
Remove references to removed DISTRIBUTION_TEXT variable
Tue, Feb 18, 1:16 PM
werner committed rGfeeceed97061: agent: Improve diagnostics for a bind call failure. (authored by werner).
agent: Improve diagnostics for a bind call failure.
Tue, Feb 18, 12:17 PM
werner committed rG3239a41ddea0: doc: Add some notes (authored by werner).
doc: Add some notes
Tue, Feb 18, 9:25 AM
ikloecker claimed T7040: Make it possible to install GnuPG VSD and GPD in parallel.
Tue, Feb 18, 8:49 AM · kleopatra, Restricted Project
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3eb3874c65d5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Feb 18, 4:14 AM
gniibe committed rCbb5e893456b1: cipher:(EC)DSA: Fix _gcry_dsa_gen_*k not to normalize MPI. (authored by gniibe).
cipher:(EC)DSA: Fix _gcry_dsa_gen_*k not to normalize MPI.
Tue, Feb 18, 3:18 AM
gniibe committed rC0b794c208db3: cipher:(EC)DSA: Avoid MPI normalize by mpi_rshift. (authored by gniibe).
cipher:(EC)DSA: Avoid MPI normalize by mpi_rshift.
Tue, Feb 18, 3:18 AM
gniibe committed rCd05cdb31689a: cipher:(EC)DSA: Fix _gcry_dsa_modify_k to least leak. (authored by gniibe).
cipher:(EC)DSA: Fix _gcry_dsa_modify_k to least leak.
Tue, Feb 18, 3:18 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAad711ac066ec: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Feb 18, 2:38 AM

Mon, Feb 17

aheinecke added a comment to T169: Add a way to generate keypairs from a passphrase.

As I am delving a bit into cryptocurrencies and since i have a ledger security token and a bip32 24 word mnemonic now backed up as stamped metal.

Mon, Feb 17, 11:07 PM · gnupg, Feature Request
werner committed rW6f8a2da1a04b: build: Create a file with changed sources. (authored by werner).
build: Create a file with changed sources.
Mon, Feb 17, 6:19 PM
werner committed rWc00991043659: msi: More tweaks and some corrections due to new PO system. (authored by werner).
msi: More tweaks and some corrections due to new PO system.
Mon, Feb 17, 6:10 PM
werner committed rW89e9ee26e525: build: Fix diagnostic outputs. (authored by werner).
build: Fix diagnostic outputs.
Mon, Feb 17, 6:10 PM
werner committed rW4de33834af87: nsis: Tweak includedir paths. (authored by werner).
nsis: Tweak includedir paths.
Mon, Feb 17, 6:10 PM
TobiasFella committed rGPGPASS70456754ac78: Update copyright year (authored by TobiasFella).
Update copyright year
Mon, Feb 17, 3:54 PM
hej added a comment to T7502: Kleopatra: Import secret key dialog improvement.

"Exclusive user" sounds a bit odd and could still be misinterpreted. A native speaker would probably say "Are you the sole user of this secret key?“ or (even better and shorter) "Are you the only user of this secret key?"

Mon, Feb 17, 10:56 AM · gpd5x, kleopatra
gniibe committed rC58e72af4eac4: mpi: Add _gcry_mpih_add_lli. (authored by gniibe).
mpi: Add _gcry_mpih_add_lli.
Mon, Feb 17, 6:35 AM
gniibe committed rC459a6c9c81ee: mpi: Add _gcry_mpih_cmp_lli, Least Leak Intended. (authored by gniibe).
mpi: Add _gcry_mpih_cmp_lli, Least Leak Intended.
Mon, Feb 17, 6:35 AM
gniibe committed rC06de5bc27753: mpi: Add _gcry_mpih_add_1_lli as Least Leak Intended. (authored by gniibe).
mpi: Add _gcry_mpih_add_1_lli as Least Leak Intended.
Mon, Feb 17, 6:35 AM
gniibe committed rC13a71215c255: md: Make SHA1 non-FIPS and differentiate in the SLI (authored by Lucas Mulling <lucas.mulling@suse.com>).
md: Make SHA1 non-FIPS and differentiate in the SLI
Mon, Feb 17, 5:23 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6882df1e4259: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Mon, Feb 17, 2:36 AM

Sun, Feb 16

ballapete triaged T7533: gpgme-1.24.1 and gpgme-1.24.2 do not compile on Mac OS X 10.4.11, Tiger, because of problem with strcasecmp/strncasecmp in gpgme-tool.c as Normal priority.
Sun, Feb 16, 3:57 PM · gpgme
l10n daemon script <scripty@kde.org> committed rMTP2ae386dca300: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Feb 16, 4:21 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO3290c5109889: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Feb 16, 4:20 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO745ae0761fa8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Feb 16, 2:40 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6e2313ad45ec: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sun, Feb 16, 2:40 AM

Sat, Feb 15

mlaurent committed rKLEOPATRA0785ea39d8c5: Add windows CI support (authored by mlaurent).
Add windows CI support
Sat, Feb 15, 5:55 PM
l10n daemon script <scripty@kde.org> committed rMTP74d3b93e1257: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, Feb 15, 4:46 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA03a6004caa3a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, Feb 15, 4:45 AM
l10n daemon script <scripty@kde.org> committed rMTPb691c02408fc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, Feb 15, 2:52 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4d398b86416c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Sat, Feb 15, 2:51 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAfc58cfae5d59: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Sat, Feb 15, 2:35 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO857048df202b: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Sat, Feb 15, 2:32 AM

Fri, Feb 14

werner committed rW875e2b1d51de: po: Take care of POT creation date on *po when comparing. (authored by werner).
po: Take care of POT creation date on *po when comparing.
Fri, Feb 14, 5:27 PM
werner committed rWd5a0b32d5f36: po: Include a POT file (authored by werner).
po: Include a POT file
Fri, Feb 14, 5:27 PM
werner committed rWd65d583c7b8d: po: Yet another VPATH and docker patch (authored by werner).
po: Yet another VPATH and docker patch
Fri, Feb 14, 5:27 PM
werner committed rWc1e634b18db6: Update build-aux scripts. (authored by werner).
Update build-aux scripts.
Fri, Feb 14, 5:27 PM
werner committed rW2c5621ee5ea8: New option --dist for build.sh (authored by werner).
New option --dist for build.sh
Fri, Feb 14, 5:27 PM
ebo added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Background of my "reminder" comment: we were discussing to establish a sane workflow for sharing keys. Which is quite commonly done e.g. for functional mail addresses, but usually people seem to share the whole secret key which is not advisable. We would want people to only share subkeys for that purpose.
It was the case that somebody gets a subkey for such an "offline" primary for the first time, which I was thinking of.

Fri, Feb 14, 2:25 PM · gpd5x, kleopatra
ikloecker added a comment to T7515: Draft: Kleopatra: reduce the number of actions in the context menu.

Details should be the first action (since it's likely the most often used action by people who don't know about double-click). And I'd move the "destructive actions" to the bottom. And there are way to many separators.

Fri, Feb 14, 1:19 PM · gpd5x, kleopatra
ikloecker added a comment to T7502: Kleopatra: Import secret key dialog improvement.
In T7502#198141, @ebo wrote:

Reminder: we have to keep in mind the workflow of the import of secret subkeys. Do we need different behavior conditional on "is primary key present" or not?

Fri, Feb 14, 1:14 PM · gpd5x, kleopatra
werner committed rW74ada0da848c: po: Simplify the Makefile by dropping the gettext make framework. (authored by werner).
po: Simplify the Makefile by dropping the gettext make framework.
Fri, Feb 14, 1:01 PM
ebo added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Reminder: we have to keep in mind the workflow of the import of secret subkeys. Do we need different behavior conditional on "is primary key present" or not?

Fri, Feb 14, 12:34 PM · gpd5x, kleopatra
ebo renamed T6471: Draft: Kleopatra: Increase warning for backup secret key - Especially in de-vs mode from Kleopatra: Increase warning for backup secret key - Especially in de-vs mode to Draft: Kleopatra: Increase warning for backup secret key - Especially in de-vs mode.
Fri, Feb 14, 12:06 PM · gpd5x, Windows, kleopatra
ebo moved T6485: Kleopatra: Don't use checkboxes to configure signing and encryption from Backlog to QA on the gpd5x board.
Fri, Feb 14, 12:00 PM · gpd5x, kleopatra
ebo renamed T6485: Kleopatra: Don't use checkboxes to configure signing and encryption from Kleopatra: give warning if file will only be encrypted to self to Kleopatra: Don't use checkboxes to configure signing and encryption.
Fri, Feb 14, 12:00 PM · gpd5x, kleopatra
TobiasFella added a comment to T7515: Draft: Kleopatra: reduce the number of actions in the context menu.

With my initial suggestions, modified by:

Fri, Feb 14, 11:53 AM · gpd5x, kleopatra
l10n daemon script <scripty@kde.org> committed rMTP3dea7c318b2a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Feb 14, 4:27 AM