Page MenuHome GnuPG
Feed All Stories

Jan 4 2023

l10n daemon script <scripty@kde.org> committed rKLEOPATRA7d51cc26f747: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 4 2023, 3:55 AM
gniibe added a comment to T6324: libassuan, w32: assuan_sock_check_nonce fails with master.

I found an issue in the assuan code of client side. This might be the cause of the server failure for nonce.

Jan 4 2023, 3:39 AM · Restricted Project, libassuan

Jan 3 2023

aheinecke added a comment to T6308: Kleopatra: UiServer Connectivity self-test fails on Windows.

The followup of this issue for libassuan is: https://dev.gnupg.org/T6324

Jan 3 2023, 4:19 PM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
jrg.sichermann added a comment to T6251: Invalid ID in GpgOL while sending myself a signed and encrypted message.

Hello Andre Heinecke,

Jan 3 2023, 4:12 PM · Info Needed, S/MIME, gpgol
aheinecke added a comment to T6329: Extend --min-rsa-length by a start date.

I see the use to have an option to have a stricter "min-rsa-length", and which will be useful even in the future e.g. for 4096.

Jan 3 2023, 3:51 PM · gnupg, Feature Request
aheinecke updated subscribers of T6328: Kleopatra: Hangs when decrypting an archive on an USB Stick.

So the problem is occuring when the output is finalized (which happens after the GpgME Decrypt Result is signalled). And when there are still bytes to write in line 332 https://dev.gnupg.org/source/kleo/browse/master/src/utils/output.cpp$332

Jan 3 2023, 3:44 PM · kleopatra
werner triaged T6329: Extend --min-rsa-length by a start date as Normal priority.
Jan 3 2023, 2:40 PM · gnupg, Feature Request
aheinecke triaged T6328: Kleopatra: Hangs when decrypting an archive on an USB Stick as High priority.
Jan 3 2023, 12:45 PM · kleopatra
werner added a comment to T6324: libassuan, w32: assuan_sock_check_nonce fails with master.

What I mean is that our socket emulation is encapsulated in libgcrypt and details should not be visible to the caller. Further libassuan and kleopatra might be build against different libc versions and thus the used structures might also differ.

Jan 3 2023, 12:27 PM · Restricted Project, libassuan
aheinecke triaged T6327: Kleopatra: Remove obsolete EMail Operations configuration as Normal priority.
Jan 3 2023, 12:20 PM · Restricted Project, kleopatra
aheinecke moved T6326: Kleopatra: Remove profile configuration from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 3 2023, 12:18 PM · Restricted Project, kleopatra
aheinecke triaged T6326: Kleopatra: Remove profile configuration as Normal priority.
Jan 3 2023, 11:18 AM · Restricted Project, kleopatra
aheinecke closed T6246: Gpg4win: Mkportable only allow portable installer with installed features as Resolved.

As you might have seen from the commits mkportable has been removed from Gpg4win.

Jan 3 2023, 11:11 AM · Installer, gpg4win
aheinecke triaged T6325: Kleopatra: Prevent OpenPGP Cert and CSR creation for RSA-2048 in de-vs mode as Normal priority.
Jan 3 2023, 11:07 AM · Restricted Project, kleopatra
cklassen committed rWe39d2ebc143c: added hint for GPA component in "About Gpg4win" (authored by cklassen).
added hint for GPA component in "About Gpg4win"
Jan 3 2023, 10:50 AM
aheinecke added a comment to T6324: libassuan, w32: assuan_sock_check_nonce fails with master.

From the NEWS assuan_sock_set_sockaddr_un was only added in 2014, years after the UIServer code was really last modified.

Jan 3 2023, 8:44 AM · Restricted Project, libassuan
l10n daemon script <scripty@kde.org> committed rLIBKLEO836e94a79348: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 3 2023, 6:33 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3df3a76b16c5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 3 2023, 6:20 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO14fa6274313f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 3 2023, 4:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe562de786368: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 3 2023, 4:12 AM
Albert Astals Cid <aacid@kde.org> committed rKLEOPATRA0c1db33052ea: GIT_SILENT Update Appstream for new release (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Update Appstream for new release
Jan 3 2023, 12:56 AM
Albert Astals Cid <aacid@kde.org> committed rKLEOPATRAa28ac598c822: GIT_SILENT Update Appstream for new release (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Update Appstream for new release
Jan 3 2023, 12:56 AM

Jan 2 2023

Albert Astals Cid <aacid@kde.org> committed rKLEOPATRA13d2d1a6ecbc: GIT_SILENT Upgrade release service version to 22.12.1. (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Upgrade release service version to 22.12.1.
Jan 2 2023, 11:41 PM
werner added a project to T6297: PyPI GPG package: gpgme.

I do not consider the whole PyPi thing a secure solution and thus we do not want to engage us there. However, if you need small patches to GPGME, please go ahead post them to the ML or upload them here.

Jan 2 2023, 6:38 PM · gpgme
werner added a comment to T6324: libassuan, w32: assuan_sock_check_nonce fails with master.

The question is why Kleopatra does not use assuan_sock_set_sockaddr_un as we do in GnuPG. See for example
https://dev.gnupg.org/source/gnupg/browse/master/kbx/keyboxd.c$1124 - was this a workaround back when we had no support for Unicode? assuan_sock_set_sockaddr_un and assuan_sock_get_nonce work together and their internal workings should be opaque to the caller.

Jan 2 2023, 4:13 PM · Restricted Project, libassuan
aheinecke added a comment to T6324: libassuan, w32: assuan_sock_check_nonce fails with master.

Btw. This is how Kleopatra creates the socket: https://dev.gnupg.org/source/kleo/browse/master/src/uiserver/uiserver_win.cpp$34 which does not use a function that would set is_socket=1. My naive fix would be:

Jan 2 2023, 3:57 PM · Restricted Project, libassuan
aheinecke triaged T6324: libassuan, w32: assuan_sock_check_nonce fails with master as Normal priority.
Jan 2 2023, 3:32 PM · Restricted Project, libassuan
aheinecke committed rW4ac136c7b2b2: web: Remove mention of mkportable (authored by aheinecke).
web: Remove mention of mkportable
Jan 2 2023, 2:18 PM
aheinecke committed rW58bbbadfa685: Remove mkportable.exe (authored by aheinecke).
Remove mkportable.exe
Jan 2 2023, 2:18 PM
aheinecke committed rW3435c03a8c3e: Remove translations with less then 500 strings (authored by aheinecke).
Remove translations with less then 500 strings
Jan 2 2023, 2:18 PM
aheinecke triaged T6270: GpgOL: revision of configuration public key import as Normal priority.

My opinion here would be add the "import key from signature" and "put key in signature" in the automatition group of the main GpgOL config page and change the wording of "Import any keys included in Mails" to "Import keys from Headers and Attachments".

Jan 2 2023, 12:24 PM · gpgol, Restricted Project
aheinecke triaged T6262: Kleopatra: Remove info buttons from Certify dialog as Normal priority.

o.O have overlooked this since October.

Jan 2 2023, 12:19 PM · Restricted Project, kleopatra
aheinecke closed T6296: Encrypted emails appear blank and empty in Office 365 (Correos encriptados en office 365 aparecen en blanco y sin contenido) as Invalid.

This is most likely caused by an incompatible addon. See: https://wiki.gnupg.org/GpgOL/IncompatibleAddons

Jan 2 2023, 12:15 PM · Bug Report
aheinecke triaged T6299: Kleopatra: Updating key does results in "not changed" instead of "not found" as Normal priority.

If no keyserver is configured GnuPG uses its default keyserver. "disable-dirmngr" would be the option to completely disable keyserver access but that is rarely used.

Jan 2 2023, 12:09 PM · kleopatra, Restricted Project
aheinecke closed T5212: Kleopatra: Check if run with elevated privileges and exit in that case as Resolved.

I think the current way is a good compromise. Turning this into a fatal error has also resulted in very many support cases.

Jan 2 2023, 11:25 AM · Feature Request, Restricted Project, kleopatra
aheinecke committed rKLEOPATRA166de3d0f57c: Remove Help -> What's this and Dialog button (authored by aheinecke).
Remove Help -> What's this and Dialog button
Jan 2 2023, 11:22 AM
ikloecker moved T6323: Kleopatra: Import multiple certificate files one after the other from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 2 2023, 11:04 AM · kleopatra, Restricted Project
ikloecker triaged T6323: Kleopatra: Import multiple certificate files one after the other as Normal priority.
Jan 2 2023, 11:04 AM · kleopatra, Restricted Project
ikloecker changed the status of T6168: GpgOL: naming of saved attachments from Open to Testing.
Jan 2 2023, 10:46 AM · kleopatra, Restricted Project, gpgol
ikloecker added a comment to T6168: GpgOL: naming of saved attachments.

On Windows, a whitespace character followed by a number in parenthesis at the end of the file name is now stripped from the proposed output file name.

Jan 2 2023, 10:46 AM · kleopatra, Restricted Project, gpgol
ikloecker committed rLIBKLEOec14f516110a: Remove attachment numbering from output file name (authored by ikloecker).
Remove attachment numbering from output file name
Jan 2 2023, 10:42 AM
ikloecker committed rLIBKLEO91cddd092bd2: Don't assume that the suffixes consist of 3 characters (authored by ikloecker).
Don't assume that the suffixes consist of 3 characters
Jan 2 2023, 10:42 AM
ikloecker claimed T6168: GpgOL: naming of saved attachments.
Jan 2 2023, 9:13 AM · kleopatra, Restricted Project, gpgol

Jan 1 2023

l10n daemon script <scripty@kde.org> committed rKLEOPATRAfaad8d98bd73: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 1 2023, 5:35 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO3d74a2e77a88: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 1 2023, 4:02 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb14e83ce6223: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 1 2023, 4:01 AM

Dec 31 2022

werner triaged T6322: The warning "lower 3 bits of the secret key are not cleared" keeps showing even cv25519 key was generated by GnuPG as Normal priority.
Dec 31 2022, 12:02 PM · gnupg24, Bug Report

Dec 30 2022

chengr28 created T6322: The warning "lower 3 bits of the secret key are not cleared" keeps showing even cv25519 key was generated by GnuPG.
Dec 30 2022, 6:01 PM · gnupg24, Bug Report
werner added a comment to T6313: 2.4.0 does not support in-source-tree builds.

Somehow I was waiting for such a comment ;-) Sure you are right and we will fix the README eventually.

Dec 30 2022, 5:12 PM · gnupg24, workaround, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAfde8f45d5916: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 30 2022, 3:37 AM

Dec 29 2022

mlaurent committed rLIBKLEO9c8b2642e591: GIT_SILENT: it compiles fine without deprecated methods (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods
Dec 29 2022, 6:56 PM
mlaurent committed rKLEOPATRA1bb6f8d7e22f: GIT_SILENT: it compiles fine without deprecated methods (authored by mlaurent).
GIT_SILENT: it compiles fine without deprecated methods
Dec 29 2022, 6:41 PM
andrewgdotcom added a project to T6321: gpg-wks-server should not build without sendmail: Bug Report.
Dec 29 2022, 6:30 PM · Bug Report, wkd
andrewgdotcom created T6321: gpg-wks-server should not build without sendmail.
Dec 29 2022, 6:27 PM · Bug Report, wkd
aheinecke added a comment to T6251: Invalid ID in GpgOL while sending myself a signed and encrypted message.

Thanks for the certificate, looks good as far as I can tell. I have trouble with CRL checks for your certificate as https://crl.sectigo.com/ does not work for me. But that should not be an issue when decrypting.

Dec 29 2022, 1:52 PM · Info Needed, S/MIME, gpgol
aheinecke added a comment to T6168: GpgOL: naming of saved attachments.

@ikloecker Well in the spirit of user friendlyness Kleo could assist the user by removing this added blurb. We already assist the user in using a different folder then the temporary folder for such files.

Dec 29 2022, 10:04 AM · kleopatra, Restricted Project, gpgol

Dec 28 2022

jrg.sichermann added a comment to T6251: Invalid ID in GpgOL while sending myself a signed and encrypted message.

Hello Andre Heinecke,

Dec 28 2022, 1:43 PM · Info Needed, S/MIME, gpgol

Dec 27 2022

jcgruenhage added a comment to T6313: 2.4.0 does not support in-source-tree builds.

This is probably not the right place, but considering you're telling people *here* that they should not build in the source tree, your README and INSTALL files do tell the users to do exactly that.

Dec 27 2022, 10:14 AM · gnupg24, workaround, Bug Report

Dec 26 2022

l10n daemon script <scripty@kde.org> committed rKLEOPATRA7fa4182352b4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 26 2022, 4:33 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe7dda50500a8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 26 2022, 3:21 AM

Dec 25 2022

l10n daemon script <scripty@kde.org> committed rLIBKLEO86fbdd8040b6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 25 2022, 6:05 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA0a82fe65b1fc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 25 2022, 5:52 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO7af1fc436c7d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 25 2022, 4:24 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA408c1f316feb: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 25 2022, 3:55 AM

Dec 24 2022

l10n daemon script <scripty@kde.org> committed rKLEOPATRAddaca6cf9be4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 24 2022, 3:15 AM

Dec 23 2022

chris2553 closed T6319: gnupg-2.4.0 says "NOTE: THIS IS A DEVELOPMENT VERSION!" as Resolved.
Dec 23 2022, 9:28 PM · Bug Report
chris2553 added a comment to T6319: gnupg-2.4.0 says "NOTE: THIS IS A DEVELOPMENT VERSION!".

Your response to my other bug report (T6320) advised me not to build in tree and that fixed the "make check" problem. In turn, that means I no longer need to patch Makefile.am and run autoreconf. That has made this Development Version warning to go away.

Dec 23 2022, 9:26 PM · Bug Report
werner closed T6320: gnupg-2.4.0: make check fails as Resolved.

See T6310 and the release note update at T6303.

Dec 23 2022, 3:42 PM · Duplicate, Bug Report
werner added a comment to T6319: gnupg-2.4.0 says "NOTE: THIS IS A DEVELOPMENT VERSION!".

Sorry, I can't replicate this.

Dec 23 2022, 3:39 PM · Bug Report
aheinecke committed rXf38c67ca9cb4: Remove Help command (authored by aheinecke).
Remove Help command
Dec 23 2022, 1:05 PM
aheinecke committed rX1171ec60f13e: Remove -O0 from hardening flags (authored by aheinecke).
Remove -O0 from hardening flags
Dec 23 2022, 1:05 PM
werner committed rG9a012d2c53cf: Merge branch 'STABLE-BRANCH-2-2.40' into STABLE-BRANCH-2-2 (authored by werner).
Merge branch 'STABLE-BRANCH-2-2.40' into STABLE-BRANCH-2-2
Dec 23 2022, 12:49 PM
aheinecke committed rW422e1e785c10: MSI: Handle Product name in outer msi sig (authored by aheinecke).
MSI: Handle Product name in outer msi sig
Dec 23 2022, 12:46 PM
werner committed rG8c0dedd99b26: Post release updates (authored by werner).
Post release updates
Dec 23 2022, 12:21 PM
werner committed rG75ad0ea6dcad: Release 2.2.41 (authored by werner).
Release 2.2.41
Dec 23 2022, 12:21 PM
werner committed rG42637c0ead81: po: Auto update (authored by werner).
po: Auto update
Dec 23 2022, 12:21 PM
chris2553 updated the task description for T6319: gnupg-2.4.0 says "NOTE: THIS IS A DEVELOPMENT VERSION!".
Dec 23 2022, 11:50 AM · Bug Report
chris2553 created T6320: gnupg-2.4.0: make check fails.
Dec 23 2022, 11:48 AM · Duplicate, Bug Report
aheinecke committed rW86da9b53c845: MSI: Split into multiple cabs and reuse them (authored by aheinecke).
MSI: Split into multiple cabs and reuse them
Dec 23 2022, 11:35 AM
chris2553 created T6319: gnupg-2.4.0 says "NOTE: THIS IS A DEVELOPMENT VERSION!".
Dec 23 2022, 11:04 AM · Bug Report
aheinecke committed rWe343c7208dc0: Remove all files when uninstalling gpg4win (authored by aheinecke).
Remove all files when uninstalling gpg4win
Dec 23 2022, 10:53 AM
aheinecke added a comment to T4505: SM, W32: GPGSM hangs up the GnuPG System.

@ikloecker You are right, I only thought of public key import. Then lets serialize this. Might even make for a nicer Progressbar if we count the outstanding files.

Dec 23 2022, 9:51 AM · Restricted Project, gpgol, S/MIME, gpg4win, Windows
l10n daemon script <scripty@kde.org> committed rKLEOPATRA02437b0ccf2a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 23 2022, 3:11 AM

Dec 22 2022

ikloecker added a comment to T4505: SM, W32: GPGSM hangs up the GnuPG System.

I have an Idea. Can't we read all data into memory in Kleopatra (for Certificates this should be ok) and then give this to GPGME as a single data object. So that only one process imports multiple files?

Dec 22 2022, 7:21 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows
aheinecke added a comment to T4505: SM, W32: GPGSM hangs up the GnuPG System.

I really don't want to bypass gpgme and then parse the import results and all other status output of gpgsm ourselves. I'll go for Andre's suggestion and serialize imports of multiple files.

Dec 22 2022, 4:59 PM · Restricted Project, gpgol, S/MIME, gpg4win, Windows
aheinecke triaged T6251: Invalid ID in GpgOL while sending myself a signed and encrypted message as Wishlist priority.

Please attach the certificate so that we can check what is problematic with that certificate. I am changing this issue to wishlist as the solution here will most likely be that we have to extend the S/MIME capabilities of Gpg4win.

Dec 22 2022, 3:44 PM · Info Needed, S/MIME, gpgol
aheinecke closed T6286: gpgme-json not installed by default as Resolved.

For testing I have created a Gpg4win installer and only selected minimal installation and gpgme-json was there. Both in /bin and /bin_64.

Dec 22 2022, 3:37 PM · Feature Request, gpgme, gpg4win
aheinecke committed rW846ffd30216b: Always install gpgme (authored by aheinecke).
Always install gpgme
Dec 22 2022, 3:32 PM
ikloecker committed rKLEOPATRA9f8397403099: Remove reference to color which does not always apply (authored by ikloecker).
Remove reference to color which does not always apply
Dec 22 2022, 2:49 PM
werner created gpd.
Dec 22 2022, 2:09 PM
werner committed rD788efa7ef2f3: web: Noted CVE for T6284 (authored by werner).
web: Noted CVE for T6284
Dec 22 2022, 10:57 AM
werner added a project to T6284: Another integer overflow in Libksba: CVE.

This bug is CVE-2022-47629

Dec 22 2022, 10:48 AM · CVE, Bug Report, libksba
werner updated the task description for T6304: Release Libksba 1.6.3.
Dec 22 2022, 10:48 AM · Release Info, libksba
werner closed T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent as Resolved.
Dec 22 2022, 10:34 AM · Not A Bug, workaround, gnupg24, Windows, ssh
mfilippov added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

Thanks all. It is a bug in Win32 OpenSSH. https://github.com/PowerShell/Win32-OpenSSH/issues/1953 it is already fixed. I think the issue will be resolved after the update is shipped. I could use ssh -T git@github.com as a workaround.

Dec 22 2022, 10:05 AM · Not A Bug, workaround, gnupg24, Windows, ssh
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd0e8d9957025: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 22 2022, 3:07 AM
gniibe committed rGe89d57a2cb10: tests: Fix tests/gpgme for in-source-tree builds. (authored by gniibe).
tests: Fix tests/gpgme for in-source-tree builds.
Dec 22 2022, 1:02 AM
gniibe added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

Well, not our bug... it's a kind of support question and answer:
This might help: https://stackoverflow.com/questions/3844393/what-to-do-about-pty-allocation-request-failed-on-channel-0

Dec 22 2022, 1:00 AM · Not A Bug, workaround, gnupg24, Windows, ssh
gniibe changed the status of T6313: 2.4.0 does not support in-source-tree builds from Open to Testing.

Pushed the change.

Dec 22 2022, 12:54 AM · gnupg24, workaround, Bug Report
gniibe changed the status of T6315: libgpg-error: argparse: empty header doesn't work well from Open to Testing.

Ah, I had not done git pull for a week, and I didn't realize your patch.

Dec 22 2022, 12:51 AM · Bug Report, gpgrt