Page MenuHome GnuPG

Feature RequestExperimental
ActivePublic

Members

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

Recent Activity

Thu, Dec 19

ebo moved T7104: Kleopatra: Allow "Change password" for private key with offline primary from QA to vsd-3.3.0 on the vsd33 board.
Thu, Dec 19, 3:54 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ebo closed T7104: Kleopatra: Allow "Change password" for private key with offline primary as Resolved.

Works. Tested with VS-Desktop-3.2.94.474-Beta and Gpg4win 4.4 by moving only the signature key to a smartcard and then changing the password of the certificate via the context menu.

Thu, Dec 19, 2:54 PM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project

Mon, Dec 16

aheinecke reassigned T5854: Windows registry option to prevent modifications to signed/encrypted messages after validation by GpgOL from aheinecke to mmontkowski.

This was now added as disableAutoPreview (the option was renamed after 26c2fc196bb73d9bd96c91ea7cc12679d925b376 )

Mon, Dec 16, 9:58 PM · gpgol, Feature Request
aheinecke closed T2366: No DEP/ASLR or other security mitigations for GpgEX/GpgOL as Resolved.

Since codesigning for all dlls was added this is fully resolved.

Mon, Dec 16, 9:49 PM · Feature Request, Windows 64, gpgol, gpg4win, Windows, Windows 32
aheinecke placed T6694: Random numbers from gpgme up for grabs.
Mon, Dec 16, 8:34 PM · gpd5x, gpgpass, gpgme, Feature Request
ebo moved T7183: Kleopatra: Reduce certificates offered in Sign/Enyrypt dialog from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:20 AM · vsd33, Feature Request, kleopatra, Restricted Project
ebo moved T6072: Kleopatra: Display "gpgconf -X" from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:20 AM · vsd33, Restricted Project, kleopatra, Feature Request
ebo moved T7234: Kleopatra: add disable/enable certificate in context menu from WiP to QA on the vsd33 board.
Mon, Dec 16, 11:19 AM · vsd33, Feature Request, kleopatra, Restricted Project
ebo moved T7098: Change the GpgOL encryption icon according to its state from Backlog to WiP on the vsd33 board.
Mon, Dec 16, 11:02 AM · vsd33, Feature Request, Restricted Project, gpgol

Fri, Dec 13

CarlSchwan added a comment to T6694: Random numbers from gpgme.

(ignore the last commit, I assigned the wrong task to it)

Fri, Dec 13, 1:54 PM · gpd5x, gpgpass, gpgme, Feature Request

Thu, Dec 12

gniibe added a comment to T7338: Revamp the FIPS service indicator.

Here are changes for gcry_md_open and its friends.

Thu, Dec 12, 6:43 AM · libgcrypt, FIPS, Feature Request
gniibe added a comment to T7338: Revamp the FIPS service indicator.

My idea in https://dev.gnupg.org/T7338#195529 doesn't work well when a function call is done multiple times.
Assuming SUCCESS, and marking all non-compliant places in the code works, and it would be good because libgcrypt so far maintains non-compliant path with rejection.

Thu, Dec 12, 3:09 AM · libgcrypt, FIPS, Feature Request

Tue, Dec 10

werner reopened T2179: GPA - clipboard encryption - use textmode as "Open".

Or maybe not. I just did 0.11.0 (T7449) and will do more releases if there is demand for it or we have collected enough patches.

Tue, Dec 10, 9:49 PM · gpa, Feature Request

Mon, Dec 9

gniibe added a comment to T7338: Revamp the FIPS service indicator.

Pushed the change for adding hash tests in rC7faf542f1573: fips,tests: Add t-digest.

Mon, Dec 9, 6:34 AM · libgcrypt, FIPS, Feature Request

Fri, Dec 6

ebo moved T7183: Kleopatra: Reduce certificates offered in Sign/Enyrypt dialog from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Gpg4win 4.4:

Fri, Dec 6, 3:30 PM · vsd33, Feature Request, kleopatra, Restricted Project
gniibe added a comment to T7338: Revamp the FIPS service indicator.

It seems that the internal API is not enough.
Now, we have _gcry_md_hash_buffer function with the new FIPS service indicator.
It's used for public key crypto, too.
The compliance for hash function is a part of public key crypto, but not all.

Fri, Dec 6, 6:54 AM · libgcrypt, FIPS, Feature Request
gniibe added a comment to T7338: Revamp the FIPS service indicator.

A change for gcry_md_hash_* functions are pushed by rC3478caac62c7: fips,md: Implement new FIPS service indicator for gcry_md_hash_*..
It doesn't have tests with FIPS service indicator yet.

Fri, Dec 6, 6:40 AM · libgcrypt, FIPS, Feature Request
gniibe changed the status of T7436: Allow ssh to sign data larger than the assuan line length. from Open to Testing.
Fri, Dec 6, 6:32 AM · ssh, Feature Request, gnupg26

Thu, Dec 5

ebo closed T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog as Resolved.

Better a new ticket for the rest, see T7441

Thu, Dec 5, 11:05 AM · vsd33, Feature Request, Restricted Project, kleopatra
ebo moved T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog from Backlog to WiP on the vsd33 board.
Thu, Dec 5, 10:49 AM · vsd33, Feature Request, Restricted Project, kleopatra
ebo edited projects for T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog, added: vsd33; removed vsd.
Thu, Dec 5, 10:48 AM · vsd33, Feature Request, Restricted Project, kleopatra
werner added a project to T6545: Support CRL extension issuingDistributionPoint: workaround.

A workaround exists with the new option --ignore-crl-extensions.

Thu, Dec 5, 10:19 AM · workaround, gnupg26, Restricted Project, libksba, gnupg22, Feature Request
gniibe claimed T7436: Allow ssh to sign data larger than the assuan line length..
Thu, Dec 5, 7:02 AM · ssh, Feature Request, gnupg26
gniibe added a comment to T7338: Revamp the FIPS service indicator.

New external API is by GCRYCTL_FIPS_SERVICE_INDICATOR and/or the new macro gcry_get_fips_service_indicator.
This change is pushed by rCf51f4e98930e: fips: Introduce GCRYCTL_FIPS_SERVICE_INDICATOR and the macro.

Thu, Dec 5, 3:37 AM · libgcrypt, FIPS, Feature Request
gniibe added a comment to T7338: Revamp the FIPS service indicator.

New internal API is introduced with T7340 by the commit rCe1cf31232825: fips: Introduce an internal API for FIPS service indicator.

Thu, Dec 5, 3:30 AM · libgcrypt, FIPS, Feature Request
gniibe changed the status of T7340: Introduced a context with thread local storage, a subtask of T7338: Revamp the FIPS service indicator, from Open to Testing.
Thu, Dec 5, 3:28 AM · libgcrypt, FIPS, Feature Request
gniibe changed the status of T7340: Introduced a context with thread local storage from Open to Testing.

Change is pushed by rCe1cf31232825: fips: Introduce an internal API for FIPS service indicator.

Thu, Dec 5, 3:28 AM · libgcrypt, FIPS, Feature Request

Tue, Dec 3

ikloecker added a comment to T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog.

Looks like there's something not correct in the completion model. Or we use different criteria for showing the blue "i" (as "information") which doesn't make it better. Reopen?

Tue, Dec 3, 5:31 PM · vsd33, Feature Request, Restricted Project, kleopatra
werner renamed T7436: Allow ssh to sign data larger than the assuan line length. from Allow ssh to sign larger data than the assuan line length. to Allow ssh to sign data larger than the assuan line length..
Tue, Dec 3, 4:18 PM · ssh, Feature Request, gnupg26
ebo renamed T7436: Allow ssh to sign data larger than the assuan line length. from Allow ssh to sign larger data tha the assuan line length. to Allow ssh to sign larger data than the assuan line length..
Tue, Dec 3, 4:14 PM · ssh, Feature Request, gnupg26
ebo added a comment to T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog.

Tested Gpg4win 4.4:
Interesting, when you search for the UID, it looks as before, with the green check mark:

Tue, Dec 3, 4:03 PM · vsd33, Feature Request, Restricted Project, kleopatra
werner triaged T7436: Allow ssh to sign data larger than the assuan line length. as Normal priority.
Tue, Dec 3, 3:31 PM · ssh, Feature Request, gnupg26
ikloecker changed the status of T6409: Kleopatra: misleading representation of key with multiple uids in sign/encrypt dialog from Open to Testing.

I think this is resolved. In the Sign/Encrypt dialog we now offer the individual user IDs instead of the certificates, i.e. the two user IDs of the Udo certificate are both offered and one should be listed as certified and the other one as not certified (if one is certified and the other one isn't; for me both user IDs are ultimately trusted).

Tue, Dec 3, 3:00 PM · vsd33, Feature Request, Restricted Project, kleopatra
ebo added a project to T7405: Kleopatra: Highlight if no valid encryption subkey exists: Feature Request.
Tue, Dec 3, 11:54 AM · Feature Request, gpd5x, kleopatra
ebo closed T6109: Kleopatra: Better way to show expired subkeys as Invalid.

Closing this as duplicate of T7405. That ticket has the better task description as it was made after discussing offline how it could best be done.

Tue, Dec 3, 11:53 AM · Feature Request, OpenPGP, kleopatra
ebo removed a project from T5950: Allow viewing expired certificates more easily: Restricted Project.
Tue, Dec 3, 11:49 AM · kleopatra, Feature Request
ebo closed T5950: Allow viewing expired certificates more easily as Resolved.

closing this as duplicate for the improvement part, the support part is solved, anyway.

Tue, Dec 3, 11:49 AM · kleopatra, Feature Request
ikloecker merged task T6450: Kleopatra: add possibility to change filename if it already exists into T6851: Kleopatra: Allow users to change name of decryption result if file already exists.
Tue, Dec 3, 11:40 AM · Feature Request, kleopatra

Mon, Dec 2

werner triaged T7373: gpg --export-secret-keys exits with General error if the password prompt was canceled as Normal priority.
Mon, Dec 2, 1:54 PM · Feature Request, gnupg26, gnupg
ikloecker added a comment to T5006: Kleopatra: Display Names and Key-IDs for certificates after any attempt to import them..

Interesting. Just a few days ago I noticed that Kleopatra creates a new tab with the imported certificates except when the import is done via the notepad (or via the clipboard). I guess we could add an option to open a tab with the imported certificates to the import result window.

Mon, Dec 2, 11:55 AM · kleopatra, Feature Request
ikloecker added a project to T4923: Compile Kleopatra with DEP/ASLR support: gpg4win.
Mon, Dec 2, 11:48 AM · gpg4win, kleopatra, Feature Request

Nov 29 2024

gniibe closed T6606: Use new API of libassuan 3, a subtask of T6599: INT2FD and npth_accept, as Resolved.
Nov 29 2024, 8:10 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6606: Use new API of libassuan 3 as Resolved.

Done for 2.5.0.

Nov 29 2024, 8:10 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6597: Introduce FD_DBG to handle the cases for displaying the value, a subtask of T6508: Port GnuPG to 64-bit Windows, as Resolved.
Nov 29 2024, 8:08 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6597: Introduce FD_DBG to handle the cases for displaying the value as Resolved.

Done in 2.5.0.

Nov 29 2024, 8:08 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6592: GPGSM: Use estream_t instead of FD, a subtask of T6508: Port GnuPG to 64-bit Windows, as Resolved.
Nov 29 2024, 8:05 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6592: GPGSM: Use estream_t instead of FD as Resolved.

Fixed in 2.5.0.

Nov 29 2024, 8:05 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process, a subtask of T6551: translate_sys2libc_fd_int on Windows 64-bit, as Resolved.
Nov 29 2024, 8:05 AM · Windows 64, Feature Request, gnupg26
gniibe closed T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process as Resolved.

Fixed in 2.5.0.

Nov 29 2024, 8:05 AM · Windows 64, Feature Request, gnupg26

Nov 26 2024

ebo closed T7296: Kleopatra: Change filters "All certificates" etc. so that they do not include disabled ones as Resolved.

Gpg4win-Beta-94: ok

Nov 26 2024, 11:25 AM · vsd33, Feature Request, kleopatra, Restricted Project