Page MenuHome GnuPG
Feed All Stories

Aug 10 2020

werner committed rGcbf203801e02: scd:piv: Allow signing using PSS. (authored by werner).
scd:piv: Allow signing using PSS.
Aug 10 2020, 10:34 AM
gniibe added a comment to T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.

I meant:

Aug 10 2020, 9:28 AM · gpgrt, Bug Report
JW added a comment to T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.

If you can point me to a commit, I can patch the package and retest it.

Aug 10 2020, 7:19 AM · gpgrt, Bug Report
gniibe changed the status of T5010: gpgrt-config: Bug for handling Requires from Open to Testing.
Aug 10 2020, 6:31 AM · gpgrt
gniibe added a comment to T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.

If there is no other problem (than the issues of additional slash and double slash), I'll close this bug report.

Aug 10 2020, 6:30 AM · gpgrt, Bug Report

Aug 9 2020

werner closed T4713: Bug in get_best_pubkey_byname as Resolved.

We won't do that for 2.2.

Aug 9 2020, 5:25 PM · Restricted Project, gnupg (gpg23)
werner closed T4966: Jitter entropy RNG disable on non-x86? as Resolved.

Solved in master (1.9). We won't do it in 1.8.

Aug 9 2020, 5:22 PM · libgcrypt, Bug Report
werner closed T4798: Shutdown dirmngr dosn't work with multiple instances executing as Resolved.

Use

gpgconf --kill dirmngr

to stop it.

Aug 9 2020, 5:20 PM · Bug Report
werner closed T4862: pubkeys are imported despite the --no-auto-key-retrieve option as Resolved.

No more info was provided.

Aug 9 2020, 5:19 PM · Too Old, FAQ, gnupg
yearen added a comment to T5017: Kleopatra can't decrypt the tor. I can't verify the signature..

ı dont understand can you explain me more specific? which file name ? when ı select the Tor installer gpg cant decrypt it not signature file

Aug 9 2020, 12:24 AM · FAQ

Aug 8 2020

werner merged task T5017: Kleopatra can't decrypt the tor. I can't verify the signature. into Restricted Maniphest Task.
Aug 8 2020, 11:41 PM · FAQ
werner edited projects for T5017: Kleopatra can't decrypt the tor. I can't verify the signature., added: FAQ; removed Bug Report.

Download the corresponding tor signature file. Then enter that file name.

Aug 8 2020, 11:40 PM · FAQ
yearen created T5017: Kleopatra can't decrypt the tor. I can't verify the signature..
Aug 8 2020, 10:37 PM · FAQ
OliverL added a comment to T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages.

Thank you, Andre. Just updated here, problem fixed.

Aug 8 2020, 2:44 PM · Bug Report, gpg4win
werner added a project to T5016: Gnupg should support WAYLAND_DISPLAY variable for pinentry: gnupg (gpg20).
Aug 8 2020, 10:44 AM · gnupg (gpg20), Feature Request

Aug 7 2020

GnuPGP_Sebastien added a comment to T4967: Right Click for encryption on file doesn't work .

Thanks Andre,

Aug 7 2020, 3:10 PM · gpgex, gpg4win, Bug Report
ya-isakov created T5016: Gnupg should support WAYLAND_DISPLAY variable for pinentry.
Aug 7 2020, 11:28 AM · gnupg (gpg20), Feature Request
aheinecke closed T4874: GpgOL: Make Address book integration more visible as Resolved.
Aug 7 2020, 11:16 AM · gpgol
aheinecke closed T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages as Resolved.
Aug 7 2020, 11:15 AM · Bug Report, gpg4win
aheinecke closed T4786: Kleopatra: Window size forgotten after closing as Resolved.

This has been shipped with Gpg4win-3.1.12

Aug 7 2020, 11:15 AM · Bug Report
aheinecke closed T4839: GpgOL: WKS Confirmation mail is not handled correctly as Resolved.
Aug 7 2020, 10:47 AM · gpg4win, wkd, gpgol
gniibe changed the status of T5000: trustdb,keybox: Adding support of v5key from Open to Testing.
Aug 7 2020, 6:11 AM · Restricted Project, gnupg (gpg23)
gniibe committed rG373c975859a5: gpg: Fix trustdb for v5key. (authored by gniibe).
gpg: Fix trustdb for v5key.
Aug 7 2020, 6:11 AM
gniibe committed rG20982bbd7539: gpg: Fix short key ID for v5key. (authored by gniibe).
gpg: Fix short key ID for v5key.
Aug 7 2020, 6:11 AM
gniibe added a comment to T5000: trustdb,keybox: Adding support of v5key.

Applied and pushed.

Aug 7 2020, 6:10 AM · Restricted Project, gnupg (gpg23)
gniibe added a comment to T5000: trustdb,keybox: Adding support of v5key.

No, it didn't work, but we need more change:

diff --git a/g10/tdbio.c b/g10/tdbio.c
index bfeede991..9f01667b4 100644
--- a/g10/tdbio.c
+++ b/g10/tdbio.c
@@ -1909,12 +1909,9 @@ tdbio_search_trust_byfpr (ctrl_t ctrl, const byte *fingerprint, TRUSTREC *rec)
 gpg_error_t
 tdbio_search_trust_bypk (ctrl_t ctrl, PKT_public_key *pk, TRUSTREC *rec)
 {
-  byte fingerprint[MAX_FINGERPRINT_LEN];
-  size_t fingerlen;
+  byte fingerprint[20];
Aug 7 2020, 4:53 AM · Restricted Project, gnupg (gpg23)

Aug 6 2020

BeginnersMind added a comment to T4978: On Windows 10, gpg-connect-agent needs 2 trials to launch gpg-agent.

I don't mind if this is marked as resolved. As long as I use my script, the agent works flawlessly with my Nitrokey. The agent startup is very fast. The script also resolves the effect that the agent won't work after the system is waked from sleeping state.

Aug 6 2020, 6:07 PM · Bug Report
werner committed rG646a30fd394a: gpgsm: New option --chuid. (authored by werner).
gpgsm: New option --chuid.
Aug 6 2020, 4:16 PM
werner committed rGd10f45184c44: gpgconf: New option --chuid. (authored by werner).
gpgconf: New option --chuid.
Aug 6 2020, 4:16 PM
werner committed rG8ff00ef0de87: common: New helper function gnupg_chuid. (authored by werner).
common: New helper function gnupg_chuid.
Aug 6 2020, 4:16 PM
aheinecke closed T4978: On Windows 10, gpg-connect-agent needs 2 trials to launch gpg-agent as Resolved.

Thanks for providing your workaround.

Aug 6 2020, 4:04 PM · Bug Report
aheinecke committed rLIBKLEO43374598a84f: Add quick accessor to check if version is signed (authored by aheinecke).
Add quick accessor to check if version is signed
Aug 6 2020, 4:00 PM
aheinecke committed rGTO942f653ce8e2: Show about data information from VERSION (authored by aheinecke).
Show about data information from VERSION
Aug 6 2020, 4:00 PM
aheinecke changed the status of T4835: attachement not displayed when pipe in filename of attachement from Open to Testing.

To be honest I have not tried that but it should work because then it has another 50 tries to find a name like "attachment_51.txt" because we stay in the loop.

Aug 6 2020, 4:00 PM · gpg4win, gpgol
cepxuo awarded D505: Ed448 support for GnuPG a Like token.
Aug 6 2020, 12:36 PM
gniibe added a comment to T5000: trustdb,keybox: Adding support of v5key.

I revise the change, using different approach, so that we can keep better existing implementation compatibility.

Aug 6 2020, 12:31 PM · Restricted Project, gnupg (gpg23)
gniibe committed rGdf531848a961: kbx: Support v5key for short kid and long kid. (authored by gniibe).
kbx: Support v5key for short kid and long kid.
Aug 6 2020, 12:26 PM
werner committed rD248efb067e1c: web: Okay, okay, signature_key is in the root (authored by werner).
web: Okay, okay, signature_key is in the root
Aug 6 2020, 11:39 AM
werner committed rD882217eafbc7: web: Add top menu entry for the release keys (authored by werner).
web: Add top menu entry for the release keys
Aug 6 2020, 11:32 AM
werner committed rG077448225777: build: Remove expired key of David Shaw from distsigkey.gpg. (authored by werner).
build: Remove expired key of David Shaw from distsigkey.gpg.
Aug 6 2020, 11:28 AM
werner committed rGfdcf536f7053: build: Remove expired key of David Shaw from distsigkey.gpg. (authored by werner).
build: Remove expired key of David Shaw from distsigkey.gpg.
Aug 6 2020, 11:28 AM
werner committed rDa3c1fd36589f: web: Remove expired dist keys (authored by werner).
web: Remove expired dist keys
Aug 6 2020, 11:25 AM
aheinecke created T5015: Kleopatra: Support ECC Key generation for OpenPGP 3 cards.
Aug 6 2020, 10:51 AM · kleopatra
aheinecke closed T4988: Kleopatra key generation does not use default algorithms 3072 but 2048 as Resolved.
Aug 6 2020, 10:42 AM · kleopatra
aheinecke closed T4877: GpgOL: Look for S/MIME sec keys on inserted smartcards if no key is available as Resolved.
Aug 6 2020, 10:42 AM · gpgol
aheinecke closed T4995: Kleopatra: Suggested file names should be clearer as Resolved.

I think this is good now.

Aug 6 2020, 10:42 AM · gpg4win, kleopatra
aheinecke added a parent task for T5014: Kleopatra: Use SCD getattr for OpenPGP card manufacturer: T4875: Kleopatra: Improve support for S/MIME Smartcards and add additional card support.
Aug 6 2020, 10:39 AM · kleopatra
aheinecke added a subtask for T4875: Kleopatra: Improve support for S/MIME Smartcards and add additional card support: T5014: Kleopatra: Use SCD getattr for OpenPGP card manufacturer.
Aug 6 2020, 10:39 AM · kleopatra
aheinecke created T5014: Kleopatra: Use SCD getattr for OpenPGP card manufacturer.
Aug 6 2020, 10:38 AM · kleopatra
aheinecke closed T4983: GpgOL interpretes some encrypted messages as unencrypted and skips decryption entirely as Wontfix.

I'm not sure what to do with the issue. For further analysis we would need to figure out what third party software breaks the MIME structure of the mail. That is more something for a support contract and not for the general issue tracker. This issue is very specific to your setup and so I'm not surprised that Microsoft says it can't help.

Aug 6 2020, 10:25 AM · gpgol, Bug Report, gpg4win
aheinecke closed T4999: GPGME: Add interface for quick-set-expire as Resolved.

Thanks. rMdb82e99 resolved this.

Aug 6 2020, 10:18 AM · gpgme, kleopatra, gpg4win
aheinecke closed T4999: GPGME: Add interface for quick-set-expire, a subtask of T4717: Kleopatra: Changing expiry does not change expiry for subkeys, as Resolved.
Aug 6 2020, 10:18 AM · Restricted Project, kleopatra, gpg4win
aheinecke changed the status of T4967: Right Click for encryption on file doesn't work from Open to Testing.

We have released 3.1.12 which updated all the GUI libraries Kleopatra uses and I got some feedback in related issues like T4689 that this might have helped.

Aug 6 2020, 10:16 AM · gpgex, gpg4win, Bug Report
aheinecke closed T4890: print preview tries to use wrong key for decryption as Resolved.

3.1.12 was released with this.

Aug 6 2020, 10:13 AM · gpgol, Bug Report
aheinecke lowered the priority of T4854: gpgme 1.13.1: test suite is failing from Normal to Low.

I just ran the test suite ~10 Times with -j48 on a 12 core machine and cannot reproduce this at all with GnuPG-2.2.21 and gpgme-1.14.0 so I tend to put this on resolved, otherwise this is a candidate for an issue that will be indefinetly in the tracker which we cannot reproduce or analyze further.

Aug 6 2020, 10:12 AM · gpgme, Bug Report
aheinecke triaged T4854: gpgme 1.13.1: test suite is failing as Normal priority.

The t-json failure is: T4820

Aug 6 2020, 10:02 AM · gpgme, Bug Report
aheinecke closed T5013: OS X 10.11 and error: use of undeclared identifier 'getenv' as Resolved.
Aug 6 2020, 9:59 AM · gpgme, Bug Report
aheinecke added a comment to T5013: OS X 10.11 and error: use of undeclared identifier 'getenv'.

Thanks, I've applied this with an explicit include to <cstdlib> it was not required on Linux and Windows but I think it's better not to rely on internal libc++ include chains.

Aug 6 2020, 9:54 AM · gpgme, Bug Report
aheinecke committed rM0676d41ef57d: cpp: Use cstdlib getenv for portability (authored by aheinecke).
cpp: Use cstdlib getenv for portability
Aug 6 2020, 9:54 AM
aheinecke closed T4689: Kleopatra Verification is hanging as Resolved.

@bzbue1 Thanks for the info.

Aug 6 2020, 9:44 AM · kleopatra, Bug Report, gpg4win
aheinecke added inline comments to rMaa03205fe5e8: cpp: Add support for gpgme_op_setexpire.
Aug 6 2020, 9:43 AM
gniibe added a comment to T5009: OS X 10.12 and FAIL: random.

I'm afraid that the dynamic linker doesn't allow hardcoding library path in an executable on macOS.
(It is only supported on some limited platforms.)

Aug 6 2020, 9:41 AM · libgcrypt, Bug Report
aheinecke added a comment to rM89501509134a: qt: Port to new setExpire().

Yes. We want to move away from the edit interface as much as possible. It's very fragile and broke a lot in the past when --edit-key emitted different status lines and the state machine did not work anymore.

Aug 6 2020, 9:34 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA83df01647151: 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
Aug 6 2020, 9:22 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAde5f8e926684: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Aug 6 2020, 8:11 AM
bzbue1 added a comment to T4689: Kleopatra Verification is hanging .

I can no longer reproduce this in Gpg4win-3.1.12.

Aug 6 2020, 6:41 AM · kleopatra, Bug Report, gpg4win
l10n daemon script <scripty@kde.org> committed rKLEOPATRA1aa9fe90ed3b: 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
Aug 6 2020, 6:02 AM
gniibe added a comment to T5013: OS X 10.11 and error: use of undeclared identifier 'getenv'.

Thanks for your report.

Aug 6 2020, 5:59 AM · gpgme, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRA880e0d81c2dd: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Aug 6 2020, 2:23 AM

Aug 5 2020

JW added a comment to T5013: OS X 10.11 and error: use of undeclared identifier 'getenv'.

According to OS X 10.9 man pages for getenv(3) (10.9 is what I have available), the source file editinteractor.cpp should include <stdlib.h>. Since its a c++ source file, I believe the include of interest is <cstdlib>. The man page also says the link library is -lc.

Aug 5 2020, 7:57 PM · gpgme, Bug Report
JW updated the task description for T5013: OS X 10.11 and error: use of undeclared identifier 'getenv'.
Aug 5 2020, 7:55 PM · gpgme, Bug Report
JW created T5013: OS X 10.11 and error: use of undeclared identifier 'getenv'.
Aug 5 2020, 7:53 PM · gpgme, Bug Report
ikloecker committed rM89501509134a: qt: Port to new setExpire() (authored by ikloecker).
qt: Port to new setExpire()
Aug 5 2020, 4:56 PM
werner committed rGd847f0651ab4: gpg: Add level 16 to --gen-random (authored by werner).
gpg: Add level 16 to --gen-random
Aug 5 2020, 4:55 PM
aheinecke committed rWc1258f48cb90: Fix check for Gpg4win (authored by aheinecke).
Fix check for Gpg4win
Aug 5 2020, 2:10 PM
aheinecke committed rWe172cbb1f020: MSI: Remove single user install option (authored by aheinecke).
MSI: Remove single user install option
Aug 5 2020, 2:10 PM
aheinecke committed rW689ad6bacc51: MSI: Use VSD_VERSION more consequently (authored by aheinecke).
MSI: Use VSD_VERSION more consequently
Aug 5 2020, 2:10 PM
aheinecke committed rW3d479c5ff8cb: Fix release service version (authored by aheinecke).
Fix release service version
Aug 5 2020, 2:10 PM
aheinecke committed rW5566a7338028: MSI: Improve upload target and deps (authored by aheinecke).
MSI: Improve upload target and deps
Aug 5 2020, 2:10 PM
werner committed rEe0dab4843ded: Make --lib-version work again. (authored by werner).
Make --lib-version work again.
Aug 5 2020, 12:26 PM
Christoph Feck <cfeck@kde.org> committed rKLEOPATRA07cc5c7b52c2: GIT_SILENT Update Appstream for new release (authored by Christoph Feck <cfeck@kde.org>).
GIT_SILENT Update Appstream for new release
Aug 5 2020, 10:18 AM
Christoph Feck <cfeck@kde.org> committed rKLEOPATRA4c9d7cd1eb38: GIT_SILENT Update Appstream for new release (authored by Christoph Feck <cfeck@kde.org>).
GIT_SILENT Update Appstream for new release
Aug 5 2020, 10:18 AM
gniibe merged T3763: ECDH - encryption with obfuscated size of the symmetric key into T4908: ECDH with AES-128 decryption failure when fully padded.
Aug 5 2020, 7:23 AM · Restricted Project, gnupg (gpg22), Bug Report
gniibe merged task T3763: ECDH - encryption with obfuscated size of the symmetric key into T4908: ECDH with AES-128 decryption failure when fully padded.
Aug 5 2020, 7:22 AM · OpenPGP, gnupg (gpg23)
gniibe added a comment to T3763: ECDH - encryption with obfuscated size of the symmetric key.

Since it was handled in T4908, this task is merged into that.

Aug 5 2020, 7:22 AM · OpenPGP, gnupg (gpg23)
gniibe added a comment to T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.

BTW, I learned that Fedora now uses pkgconfig (instead of pkg-config).
https://github.com/pkgconf/pkgconf

Aug 5 2020, 3:51 AM · gpgrt, Bug Report
gniibe added a comment to T4951: Support point compression in Libgcrypt.

For the reference of full mod_sqrt, see https://eli.thegreenplace.net/2009/03/07/computing-modular-square-roots-in-python/

Aug 5 2020, 3:33 AM · Feature Request, libgcrypt
gniibe claimed T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.
Aug 5 2020, 3:21 AM · gpgrt, Bug Report
gniibe added a comment to T5008: Fedora 32 and FAIL: gpg-error-config-test.sh.

Try with --prefix=/home/jwalton/tmp/pk2delete (with no slash at the end) and --libdir=/home/jwalton/tmp/pk2delete/lib64 (with no double slash between pk2delete and lib64, but a single slash).

Aug 5 2020, 3:20 AM · gpgrt, Bug Report
werner committed rD93f3d5890a48: Update key for data-privacy@gnupg.org (authored by werner).
Update key for data-privacy@gnupg.org
Aug 5 2020, 12:14 AM

Aug 4 2020

ikloecker committed rM84c6b6e2fea1: qt: Add test for setExpire (authored by ikloecker).
qt: Add test for setExpire
Aug 4 2020, 6:16 PM
ikloecker committed rMaa03205fe5e8: cpp: Add support for gpgme_op_setexpire (authored by ikloecker).
cpp: Add support for gpgme_op_setexpire
Aug 4 2020, 6:16 PM
ikloecker committed rM197ba151e70c: cpp: Add ostream operator for subkey (authored by ikloecker).
cpp: Add ostream operator for subkey
Aug 4 2020, 6:16 PM
ikloecker committed rMdb82e99a8a40: core: New function gpgme_op_setexpire. (authored by ikloecker).
core: New function gpgme_op_setexpire.
Aug 4 2020, 6:16 PM
aheinecke committed rWa5c73d40683f: MSI: Fix shortcuts and registry entries (authored by aheinecke).
MSI: Fix shortcuts and registry entries
Aug 4 2020, 1:54 PM
aheinecke committed rW238215177a78: MSI: Add a VSD_VERSION parameter (authored by aheinecke).
MSI: Add a VSD_VERSION parameter
Aug 4 2020, 1:54 PM
aheinecke committed rW99749a968c7d: MSI: Add upload target (authored by aheinecke).
MSI: Add upload target
Aug 4 2020, 1:54 PM
aheinecke committed rWaec61e400266: MSI: Dumb down NSIS a bit for better parsing (authored by aheinecke).
MSI: Dumb down NSIS a bit for better parsing
Aug 4 2020, 1:54 PM
aheinecke committed rW980e26576965: po: Add a new string for MSI (authored by aheinecke).
po: Add a new string for MSI
Aug 4 2020, 1:54 PM
aheinecke committed rW7f22b1e73b97: Fix accidentally commited "i" (authored by aheinecke).
Fix accidentally commited "i"
Aug 4 2020, 1:54 PM