Page MenuHome GnuPG
Feed All Stories

Dec 16 2022

werner committed rGfc8b811283d7: Update NEWS for 2.4.0 (authored by werner).
Update NEWS for 2.4.0
Dec 16 2022, 11:02 AM
werner committed rG25bef01e7ab5: doc: Typo fixes (authored by werner).
doc: Typo fixes
Dec 16 2022, 11:02 AM
werner removed a project from T5826: Improve detached signing and verification speed: backport.
Dec 16 2022, 9:31 AM · gnupg
werner added a comment to rG11f323271671: gpg: Make --require-compliance work with out --status-fd.

Fix for 2.4 is rG2aacd843ad

Dec 16 2022, 9:30 AM
werner removed a project from T6311: A core dump occurs in the _gcry_mpi_normalize function: Bug Report.
Dec 16 2022, 9:23 AM · libgcrypt
werner closed T6311: A core dump occurs in the _gcry_mpi_normalize function as Resolved.
Dec 16 2022, 9:23 AM · libgcrypt
zhengxiaoxiaoGithub added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

Thank you for your reply! I'll modify my testcase

Dec 16 2022, 7:55 AM · libgcrypt
gniibe committed rGc19ea75f10d6: tests: Fix make check with GPGME. (authored by gniibe).
tests: Fix make check with GPGME.
Dec 16 2022, 5:19 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc994ecbc5efa: 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
Dec 16 2022, 4:33 AM
gniibe added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

I figured out the situation.

Dec 16 2022, 4:18 AM · libgcrypt
gniibe added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

Ah, I found that we have very bad example use case in tests/t-mpi-point.c. This should be fixed at first.

Dec 16 2022, 3:52 AM · libgcrypt
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbaa052e682c2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 16 2022, 3:23 AM
gniibe added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.
Dec 16 2022, 3:09 AM · libgcrypt
gniibe claimed T6311: A core dump occurs in the _gcry_mpi_normalize function.

Thank you for your report. IIUC, it is called unexpected way, like invalid/wrong KEYPARMS. Possibly, KEYPARMS == NULL, or something like that.

Dec 16 2022, 2:56 AM · libgcrypt

Dec 15 2022

jukivili committed rC02d5d1d97b3f: Add clang support for ARM 32-bit assembly (authored by jukivili).
Add clang support for ARM 32-bit assembly
Dec 15 2022, 5:24 PM
ebo closed T6295: Kleopatra: Show only keys not in group in upper key list in group edit dialog as Resolved.

works

Dec 15 2022, 3:52 PM · kleopatra, Restricted Project
werner closed T6309: Typo fixes ("outpust" et al) as Resolved.

Thanks. Commited to master.

Dec 15 2022, 3:15 PM · gnupg24, gnupg (gpg23), Bug Report
ikloecker changed the status of T6183: Kleopatra: on import own public key do not show "certify window" from Open to Testing.
Dec 15 2022, 2:47 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAf50e1900cb37: Fix build with Clang 13 on FreeBSD (authored by ikloecker).
Fix build with Clang 13 on FreeBSD
Dec 15 2022, 12:06 PM
ikloecker committed rLIBKLEO884d8b40bb3e: Bump library version (authored by ikloecker).
Bump library version
Dec 15 2022, 11:55 AM
ikloecker committed rLIBKLEOdb03be7225dd: Add helper to apply a function to a range (authored by ikloecker).
Add helper to apply a function to a range
Dec 15 2022, 11:55 AM
ikloecker committed rKLEOPATRAf4e2153df0c4: Remove jobs from list after showing the error message (authored by ikloecker).
Remove jobs from list after showing the error message
Dec 15 2022, 11:23 AM
ikloecker committed rKLEOPATRA24eaf878b3e5: Rename methods with identical name but different purpose (authored by ikloecker).
Rename methods with identical name but different purpose
Dec 15 2022, 11:23 AM
ikloecker committed rKLEOPATRA315119f3752b: Ensure that the structs are properly initialized when default constructed (authored by ikloecker).
Ensure that the structs are properly initialized when default constructed
Dec 15 2022, 11:23 AM
zhengxiaoxiaoGithub added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

When I look at the stack information, I find that because E->p is not assigned in the function mpi_ec_get_elliptic_curve(), this produces a null pointer,but it didn't get to the branch : if (errc) goto leave;

Dec 15 2022, 10:21 AM · libgcrypt
werner added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

If you pass NULL to that function, the calling code is wrong. No need for an explicit check in nomralize - check should be done in the public API (if at all).

Dec 15 2022, 9:46 AM · libgcrypt
ikloecker changed the status of T6183: Kleopatra: on import own public key do not show "certify window" from Testing to Open.
Dec 15 2022, 9:44 AM · Restricted Project, kleopatra
zhengxiaoxiaoGithub added a comment to T6311: A core dump occurs in the _gcry_mpi_normalize function.

I tried to fix the segmentation fault, so I added a null pointer check at the end to protect it.

Dec 15 2022, 8:46 AM · libgcrypt
l10n daemon script <scripty@kde.org> committed rLIBKLEO198ca6665df2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 15 2022, 4:45 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA2f41ee49c26f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 15 2022, 4:42 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOf4cc50e9f54c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 15 2022, 3:20 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA0e31cf492152: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 15 2022, 3:19 AM
gniibe added a comment to T6310: kleo: Use pkg-config to determine libassuan use.

Here is my try of next, after 0001.

Dec 15 2022, 1:39 AM · Restricted Project, kleopatra

Dec 14 2022

jukivili committed rC3d20308cc529: rijndael-ppc: fix wrong inline assembly constraint (authored by jukivili).
rijndael-ppc: fix wrong inline assembly constraint
Dec 14 2022, 6:52 PM
jukivili committed rC31837163fbc3: Fix building AVX512 Intel-syntax assembly with x86-64 clang (authored by jukivili).
Fix building AVX512 Intel-syntax assembly with x86-64 clang
Dec 14 2022, 6:52 PM
ametzler1 added a comment to T6309: Typo fixes ("outpust" et al).

Missed some, will post an updated patch.

Dec 14 2022, 6:24 PM · gnupg24, gnupg (gpg23), Bug Report
werner committed rWb69174807c9a: msi: Fix the msi-signed target (authored by werner).
msi: Fix the msi-signed target
Dec 14 2022, 5:35 PM
werner committed rW9f2c45aedfca: Post release updates (authored by werner).
Post release updates
Dec 14 2022, 5:35 PM
werner committed rWe85f89164264: Release 3.1.26 (authored by werner).
Release 3.1.26
Dec 14 2022, 2:14 PM
zhengxiaoxiaoGithub created T6311: A core dump occurs in the _gcry_mpi_normalize function.
Dec 14 2022, 2:11 PM · libgcrypt
werner committed rWa683185e0367: po: Update translations for Kleopatra and Libkleo (authored by werner).
po: Update translations for Kleopatra and Libkleo
Dec 14 2022, 12:59 PM
ikloecker added a comment to T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files.

Regarding armored files: Well the whole point of armoring is that there is only a plain 7-bit ASCII channel.

Dec 14 2022, 12:12 PM · Restricted Project, kleopatra
werner updated the task description for T6284: Another integer overflow in Libksba.
Dec 14 2022, 12:09 PM · CVE, Bug Report, libksba
werner committed rW7a967171fbb1: Prepare NEWS for VSD 3.1.26 (authored by werner).
Prepare NEWS for VSD 3.1.26
Dec 14 2022, 11:22 AM
werner added a comment to T6298: Kleopatra: Possible problem when trying to import UTF-16 encoded files.

It seems that we removed the support for the BOM at some point in the past. Probably because config files are anyway suppossed to be utf-8 encoded.

Dec 14 2022, 10:37 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA6b6058d1c6da: Fix typos (authored by ikloecker).
Fix typos
Dec 14 2022, 10:21 AM
ikloecker committed rW10c209bfe2d2: appimage: Remove superfluous and wrong default for GNUPGHOME variable (authored by ikloecker).
appimage: Remove superfluous and wrong default for GNUPGHOME variable
Dec 14 2022, 10:18 AM
werner committed rW3025b5548ab0: appimage: Better support GnuPG Desktop (authored by werner).
appimage: Better support GnuPG Desktop
Dec 14 2022, 9:40 AM
gniibe committed rM2ba11f9bfb1f: doc:python: Replace gpgme-config to pkg-config. (authored by gniibe).
doc:python: Replace gpgme-config to pkg-config.
Dec 14 2022, 7:33 AM
gniibe added a comment to T6310: kleo: Use pkg-config to determine libassuan use.

Here is my try:

Dec 14 2022, 7:01 AM · Restricted Project, kleopatra
gniibe triaged T6310: kleo: Use pkg-config to determine libassuan use as Normal priority.
Dec 14 2022, 7:00 AM · Restricted Project, kleopatra
gniibe committed rCe3b441214f93: build: Fix m4 macros for strict C compiler. (authored by gniibe).
build: Fix m4 macros for strict C compiler.
Dec 14 2022, 6:23 AM
gniibe committed rCf62d5cf9f268: build: Fix configure.ac for strict C99. (authored by gniibe).
build: Fix configure.ac for strict C99.
Dec 14 2022, 6:23 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOfc45ec5ca255: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 14 2022, 5:58 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA00c4bbf25d59: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 14 2022, 5:45 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO323a65590cb8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 14 2022, 3:58 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA114c78f3e25e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 14 2022, 3:53 AM

Dec 13 2022

aheinecke committed rWdeb780b27447: Fix mode of appimage patch (authored by aheinecke).
Fix mode of appimage patch
Dec 13 2022, 5:39 PM
aheinecke committed rW9cbc78629d49: Fix appimage build (authored by aheinecke).
Fix appimage build
Dec 13 2022, 5:38 PM
aheinecke committed rW06667990add5: Remove kde-l10n as appimage dependency (authored by aheinecke).
Remove kde-l10n as appimage dependency
Dec 13 2022, 5:38 PM
ikloecker committed rKLEOPATRAd88a1f9a0ec7: Fix AutoMoc warning (authored by ikloecker).
Fix AutoMoc warning
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRAc2de032cce82: Fix MinGW warnings (authored by ikloecker).
Fix MinGW warnings
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRA6cf7f34f3f35: Fix MinGW warning (authored by ikloecker).
Fix MinGW warning
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRAe1ca658a5803: Use QString::number instead of QString::asprintf (authored by ikloecker).
Use QString::number instead of QString::asprintf
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRAbca25192d5a5: Add missing override markers (authored by ikloecker).
Add missing override markers
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRA9f5f2f1c6750: Fix MinGW warnings (authored by ikloecker).
Fix MinGW warnings
Dec 13 2022, 4:56 PM
ikloecker committed rKLEOPATRA7d5b7096fc0c: Add option -Wno-pointer-sign only when compiling C files (authored by ikloecker).
Add option -Wno-pointer-sign only when compiling C files
Dec 13 2022, 4:56 PM
werner committed rWbf0787c1be03: appimage: Keep on using the gpg-error-config script (authored by werner).
appimage: Keep on using the gpg-error-config script
Dec 13 2022, 4:55 PM
ebo closed T6155: Kleopatra: Certify expired userids offered but leads to General Error as Resolved.

works

Dec 13 2022, 2:49 PM · kleopatra, Restricted Project
aheinecke committed rWb18e861377ab: Do not remove kxmlgui locale after installation (authored by aheinecke).
Do not remove kxmlgui locale after installation
Dec 13 2022, 2:38 PM
ebo closed T6305: Kleopatra: General error when trying to certify key and key is expired or password prompt is canceled as Resolved.

works: the process is canceled without any notification.

Dec 13 2022, 2:31 PM · Restricted Project, kleopatra, gpgme
ikloecker committed rW92fb8baff3dc: Revert "kxmlgui 5.100 doesn't install the translation files -> skip ..." (authored by ikloecker).
Revert "kxmlgui 5.100 doesn't install the translation files -> skip ..."
Dec 13 2022, 1:36 PM
ikloecker added a reverting change for rWe18e833ceea5: kxmlgui 5.100 doesn't install the translation files -> skip them: rW92fb8baff3dc: Revert "kxmlgui 5.100 doesn't install the translation files -> skip ...".
Dec 13 2022, 1:36 PM
ikloecker committed rWe18e833ceea5: kxmlgui 5.100 doesn't install the translation files -> skip them (authored by ikloecker).
kxmlgui 5.100 doesn't install the translation files -> skip them
Dec 13 2022, 1:03 PM
ikloecker committed rW5d763d6078c4: Skip more missing translation files (authored by ikloecker).
Skip more missing translation files
Dec 13 2022, 1:03 PM
ikloecker committed rW388d0ac5cde9: Add missing filenames (authored by ikloecker).
Add missing filenames
Dec 13 2022, 1:03 PM
ikloecker committed rW814e9fa6e715: Include the translations unconditionally (authored by ikloecker).
Include the translations unconditionally
Dec 13 2022, 1:03 PM
aheinecke committed rW3718fe12c99a: Actually add help_doc_groups to menu (authored by aheinecke).
Actually add help_doc_groups to menu
Dec 13 2022, 12:56 PM
ebo closed T6308: Kleopatra: UiServer Connectivity self-test fails on Windows as Resolved.

works

Dec 13 2022, 12:31 PM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
werner committed rW1011f269f5da: Revert to libassuan 2.5.5. (authored by werner).
Revert to libassuan 2.5.5.
Dec 13 2022, 12:03 PM
werner moved T6308: Kleopatra: UiServer Connectivity self-test fails on Windows from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Fixed by reverting to 2.5.5

Dec 13 2022, 12:02 PM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
alexk archived gnupg22 (test-gnupg-2.4.0).
Dec 13 2022, 11:36 AM
alexk renamed gnupg22 (test-gnupg-2.4.0) from gnupg-2.4.0 to test-gnupg-2.4.0.
Dec 13 2022, 11:36 AM
alexk created gnupg22 (test-gnupg-2.4.0).
Dec 13 2022, 11:33 AM
werner claimed T6303: Release GnuPG 2.4.0.
Dec 13 2022, 11:22 AM · gnupg, Release Info
werner moved T6303: Release GnuPG 2.4.0 from Backlog to WiP on the gnupg24 board.
Dec 13 2022, 11:22 AM · gnupg, Release Info
ikloecker moved T6308: Kleopatra: UiServer Connectivity self-test fails on Windows from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 13 2022, 10:11 AM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
ikloecker added a project to T6308: Kleopatra: UiServer Connectivity self-test fails on Windows: gpg4win.
Dec 13 2022, 10:10 AM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
werner added a project to T6308: Kleopatra: UiServer Connectivity self-test fails on Windows: libassuan.

Problem is that Kleopatra uses the latest libassuan from Git and not the released version. Replacing the libassuan DLL with the one from the gnupg directory fixes the bug.

Dec 13 2022, 9:32 AM · gpg4win, libassuan, Restricted Project, kleopatra, Bug Report
gniibe committed rC693ffa145378: build: Fix configure.ac for strict C99. (authored by gniibe).
build: Fix configure.ac for strict C99.
Dec 13 2022, 9:10 AM
ametzler1 added a comment to T6309: Typo fixes ("outpust" et al).

Missed some, will post an updated patch.

Dec 13 2022, 6:43 AM · gnupg24, gnupg (gpg23), Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc0ecd21579a9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 13 2022, 5:02 AM
gniibe committed rE72e0fb3fc858: Add more tests for t-printf and t-strerror. (authored by pengyi <pengyi37@huawei.com>).
Add more tests for t-printf and t-strerror.
Dec 13 2022, 4:21 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA679044e75e33: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Dec 13 2022, 3:33 AM

Dec 12 2022

werner archived gnupg (gpg22).
Dec 12 2022, 11:48 PM
werner edited Description on gnupg (gpg22).
Dec 12 2022, 11:47 PM
werner moved T6280: Release GnuPG 2.2.41 from Backlog to WiP on the gnupg22 board.
Dec 12 2022, 11:44 PM · gnupg22, Release Info
werner edited projects for T4892: gpgsm --gen-key with existing key from "ssh-add" fails, added: gnupg22; removed gnupg (gpg22).
Dec 12 2022, 11:40 PM · gnupg24, Bug Report, S/MIME
werner edited projects for T5085: Filter APDUs in log output, added: gnupg22, gnupg24; removed gnupg (gpg22).
Dec 12 2022, 11:39 PM · gnupg, Feature Request, scd
werner edited projects for T5401: Imported ECC/Ed25519 subkey has unusable key file in private-keys-v1.d, added: gnupg22; removed gnupg (gpg22).
Dec 12 2022, 11:38 PM · gnupg24, Bug Report