Page MenuHome GnuPG
Feed All Stories

Sat, Feb 15

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
gniibe added a comment to T7519: libgcrypt: (EC)DSA signature generation should be constant-time.

Use of mpi_cmp is now being fixed, by providing _gcry_mpih_cmp_lli function.
Along with that, we need to fix use of mpi_cmp_ui, since it's skips earlier depending its limbs.

diff --git a/cipher/dsa-common.c b/cipher/dsa-common.c
index 170dce12..e010e182 100644
--- a/cipher/dsa-common.c
+++ b/cipher/dsa-common.c
@@ -25,6 +25,7 @@
Fri, Feb 14, 1:32 AM · libgcrypt, Bug Report

Thu, Feb 13

dkg added a comment to T7106: Trailing newline trouble in clearsigned message generation and verification.

Just a note that i've tested this and --clearsign appears to be problematic for 2.4.7 as well as 2.2.40.

Thu, Feb 13, 11:41 PM · gnupg, Bug Report
jukivili committed rC957ac97097d0: mpih-const-time: fix return value for _gcry_mpih_cmp_ui (authored by jukivili).
mpih-const-time: fix return value for _gcry_mpih_cmp_ui
Thu, Feb 13, 8:26 PM
CarlSchwan committed rOJ22651e93cb63: Generate root ca and install it on linux truststore (authored by CarlSchwan).
Generate root ca and install it on linux truststore
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ213837206018: More work (authored by CarlSchwan).
More work
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJa3f2472eb5bd: Create certificate (authored by CarlSchwan).
Create certificate
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ6dfb25478338: Make EWS factory more generic (authored by CarlSchwan).
Make EWS factory more generic
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ2cd22602cf66: Add back spellchecking (authored by CarlSchwan).
Add back spellchecking
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ5b37c1ce17ee: Remove dependency of KPimTextEdit and KtextAddons (authored by CarlSchwan).
Remove dependency of KPimTextEdit and KtextAddons
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ968ecf022eae: bodytexteditor: Use early return (authored by CarlSchwan).
bodytexteditor: Use early return
Thu, Feb 13, 5:29 PM
CarlSchwan committed rOJ0f185cf0952e: mailtemplates: Fix some clazy issues (authored by CarlSchwan).
mailtemplates: Fix some clazy issues
Thu, Feb 13, 5:29 PM
TobiasFella triaged T7532: Kleopatra fails to decrypt/extract archives located at very long file paths as Normal priority.
Thu, Feb 13, 4:24 PM · vsd33, gpd5x, Bug Report, kleopatra
ikloecker committed rW3cf5bdcbbe6b: Add new icons to tarball (authored by ikloecker).
Add new icons to tarball
Thu, Feb 13, 3:03 PM
ikloecker claimed T7528: Make it possible to run Kleopatra VSD and Kleopatra GPD in parallel.
Thu, Feb 13, 2:51 PM · gpd5x, kleopatra
TobiasFella committed rKLEOPATRA8af158417871: Remove leftovers of invoking manual decryption dialog (authored by TobiasFella).
Remove leftovers of invoking manual decryption dialog
Thu, Feb 13, 1:57 PM
TobiasFella committed rKLEOPATRAed662f87d799: Remove DecryptVerifyFilesController (authored by TobiasFella).
Remove DecryptVerifyFilesController
Thu, Feb 13, 1:57 PM
TobiasFella committed rKLEOPATRA6d36901df0bf: Remove DecryptVerifyFilesWizard and DecryptVerifyOperationWidget (authored by TobiasFella).
Remove DecryptVerifyFilesWizard and DecryptVerifyOperationWidget
Thu, Feb 13, 1:57 PM
TobiasFella committed rKLEOPATRA436432e47b11: Rename AutoDecryptVerifyFilesController to DecryptVerifyFilesController (authored by TobiasFella).
Rename AutoDecryptVerifyFilesController to DecryptVerifyFilesController
Thu, Feb 13, 1:57 PM
TobiasFella committed rKLEOPATRA69f6499531f5: Remove option/fallback to manually selecting the operations to be performed on… (authored by TobiasFella).
Remove option/fallback to manually selecting the operations to be performed on…
Thu, Feb 13, 1:57 PM
ebo added a comment to T7515: Draft: Kleopatra: reduce the number of actions in the context menu.

Another thing (should definitely go into a new ticket if we want to do something regarding this):

Thu, Feb 13, 11:58 AM · gpd5x, kleopatra
ebo edited projects for T7088: Do not allow local installation (without administrator rights) for VSD, added: gpd5x; removed Restricted Project.
Thu, Feb 13, 10:34 AM · gpd5x, vsd
ebo added a comment to T6351: Kleopatra: Performance problems when encrypting large files.

Again for Gpg4win 4.4.0, this time with better attention (and definitively encryption only):

Thu, Feb 13, 9:23 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
werner triaged T7531: `--assert-pubkey-algo` does not behave as documented as Low priority.
Thu, Feb 13, 8:50 AM · gpgv, Bug Report
mlaurent committed rMTP4c20e545572b: GIT_SILENT: it compiles fine without qt6.9 deprecated methods (authored by mlaurent).
GIT_SILENT: it compiles fine without qt6.9 deprecated methods
Thu, Feb 13, 7:22 AM
mlaurent committed rKLEOPATRA77854dc360d2: GIT_SILENT: it compiles fine without qt6.9 deprecated methods (authored by mlaurent).
GIT_SILENT: it compiles fine without qt6.9 deprecated methods
Thu, Feb 13, 7:18 AM
mlaurent committed rLIBKLEO228f2f031e35: GIT_SILENT: it compiles fine without qt6.9 deprecated methods (authored by mlaurent).
GIT_SILENT: it compiles fine without qt6.9 deprecated methods
Thu, Feb 13, 7:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb9fba844ad0e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Feb 13, 4:26 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAed2d39d9ba56: 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
Thu, Feb 13, 4:19 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6557521084dc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Thu, Feb 13, 2:45 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA4f78fd3b58b0: 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
Thu, Feb 13, 2:33 AM

Wed, Feb 12

Albert Astals Cid <aacid@kde.org> committed rKLEOPATRA4df1145aa6b9: CI: Add linux-qt6-next build (authored by Albert Astals Cid <aacid@kde.org>).
CI: Add linux-qt6-next build
Wed, Feb 12, 11:03 PM
dkg added a comment to T7531: `--assert-pubkey-algo` does not behave as documented.

a demonstration:

Wed, Feb 12, 11:02 PM · gpgv, Bug Report
dkg created T7531: `--assert-pubkey-algo` does not behave as documented.
Wed, Feb 12, 10:53 PM · gpgv, Bug Report
dkg added a comment to T7265: When "use_keyboxd" is configured --keyring option is ignored?.

I was referring to your comment earlier in this very issue:

Wed, Feb 12, 10:02 PM · keyboxd, gnupg, FAQ, Support
ikloecker committed rKLEOPATRAf2fab2630447: GIT_SILENT Remove Emacs CC Mode file local variable values (authored by ikloecker).
GIT_SILENT Remove Emacs CC Mode file local variable values
Wed, Feb 12, 8:53 PM
ikloecker committed rKLEOPATRA7d9036d01d94: Remove unused duplicated icon files (authored by ikloecker).
Remove unused duplicated icon files
Wed, Feb 12, 8:53 PM
ikloecker committed rKLEOPATRA99d55f56749a: Also install the scalable kleopatra icon (authored by ikloecker).
Also install the scalable kleopatra icon
Wed, Feb 12, 8:53 PM
mlaurent committed rKLEOPATRA165072d25ff1: CI: Add linux-qt6-next build (authored by Albert Astals Cid <aacid@kde.org>).
CI: Add linux-qt6-next build
Wed, Feb 12, 6:36 PM
ikloecker added a comment to T7509: gpg4win: Make the AppImage build work with the new Docker-based build script.

Okay. We now replace the standard Breeze icon of kleopatra with the red head for vsd and with a new blue head for gpd. The replacements are used for the About action and in the About dialog, but kwin (X11) insists on using the standard icon as window icon. And the system tray also shows the standard symbolic Breeze icon instead of the replacements. strace shows that the replacement icons embedded in the AppImage are loaded. No idea why kwin and the system tray still use the standard icons.

Wed, Feb 12, 5:33 PM · gpd5x, AppImage, gpg4win
ikloecker committed rWd7311bbd5da1: appimage: Use custom Kleopatra icons for VSD and GPD (authored by ikloecker).
appimage: Use custom Kleopatra icons for VSD and GPD
Wed, Feb 12, 5:25 PM
ikloecker committed rW065f56241873: Update list of patches (authored by ikloecker).
Update list of patches
Wed, Feb 12, 4:25 PM
TobiasFella committed rKLEOPATRA8e34b6a1e29d: Test (authored by TobiasFella).
Test
Wed, Feb 12, 4:19 PM
TobiasFella committed rKLEOPATRAef3d8ae2fac9: Test (authored by TobiasFella).
Test
Wed, Feb 12, 4:09 PM
TobiasFella committed rKLEOPATRAb38f7e40b935: Test (authored by TobiasFella).
Test
Wed, Feb 12, 3:38 PM
TobiasFella committed rKLEOPATRAe730dafc7d5e: Revert "Try fixing path length problem" (authored by TobiasFella).
Revert "Try fixing path length problem"
Wed, Feb 12, 3:38 PM
TobiasFella added a reverting change for rKLEOPATRA9f1bd23363e3: Try fixing path length problem: rKLEOPATRAe730dafc7d5e: Revert "Try fixing path length problem".
Wed, Feb 12, 3:38 PM
ebo updated the task description for T7514: Draft: Kleopatra: Tooltip for the status "VS-NfD compliant".
Wed, Feb 12, 3:10 PM · vsd, kleopatra, gpd5x
ebo lowered the priority of T7514: Draft: Kleopatra: Tooltip for the status "VS-NfD compliant" from Normal to Wishlist.
Wed, Feb 12, 3:09 PM · vsd, kleopatra, gpd5x
ebo lowered the priority of T7504: Draft: Kleopatra: Tooltip in the status line from Normal to Wishlist.
Wed, Feb 12, 3:01 PM · vsd, gpd5x, kleopatra
ebo updated the task description for T7502: Kleopatra: Import secret key dialog improvement.
Wed, Feb 12, 2:22 PM · gpd5x, kleopatra
werner committed rWb1147a917a40: Fix last commit (authored by werner).
Fix last commit
Wed, Feb 12, 1:41 PM
werner committed rW55de237e7a62: Update to gnupg 2.5.4 (authored by werner).
Update to gnupg 2.5.4
Wed, Feb 12, 1:39 PM
werner committed rD9c37124c64d0: swdb: gnupg 2.5.4 (authored by werner).
swdb: gnupg 2.5.4
Wed, Feb 12, 12:06 PM
werner closed T7071: gpg: Support of No CRC in ASCII armor as Resolved.
Wed, Feb 12, 12:04 PM · gnupg, Bug Report
werner closed T7527: Keyring/keybox denial of service as Resolved.
Wed, Feb 12, 12:03 PM · OpenPGP, gnupg, Bug Report
werner closed T7442: Release GnuPG 2.5.3 as Resolved.
Wed, Feb 12, 12:03 PM · Release Info, gnupg
werner closed T7480: Release GnuPG 2.5.4 as Resolved.
Wed, Feb 12, 12:01 PM · gnupg26, gnupg, Release Info
werner committed rG80491dd91a8b: Post release updates (authored by werner).
Post release updates
Wed, Feb 12, 11:57 AM
werner committed rGf2297f1952d5: po: msgmerge (authored by werner).
po: msgmerge
Wed, Feb 12, 11:57 AM
werner committed rGec6c2e38f1cd: Release 2.5.4 (authored by werner).
Release 2.5.4
Wed, Feb 12, 11:57 AM
werner committed rGfc8619fce2bd: Update Turkish translations (authored by bitigchi).
Update Turkish translations
Wed, Feb 12, 11:57 AM
werner triaged T7530: Release GnuPG 2.5.5 as Normal priority.
Wed, Feb 12, 11:56 AM · Release Info, gnupg
werner moved T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them from Backlog to Done on the pinentry board.
Wed, Feb 12, 11:17 AM · pinentry, Bug Report
werner moved T7522: pinentry started with invalid DBUS_SESSION_BUS_ADDRESS when invoked by gpg running in flatpak container from Backlog to Done on the pinentry board.
Wed, Feb 12, 11:17 AM · Linux, pinentry, gpgagent, Bug Report
werner closed T7522: pinentry started with invalid DBUS_SESSION_BUS_ADDRESS when invoked by gpg running in flatpak container as Resolved.
Wed, Feb 12, 11:16 AM · Linux, pinentry, gpgagent, Bug Report
werner added a comment to T7522: pinentry started with invalid DBUS_SESSION_BUS_ADDRESS when invoked by gpg running in flatpak container.

Here we go:

Wed, Feb 12, 11:15 AM · Linux, pinentry, gpgagent, Bug Report
werner committed rG7a472525169a: agent: New option --change-std-env-name. (authored by werner).
agent: New option --change-std-env-name.
Wed, Feb 12, 11:14 AM
werner committed rG8c753cb7c983: gpgsm: Remove unused function. (authored by werner).
gpgsm: Remove unused function.
Wed, Feb 12, 11:14 AM
ebo added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Shorter version:

Wed, Feb 12, 11:12 AM · gpd5x, kleopatra
ebo added a comment to T7502: Kleopatra: Import secret key dialog improvement.

Possible explanation text for the user regarding the background of the question (probably to long):

Wed, Feb 12, 10:07 AM · gpd5x, kleopatra
werner committed rG503c9e3451d0: doc: Do not install gnupg.7.html into usr/share/man/manh/ (authored by dkg).
doc: Do not install gnupg.7.html into usr/share/man/manh/
Wed, Feb 12, 9:55 AM
werner committed rG10307c7cd96a: doc: Do not install gnupg.7.html into usr/share/man/manh/ (authored by dkg).
doc: Do not install gnupg.7.html into usr/share/man/manh/
Wed, Feb 12, 9:55 AM
werner closed T7520: gnupg.7.html should not ship with nroff-formatted manpages as Resolved.

Thanks.

Wed, Feb 12, 9:53 AM · Bug Report
werner committed rC66e6318ec67c: doc: Add a note o how to build with gcc 4.1 (authored by werner).
doc: Add a note o how to build with gcc 4.1
Wed, Feb 12, 9:49 AM
werner committed rC608ff4b2261e: cipher: Don't differentiate GCRY_CIPHER_MODE_CMAC in FIPS mode. (authored by Lucas Mulling <lucas.mulling@suse.com>).
cipher: Don't differentiate GCRY_CIPHER_MODE_CMAC in FIPS mode.
Wed, Feb 12, 9:49 AM
werner committed rC6b0fbb7e5e0d: cipher: Rename _gcry_cipher_is_mode_fips_compliant (authored by Lucas Mulling <lucas.mulling@suse.com>).
cipher: Rename _gcry_cipher_is_mode_fips_compliant
Wed, Feb 12, 9:49 AM
werner added a comment to T7265: When "use_keyboxd" is configured --keyring option is ignored?.

Where do you find a statement that --keyring is deprecated? I planned to to remove it with 2.1 but there were too many requests to keep it and live with the problems of multiple keyrings. Thus the option stayed, it is just so that in addition to pubring.gpg and pubring.gpg we now also have the option for keyboxd - which is the default for new installations.

Wed, Feb 12, 9:18 AM · keyboxd, gnupg, FAQ, Support
werner added a comment to T7509: gpg4win: Make the AppImage build work with the new Docker-based build script.

FWIW, for gpd and vsd we should use a different icon (blue head for gpd and red head for vsd)

Wed, Feb 12, 9:13 AM · gpd5x, AppImage, gpg4win
werner added a comment to T7522: pinentry started with invalid DBUS_SESSION_BUS_ADDRESS when invoked by gpg running in flatpak container.

Alright, my above putenv option won't work because it modifies the session environment and thus needs to be run for each gpg-agent session (connection). Adding a putenv_startrup option would help here but this way each connection could chnage the environment - also not good. In the end a way to modify the used environment variables, as you suggested, is a better way.

Wed, Feb 12, 9:12 AM · Linux, pinentry, gpgagent, Bug Report