Page MenuHome GnuPG
Feed Advanced Search

Feb 21 2024

TobiasFella changed the status of T6403: Kleopatra: Warn if a certificate in a group is deleted from Open to Testing.
Feb 21 2024, 2:17 PM · vsd33, Restricted Project, Feature Request, kleopatra

Feb 20 2024

aheinecke triaged T6982: Change the themes Kleopatra in Options Menu as Wishlist priority.

Yes we could add that. Okular has this actually. For now we were Happy to go with the system default in the last version :)

Feb 20 2024, 11:42 AM · kleopatra, Feature Request
aheinecke merged task T6995: Themes dark, problems with labels into T6076: Kleopatra: Many icons are hard to see if the dark high-contrast mode is activated.
Feb 20 2024, 11:35 AM · kleopatra, Feature Request, Bug Report
aheinecke closed T6995: Themes dark, problems with labels as Resolved.

This seems to depend on the Platform theme. Under Windows I get the same results as you on linux It works fine with me

since we are currently in the process of upgrading our UI Framework we will need to recheck this. To avoid too many duplicates in the tracker I will merge this ticket into our general "revisit dark mode" task T6076: Kleopatra: Many icons are hard to see if the dark high-contrast mode is activated

Feb 20 2024, 11:34 AM · kleopatra, Feature Request, Bug Report

Feb 19 2024

werner added projects to T6986: Refresh OpenPGP keys should check WKD: Feature Request, Bug Report.
Feb 19 2024, 5:03 PM · Bug Report, Feature Request, gnupg24, Restricted Project, kleopatra
90 added a comment to T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths.

Since there are some files that would simply have to be created each time under $GNUPGHOME, I've been thinking a bit more about what sort of approach to take for "fallbacks."

Feb 19 2024, 11:28 AM · Support, gnupg, Feature Request

Feb 16 2024

TobiasFella claimed T6403: Kleopatra: Warn if a certificate in a group is deleted.
Feb 16 2024, 11:36 AM · vsd33, Restricted Project, Feature Request, kleopatra

Feb 15 2024

werner added a comment to T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths.

That is simply because your XDG_RUNTIME is set to the same directory gnupg uses. See gnupg/common/homedir.c:_gnupg_socketdir_internal

Feb 15 2024, 5:44 PM · Support, gnupg, Feature Request
90 added a comment to T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths.

Funnily enough, runtime sockets already adhere to the XDGBDS somewhat by using $XDG_RUNTIME_DIR/gnupg as their path, while everything else uses strictly $GNUPGHOME or ~/.gnupg with no other alternative. Of course, I completely understand that the priority for this is rather low, but I am still happy to look into providing a patch myself that would add these fallbacks if it would help expedite the whole process.

Feb 15 2024, 5:36 PM · Support, gnupg, Feature Request
werner closed T6996: Add Kleopatra at Portable App as Wontfix.

Portable Apps are a Bad Idea because they bypass important security mechanisms. In any case please tak such discussions to a mailing list and please do not use the bug tracker for this. The audience of bug reports is pretty limited.

Feb 15 2024, 2:16 PM · Feature Request
aheinecke added a comment to T6993: Missing signature for gpgol.dll.

Talked to werner about this. We will but the list of signed files into the Gpg4win repo proper to that signing is part of the normal Gpg4win release (of course only if you have a signing key configured)'

Feb 15 2024, 1:45 PM · gpgol, Feature Request, gpg4win
ebo raised the priority of T6739: Allow "refresh key/signatures" from key's context menu (from key list) from Wishlist to Normal.
Feb 15 2024, 9:15 AM · vsd33, Restricted Project, kleopatra, Feature Request
ebo reassigned T6956: GnuPG: Allow import of gpgsk files from TobiasFella to werner.

Werner wants the import via gpg-agent

Feb 15 2024, 9:07 AM · Feature Request, gnupg24, Restricted Project
gniibe claimed T5894: Various issues with system headers and _WIN32_WINNT value in MinGW build of gnupg-2.3.4.

In master, I applied changes for include files which don't harm current target of MinGW-64.

Feb 15 2024, 6:48 AM · gnupg, Feature Request
gniibe added projects to T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths: gnupg, Support.
Feb 15 2024, 3:41 AM · Support, gnupg, Feature Request
gniibe triaged T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths as Low priority.

It's true that under $GNUPGHOME (~/.gnupg/), there are multiple things: configuration files, user-specific data files (private keys, public keys, the trust database, and revocation certificates), user-specific state files (like the lock files and random seed), possibly runtime sockets, and executable/script for card reader. Some careful handling might be needed for making backup and doing version control for that.

Feb 15 2024, 3:40 AM · Support, gnupg, Feature Request

Feb 14 2024

Denisov23 created T6996: Add Kleopatra at Portable App .
Feb 14 2024, 10:02 PM · Feature Request
Denisov23 created T6995: Themes dark, problems with labels.
Feb 14 2024, 9:48 PM · kleopatra, Feature Request, Bug Report
Denisov23 added a project to T6982: Change the themes Kleopatra in Options Menu: kleopatra.
Feb 14 2024, 9:34 PM · kleopatra, Feature Request
aheinecke added a comment to T6993: Missing signature for gpgol.dll.

Yeah I also signed all the binaries for the last Gpg4win release (4.2.0). I think we should support the case that only signed binaries are allowed on a system.

Feb 14 2024, 8:05 PM · gpgol, Feature Request, gpg4win
cklassen added a project to T6993: Missing signature for gpgol.dll: gpgol.

I guess that's what it is called. A person in the forum told that GpgOL could not be loaded in Outlook and saw that the signature is missing in the new version. But it was there in version 4.2.0. With the command Get-AuthenticodeSignature I could confirm that this is the case.

Feb 14 2024, 2:40 PM · gpgol, Feature Request, gpg4win
werner triaged T6993: Missing signature for gpgol.dll as Low priority.

You mean the Authenticode signature? Afaics, only the gnupg files come with such signatures.

Feb 14 2024, 2:10 PM · gpgol, Feature Request, gpg4win

Feb 13 2024

jak added a comment to T6946: gpgv: Help automatic reject too short keys.

So I cherry-picked this onto 2.4.4 and I ended up with a failing build due to failed tests (it built fine without the patch)

Feb 13 2024, 11:35 AM · gnupg24 (gnupg-2.4.5), Feature Request, gpgv

Feb 11 2024

90 created T6991: Adding XDG Base Directory paths as *fallbacks* over the existing ~/.gnupg paths.
Feb 11 2024, 7:45 PM · Support, gnupg, Feature Request
wiz added a comment to T5993: gpg should reject compressed packets outside of messages.

This is referenced from https://nvd.nist.gov/vuln/detail/CVE-2022-3219 for CVE-2022-3219. Can this please be fixed?

Feb 11 2024, 11:09 AM · Feature Request, gnupg

Feb 10 2024

werner changed the status of T6946: gpgv: Help automatic reject too short keys from Open to Testing.

We check the actual used signature and the corresponding (sub)key. Whether you trust this key is a different thing and we are not able to check that. Note that the same subkey may be used with different primary keys. The whole point of gpgv is to that you pass a list of trusted keys - actually this makes this new option superfluous but in gpg it makes sense. It was easy to add it to gpgv, though.

Feb 10 2024, 2:31 PM · gnupg24 (gnupg-2.4.5), Feature Request, gpgv

Feb 9 2024

Denisov23 renamed T6982: Change the themes Kleopatra in Options Menu from Change the themes Kleopatra to Change the themes Kleopatra in Options Menu.
Feb 9 2024, 8:56 PM · kleopatra, Feature Request

Feb 8 2024

ikloecker added a comment to T6956: GnuPG: Allow import of gpgsk files.

Checking if the file already exists doesn't help. In fact, typically the file (containing the shadow key for the card key) will already exist. But one could check if there is already a private key with this keygrip. Then restoring could be refused, so that the worst that can happen is that the shadow key (which can be recovered from the smart card) is overwritten with a corrupt file.

Feb 8 2024, 9:42 PM · Feature Request, gnupg24, Restricted Project
aheinecke merged T6934: Kleopatra: Import of gpgsk files into T6956: GnuPG: Allow import of gpgsk files.
Feb 8 2024, 10:33 AM · Feature Request, gnupg24, Restricted Project
aheinecke assigned T6956: GnuPG: Allow import of gpgsk files to TobiasFella.

I think the attack ingo talks about would mostly be covered by checking if the file already exists before moving it into the private directory.

Feb 8 2024, 10:31 AM · Feature Request, gnupg24, Restricted Project

Feb 7 2024

Denisov23 created T6982: Change the themes Kleopatra in Options Menu.
Feb 7 2024, 9:45 PM · kleopatra, Feature Request
Denisov23 updated the task description for T6981: Not VS-NfD compliant.
Feb 7 2024, 9:43 PM · Documentation, Support
Denisov23 created T6981: Not VS-NfD compliant.
Feb 7 2024, 9:43 PM · Documentation, Support
werner triaged T6975: The option --default-key gives up too early if there are multiple matches as Normal priority.
Feb 7 2024, 9:21 AM · Feature Request, gnupg

Feb 6 2024

werner closed T6978: Add a command mode to the option parser as Resolved.
Feb 6 2024, 4:04 PM · Feature Request, gpgrt
werner triaged T6978: Add a command mode to the option parser as Normal priority.
Feb 6 2024, 2:41 PM · Feature Request, gpgrt

Feb 5 2024

Angel added a comment to T6946: gpgv: Help automatic reject too short keys.

Do note there could be subkeys as well.

Feb 5 2024, 1:59 AM · gnupg24 (gnupg-2.4.5), Feature Request, gpgv

Jan 26 2024

werner closed T6963: Trust system's root CA for checking CRL issuers as Resolved.
Jan 26 2024, 1:40 PM · gnupg24 (gnupg-2.4.5), gnupg22 (gnupg-2.2.43), Feature Request
werner moved T6963: Trust system's root CA for checking CRL issuers from WiP to gnupg-2.2.43 on the gnupg22 board.
Jan 26 2024, 1:39 PM · gnupg24 (gnupg-2.4.5), gnupg22 (gnupg-2.2.43), Feature Request
werner moved T6963: Trust system's root CA for checking CRL issuers from Backlog to WiP on the gnupg22 board.
Jan 26 2024, 1:13 PM · gnupg24 (gnupg-2.4.5), gnupg22 (gnupg-2.2.43), Feature Request
werner triaged T6963: Trust system's root CA for checking CRL issuers as Normal priority.
Jan 26 2024, 1:04 PM · gnupg24 (gnupg-2.4.5), gnupg22 (gnupg-2.2.43), Feature Request
gniibe closed T6059: ntbtls: use of shorter hash for ECC as Resolved.

Fixed in 0.3.2.

Jan 26 2024, 1:04 AM · Feature Request, Restricted Project, ntbtls

Jan 25 2024

werner closed T6943: Add tool to detect and clean unsolicited copies of smartcard keys as Resolved.
Jan 25 2024, 11:57 AM · gnupg24 (gnupg-2.4.4), Feature Request
werner moved T6943: Add tool to detect and clean unsolicited copies of smartcard keys from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 25 2024, 11:57 AM · gnupg24 (gnupg-2.4.4), Feature Request
werner shifted T6943: Add tool to detect and clean unsolicited copies of smartcard keys from the Restricted Space space to the S1 Public space.
Jan 25 2024, 11:56 AM · gnupg24 (gnupg-2.4.4), Feature Request
TobiasFella moved T6924: Kleopatra: Make columns of subkey details editable from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 25 2024, 10:19 AM · vsd33, Feature Request, kleopatra, Restricted Project

Jan 24 2024

werner raised the priority of T6620: Add a way to extract ECC key parameters from a public key from Normal to High.

Just a reminder, this is important for 384 bit keys (see T6379).

Jan 24 2024, 4:26 PM · Restricted Project, kleopatra, Feature Request, gpgme
werner triaged T6956: GnuPG: Allow import of gpgsk files as Normal priority.

These gpgsk files are standard private-keys-v1 files with an additional Backup-info line showing for example the keygrip.
There are no certificates in the file, thus we can either use gpg or gpgsm as driver.

Jan 24 2024, 3:00 PM · Feature Request, gnupg24, Restricted Project
werner moved T3380: Use exponential backoff when spawning agent and dirmngr from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 2:40 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner closed T3380: Use exponential backoff when spawning agent and dirmngr as Resolved.

Hard to test without instrumenting the code.

Jan 24 2024, 2:40 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner moved T6796: gpg does create socketdir after every operation from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 2:37 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner closed T6796: gpg does create socketdir after every operation as Resolved.

Tested during development.

Jan 24 2024, 2:37 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner moved T6710: Improve Speedo for Linux to set DT_RUNPATH. from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 2:34 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner closed T6710: Improve Speedo for Linux to set DT_RUNPATH. as Resolved.

@alexk and me tested this. The core functionality works.

Jan 24 2024, 2:34 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner closed T6944: The default card key generation keeps an unprotected backup of the encryption key on disk, a subtask of T6943: Add tool to detect and clean unsolicited copies of smartcard keys, as Resolved.
Jan 24 2024, 2:31 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner closed T6919: Add support for smartcafe cards as Resolved.
Jan 24 2024, 2:25 PM · gnupg24 (gnupg-2.4.4), Restricted Project, Feature Request, scd
werner moved T6919: Add support for smartcafe cards from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 2:25 PM · gnupg24 (gnupg-2.4.4), Restricted Project, Feature Request, scd
werner moved T6919: Add support for smartcafe cards from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 24 2024, 2:25 PM · gnupg24 (gnupg-2.4.4), Restricted Project, Feature Request, scd
werner added a project to T6919: Add support for smartcafe cards: Restricted Project.

Works for the two sample RSA cards. Ticket may eventually be re-opened if we run into problems with ECC cards.

Jan 24 2024, 2:24 PM · gnupg24 (gnupg-2.4.4), Restricted Project, Feature Request, scd
werner added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

Fixes are already in GnuPG 2.4.4 and can't be easily tested. Thus closing also for gnupg24

Jan 24 2024, 2:22 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
werner moved T6708: Allow to inhibit the use of a default PGP keyserver from WiP to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 2:20 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
werner moved T6940: gpgsm: .p12 AES-256-CBC support from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 11:38 AM · gnupg24 (gnupg-2.4.4), Feature Request
werner moved T6559: GPGSM: "always trust like override" or "force" option from QA to gnupg-2.4.4 on the gnupg24 board.
Jan 24 2024, 11:37 AM · gnupg24 (gnupg-2.4.4), gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), Feature Request, gpgol, S/MIME, kleopatra, Restricted Project

Jan 23 2024

werner closed T6940: gpgsm: .p12 AES-256-CBC support as Resolved.

It is already implemented and will soon show up in 2.4.4 -)

Jan 23 2024, 1:38 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner triaged T6955: Auto-switch to 32 bit registry view in GpgRT as Normal priority.
Jan 23 2024, 1:18 PM · Feature Request, Windows 64, gpgrt

Jan 22 2024

werner changed the status of T6944: The default card key generation keeps an unprotected backup of the encryption key on disk, a subtask of T6943: Add tool to detect and clean unsolicited copies of smartcard keys, from Open to Testing.
Jan 22 2024, 4:53 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner changed the status of T6943: Add tool to detect and clean unsolicited copies of smartcard keys from Open to Testing.
Jan 22 2024, 4:52 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner triaged T6954: Add wipememory function to gpgrt as Normal priority.
Jan 22 2024, 11:04 AM · gnupg26, gpgrt, Feature Request

Jan 20 2024

werner closed T6949: Kleopatra & GnuPG - higher key sizes made available as Wontfix.

Sorry, we won't do that. Please search on the Net for reasons why this is not a good idea. In any case you better move to Ed25519 or - if you really feel like this - to X448. The GnuPG FAQ als gives a rationale why larger keys are not useful.

Jan 20 2024, 8:43 PM · Feature Request

Jan 19 2024

aheinecke closed T6708: Allow to inhibit the use of a default PGP keyserver as Resolved.
Jan 19 2024, 9:39 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
aheinecke added a comment to T6946: gpgv: Help automatic reject too short keys.

The min-rsa option was introduced due because the de-vs compliance allowed 2048 bit until the end of 2023 and we used a trick in our configuration file to switch that relaxed handling off with this year. I don't think that the --ciompliance option is really useful becuase it would also disallow ed25519.

A better option would be an --assert-algo option similar to the --assert-signer which we already have in gpg.

Jan 19 2024, 8:53 PM · gnupg24 (gnupg-2.4.5), Feature Request, gpgv
aheinecke added a comment to T6951: Photo ID capability in Kleopatra.

But thanks for reporting! I really like feature requests so please do not feel discouraged to request more features.

Jan 19 2024, 8:47 PM · Feature Request
aheinecke closed T6951: Photo ID capability in Kleopatra as Wontfix.

Sorry, but this is a "Wontfix" we do not support this by choice. We think that adding photos to certificates both gives a wrong sense like "I know that picture, iit must be this person" and also increases the sizes of the certificates a lot. It is in our opinion a misfeature in the OpnePGP specificationl.

Jan 19 2024, 8:43 PM · Feature Request
andreisrr created T6951: Photo ID capability in Kleopatra.
Jan 19 2024, 2:39 PM · Feature Request
andreisrr created T6949: Kleopatra & GnuPG - higher key sizes made available.
Jan 19 2024, 2:23 PM · Feature Request
werner triaged T6946: gpgv: Help automatic reject too short keys as Normal priority.

I noticed the Debian bug and was about to answer but a feature request is also a good thing.

Jan 19 2024, 12:27 PM · gnupg24 (gnupg-2.4.5), Feature Request, gpgv
ikloecker added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

I would also suggest that we show the git last git commit in Kleo's About dialog. That makes it far easier to see what we are testing. The Kleo version numbers are a bit arbitrary.

Jan 19 2024, 9:54 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
werner added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

I would also suggest that we show the git last git commit in Kleo's About dialog. That makes it far easier to see what we are testing. The Kleo version numbers are a bit arbitrary.

Jan 19 2024, 9:03 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
werner added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

Sorry, it was my fault building the test installer.

Jan 19 2024, 9:01 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ikloecker added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

To be clear: This ticket is only about GnuPG (more precisely dirmngr) and the changes are included in VSD and Gpg4win.

Jan 19 2024, 8:34 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request

Jan 18 2024

aheinecke added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

Hi, ebo I would still think this is resolved. Because it was never meant that the user manually enters the value of "none" because there is no hint for the user that "none" is a reserved word. It should either be administratively configured which does not make much sense for Gpg4win or provided by the distribution. If left empty the default of GnuPG should be used. If we really want users to deactivate keyserver access by using "none" in the dirmngr.conf a much better solution would be a checkbox for this. In that case I would open a new issue.

Jan 18 2024, 3:54 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ebo added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

The fix was not included in the Testbuid...

Jan 18 2024, 3:33 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ebo reopened T6708: Allow to inhibit the use of a default PGP keyserver as "Open".
Jan 18 2024, 12:13 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ebo moved T6708: Allow to inhibit the use of a default PGP keyserver from QA to WiP on the gnupg24 board.
Jan 18 2024, 12:12 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ebo added a comment to T6708: Allow to inhibit the use of a default PGP keyserver.

Does not work in Gpg4win-4.2.1-beta178

Jan 18 2024, 12:11 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, vsd, Feature Request
ebo closed T6736: Year 2038 issue for key validity date, a subtask of T4195: Fix time API in gpgme, as Resolved.
Jan 18 2024, 11:43 AM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
ebo renamed T6420: Kleopatra: improve layout of and text in smartcard management view from Kleopatra: improvement of smartcard management view to Kleopatra: improve layout of and text in smartcard management view.
Jan 18 2024, 9:43 AM · vsd33, Feature Request, Restricted Project, kleopatra

Jan 17 2024

werner added a comment to T6943: Add tool to detect and clean unsolicited copies of smartcard keys.

Example output:

Jan 17 2024, 3:13 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner triaged T6943: Add tool to detect and clean unsolicited copies of smartcard keys as High priority.
Jan 17 2024, 3:10 PM · gnupg24 (gnupg-2.4.4), Feature Request

Jan 16 2024

werner moved T6710: Improve Speedo for Linux to set DT_RUNPATH. from WiP to QA on the gnupg24 board.
Jan 16 2024, 10:49 AM · gnupg24 (gnupg-2.4.4), Feature Request
werner triaged T6941: gpgsm/dirmngr: support for end-entity certificates with an empty "Subject DN" as Normal priority.

Interesting. I need to look closer at it. I scheduled it for 2.4 but it won't be in the forthcoming 2.4.4. There are still other interesting things on the short list (e.g. timestamping support) but we may do that only in 2.6.

Jan 16 2024, 10:47 AM · S/MIME, gnupg24, Feature Request
werner triaged T6940: gpgsm: .p12 AES-256-CBC support as Normal priority.

Thanks for the report. It comes right in time for the next release. It might already be fixed due to a lot of changes in the pkcs#12 parser.

Jan 16 2024, 10:39 AM · gnupg24 (gnupg-2.4.4), Feature Request

Jan 15 2024

zablockil created T6941: gpgsm/dirmngr: support for end-entity certificates with an empty "Subject DN".
Jan 15 2024, 7:19 PM · S/MIME, gnupg24, Feature Request
zablockil created T6940: gpgsm: .p12 AES-256-CBC support.
Jan 15 2024, 6:43 PM · gnupg24 (gnupg-2.4.4), Feature Request
werner triaged T6873: v2.4 unnecessarily prompts on multi-key encryption despite 1st key being unlocked as Normal priority.
Jan 15 2024, 1:58 PM · Feature Request, gnupg24, Bug Report
werner added projects to T6873: v2.4 unnecessarily prompts on multi-key encryption despite 1st key being unlocked: gnupg24, Feature Request.
Jan 15 2024, 1:57 PM · Feature Request, gnupg24, Bug Report
aheinecke closed T6889: gpgme: QGpgMEQuickJob creates keys with wrong expiry as Resolved.

I think this is resolved now.

Jan 15 2024, 10:46 AM · Feature Request, gpgme
ebo added a project to T6420: Kleopatra: improve layout of and text in smartcard management view: vsd33.
Jan 15 2024, 9:40 AM · vsd33, Feature Request, Restricted Project, kleopatra

Jan 12 2024

werner moved T5768: Dirmngr: Use windows proxy settings if system proxy settings should be used from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 12 2024, 3:52 PM · Feature Request, gnupg, Restricted Project
werner closed T5768: Dirmngr: Use windows proxy settings if system proxy settings should be used as Resolved.
Jan 12 2024, 3:52 PM · Feature Request, gnupg, Restricted Project