Page MenuHome GnuPG
Feed All Stories

Jun 19 2023

werner committed rDdec8e594997c: swdb: libksba 1.6.4 (authored by werner).
swdb: libksba 1.6.4
Jun 19 2023, 11:53 AM
werner committed rW9b4b4d7a540a: Update libksba and libassuan (authored by werner).
Update libksba and libassuan
Jun 19 2023, 11:52 AM
werner closed T6543: Release Libksba 1.6.4 as Resolved.
Jun 19 2023, 11:47 AM · libksba, Release Info
ebo closed T5864: Kleopatra: Configure min and max values for validity in Newcertificatewizard as Resolved.

works

Jun 19 2023, 11:44 AM · kleopatra, Restricted Project
ebo created T6544: Draft: Kleopatra: Feedback for invalid date input.
Jun 19 2023, 11:43 AM · kleopatra, Restricted Project
werner triaged T6543: Release Libksba 1.6.4 as Normal priority.
Jun 19 2023, 11:24 AM · libksba, Release Info
cklassen committed rW8134d38b0cc0: removed email address as text from support page (authored by cklassen).
removed email address as text from support page
Jun 19 2023, 11:05 AM
werner committed rD41760fbe58a3: swdb: libassuan 2.5.6 (authored by werner).
swdb: libassuan 2.5.6
Jun 19 2023, 11:02 AM
werner committed rA17b1f83f20c0: Post release updates (authored by werner).
Post release updates
Jun 19 2023, 10:51 AM
werner committed rA6b50ee6bcdd6: Release 2.5.6 (authored by werner).
Release 2.5.6
Jun 19 2023, 10:51 AM
werner closed T6542: Release libassuan 2.5.6 as Resolved.
Jun 19 2023, 10:51 AM · Release Info, libassuan
cklassen committed rWa7f96bf32997: replaced image for intro and let users click on it to open it (authored by cklassen).
replaced image for intro and let users click on it to open it
Jun 19 2023, 10:27 AM
werner updated the task description for T5354: Release Libassuan 2.5.5.
Jun 19 2023, 10:07 AM · Release Info
werner updated the task description for T6542: Release libassuan 2.5.6.
Jun 19 2023, 9:45 AM · Release Info, libassuan
werner triaged T6542: Release libassuan 2.5.6 as Normal priority.
Jun 19 2023, 9:45 AM · Release Info, libassuan
l10n daemon script <scripty@kde.org> committed rLIBKLEO98f24729dded: 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
Jun 19 2023, 5:32 AM
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

Here is a possible change (... to master, assuming it's good to support use case of RFC 8702):

diff --git a/cipher/keccak.c b/cipher/keccak.c
index 22c40302..76e08cb5 100644
--- a/cipher/keccak.c
+++ b/cipher/keccak.c
@@ -1630,8 +1630,8 @@ const gcry_md_spec_t _gcry_digest_spec_sha3_512 =
 const gcry_md_spec_t _gcry_digest_spec_shake128 =
   {
     GCRY_MD_SHAKE128, {0, 1},
-    "SHAKE128", shake128_asn, DIM (shake128_asn), oid_spec_shake128, 0,
-    shake128_init, keccak_write, keccak_final, NULL, keccak_extract,
+    "SHAKE128", shake128_asn, DIM (shake128_asn), oid_spec_shake128, 32,
+    shake128_init, keccak_write, keccak_final, keccak_read, keccak_extract,
     _gcry_shake128_hash_buffers,
     sizeof (KECCAK_CONTEXT),
     run_selftests
@@ -1639,8 +1639,8 @@ const gcry_md_spec_t _gcry_digest_spec_shake128 =
 const gcry_md_spec_t _gcry_digest_spec_shake256 =
   {
     GCRY_MD_SHAKE256, {0, 1},
-    "SHAKE256", shake256_asn, DIM (shake256_asn), oid_spec_shake256, 0,
-    shake256_init, keccak_write, keccak_final, NULL, keccak_extract,
+    "SHAKE256", shake256_asn, DIM (shake256_asn), oid_spec_shake256, 64,
+    shake256_init, keccak_write, keccak_final, keccak_read, keccak_extract,
     _gcry_shake256_hash_buffers,
     sizeof (KECCAK_CONTEXT),
     run_selftests
Jun 19 2023, 4:53 AM · libgcrypt, FIPS, Bug Report
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

Reading RFC 8702, I realized that it defines the hash size in the use of CMS as: SHAKE128 : 32-byte SHAKE256 : 64-byte.

Jun 19 2023, 4:47 AM · libgcrypt, FIPS, Bug Report
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

Applied rC8cdd0d353e19: cipher:pubkey: Check digest size which should not be zero. for 1.10.

Jun 19 2023, 4:36 AM · libgcrypt, FIPS, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe70262a60420: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 19 2023, 4:07 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO8705dfbe95fe: 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
Jun 19 2023, 3:52 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe23298a0ed0e: 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
Jun 19 2023, 3:50 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf9f6c052de96: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Jun 19 2023, 2:53 AM

Jun 18 2023

l10n daemon script <scripty@kde.org> committed rLIBKLEO39cbf055b2ee: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 18 2023, 7:28 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA831152964ca8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 18 2023, 7:25 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOa4fecee87e03: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 18 2023, 5:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA2f5fa85c15f6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 18 2023, 4:53 AM

Jun 17 2023

mlaurent committed rKLEOPATRA940ea3986ddb: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 17 2023, 8:57 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc7f6b2a266be: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 17 2023, 5:27 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd877b9150335: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 17 2023, 3:56 AM

Jun 16 2023

werner added a subtask for T6540: gpgsm creates invalid CSR (invalid signature) when given invalid subject name: T6541: gpgsm incorrectly prompts "Possible actions for a RSA key:" and shows "Key-Length: 1024" when using nistp521r1 ECDSA key.
Jun 16 2023, 5:55 PM · gnupg24, S/MIME, Bug Report
werner added a parent task for T6541: gpgsm incorrectly prompts "Possible actions for a RSA key:" and shows "Key-Length: 1024" when using nistp521r1 ECDSA key: T6540: gpgsm creates invalid CSR (invalid signature) when given invalid subject name.
Jun 16 2023, 5:55 PM · gnupg24, S/MIME, Bug Report
werner triaged T6541: gpgsm incorrectly prompts "Possible actions for a RSA key:" and shows "Key-Length: 1024" when using nistp521r1 ECDSA key as Low priority.
Jun 16 2023, 5:55 PM · gnupg24, S/MIME, Bug Report
werner triaged T6540: gpgsm creates invalid CSR (invalid signature) when given invalid subject name as Normal priority.

Use Kleopatra which constructs the DN for you ;-).

Jun 16 2023, 5:52 PM · gnupg24, S/MIME, Bug Report
jjakob added a project to T6541: gpgsm incorrectly prompts "Possible actions for a RSA key:" and shows "Key-Length: 1024" when using nistp521r1 ECDSA key: Bug Report.
Jun 16 2023, 4:31 PM · gnupg24, S/MIME, Bug Report
jjakob created T6541: gpgsm incorrectly prompts "Possible actions for a RSA key:" and shows "Key-Length: 1024" when using nistp521r1 ECDSA key.
Jun 16 2023, 4:31 PM · gnupg24, S/MIME, Bug Report
jjakob created T6540: gpgsm creates invalid CSR (invalid signature) when given invalid subject name.
Jun 16 2023, 4:27 PM · gnupg24, S/MIME, Bug Report
aheinecke added a comment to T6534: gpg's progress_filter needs to use uint64_t.

I tested this with OpenPGP and 2.4.3-beta19 on Windows. Worked nicely.

Jun 16 2023, 2:39 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.3), Feature Request, Restricted Project, Windows
aheinecke committed rM5811d069d3b3: qt, cpp: Support larger size-hint on 32 bit builds (authored by aheinecke).
qt, cpp: Support larger size-hint on 32 bit builds
Jun 16 2023, 2:38 PM
aheinecke committed rMcbcea4a09b13: cpp: Expose gpgme_data_set_flag through cpp API (authored by aheinecke).
cpp: Expose gpgme_data_set_flag through cpp API
Jun 16 2023, 2:38 PM
aheinecke committed rW87dc1784b56c: Fix okular patches (authored by aheinecke).
Fix okular patches
Jun 16 2023, 2:12 PM
aheinecke created P26 [PATCH] cpp: Expose gpgme_data_set_flag through cpp API.
Jun 16 2023, 12:33 PM
werner committed rA0fc31770fa62: Flush data before clearing the confidential flag. (authored by werner).
Flush data before clearing the confidential flag.
Jun 16 2023, 11:02 AM
werner committed rAe686c85e207e: build: Fix listing m4 files. (authored by gniibe).
build: Fix listing m4 files.
Jun 16 2023, 11:02 AM
werner committed rA1939b040ca23: build: Better cross build support. (authored by gniibe).
build: Better cross build support.
Jun 16 2023, 11:02 AM
werner committed rA32d9abf299ec: tests: Use -no-fast-install LDFLAGS for Windows. (authored by gniibe).
tests: Use -no-fast-install LDFLAGS for Windows.
Jun 16 2023, 11:02 AM
werner committed rAdbd5c48a36e6: build: Update gpg-error.m4. (authored by gniibe).
build: Update gpg-error.m4.
Jun 16 2023, 11:02 AM
werner committed rA2283ab4c0c2d: doc: Update the description about pkg-config. (authored by gniibe).
doc: Update the description about pkg-config.
Jun 16 2023, 11:02 AM
werner committed rA84d5349d2303: build: Update config.guess, config.sub, and config.rpath. (authored by gniibe).
build: Update config.guess, config.sub, and config.rpath.
Jun 16 2023, 11:02 AM
werner committed rAd7533c4333bf: build: Update gpg-error.m4. (authored by gniibe).
build: Update gpg-error.m4.
Jun 16 2023, 11:02 AM
werner committed rAc15ebc70c22f: Fix an explanation for socket on Windows. (authored by gniibe).
Fix an explanation for socket on Windows.
Jun 16 2023, 11:02 AM
werner committed rAff1f8ee7a8fb: Don't access NULL by wipememory. (authored by gniibe).
Don't access NULL by wipememory.
Jun 16 2023, 11:02 AM
werner committed rAf16fcb14c366: build: Update gpg-error.m4. (authored by gniibe).
build: Update gpg-error.m4.
Jun 16 2023, 11:02 AM
werner committed rAbf317131488d: Fix the previous commit. (authored by gniibe).
Fix the previous commit.
Jun 16 2023, 11:02 AM
werner committed rA5ac7e6ba19fa: server,client: Wipe the outbound buffer when CONFIDENTIAL. (authored by gniibe).
server,client: Wipe the outbound buffer when CONFIDENTIAL.
Jun 16 2023, 11:02 AM
werner committed rAaac300389210: client: Wipe the inbound buffer when CONFIDENTIAL. (authored by gniibe).
client: Wipe the inbound buffer when CONFIDENTIAL.
Jun 16 2023, 11:02 AM
werner committed rA4bfcd8a0f6f3: server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL. (authored by gniibe).
server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.
Jun 16 2023, 11:02 AM
aheinecke created P25 ABI break or not?.
Jun 16 2023, 10:05 AM
werner committed rA413b294f0081: Next release will be 3.0 (authored by werner).
Next release will be 3.0
Jun 16 2023, 10:02 AM
werner committed rA049b8001f163: Flush data before clearing the confidential flag. (authored by werner).
Flush data before clearing the confidential flag.
Jun 16 2023, 10:02 AM
gniibe claimed T6539: The digest&sign/verify API with SHAKE-class digests does not work.
Jun 16 2023, 9:36 AM · libgcrypt, FIPS, Bug Report
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

I found this use case: RFC 8702
"Use of the SHAKE One-Way Hash Functions in the Cryptographic Message Syntax (CMS)": https://www.rfc-editor.org/rfc/rfc8702.html

Jun 16 2023, 9:35 AM · libgcrypt, FIPS, Bug Report
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

Another possibility for digest&sign API: it is possible to determine the length of required hash function by the underlining field Fp of the curve in use. Then, use this length instead. It's better than to (try to) get the length by _gcry_md_get_algo_dlen (for SHAKE, it's undefined).

Jun 16 2023, 9:16 AM · libgcrypt, FIPS, Bug Report
gniibe changed the status of T6507: SCRYPT does not work in FIPS mode from Open to Testing.

Fixed in both of master and 1.10 branch.

Jun 16 2023, 8:11 AM · libgcrypt, FIPS, Bug Report
gniibe committed rC70b1b036f3ee: tests: Allow KDF measurement in FIPS mode. (authored by gniibe).
tests: Allow KDF measurement in FIPS mode.
Jun 16 2023, 8:04 AM
gniibe committed rCf4bff832c7f5: cipher:kdf: Move FIPS mode check to _gcry_kdf_derive. (authored by gniibe).
cipher:kdf: Move FIPS mode check to _gcry_kdf_derive.
Jun 16 2023, 8:04 AM
gniibe changed the status of T6515: GPG in FIPS mode spits out useless "out of core handler ignored in FIPS mode" message on every execution from Open to Testing.
Jun 16 2023, 7:28 AM · FIPS, Bug Report
gniibe claimed T6515: GPG in FIPS mode spits out useless "out of core handler ignored in FIPS mode" message on every execution.

For libgcrypt, initially when the code was put, it made some sense.
Now, it's useless, so, let's simply remove the message.

Jun 16 2023, 7:28 AM · FIPS, Bug Report
gniibe committed rC6c79dcddd151: Remove out of core handler setting message in FIPS mode. (authored by gniibe).
Remove out of core handler setting message in FIPS mode.
Jun 16 2023, 7:26 AM
gniibe changed the status of T6511: EdDSA support in FIPS mode from Open to Testing.

Added: rC547dfb5aecc1: cipher:ecc: Add selftests for EdDSA.
Added: rC3ac2bba4a4b1: cipher:ecc: Implement PCT for EdDSA.

Jun 16 2023, 7:12 AM · FIPS, libgcrypt, Bug Report
gniibe committed rC3ac2bba4a4b1: cipher:ecc: Implement PCT for EdDSA. (authored by gniibe).
cipher:ecc: Implement PCT for EdDSA.
Jun 16 2023, 7:12 AM
gniibe committed rC97f4a94d5960: build: Detect broken GCC for x86/AVX512 intrinsics. (authored by gniibe).
build: Detect broken GCC for x86/AVX512 intrinsics.
Jun 16 2023, 6:13 AM
gniibe committed rC547dfb5aecc1: cipher:ecc: Add selftests for EdDSA. (authored by gniibe).
cipher:ecc: Add selftests for EdDSA.
Jun 16 2023, 5:05 AM
gniibe committed rC73d2f5d93541: tests: EdDSA keys work in FIPS mode (authored by Jakuje).
tests: EdDSA keys work in FIPS mode
Jun 16 2023, 4:49 AM
gniibe committed rCc08ea202d916: ecc: Enable Ed25519 and Ed448 in FIPS mode (authored by Jakuje).
ecc: Enable Ed25519 and Ed448 in FIPS mode
Jun 16 2023, 4:49 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA349e93a64322: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 16 2023, 3:53 AM

Jun 15 2023

Jakuje created T6539: The digest&sign/verify API with SHAKE-class digests does not work.
Jun 15 2023, 5:34 PM · libgcrypt, FIPS, Bug Report
werner triaged T6538: Move mailing lists to al-kindi as Normal priority.
Jun 15 2023, 5:00 PM · dev.gnupg.org
werner moved T6477: WKD redirects and dirmngr redirect rewriting from WiP to QA on the gnupg24 board.
Jun 15 2023, 3:12 PM · gnupg24 (gnupg-2.4.3), wkd, dirmngr
werner added a comment to T6477: WKD redirects and dirmngr redirect rewriting.

I have now disabled the rewriting in the 2.4 branch. Those who want to keep the old behaviour may add

Jun 15 2023, 3:09 PM · gnupg24 (gnupg-2.4.3), wkd, dirmngr
werner committed rG0a63afc79a04: dirmngr: Disable the HTTP redirect rewriting. (authored by werner).
dirmngr: Disable the HTTP redirect rewriting.
Jun 15 2023, 3:06 PM
werner committed rGbf04b07327a5: dirmngr: New option --compatibility-flags. (authored by werner).
dirmngr: New option --compatibility-flags.
Jun 15 2023, 3:06 PM
werner set the icon for dirmngr to Tag.
Jun 15 2023, 2:08 PM
werner edited Description on dirmngr.
Jun 15 2023, 2:07 PM
werner moved T6477: WKD redirects and dirmngr redirect rewriting from Backlog to WiP on the gnupg24 board.
Jun 15 2023, 2:03 PM · gnupg24 (gnupg-2.4.3), wkd, dirmngr
werner claimed T6477: WKD redirects and dirmngr redirect rewriting.
Jun 15 2023, 2:03 PM · gnupg24 (gnupg-2.4.3), wkd, dirmngr
werner lowered the priority of T6524: Kleopatra / Gpgtar: Cancel does not kill the job from Unbreak Now! to High.
Jun 15 2023, 2:02 PM · Restricted Project, kleopatra
werner committed rGe9c337c0b94b: gpgsm: New option --input-size-hint. (authored by werner).
gpgsm: New option --input-size-hint.
Jun 15 2023, 2:00 PM
werner committed rG2178f35dffdc: gpg: New option --no-compress as alias for -z0. (authored by werner).
gpg: New option --no-compress as alias for -z0.
Jun 15 2023, 2:00 PM
werner committed rG3bab25d7d519: gpgtar: New option --no-compress. (authored by werner).
gpgtar: New option --no-compress.
Jun 15 2023, 2:00 PM
mlaurent committed rKLEOPATRA05d5f20d7629: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 15 2023, 1:53 PM
ikloecker committed rKLEOPATRA04adbffa2aee: Add missing getter for output file name (authored by ikloecker).
Add missing getter for output file name
Jun 15 2023, 1:43 PM
ebo closed T6154: Kleopatra: Assert in CertifyCertificateCommand after setting ownertrust of key as Resolved.

could not trigger it with the described steps on windows

Jun 15 2023, 1:38 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAa15434ddc59b: Check for existing files before starting any encryption tasks (authored by ikloecker).
Check for existing files before starting any encryption tasks
Jun 15 2023, 1:33 PM
ikloecker committed rKLEOPATRA31f84464df70: Only ask the user for overwrite permission if file exists (authored by ikloecker).
Only ask the user for overwrite permission if file exists
Jun 15 2023, 1:33 PM
ikloecker committed rKLEOPATRA2a304b8f5a08: Use custom label text only for progress label (authored by ikloecker).
Use custom label text only for progress label
Jun 15 2023, 1:33 PM
ikloecker committed rKLEOPATRAd4a5f9c2512e: Let OverwritePolicy take care of asking users whether to overwrite a file (authored by ikloecker).
Let OverwritePolicy take care of asking users whether to overwrite a file
Jun 15 2023, 1:33 PM
ikloecker committed rKLEOPATRA9c9027f85254: Fix removing of temporary files with UNC paths (authored by ikloecker).
Fix removing of temporary files with UNC paths
Jun 15 2023, 1:33 PM
werner committed rM91bbb1e482da: core: Send a input-size-hint for gpgsm. (authored by werner).
core: Send a input-size-hint for gpgsm.
Jun 15 2023, 1:00 PM
ebo closed T6488: Kleopatra: moving decrypted Folder to USB device fails as Resolved.

works for 4,1 GB, too.
(Tested with Gpg4win-4.2.0-beta346)

Jun 15 2023, 12:55 PM · kleopatra, Restricted Project