Page MenuHome GnuPG
Feed All Stories

Oct 12 2023

ikloecker committed rLIBKLEO4657dedfde1a: Disable OK button if an unusable encryption key is selected (authored by ikloecker).
Disable OK button if an unusable encryption key is selected
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEO240460491165: Add helpers to check whether a key is usable for encryption/signing (authored by ikloecker).
Add helpers to check whether a key is usable for encryption/signing
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEO4b3c63f0de4c: Indicate unusability of keys for certain usage(s) (authored by ikloecker).
Indicate unusability of keys for certain usage(s)
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEOae31c7d9bc48: Add a helper returning an icon indicating the status of key (authored by ikloecker).
Add a helper returning an icon indicating the status of key
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEO2be8956cb47b: Use error icon for expired, revoked, or otherwise bad keys or user IDs (authored by ikloecker).
Use error icon for expired, revoked, or otherwise bad keys or user IDs
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEO78c832c3698a: Add KeyUsage class from kleopatra (authored by ikloecker).
Add KeyUsage class from kleopatra
Oct 12 2023, 2:11 PM
ikloecker committed rLIBKLEO6f9cc6d52b8d: Add helpers returning the icons we use (authored by ikloecker).
Add helpers returning the icons we use
Oct 12 2023, 2:11 PM
mlaurent committed rMTP7e9fa95acb6b: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 12 2023, 1:59 PM
aheinecke committed rW64b224ab66e9: Update mimetreeparser (authored by aheinecke).
Update mimetreeparser
Oct 12 2023, 10:40 AM
aheinecke closed T6760: Mimetreeparser: Open still does not work correctly as Resolved.

Since I tested this both with valid and invalid filenames on linux and on windows I set this to resolved.

Oct 12 2023, 10:29 AM · mimetreeparser, Restricted Project
aheinecke added a comment to T6760: Mimetreeparser: Open still does not work correctly.

The URL was just wrong for Windows. I added debug output and the results are different:

Oct 12 2023, 10:28 AM · mimetreeparser, Restricted Project
aheinecke committed rMTPf6d4da359b50: Remove unused variable (authored by aheinecke).
Remove unused variable
Oct 12 2023, 10:21 AM
aheinecke committed rMTP20125ce4a2ed: Fix AttachmentModel::openAttachment (authored by aheinecke).
Fix AttachmentModel::openAttachment
Oct 12 2023, 10:20 AM
aheinecke added a comment to T6760: Mimetreeparser: Open still does not work correctly.

Yes and I get the same result with PNG files. But calling shell execute with such an url looks strange to me, I will try QUrl::fromLocalFile as we use in Kleopatra.

Oct 12 2023, 9:59 AM · mimetreeparser, Restricted Project
ikloecker added a comment to T6760: Mimetreeparser: Open still does not work correctly.

Is executing a zip file really supposed to work on Windows?

Oct 12 2023, 9:51 AM · mimetreeparser, Restricted Project
aheinecke closed T6759: View email dialog is not translated correctly as Resolved.

Moving the definition and changing it to the name of the po file worked.

Oct 12 2023, 9:38 AM · Restricted Project, mimetreeparser
aheinecke triaged T6760: Mimetreeparser: Open still does not work correctly as High priority.
Oct 12 2023, 9:37 AM · mimetreeparser, Restricted Project
aheinecke committed rMTPe45aaf9d54ae: Fix translation domain (authored by aheinecke).
Fix translation domain
Oct 12 2023, 9:12 AM
mlaurent committed rKLEOPATRAe2311abbbdbe: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 12 2023, 8:02 AM
mlaurent committed rKLEOPATRAacb2e544bae3: Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia (authored by mlaurent).
Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia
Oct 12 2023, 8:02 AM
mlaurent committed rKLEOPATRA29c8be80445a: Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia (authored by mlaurent).
Fix bug 475485: Handbook: typo in OpenPGP link to Wikipedia
Oct 12 2023, 8:01 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO995c187de058: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 12 2023, 5:13 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO775c9b657fb7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 12 2023, 4:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8d388238d17e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 12 2023, 4:16 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOf045d090ff42: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 12 2023, 3:31 AM

Oct 11 2023

aheinecke added a comment to T6759: View email dialog is not translated correctly.

Pretty sure its the translation domain. Thanks! Will try to fix that tomorrow

Oct 11 2023, 10:44 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

Or is it an order problem in src/CMakeLists.txt?

add_subdirectory(core)
add_definitions(-DTRANSLATION_DOMAIN=\"libmimetreeparser5\")
Oct 11 2023, 9:32 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

Other possible reason: https://api.kde.org/frameworks/ki18n/html/prg_guide.html#before_qapp
Are the action texts initialized statically?

Oct 11 2023, 9:24 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

I'm wondering whether this could be caused by a wrong translation domain. We have mimetreeparser.{pot,po,mo}, but in src/CMakeLists.txt we have

add_definitions(-DTRANSLATION_DOMAIN=\"libmimetreeparser5\")
Oct 11 2023, 9:20 PM · Restricted Project, mimetreeparser
mlaurent committed rMTP27046a2e3188: GIT_SILENT: ignore some qtc/clang file (authored by mlaurent).
GIT_SILENT: ignore some qtc/clang file
Oct 11 2023, 8:54 PM
mlaurent committed rKLEOPATRA3af02fc311bc: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 11 2023, 6:22 PM
aheinecke committed rW5a24e2d14cca: Update copyright (authored by aheinecke).
Update copyright
Oct 11 2023, 5:32 PM
aheinecke committed rW22bfed6b4c00: Update Kleopatra and mimetreeparser (authored by aheinecke).
Update Kleopatra and mimetreeparser
Oct 11 2023, 5:32 PM
aheinecke committed rW67ec87f6eee7: Add beta version numbering for gnupg-vsd (authored by aheinecke).
Add beta version numbering for gnupg-vsd
Oct 11 2023, 5:32 PM
aheinecke triaged T6759: View email dialog is not translated correctly as High priority.
Oct 11 2023, 4:57 PM · Restricted Project, mimetreeparser
aheinecke committed rKLEOPATRAa7739c78fd30: Add raise and activateWindow for mail dialog (authored by aheinecke).
Add raise and activateWindow for mail dialog
Oct 11 2023, 4:24 PM
aheinecke committed rKLEOPATRAe69b2f5b3612: Do not use applyWindowID for ViewEMailFilesDialog (authored by aheinecke).
Do not use applyWindowID for ViewEMailFilesDialog
Oct 11 2023, 2:37 PM
ikloecker committed rKLEOPATRA3ae84d9273ea: Don't create .so symlinks for libkleopatraclientgui and libkleopatraclientcore (authored by Christophe Marin <christophe@krop.fr>).
Don't create .so symlinks for libkleopatraclientgui and libkleopatraclientcore
Oct 11 2023, 2:03 PM
werner committed rG4e47639af0dd: scd:openpgp: Allow the reading the key by keygrip. (authored by werner).
scd:openpgp: Allow the reading the key by keygrip.
Oct 11 2023, 10:30 AM
werner committed rGc45a8b034c5e: scd:openpgp: Use a special compare for the serialno. (authored by werner).
scd:openpgp: Use a special compare for the serialno.
Oct 11 2023, 10:30 AM
werner committed rG92528476461b: scd:openpgp: Extend KEYPAIRINFO with an algorithm string. (authored by werner).
scd:openpgp: Extend KEYPAIRINFO with an algorithm string.
Oct 11 2023, 10:30 AM
werner committed rG10f8bb167138: scd:openpgp: Use shared fucntion for the dispserialno. (authored by werner).
scd:openpgp: Use shared fucntion for the dispserialno.
Oct 11 2023, 10:30 AM
Xanatos updated Xanatos.
Oct 11 2023, 9:39 AM
fse added a comment to T6755: libgcrypt: KEM API.

Our own internal function signatures is not necessarily a good refernce. The main objection to all what you list above is the lack of explicit length information. For each uint8_t* there should also be a size_t ...len in my opinion. Otherwise the API will be highly prone to memory access errors.

Oct 11 2023, 8:34 AM · PQC, libgcrypt
mlaurent committed rLIBKLEO3f1766827939: Rename as foo.in => This fixes QtCreator trying to parse it as cmake code (authored by mlaurent).
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
Oct 11 2023, 7:19 AM
mlaurent committed rMTPf3b6fa0191fd: Rename as foo.in => This fixes QtCreator trying to parse it as cmake code (authored by mlaurent).
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
Oct 11 2023, 7:16 AM
mlaurent committed rKLEOPATRAb2a12f53098c: Rename as foo.in => This fixes QtCreator trying to parse it as cmake code (authored by mlaurent).
Rename as foo.in => This fixes QtCreator trying to parse it as cmake code
Oct 11 2023, 6:53 AM
gniibe added a comment to T6755: libgcrypt: KEM API.

@fse Thank you for your comment (quick ! :-).

Oct 11 2023, 6:47 AM · PQC, libgcrypt
l10n daemon script <scripty@kde.org> committed rLIBKLEOf2092b571c58: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 6:11 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA08e670209ce7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 6:09 AM
l10n daemon script <scripty@kde.org> committed rMTP4d2d41497ba6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 4:54 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO5684449ed757: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 4:53 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA2bff62de94fe: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 4:51 AM
l10n daemon script <scripty@kde.org> committed rMTP8c1ce02f66a0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 3:48 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO75fc6b99cd6b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 3:47 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9cbb2f1f3179: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 11 2023, 3:47 AM

Oct 10 2023

ajaja renamed T6758: gpg-agent doesn't cache passwords in loopback pinentry mode from gpg-agent doesn't cache passwords in pinentry-mode loopback to gpg-agent doesn't cache passwords in loopback pinentry mode.
Oct 10 2023, 6:28 PM · Not A Bug
ajaja created T6758: gpg-agent doesn't cache passwords in loopback pinentry mode.
Oct 10 2023, 6:26 PM · Not A Bug
lecris updated the task description for T6757: gpgsm 2.4 Fails to import P12 certificate/key.
Oct 10 2023, 5:47 PM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
lecris added a project to T6757: gpgsm 2.4 Fails to import P12 certificate/key: S/MIME.
Oct 10 2023, 5:46 PM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
lecris created T6757: gpgsm 2.4 Fails to import P12 certificate/key.
Oct 10 2023, 5:45 PM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
werner committed rGacda0a3f3377: scd: Add handling of "Algorithm Information" DO. (authored by gniibe).
scd: Add handling of "Algorithm Information" DO.
Oct 10 2023, 4:54 PM
werner committed rGfe683a1d7cdf: scd:openpgp: Some comment updates (authored by werner).
scd:openpgp: Some comment updates
Oct 10 2023, 4:54 PM
werner committed rG52abdac2d42b: scd: Add handling of Ed448 key. (authored by gniibe).
scd: Add handling of Ed448 key.
Oct 10 2023, 4:54 PM
werner committed rGd4208704a784: scd:openpgp: New KEY-STATUS attribute. (authored by werner).
scd:openpgp: New KEY-STATUS attribute.
Oct 10 2023, 4:54 PM
werner committed rG216f3fc96ac2: scd:openpgp: Add attribute "UIF" for convenience. (authored by werner).
scd:openpgp: Add attribute "UIF" for convenience.
Oct 10 2023, 4:54 PM
werner committed rGb262a21c617d: scd:openpgp: Support the ecdh-params arg for writing keys. (authored by werner).
scd:openpgp: Support the ecdh-params arg for writing keys.
Oct 10 2023, 4:54 PM
werner committed rGd25e96065268: scd:openpgp: Handle wrong error return code of Yubikey. (authored by werner).
scd:openpgp: Handle wrong error return code of Yubikey.
Oct 10 2023, 4:54 PM
werner committed rGd938abcc5ee2: scd: Fix description string. (authored by gniibe).
scd: Fix description string.
Oct 10 2023, 4:54 PM
werner committed rG7666a4583007: scd:openpgp: Support UIF changing command. (authored by gniibe).
scd:openpgp: Support UIF changing command.
Oct 10 2023, 4:54 PM
werner committed rG9e3b7e26a9f9: scd:openpgp: Small speedup reading card properties. (authored by werner).
scd:openpgp: Small speedup reading card properties.
Oct 10 2023, 4:54 PM
werner committed rGb2363c1dd97d: scd: Allow standard keyref scheme for app-openpgp. (authored by werner).
scd: Allow standard keyref scheme for app-openpgp.
Oct 10 2023, 4:54 PM
werner committed rG57bfad2c39f5: scd:openpgp: Allow reading and writing user certs for keys 1 and 2 (authored by werner).
scd:openpgp: Allow reading and writing user certs for keys 1 and 2
Oct 10 2023, 4:54 PM
werner committed rG3d368c1a7d1c: scd:openpgp: Support GET DATA response with no header for DO 0x00FA. (authored by gniibe).
scd:openpgp: Support GET DATA response with no header for DO 0x00FA.
Oct 10 2023, 4:54 PM
werner committed rG03aa4e66515e: scd:openpgp: Replace assert by log_assert. (authored by werner).
scd:openpgp: Replace assert by log_assert.
Oct 10 2023, 4:54 PM
werner committed rGc4eada078794: scd:openpgp: Pass arg ctrl to more functions. (authored by werner).
scd:openpgp: Pass arg ctrl to more functions.
Oct 10 2023, 4:54 PM
werner committed rGa942986f1737: scd:openpgp: Fix computing fingerprint for ECC with SOS. (authored by gniibe).
scd:openpgp: Fix computing fingerprint for ECC with SOS.
Oct 10 2023, 4:54 PM
werner committed rG24033dc8aeaa: scd:openpgp: Very minor refactoring (authored by werner).
scd:openpgp: Very minor refactoring
Oct 10 2023, 4:54 PM
werner committed rG7f8cac5cec22: scd:openpgp: Rename an internal variable. (authored by werner).
scd:openpgp: Rename an internal variable.
Oct 10 2023, 4:54 PM
ikloecker added a comment to T6325: Kleopatra: Prevent OpenPGP Cert and CSR creation for RSA-2048 in de-vs mode.

KEYPAIRINFO in 2.2 lacks the algorithm (and the fingerprint time). Kleopatra uses the algorithm to check if the algorithm is allowed in VSD.

Oct 10 2023, 3:20 PM · Restricted Project, kleopatra
memeplex updated the task description for T6756: max-cache-ttl-ssh overrides max-cache-ttl.
Oct 10 2023, 2:20 PM · MacOS, gpgagent, ssh, Bug Report
memeplex updated the task description for T6756: max-cache-ttl-ssh overrides max-cache-ttl.
Oct 10 2023, 2:19 PM · MacOS, gpgagent, ssh, Bug Report
memeplex created T6756: max-cache-ttl-ssh overrides max-cache-ttl.
Oct 10 2023, 2:13 PM · MacOS, gpgagent, ssh, Bug Report
mlaurent committed rKLEOPATRA532526dfb9e3: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 10 2023, 1:42 PM
mlaurent committed rLIBKLEO8a2fb9f99481: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 10 2023, 1:39 PM
wenzehan added a comment to T6752: New minip12 does not import from Firefox anymore.

115.3.1esr

Oct 10 2023, 1:22 PM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
ikloecker committed rKLEOPATRA98632caf8860: Inline the QDebug stream operator for std::string (authored by ikloecker).
Inline the QDebug stream operator for std::string
Oct 10 2023, 11:51 AM
ikloecker committed rKLEOPATRAabb5fcd3f0ac: Remove the key helpers (authored by ikloecker).
Remove the key helpers
Oct 10 2023, 11:51 AM
werner committed rG5601f5db9862: gpgsm: Improvements for NDEF in the pkcs#12 parser (authored by werner).
gpgsm: Improvements for NDEF in the pkcs#12 parser
Oct 10 2023, 11:42 AM
ikloecker committed rLIBKLEOde665927b960: Bump library version (authored by ikloecker).
Bump library version
Oct 10 2023, 11:38 AM
ikloecker committed rLIBKLEOd31f6deab20b: Add all key helpers from kleopatra (authored by ikloecker).
Add all key helpers from kleopatra
Oct 10 2023, 11:38 AM
ikloecker committed rLIBKLEO27f58d05fd26: Fix deprecation warning (authored by ikloecker).
Fix deprecation warning
Oct 10 2023, 11:38 AM
clara167 added a comment to T6711: Okular: Reload signed PDF instead of opening another window.
Oct 10 2023, 11:30 AM · Restricted Project, okular
werner added a comment to T6752: New minip12 does not import from Firefox anymore.

Yes, there is clearly a problem with the handling of NDEF. I have a fix for that but there are other oddities in that pkcs12 object. Do you have the Firefox version you used to create this?

Oct 10 2023, 11:13 AM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
ebo added a comment to T6325: Kleopatra: Prevent OpenPGP Cert and CSR creation for RSA-2048 in de-vs mode.

Well, neither OpenPGP certifcate nor CSR creation from a key on a card is offered for any of the cards I tried.
But that is not only for RSA2048, but for all types of keys.

Oct 10 2023, 10:51 AM · Restricted Project, kleopatra
werner claimed T6752: New minip12 does not import from Firefox anymore.
Oct 10 2023, 10:06 AM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
ikloecker added a comment to T6753: Kleopatra: Review usage of Key::canEncrypt and replace with hasEncrypt where appropriate.

The changes are best reviewed by a developer to check that I didn't make a mistake when I replaced usage of the canSign, canEncrypt, etc. methods with the new hasSign, hasEncrypt, etc. methods or the corresponding compatibility helpers keyHasSign, etc..

Oct 10 2023, 9:50 AM · kleopatra, Restricted Project
werner triaged T6752: New minip12 does not import from Firefox anymore as Normal priority.
Oct 10 2023, 9:37 AM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
fse added a comment to T6755: libgcrypt: KEM API.

The API that you quote at the end is indeed what is comonly understood as how a KEM functions and is exactly what fits to ML-KEM.

Oct 10 2023, 9:11 AM · PQC, libgcrypt
gniibe triaged T6755: libgcrypt: KEM API as Wishlist priority.
Oct 10 2023, 8:23 AM · PQC, libgcrypt