Page MenuHome GnuPG

Feature RequestExperimental
ActivePublic

Members

  • This project does not have any members.
  • View All

Recent Activity

Today

gniibe added a comment to T7873: Decrypt to foo.gpg.part files and rename.

Here is my idea to implement the feature:
(1) Extend struct iobuf_struct to have a field of temporary output (of int), just after real_fname.

  • OUTPUTFILE: When it's 1, a file generated with real_fname original suffix removed and appended .tmp is used for the output

(2) Modify get_output_file in plaintext.c and make_outfile_name in openfile.c, so that OUTPUTFILE above is used and the field in iobuf_struct is marked.
(3) Modify proc_encrypted in mainproc.c so that rename .tmp file to the OUTPUTFILE or remove it when failure.

Thu, Nov 6, 3:54 AM · Feature Request, gnupg26

Yesterday

werner added a comment to T7896: Escape binary data in NOTATION* for status-fd.

Alright, I change it from for notation data (and name).

[GNUPG:] NOTATION_NAME foo@foo.org
[GNUPG:] NOTATION_FLAGS 0 1
[GNUPG:] NOTATION_DATA bla%20bla%20��%20blub

with change:

[GNUPG:] NOTATION_NAME foo@foo.org
[GNUPG:] NOTATION_FLAGS 0 1
[GNUPG:] NOTATION_DATA bla%20bla%20%81%82%20blub
Wed, Nov 5, 4:49 PM · gnupg, OpenPGP, Feature Request
werner added a comment to T7896: Escape binary data in NOTATION* for status-fd.

Since rfc2440 the PGP specs say:

Wed, Nov 5, 3:55 PM · gnupg, OpenPGP, Feature Request

Mon, Nov 3

mgorny added a comment to T7896: Escape binary data in NOTATION* for status-fd.

That's a good question. Looking at https://datatracker.ietf.org/doc/draft-koch-librepgp/, it doesn't really specify what encoding is used for "human-readable" notation, so I'd personally lean towards encoding it to stay on the safe side. Unless I'm mistaken, status-fd will only be used locally, so escaping overhead should not be a problem.

Mon, Nov 3, 5:43 PM · gnupg, OpenPGP, Feature Request
werner changed the status of T7897: Include key preferences in --with-colons from Open to Testing.

Will be in 2.5.14 but I am not yet sure whether or when we put support into gpgme

Mon, Nov 3, 4:45 PM · Gentoo, Feature Request
werner added a comment to T7897: Include key preferences in --with-colons.

There will be a new "pfc" record to emit the used preferences after a "uid" record. --list-options show-pref must be given.

Mon, Nov 3, 4:32 PM · Gentoo, Feature Request
werner triaged T7897: Include key preferences in --with-colons as Normal priority.
Mon, Nov 3, 4:02 PM · Gentoo, Feature Request
werner raised the priority of T7251: Autofetch signature keys used by a trusted introducer from Normal to High.
Mon, Nov 3, 2:05 PM · Restricted Project, Feature Request, gnupg22
werner edited projects for T7896: Escape binary data in NOTATION* for status-fd, added: Feature Request, OpenPGP, gnupg; removed Bug Report.

The question is who shall correct the wrong encoding of notation data (assuming it is flagged as human readable). Escaping is a solution but needs a lot of extra bytes.

Mon, Nov 3, 9:58 AM · gnupg, OpenPGP, Feature Request
gniibe closed T7138: Windows (Semi-hosted environment): filename and network access, a subtask of T6508: Port GnuPG to 64-bit Windows, as Resolved.
Mon, Nov 3, 3:41 AM · Windows 64, Feature Request, gnupg26

Sun, Nov 2

thesamesam created T7897: Include key preferences in --with-colons.
Sun, Nov 2, 5:35 AM · Gentoo, Feature Request

Mon, Oct 27

svuorela changed the status of T7773: Add reencrypt mail option to copy only encrypted mails from Open to Testing.
Mon, Oct 27, 12:32 PM · Restricted Project, Feature Request, gpgol2

Fri, Oct 24

werner triaged T7873: Decrypt to foo.gpg.part files and rename as Normal priority.
Fri, Oct 24, 9:37 AM · Feature Request, gnupg26

Thu, Oct 23

werner merged T7779: dirmngr: use different keyserver for sending and receiving certificates into T7866: Allow separate LDAP keyserver for uploading.
Thu, Oct 23, 1:40 PM · LDAP, Feature Request, gnupg26

Wed, Oct 22

werner moved T1825: Add a re-encrypt to additional key from Backlog to QA on the gnupg26 board.
Wed, Oct 22, 2:25 PM · gnupg26, Restricted Project, Feature Request
werner changed the status of T1825: Add a re-encrypt to additional key from Open to Testing.
Wed, Oct 22, 2:25 PM · gnupg26, Restricted Project, Feature Request
werner moved T7866: Allow separate LDAP keyserver for uploading from WIP to QA on the gnupg26 board.
Wed, Oct 22, 2:24 PM · LDAP, Feature Request, gnupg26

Tue, Oct 21

werner changed the status of T7866: Allow separate LDAP keyserver for uploading from Open to Testing.

Implemented but not tested at all.

Tue, Oct 21, 10:48 AM · LDAP, Feature Request, gnupg26
werner triaged T7866: Allow separate LDAP keyserver for uploading as Normal priority.
Tue, Oct 21, 10:42 AM · LDAP, Feature Request, gnupg26
gniibe changed the status of T7138: Windows (Semi-hosted environment): filename and network access, a subtask of T6508: Port GnuPG to 64-bit Windows, from Open to Testing.
Tue, Oct 21, 4:57 AM · Windows 64, Feature Request, gnupg26

Sun, Oct 19

thesamesam added a comment to T5993: gpg should reject compressed packets outside of messages.

For completeness, that's https://gitlab.freedesktop.org/poppler/poppler/-/issues/1595. dkg obviously filed that but it may be useful for others finding themselves here.

Sun, Oct 19, 7:52 PM · Feature Request, gnupg

Thu, Oct 9

ebo changed the status of T7269: Attachments vanish from forward encrypted message from Testing to Open.
Thu, Oct 9, 4:33 PM · vsd34, gpd5x, Feature Request, gpgol
ebo moved T7269: Attachments vanish from forward encrypted message from Backlog to Triage on the gpgol board.
Thu, Oct 9, 4:33 PM · vsd34, gpd5x, Feature Request, gpgol

Wed, Oct 8

gniibe closed T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL", a subtask of T7716: gpgrt:w32: Synchronous spawning detached process, with standard input and standard error, as Resolved.
Wed, Oct 8, 9:09 AM · gpgrt, Feature Request, Bug Report
gniibe closed T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL" as Resolved.

Fixed in 1.56.

Wed, Oct 8, 9:09 AM · Windows, gpgrt, Feature Request, Bug Report

Oct 3 2025

gniibe added a comment to T7720: w32: Synchronous spawning gpg-agent/dirmngr/keyboxd.

I updated the branch.

Oct 3 2025, 4:55 AM · gnupg, Feature Request, Bug Report

Oct 2 2025

svuorela added a comment to T7773: Add reencrypt mail option to copy only encrypted mails .

We also discussed emails that can't be decrypted. They are due to implementation details just currently skipped. They will also be so in the future as an implementation detail.

Oct 2 2025, 3:17 PM · Restricted Project, Feature Request, gpgol2

Oct 1 2025

ebo removed a project from T7098: Change the GpgOL encryption icon according to its state: Restricted Project.
Oct 1 2025, 2:28 PM · vsd34, gpd5x, Feature Request, gpgol

Sep 24 2025

werner added a comment to T7730: gpg: retrieve a certificate from an LDAP server before sending it to the LDAP server.

Also implemented for 2.2

Sep 24 2025, 4:58 PM · gnupg22, gnupg26, Feature Request, gpd5x
werner claimed T7730: gpg: retrieve a certificate from an LDAP server before sending it to the LDAP server.
Sep 24 2025, 1:38 PM · gnupg22, gnupg26, Feature Request, gpd5x

Sep 23 2025

ebo added a comment to T7269: Attachments vanish from forward encrypted message.

I see no workaround.
The attachments in the original mail are not gone, yes.
But the mail can't be forwarded with them.

Sep 23 2025, 3:39 PM · vsd34, gpd5x, Feature Request, gpgol
ebo edited projects for T7269: Attachments vanish from forward encrypted message, added: vsd34; removed vsd33.
Sep 23 2025, 3:37 PM · vsd34, gpd5x, Feature Request, gpgol

Sep 19 2025

ebo added a comment to T7581: Kleopatra: Create team key.

ok, changed the text in the description of the ticket accordingly, but put two more "team" back in.

Sep 19 2025, 12:10 PM · Feature Request, gpd5x, kleopatra
ebo updated the task description for T7581: Kleopatra: Create team key.
Sep 19 2025, 12:09 PM · Feature Request, gpd5x, kleopatra
hej added a comment to T7581: Kleopatra: Create team key.

Dialogtext (winzige Politur):

Sep 19 2025, 11:48 AM · Feature Request, gpd5x, kleopatra

Sep 18 2025

ebo updated the task description for T7581: Kleopatra: Create team key.
Sep 18 2025, 4:26 PM · Feature Request, gpd5x, kleopatra
ebo added a comment to T7581: Kleopatra: Create team key.

We decided to

Sep 18 2025, 3:54 PM · Feature Request, gpd5x, kleopatra

Sep 17 2025

ebo added a comment to T7581: Kleopatra: Create team key.

We got new suggestions for this:

Sep 17 2025, 3:51 PM · Feature Request, gpd5x, kleopatra

Sep 12 2025

ebo updated the task description for T7269: Attachments vanish from forward encrypted message.
Sep 12 2025, 10:24 AM · vsd34, gpd5x, Feature Request, gpgol

Sep 11 2025

ebo moved T7269: Attachments vanish from forward encrypted message from Backlog to QA on the gpd5x board.
Sep 11 2025, 2:40 PM · vsd34, gpd5x, Feature Request, gpgol
ebo moved T7269: Attachments vanish from forward encrypted message from Backlog to QA on the vsd33 board.
Sep 11 2025, 2:39 PM · vsd34, gpd5x, Feature Request, gpgol
ebo added a project to T7269: Attachments vanish from forward encrypted message: vsd33.
Sep 11 2025, 2:39 PM · vsd34, gpd5x, Feature Request, gpgol
ebo edited projects for T7269: Attachments vanish from forward encrypted message, added: gpd5x; removed Restricted Project.
Sep 11 2025, 2:35 PM · vsd34, gpd5x, Feature Request, gpgol

Sep 10 2025

ebo moved T7581: Kleopatra: Create team key from Backlog to WIP on the gpd5x board.
Sep 10 2025, 12:23 PM · Feature Request, gpd5x, kleopatra

Sep 9 2025

timegrid moved T7730: gpg: retrieve a certificate from an LDAP server before sending it to the LDAP server from WIP to QA on the gpd5x board.
Sep 9 2025, 3:52 PM · gnupg22, gnupg26, Feature Request, gpd5x

Sep 2 2025

werner moved T7730: gpg: retrieve a certificate from an LDAP server before sending it to the LDAP server from WIP to QA on the gnupg26 board.
Sep 2 2025, 2:59 PM · gnupg22, gnupg26, Feature Request, gpd5x

Aug 29 2025

ebo edited projects for T7098: Change the GpgOL encryption icon according to its state, added: vsd34; removed vsd33.
Aug 29 2025, 12:30 PM · vsd34, gpd5x, Feature Request, gpgol

Aug 28 2025

alexk added a project to T2380: Auto-refresh key if it is close to its expiration date.: vsd34.

Especially when an LDAP is configured, keys should be automatically refreshed in short intervals (5 days? Configurable?) to notify users about revoked keys or signatures from a trusted key.
Keys that are close to their expiration dates should be prioritized.
Maybe users want to configure for what mail domains a lookup on a configured LDAP should be done.

Aug 28 2025, 2:31 PM · vsd34, gnupg, OpenPGP, Feature Request
ebo closed T4515: GpgOL 2.3.3 - Attachment Problem (Encryption) as Wontfix.

I think it is save to say that we will not implement pgp/inline encryption with attachments

Aug 28 2025, 2:20 PM · Feature Request, gpg4win, gpgol

Aug 27 2025

werner lowered the priority of T7618: gpgsm: Allow selecting keys by SHA2 fpr from Normal to Wishlist.

The problem here is that we don't have the sha-2 fingerprint in our SQL tables. Thus we would not only need to do a full table search but also parse the actual blob to compute the sha-2 fingerprint.

Aug 27 2025, 4:14 PM · S/MIME, gnupg26, Feature Request