Page MenuHome GnuPG
Feed All Stories

Jun 7 2019

aheinecke committed rOfab4165e6297: Also do not print categories in quick print (authored by aheinecke).
Also do not print categories in quick print
Jun 7 2019, 1:12 PM
aheinecke committed rO848846f0f3dd: Use ApplicationEvents_11 Interface (authored by aheinecke).
Use ApplicationEvents_11 Interface
Jun 7 2019, 1:06 PM
aheinecke committed rOac625b36d6a5: Implement printing from the file menu (authored by aheinecke).
Implement printing from the file menu
Jun 7 2019, 1:06 PM
aheinecke created T4561: GPG / GPGSM: Pinentry cancels lead to wrong error codes.
Jun 7 2019, 9:56 AM · S/MIME, gnupg
aheinecke created T4560: GpgOL: Only quick print possible for encrypted mails.
Jun 7 2019, 9:21 AM · gpg4win, gpgol
werner committed rD116bc18197b6: web: Disable Stripe donations (authored by werner).
web: Disable Stripe donations
Jun 7 2019, 9:02 AM
Laurent Montel <montel@kde.org> committed rLIBKLEOf7e03409df6e: GIT_SILENT: Prepare 5.11.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.11.3
Jun 7 2019, 7:17 AM
gniibe committed rG1e9d61fb95e4: gpgparsemail: Die on parse error, printing errno thing. (authored by gniibe).
gpgparsemail: Die on parse error, printing errno thing.
Jun 7 2019, 6:34 AM
gniibe committed rCaf010856848a: ecc: API change, while implementing it. (authored by gniibe).
ecc: API change, while implementing it.
Jun 7 2019, 5:50 AM

Jun 6 2019

slandden updated the diff for D493: AES block modes for PPC.

fix ctr mode when counter overflows.

Jun 6 2019, 9:08 PM
slandden updated the diff for D491: Support for PowerPC's AES acceleration..

resolve merge conflicts

Jun 6 2019, 9:07 PM
werner added a comment to P8 strace patch to only trace threads with -f..

It might have unwanted side-effects - I am not sure. Anyway for me it works.

Jun 6 2019, 8:19 PM
jukivili added a comment to D493: AES block modes for PPC.

I've added few new CTR test vectors to tests/basic.c for checking 32-bit and 64-bit carry overflow cases, rC971d372f512ff6805d5b8b54e9ac1446f3f66643

Jun 6 2019, 7:57 PM
aheinecke added a comment to P8 strace patch to only trace threads with -f..

If it is that simple I really do not understand why this is not upstream. o.O

Jun 6 2019, 7:12 PM
werner committed rMf6fd90c99aea: tests: Minor fix to run-threaded.c. (authored by werner).
tests: Minor fix to run-threaded.c.
Jun 6 2019, 7:05 PM
werner committed rMf84abcad253a: core: Add commented debug helper to posix-io.c. (authored by werner).
core: Add commented debug helper to posix-io.c.
Jun 6 2019, 7:05 PM
werner committed rM6b9ff1ba391a: core: Fix error return value of _gpgme_run_io_cb. (authored by werner).
core: Fix error return value of _gpgme_run_io_cb.
Jun 6 2019, 7:05 PM
slandden accepted rCdaedbbb5541c: AES: move look-up tables to .data section and unshare between processes.

LGTM

Jun 6 2019, 6:41 PM
slandden updated the task description for T4541: C implementation of AES is vulnerable to side-channel attacks.
Jun 6 2019, 6:40 PM · side-channel, libgcrypt, Bug Report
slandden accepted rCa4c561aab101: GCM: move look-up table to .data section and unshare between processes.

Good catch on using the counter to foil "smart" algorithms.

Jun 6 2019, 6:37 PM
jukivili committed rCa4c561aab101: GCM: move look-up table to .data section and unshare between processes (authored by jukivili).
GCM: move look-up table to .data section and unshare between processes
Jun 6 2019, 6:28 PM
jukivili committed rC971d372f512f: tests/basic: add CTR mode carry overflow test vectors (authored by jukivili).
tests/basic: add CTR mode carry overflow test vectors
Jun 6 2019, 6:28 PM
jukivili committed rCdaedbbb5541c: AES: move look-up tables to .data section and unshare between processes (authored by jukivili).
AES: move look-up tables to .data section and unshare between processes
Jun 6 2019, 6:28 PM
werner added a comment to T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification.

I had to patch strace to follow threads but not forks (P8) and then when built with support for -k I tracked it down: In the inbound handler we close the fd immediately on EOF. However the upper layers don't know about it and a select fails with EBADF. Of course we could ignore the EBADF, figure out the closed fd and restart. The problem is that another thread may have opened a new oobject and that will get the last closed fd assigned - bummer.

Jun 6 2019, 5:08 PM · S/MIME, gpgme
werner created P8 strace patch to only trace threads with -f..
Jun 6 2019, 5:07 PM
aheinecke committed rDe08172124cf6: swdb: Gpg4win-3.1.8 (authored by aheinecke).
swdb: Gpg4win-3.1.8
Jun 6 2019, 4:09 PM
aheinecke committed rD2246f39b2d17: swdb: Revert accidental Makefile change (authored by aheinecke).
swdb: Revert accidental Makefile change
Jun 6 2019, 4:09 PM
aheinecke committed rW80d35844441f: Release Gpg4win-3.1.8 (authored by aheinecke).
Release Gpg4win-3.1.8
Jun 6 2019, 4:03 PM
aheinecke committed rW266a17cab818: web: Update package-integrity with new certificate (authored by aheinecke).
web: Update package-integrity with new certificate
Jun 6 2019, 4:03 PM
aheinecke committed rW86b06eb58fdb: Update patches (authored by aheinecke).
Update patches
Jun 6 2019, 3:11 PM
aheinecke committed rWcc886b157236: Add release date (authored by aheinecke).
Add release date
Jun 6 2019, 3:11 PM
aheinecke added a comment to T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification.

Just noticed that due to me failing to properly understand re-entrant locks the run-thread test is broken at least on windows in that it never waits for completion. So running out of filedescriptors is to expect. I'll fix the test.

Jun 6 2019, 9:44 AM · S/MIME, gpgme
aheinecke committed rMe6f28273062f: tests: Add option "allow-del" to run-threaded (authored by aheinecke).
tests: Add option "allow-del" to run-threaded
Jun 6 2019, 9:23 AM
aheinecke added a comment to T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification.

My observation from running the verify threaded test on windows is that it does behave differently. The EBADF does not occur.

Jun 6 2019, 8:51 AM · S/MIME, gpgme
werner added inline comments to rGc13e459ffeff: gpgparsemail: Die on parse error (not abort)..
Jun 6 2019, 7:47 AM
werner added a comment to T4544: More prompts before key deletion.

Nope

Jun 6 2019, 7:39 AM · gnupg, Feature Request, patch
werner updated subscribers of rC07590f940f76: ecc: Add API for X25519..
Jun 6 2019, 7:37 AM
gniibe committed rC07590f940f76: ecc: Add API for X25519. (authored by gniibe).
ecc: Add API for X25519.
Jun 6 2019, 6:46 AM
gniibe committed rCfe92d59da5b4: tests: Fix a comment. (authored by gniibe).
tests: Fix a comment.
Jun 6 2019, 6:46 AM
gniibe committed rCeccae2722a67: ecc: Fix y-coordinate of basepoint on Curve25519. (authored by gniibe).
ecc: Fix y-coordinate of basepoint on Curve25519.
Jun 6 2019, 6:46 AM
matheusmoreira renamed T4544: More prompts before key deletion from Key deletion: more prompts, new commands to More prompts before key deletion.
Jun 6 2019, 5:39 AM · gnupg, Feature Request, patch
matheusmoreira added a comment to T4170: Backing up, transporting, and transferring private keys from device to device.
  • --import-options restore
    • Implies
      • import-local-sigs
      • keep-ownertrust
    • Turns off
      • import-minimal
      • import-clean
      • repair-pks-subkey-bug
      • merge-only
Jun 6 2019, 5:14 AM · nGPH
matheusmoreira added a comment to T4170: Backing up, transporting, and transferring private keys from device to device.
  • --export-options backup
    • Implies
      • export-local-sigs
      • export-attributes
      • export-sensitive-revkeys
    • Turns off
      • export-clean
      • export-minimal
      • export-pka
      • export-dane
    • Causes build_packet_and_meta() to be used instead of build_packet()
      • This variant also writes the meta data using ring trust packets.
        • a8895c99a7d0
          • Ring trust packets are implementation defined and have always been used in gpg to cache the signature verification status.
          • Ring trust packets are only exported with the export option "backup" and only imported with the import option "restore".
          • As a side-effect of this patch the signature status cache works again and "gpg --check-sigs" is thus much faster.
        • RFC 4880 § 5.10
        • doc/DETAILS
Jun 6 2019, 5:06 AM · nGPH
matheusmoreira reopened T4544: More prompts before key deletion as "Open".

Here are the patches without any new commands:

Jun 6 2019, 3:58 AM · gnupg, Feature Request, patch
matheusmoreira abandoned D485: gpg: add the --delete-secret-subkeys command.

New commands can't be introduced.

Jun 6 2019, 3:24 AM
matheusmoreira abandoned D488: gpg: add the --delete-secret-key-stubs command.

New commands can't be introduced.

Jun 6 2019, 3:23 AM
matheusmoreira added a comment to T4544: More prompts before key deletion.

@werner Only patches 2 and 3 introduce new commands. What do you think about the other changes?

Jun 6 2019, 3:20 AM · gnupg, Feature Request, patch
gniibe committed rG72fe8d652fce: scd: Bring back --card-timeout option as deprecated. (authored by gniibe).
scd: Bring back --card-timeout option as deprecated.
Jun 6 2019, 2:57 AM
gniibe committed rGc13e459ffeff: gpgparsemail: Die on parse error (not abort). (authored by gniibe).
gpgparsemail: Die on parse error (not abort).
Jun 6 2019, 2:39 AM
gniibe closed T1977: abort in gpgparsemail as Resolved.

Fixed in master.

Jun 6 2019, 2:36 AM · Bug Report
gniibe claimed T1977: abort in gpgparsemail.
Jun 6 2019, 2:36 AM · Bug Report

Jun 5 2019

werner added a comment to T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification.

Something(tm) closes an arbitrary file descriptor behind our back. Not easy to track down because strace can not trace only threads - it always wants to trace all children as well - which is a bit too much and leads to other problems.

Jun 5 2019, 9:03 PM · S/MIME, gpgme
werner raised the priority of T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification from Normal to High.
Jun 5 2019, 9:00 PM · S/MIME, gpgme
werner closed T4544: More prompts before key deletion as Wontfix.

In case I not already mentioned it: There won't be any new commands to delete a key. Of course you are free to change GnuPG as you like but I won't apply them here.

Jun 5 2019, 6:18 PM · gnupg, Feature Request, patch
slandden added a comment to D493: AES block modes for PPC.

The openssl version is a 64-bit counter (at least for ppc8), not 32-bit.

Jun 5 2019, 5:44 PM
aheinecke committed rM024a7f75d4b8: tests: Implement import in run-threaded (authored by aheinecke).
tests: Implement import in run-threaded
Jun 5 2019, 5:24 PM
werner committed rM0f68c9f16bda: core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES. (authored by werner).
core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.
Jun 5 2019, 4:50 PM
aheinecke committed rM3a3648e3a567: tests: Use synced output for error in run-threaded (authored by aheinecke).
tests: Use synced output for error in run-threaded
Jun 5 2019, 4:20 PM
aheinecke committed rM3a11421d0f63: tests: Avoid variable named the same as a macro (authored by aheinecke).
tests: Avoid variable named the same as a macro
Jun 5 2019, 4:20 PM
aheinecke committed rM9bbe15ebbc41: tests,w32: Fix thread creation in run-threaded (authored by aheinecke).
tests,w32: Fix thread creation in run-threaded
Jun 5 2019, 4:20 PM
werner committed rM8f9f3224aac7: core: Improve the debug messages even more. (authored by werner).
core: Improve the debug messages even more.
Jun 5 2019, 3:55 PM
werner committed rM856d2e8d64f6: core: Avoid explicit locks in the debug code. (authored by werner).
core: Avoid explicit locks in the debug code.
Jun 5 2019, 1:12 PM
matheusmoreira changed Version from 2.2.15 to 2.2.16 on T4544: More prompts before key deletion.
Jun 5 2019, 11:53 AM · gnupg, Feature Request, patch
aheinecke added a comment to T4116: Kleopatra: Hang on posix with GPGME_DEBUG=9.

Log loops with:

Jun 5 2019, 11:06 AM · kleopatra, gpgme
aheinecke added a comment to T4116: Kleopatra: Hang on posix with GPGME_DEBUG=9.

I have a hang now when keylisting in Kleo with GPGME_DEBUG=9:

Jun 5 2019, 11:06 AM · kleopatra, gpgme
aheinecke renamed T4116: Kleopatra: Hang on posix with GPGME_DEBUG=9 from Kleopatra: Hang in gpgconf_read on posix with GPGME_DEBUG=9 to Kleopatra: Hang on posix with GPGME_DEBUG=9.
Jun 5 2019, 11:05 AM · kleopatra, gpgme
jukivili added a comment to D493: AES block modes for PPC.

ECB is not bulk optimized in libgcrypt. I've send patches to add this in past but this was rejected on grounds that ECB is insecure and should not be used.

Jun 5 2019, 8:07 AM
dkg added a comment to T3464: successful decryption with session key reports failure if public key is unknown.

any feedback on this proposed patch?

Jun 5 2019, 3:56 AM · gpgme, Bug Report

Jun 4 2019

slandden updated the diff for D493: AES block modes for PPC.

wipe the stack

Jun 4 2019, 9:43 PM
slandden added a comment to D491: Support for PowerPC's AES acceleration..

Benchmarks with the block ciphers is here https://dev.gnupg.org/D493

Jun 4 2019, 9:29 PM
slandden updated the diff for D492: Add PowerPC crypto acceleration support for SHA2..

include missing file.

Jun 4 2019, 7:11 PM
slandden updated the diff for D493: AES block modes for PPC.

added CTR mode support

Jun 4 2019, 7:08 PM
Xanatos added a comment to T4554: gpgtar invalid octal number.

I did forget to mention that the key I'm using is 4096 bit long

Jun 4 2019, 4:34 PM · gpgtar, Bug Report, gpg4win
Xanatos added a comment to T4554: gpgtar invalid octal number.

I was creating a tar archive with 7-Zip on my Windows 10 machine. After the creating was completed I was encrypting the archive like so:

Jun 4 2019, 4:27 PM · gpgtar, Bug Report, gpg4win
aheinecke added a comment to T4554: gpgtar invalid octal number.

Just to clarify, you were able to decrypt and extract it without error? Which tool did you use to extract the tar archive?

Jun 4 2019, 3:58 PM · gpgtar, Bug Report, gpg4win
aheinecke committed rWbe6cdb1c84b6: Update NEWS and READMEs (authored by aheinecke).
Update NEWS and READMEs
Jun 4 2019, 3:30 PM
aheinecke committed rW965807ee5a5e: Update gpg4win-tools (authored by aheinecke).
Update gpg4win-tools
Jun 4 2019, 3:30 PM
aheinecke committed rW692352f56323: Fix a minor quoting error in it.po (authored by aheinecke).
Fix a minor quoting error in it.po
Jun 4 2019, 3:30 PM
aheinecke committed rGTOc7189c1d5b75: Allow to remove keys in CMS mode (authored by aheinecke).
Allow to remove keys in CMS mode
Jun 4 2019, 2:57 PM
aheinecke committed rGTO4eeb85351c77: Fix insertion of S/MIME placeholder (authored by aheinecke).
Fix insertion of S/MIME placeholder
Jun 4 2019, 2:57 PM
aheinecke added a parent task for T4389: Gpg4win 3.1.8: T4559: GpgOL: Key resolver might show duplicated entries and does not properly filter.
Jun 4 2019, 2:41 PM · gpg4win, Release Info
aheinecke added a subtask for T4559: GpgOL: Key resolver might show duplicated entries and does not properly filter: T4389: Gpg4win 3.1.8.
Jun 4 2019, 2:41 PM · gpg4win, gpgol
aheinecke created T4559: GpgOL: Key resolver might show duplicated entries and does not properly filter.
Jun 4 2019, 2:41 PM · gpg4win, gpgol
aheinecke changed the status of T4553: Compatibilty with encrypted mails sent to SecurePIM from Testing to Open.

The change in message class did not help.

Jun 4 2019, 1:34 PM · Feature Request, gpg4win, gpgol
werner claimed T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification.
Jun 4 2019, 11:42 AM · S/MIME, gpgme
werner closed T4456: gpgme repeatedly segfaults claws-mail after update to 1.13.0 as Resolved.
Jun 4 2019, 11:06 AM · gpgme (gpgme 1.23.x), Bug Report
werner moved T4257: GPGME: op_verify failes for S/MIME with EBADF in multithreaded signature verification from Backlog to QA for next release on the gpgme board.
Jun 4 2019, 11:03 AM · S/MIME, gpgme
werner closed T4327: Exception handling for very large or invalid number in function parse_number(...) in the file cJSON.c:176 as Wontfix.

The solution conflicts the the fix suggested and implemented for T4330.

Jun 4 2019, 11:02 AM · gpgme, Bug Report
aheinecke changed the status of T4479: GpgOL: S/MIME Addressbook integration from Open to Testing.
Jun 4 2019, 11:00 AM · gpg4win, Feature Request, gpgol
aheinecke added a subtask for T4479: GpgOL: S/MIME Addressbook integration: T4389: Gpg4win 3.1.8.
Jun 4 2019, 11:00 AM · gpg4win, Feature Request, gpgol
aheinecke added a parent task for T4389: Gpg4win 3.1.8: T4479: GpgOL: S/MIME Addressbook integration.
Jun 4 2019, 11:00 AM · gpg4win, Release Info
werner closed T4328: Missing case distinction for value "NaN" and "Inf" of IEEE floating point variable in function print_number(...) in the file cJSON.c:176 as Resolved.

Fixed similar to the suggestion but NaN and INF are detected earlier.

Jun 4 2019, 10:58 AM · gpgme, Bug Report
werner committed rMf56c996318df: json: Print "nan", "-inf", "inf" if needed. (authored by werner).
json: Print "nan", "-inf", "inf" if needed.
Jun 4 2019, 10:57 AM
aheinecke added a subtask for T4558: GpgOL: S/MIME Mails should use the same icons as Outlook: T4389: Gpg4win 3.1.8.
Jun 4 2019, 10:55 AM · gpgol, gpg4win
aheinecke added a parent task for T4389: Gpg4win 3.1.8: T4558: GpgOL: S/MIME Mails should use the same icons as Outlook.
Jun 4 2019, 10:55 AM · gpg4win, Release Info
aheinecke set Version to 2.3.3 on T4558: GpgOL: S/MIME Mails should use the same icons as Outlook.
Jun 4 2019, 10:54 AM · gpgol, gpg4win
aheinecke created T4558: GpgOL: S/MIME Mails should use the same icons as Outlook.
Jun 4 2019, 10:54 AM · gpgol, gpg4win
aheinecke added a parent task for T4389: Gpg4win 3.1.8: T4557: Kleopatra: Keylist columns should be configurable.
Jun 4 2019, 10:48 AM · gpg4win, Release Info
aheinecke added a subtask for T4557: Kleopatra: Keylist columns should be configurable: T4389: Gpg4win 3.1.8.
Jun 4 2019, 10:48 AM · kleopatra, gpg4win
aheinecke created T4557: Kleopatra: Keylist columns should be configurable.
Jun 4 2019, 10:48 AM · kleopatra, gpg4win