Page MenuHome GnuPG
Feed Advanced Search

Jan 19 2023

werner removed a project from T6020: Make %-expandos available for --default-keyserver-url: gnupg (gpg23).
Jan 19 2023, 4:47 PM · gnupg24, Feature Request, Keyserver
werner removed a project from T5998: Extend gpg-check-patter to return a description: gnupg (gpg23).
Jan 19 2023, 4:46 PM · gnupg24, Feature Request, Restricted Project, gpgagent
werner removed a project from T6040: Allow embedding preferred keyserver URL in signatures: gnupg (gpg23).
Jan 19 2023, 4:46 PM · gnupg24, Feature Request, Keyserver
werner removed a project from T6212: The ssh keys are no longer returned in the order from control file after T5996: gnupg (gpg23).
Jan 19 2023, 4:44 PM · gnupg24 (gnupg-2.4.1), ssh, Feature Request
werner removed a project from T6235: Problem editing Expiration Time: gnupg (gpg23).
Jan 19 2023, 4:44 PM · gnupg24, Feature Request
werner removed a project from T6234: Implement access to smartcards via a generic pkcs#11 interface: gnupg (gpg23).
Jan 19 2023, 4:44 PM · gnupg, Feature Request, scd
werner edited projects for T4921: Support import of PKCS#12 encoded ECC private keys., added: gnupg22; removed gnupg (gpg22).
Jan 19 2023, 4:42 PM · gnupg22 (gnupg-2.2.42), backport, Feature Request, S/MIME
werner moved T6263: Allow OCB encryption in 2.2 from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 19 2023, 4:39 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request
werner moved T6263: Allow OCB encryption in 2.2 from Backlog to QA on the gnupg22 board.
Jan 19 2023, 4:39 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request
werner edited projects for T6263: Allow OCB encryption in 2.2, added: gnupg22; removed gnupg (gpg22).
Jan 19 2023, 4:39 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request
werner edited projects for T6253: GpgSM: Backport ECC support to 2.2, added: gnupg22; removed gnupg (gpg22).
Jan 19 2023, 4:35 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner moved T6253: GpgSM: Backport ECC support to 2.2 from Backlog to For next release on the gnupg (gpg22) board.
Jan 19 2023, 4:34 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner edited projects for T1825: Add a re-encrypt to additional key, added: gnupg24; removed gnupg.
Jan 19 2023, 3:32 PM · Restricted Project, gnupg24, Feature Request
werner edited projects for T6334: Remove or explain sha1sum in announcement mails, added: dev.gnupg.org; removed gnupg24.
Jan 19 2023, 10:55 AM · dev.gnupg.org, Feature Request

Jan 12 2023

werner triaged T6334: Remove or explain sha1sum in announcement mails as Wishlist priority.
Jan 12 2023, 8:58 AM · dev.gnupg.org, Feature Request

Jan 6 2023

werner closed T6329: Extend --min-rsa-length by a start date as Wontfix.

It turned out that this does not make much sense.

Jan 6 2023, 10:35 AM · gnupg, Feature Request

Jan 5 2023

aheinecke merged task T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate into T5959: Kleopatra: Show key source in details widget if it is not unkown.
Jan 5 2023, 12:36 PM · kleopatra, Feature Request
aheinecke placed T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate up for grabs.
Jan 5 2023, 12:35 PM · kleopatra, Feature Request

Jan 4 2023

werner added a comment to T6329: Extend --min-rsa-length by a start date.

We can simply change the arg type from number to string and use a value like 3072/20240101

Jan 4 2023, 10:58 AM · gnupg, Feature Request

Jan 3 2023

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
werner triaged T6329: Extend --min-rsa-length by a start date as Normal priority.
Jan 3 2023, 2:40 PM · gnupg, Feature Request

Jan 2 2023

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

Dec 22 2022

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
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
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

Dec 21 2022

werner added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

This does not look like a problem in GnuPG/gpg4win because gnupg implements the ssh-agent protocol and not the ssh server or client functionality. ssh tells sshd whether it shall allocate a PTY (Pseudo TTY). I don't use ssh with github but it is likely that you may only run commands (which don't require a PTY). Usually you would invoke a "git" command cia ssh.

Dec 21 2022, 12:10 PM · Not A Bug, workaround, gnupg24, Windows, ssh
mfilippov added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

Authentication succeed if I pressed enter after:PTY allocation request failed on channel 0

Dec 21 2022, 10:58 AM · Not A Bug, workaround, gnupg24, Windows, ssh
mfilippov added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

I try WinGPG 4.1.0, and I receive an error:
ssh git@github.com
PTY allocation request failed on channel 0

Dec 21 2022, 10:53 AM · Not A Bug, workaround, gnupg24, Windows, ssh

Dec 17 2022

slumericanB claimed T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate.
Dec 17 2022, 4:30 PM · kleopatra, Feature Request

Dec 12 2022

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 T5079: Add compliance flag to trustlist.txt, added: gnupg (gpg23); removed gnupg (gpg22).
Dec 12 2022, 11:58 AM · gnupg22 (gnupg-2.2.45), gnupg24 (gnupg-2.4.1), Restricted Project, Feature Request
werner claimed T1235: adding automatic refresh-key.
Dec 12 2022, 11:46 AM · gnupg26, gnupg22, Restricted Project, Feature Request
werner moved T1235: adding automatic refresh-key from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 12 2022, 11:45 AM · gnupg26, gnupg22, Restricted Project, Feature Request
werner moved T6263: Allow OCB encryption in 2.2 from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 12 2022, 11:45 AM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request
werner claimed T6263: Allow OCB encryption in 2.2.
Dec 12 2022, 11:42 AM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request

Dec 6 2022

werner closed T4013: Certificate requests generated from Ed25519 keys are not compliant with draft-ietf-curdle-pkix as Resolved.

I guess we can close this one.

Dec 6 2022, 2:25 PM · S/MIME, Feature Request, libksba
ikloecker added a project to T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate: Restricted Project.

This overlaps with T5959: Kleopatra: Show key source in details widget if it is not unkown.

Dec 6 2022, 10:45 AM · kleopatra, Feature Request
ikloecker added a comment to T6109: Kleopatra: Better way to show expired subkeys.

Another idea (based on above ideas): We add an optional column named "Valid For" and only list the usages that are currently possible. If the encryption subkey is expired, then the key will probably only be valid for signing and certifying. This should be easier to understand than my fancy color coding idea while still giving the user a hint what a certain certificate can be used for. I'd still abbreviate the usage to a single letter in English. Translators could still use more letters if a single letter would be ambiguous.

Dec 6 2022, 10:37 AM · Feature Request, OpenPGP, kleopatra
ikloecker added a comment to T6152: Text for Import of S/MIME certificates.

If you enter a wrong password in a window, the error message will only be given after you have answered all requests for the transport passwords.

Dec 6 2022, 10:17 AM · Feature Request, S/MIME, gnupg, Restricted Project
werner closed T6292: gpg-wks-client --mirror and expired keys as Resolved.
Dec 6 2022, 9:28 AM · Feature Request, wkd, gnupg
werner added a comment to T6292: gpg-wks-client --mirror and expired keys.

No. We now ignore expired key with --mirror, --create, and --install-key.

Dec 6 2022, 9:23 AM · Feature Request, wkd, gnupg

Dec 5 2022

ikloecker renamed T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate from Add columns “origin” and “last update” to the User ID list for a certificate in Kleopatra to Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate.
Dec 5 2022, 5:23 PM · kleopatra, Feature Request
alexk created T6300: Kleopatra: Add columns “origin” and “last update” to the User ID list for a certificate.
Dec 5 2022, 4:21 PM · kleopatra, Feature Request
ikloecker renamed T4743: Kleopatra: Verify from Signature in Clipboard from Verify from Signature in Clipboard to Kleopatra: Verify from Signature in Clipboard.
Dec 5 2022, 9:25 AM · Feature Request, kleopatra
ikloecker renamed T5006: Kleopatra: Display Names and Key-IDs for certificates after any attempt to import them. from Display Names and Key-IDs for certificates after any attempt to import them. to Kleopatra: Display Names and Key-IDs for certificates after any attempt to import them..
Dec 5 2022, 9:22 AM · gpd5x, kleopatra, Feature Request
ikloecker renamed T5091: Kleopatra: Close all tabs except this one from Close all tabs except this one to Kleopatra: Close all tabs except this one.
Dec 5 2022, 9:13 AM · kleopatra, Feature Request
ikloecker renamed T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog from Case insensitive algo compare in Kleopatras new key dialog to Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.
Dec 5 2022, 8:39 AM · Feature Request, kleopatra, Restricted Project
ikloecker added a project to T5324: Kleopatra: Add recursive folder decryption: kleopatra.
Dec 5 2022, 8:33 AM · kleopatra, Feature Request, gpg4win

Nov 30 2022

ebo closed T5755: Kleopatra: Export secret subkeys as Resolved.

works

Nov 30 2022, 12:38 PM · Restricted Project, Feature Request, kleopatra

Nov 29 2022

werner created T6292: gpg-wks-client --mirror and expired keys.
Nov 29 2022, 5:50 PM · Feature Request, wkd, gnupg

Nov 23 2022

werner added projects to T6286: gpgme-json not installed by default: gpgme, Feature Request.

Actually we have two gpgme versions in gpg4win because gnupg is a "sub"-installer inside of gpg4win and it comes with its own gpgme. That gpgme is the release version but the one used by gpg4win's kleopatra is often a newer snapshot.

Nov 23 2022, 11:36 AM · Feature Request, gpgme, gpg4win

Nov 22 2022

werner added projects to T6283: could the newer jq255 Elliptic Curve be interesting to implement?: Feature Request, libgcrypt.
Nov 22 2022, 1:18 PM · libgcrypt, Feature Request
ebo closed T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog as Resolved.

Keyserver option is no longer shown in the OpenPGP tab of GnuPG System

Nov 22 2022, 12:01 PM · Restricted Project, kleopatra, Feature Request
sergi added a watcher for Feature Request: sergi.
Nov 22 2022, 11:59 AM
ebo closed T5624: Prefill the search on server entry field in Kleopatra as Resolved.

works

Nov 22 2022, 10:49 AM · Restricted Project, kleopatra, Feature Request

Nov 18 2022

gniibe reopened T5512: Implement service indicators as "Testing".

I put rCc34c9e70055e: fips: Mark AES key wrapping as approved. under this task, so that it can be referred in the release note.

Nov 18 2022, 2:06 AM · Feature Request, FIPS, libgcrypt

Nov 17 2022

werner added a comment to T5085: Filter APDUs in log output.

We need to do this also for CHANGE REFERENCE DATA - however, there should be an extra option so that we can debug this despite of the redacting.

Nov 17 2022, 5:00 PM · gnupg, Feature Request, scd
werner closed T6224: Mirror internal LDAP to a WKD as Resolved.
Nov 17 2022, 9:33 AM · Restricted Project, Feature Request, gnupg (gpg23)
werner closed T6047: Dirmngr - LDAP Schema V2 not used when Base DN is specified as Resolved.
Nov 17 2022, 9:33 AM · LDAP, dirmngr, gnupg (gpg23), Feature Request

Nov 16 2022

werner closed T6279: Tag keys when created in de-vs mode as Resolved.
Nov 16 2022, 5:15 PM · gnupg (gpg22), Feature Request

Nov 10 2022

ebo closed T5666: Create dropdown box for the reader-port option., a subtask of T5662: Kleopatra: Show a list of detected card readers, as Resolved.
Nov 10 2022, 1:31 PM · Restricted Project, kleopatra, Feature Request
ebo closed T5666: Create dropdown box for the reader-port option. as Resolved.

works

Nov 10 2022, 1:31 PM · Restricted Project, kleopatra, Feature Request
werner added a comment to T5666: Create dropdown box for the reader-port option..

The distinction between reader and card is not easy and PS/SC is also not helpful here. The user needs to resort to trial and error. With 2.3 things are much easier because we do not need to select the reader anymore.

Nov 10 2022, 12:47 PM · Restricted Project, kleopatra, Feature Request
ebo closed T5638: Make Kleopatra group configuration exportable as Resolved.

works

Nov 10 2022, 10:46 AM · Restricted Project, Feature Request, kleopatra

Nov 7 2022

gniibe changed the status of T6236: libassuan: Support sendfd/recvfd (possibly by new API) on Windows from Open to Testing.
Nov 7 2022, 6:11 AM · Windows, libassuan, Feature Request

Nov 4 2022

gniibe added a comment to T6236: libassuan: Support sendfd/recvfd (possibly by new API) on Windows.

Merged PIPE connection part into master.

Nov 4 2022, 11:10 AM · Windows, libassuan, Feature Request
gniibe added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

I updated *.m4 scripts in gogol:

Nov 4 2022, 1:28 AM · Windows, gpgol, Feature Request

Nov 3 2022

kimmoal added a comment to T4609: GpgOL: Add "Save decrypted copy".

Hello, if I understand the issue correctly this issue is about saving a decrypted email as a file to a local disk and not to Outlook? We would like to save the mail as a file like a normal mail file.

Nov 3 2022, 1:17 PM · Feature Request, gpgol

Nov 2 2022

gniibe moved T5964: gnupg should use the KDFs implemented in libgcrypt from Next to Ready for release on the FIPS board.
Nov 2 2022, 9:36 AM · gnupg26, FIPS, Feature Request
gniibe added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

For *.m4 scripts, I pushed changes to prefer gpgrt-config with *.pc files than *-config scripts (T5034).
Before the change, it was not coherent; gpgrt-config gpg-error is preferred to gpg-error-config (if available), but libassuan-config was used if available.
After the change, gpgrt-config is used to configure gpg-error and libassuan, etc.

Nov 2 2022, 3:59 AM · Windows, gpgol, Feature Request

Oct 31 2022

werner changed the status of T6263: Allow OCB encryption in 2.2 from Open to Testing.
Oct 31 2022, 4:26 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request
werner triaged T6263: Allow OCB encryption in 2.2 as Normal priority.
Oct 31 2022, 2:32 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request

Oct 28 2022

jukivili added a comment to T4485: Add AEAD mode AES-GCM-SIV to libgcrypt (RFC 8452).

Yep. Closed now.

Oct 28 2022, 5:10 PM · Feature Request, libgcrypt
jukivili closed T4485: Add AEAD mode AES-GCM-SIV to libgcrypt (RFC 8452), a subtask of T4486: Add AEAD mode AES-SIV to libgcrypt (RFC 5297), as Resolved.
Oct 28 2022, 5:10 PM · Feature Request, libgcrypt
jukivili closed T4485: Add AEAD mode AES-GCM-SIV to libgcrypt (RFC 8452) as Resolved.
Oct 28 2022, 5:10 PM · Feature Request, libgcrypt
werner updated subscribers of T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.
Oct 28 2022, 3:56 PM · Not A Bug, workaround, gnupg24, Windows, ssh
werner added a comment to T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent.

Will go into 2.3.9 and gpg4win 4.0.5

Oct 28 2022, 3:56 PM · Not A Bug, workaround, gnupg24, Windows, ssh
werner closed T1621: Support multiple cards (not just readers) as Resolved.

You are using a somewhat special setup and not what has been tested with gpg (i.e. putty). In particular Cygwin based tools do not interoperate well with non-Cygwin tools.

Oct 28 2022, 3:55 PM · gnupg, Feature Request
werner added a comment to T4485: Add AEAD mode AES-GCM-SIV to libgcrypt (RFC 8452).

@jukivili: This has been released with 1.10.0 - shall we close this bug?

Oct 28 2022, 3:42 PM · Feature Request, libgcrypt
werner lowered the priority of T4921: Support import of PKCS#12 encoded ECC private keys. from High to Normal.

Shall we really backport this to 2.2 given that ECC for S/MIME is in most cases a smartcard thing?

Oct 28 2022, 3:38 PM · gnupg22 (gnupg-2.2.42), backport, Feature Request, S/MIME
werner closed T4098: GpgSM: Add ECC support as Resolved.

Has been release quite some time ago (2.3.8 and earlier)

Oct 28 2022, 3:36 PM · gnupg (gpg23), Feature Request, S/MIME
werner added a comment to T4938: Support Signature Card V2.0 (NKS15).

Will be released with 2.3.9

Oct 28 2022, 3:34 PM · eIDAS, scd, Feature Request, S/MIME
werner closed T4938: Support Signature Card V2.0 (NKS15), a subtask of T4098: GpgSM: Add ECC support, as Resolved.
Oct 28 2022, 3:33 PM · gnupg (gpg23), Feature Request, S/MIME
werner closed T4938: Support Signature Card V2.0 (NKS15) as Resolved.
Oct 28 2022, 3:33 PM · eIDAS, scd, Feature Request, S/MIME
werner closed T6252: Support ECC for Netkey cards also in 2.2, a subtask of T4938: Support Signature Card V2.0 (NKS15), as Resolved.
Oct 28 2022, 3:32 PM · eIDAS, scd, Feature Request, S/MIME
werner closed T6252: Support ECC for Netkey cards also in 2.2, a subtask of T6253: GpgSM: Backport ECC support to 2.2, as Resolved.
Oct 28 2022, 3:32 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner changed the status of T6253: GpgSM: Backport ECC support to 2.2, a subtask of T4098: GpgSM: Add ECC support, from Open to Testing.
Oct 28 2022, 3:32 PM · gnupg (gpg23), Feature Request, S/MIME
werner changed the status of T6253: GpgSM: Backport ECC support to 2.2 from Open to Testing.
Oct 28 2022, 3:32 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner moved T6253: GpgSM: Backport ECC support to 2.2 from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 28 2022, 9:48 AM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner moved T1235: adding automatic refresh-key from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 28 2022, 9:48 AM · gnupg26, gnupg22, Restricted Project, Feature Request
werner raised the priority of T1235: adding automatic refresh-key from Normal to High.
Oct 28 2022, 9:48 AM · gnupg26, gnupg22, Restricted Project, Feature Request

Oct 27 2022

jukivili closed T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) as Resolved.
Oct 27 2022, 5:07 AM · libgcrypt, Feature Request

Oct 26 2022

gniibe changed the status of T6002: scute w/ gpg23: Support multiple cards/tokens, major update with KEYGRIP from Open to Testing.
Oct 26 2022, 9:24 AM · Feature Request, scute
gniibe changed the status of T3883: Add Win32-OpenSSH support to gpg-agent's ssh-agent from Open to Testing.
Oct 26 2022, 9:24 AM · Not A Bug, workaround, gnupg24, Windows, ssh
gniibe added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

@aheinecke Please show me how you configure your libassuan-master (and the output which detects host's gpg-error-config erroneously).

Oct 26 2022, 5:11 AM · Windows, gpgol, Feature Request

Oct 25 2022

aheinecke added a comment to T6245: GpgOL: build: Update for new gpgrt-config and *.pc.

I have pushed the patch, but still it did not work for me properly over everything and I had to add --enable-install-gpg-error-config to libgpg-error. This was because of at least the 64 bit build of libassuan-master it picked up gpg-error-config from my host system. I then tried to add --with-gpg-error-prefix to the assuan call but that failed because it only looked for gpg-error-config in this prefix and not for any gpgrt-config and failed immediately with a command not found error.

Oct 25 2022, 3:48 PM · Windows, gpgol, Feature Request

Oct 24 2022

ebo closed T6205: GnuPG: Unknown encryption keys should not result in non-compliant encryption on decryption as Resolved.

works as proposed by werner.

Oct 24 2022, 3:27 PM · gnupg (gpg22), Feature Request, Restricted Project
werner triaged T6235: Problem editing Expiration Time as Normal priority.
Oct 24 2022, 7:19 AM · gnupg24, Feature Request
werner triaged T6242: libgcrypt: optimize ECB? (as it may be used to estimate library crypto performance) as Low priority.

Go ahead if you want to do that.

Oct 24 2022, 7:19 AM · libgcrypt, Feature Request

Oct 20 2022

werner edited projects for T6235: Problem editing Expiration Time, added: Feature Request, gnupg (gpg23); removed Bug Report.
Oct 20 2022, 10:10 PM · gnupg24, Feature Request