Page MenuHome GnuPG
Feed All Stories

Apr 18 2023

ebo added a comment to T6386: gpg-agent 2.2: Command "READKEY --card --no-data -- OPENPGP.1" overwrites protected-private-key with shadowed-private-key.
gpg --edit-key; keytocard; save

work as expected.

Apr 18 2023, 12:47 PM · gnupg22 (gnupg-2.2.42), Bug Report
Guldrelokk added a comment to T6455: Bug in regexp library may lead to out-of-bounds read.

Another miscellaneous correction for jimregexp. A condition was copy-pasted from another section without the necessary changes, resulting in incorrect logic. This seems harmless apart from inconsistent error reporting.

diff --git a/regexp/jimregexp.c b/regexp/jimregexp.c
index 1a8b8aae6..1b6e1b49c 100644
--- a/regexp/jimregexp.c
+++ b/regexp/jimregexp.c
@@ -778,7 +778,7 @@ static int regatom(regex_t *preg, int *flagp)
                                                        preg->err = REG_ERR_NULL_CHAR;
                                                        return 0;
                                                }
-                                               if (start == '\\' && *pattern == 0) {
+                                               if (end == '\\' && *pattern == 0) {
                                                        preg->err = REG_ERR_INVALID_ESCAPE;
                                                        return 0;
                                                }
Apr 18 2023, 12:24 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Bug Report
dvratil reopened T6211: KMail should process "Confirm your key publication" messages from WKS-Server as "Open".
Apr 18 2023, 12:21 PM · KMail, Restricted Project, Feature Request
Guldrelokk created T6455: Bug in regexp library may lead to out-of-bounds read.
Apr 18 2023, 12:20 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Bug Report
dvratil closed T6211: KMail should process "Confirm your key publication" messages from WKS-Server as Resolved.

From https://phabricator.kde.org/D3140 the "Confirm your key registration" (see last screenshot) button seems to be what this is about, right?

Apr 18 2023, 12:10 PM · KMail, Restricted Project, Feature Request
dvratil moved T6211: KMail should process "Confirm your key publication" messages from WKS-Server from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Apr 18 2023, 12:07 PM · KMail, Restricted Project, Feature Request
dvratil claimed T6211: KMail should process "Confirm your key publication" messages from WKS-Server.

I have yet to test this, but just by looking at the code in kdepim-addons this seems to already be implemented since the beginning. When we were implementing this back in 2016, we were using some testing WKD server that @aheinecke operated (the presence of testuser10@test.gnug.org and key-submissions@test.gnupg.org keys in my Kleopatra is most likely from that time and instance).

Apr 18 2023, 12:07 PM · KMail, Restricted Project, Feature Request
werner committed rGf7e00dc73dd0: scd: On a Yubikey re-select the last app after the use of APDU. (authored by werner).
scd: On a Yubikey re-select the last app after the use of APDU.
Apr 18 2023, 12:05 PM
ikloecker committed rLIBKLEOc884b9296917: Check expiration of suitable subkey instead of primary key (authored by ikloecker).
Check expiration of suitable subkey instead of primary key
Apr 18 2023, 11:58 AM
ikloecker committed rLIBKLEOb908aa48285b: Bump library version (authored by ikloecker).
Bump library version
Apr 18 2023, 11:58 AM
ikloecker committed rLIBKLEO98ff208f9f43: Check for null keys and invalid check flags (authored by ikloecker).
Check for null keys and invalid check flags
Apr 18 2023, 11:58 AM
ikloecker committed rLIBKLEO14e642c8faf1: Remove internally used enum value alias (authored by ikloecker).
Remove internally used enum value alias
Apr 18 2023, 11:58 AM
ebo added a comment to T6183: Kleopatra: on import own public key do not show "certify window" .

The reported issue is definitively fixed, didn't test the rest yet

Apr 18 2023, 10:11 AM · Restricted Project, kleopatra
werner moved T6212: The ssh keys are no longer returned in the order from control file after T5996 from QA to gnupg-2.4.1 on the gnupg24 board.
Apr 18 2023, 9:42 AM · gnupg24 (gnupg-2.4.1), ssh, Feature Request
werner moved T6437: Kleopatra: sign/encrypt folder results in general error from Backlog to QA for next release on the gpgme board.
Apr 18 2023, 9:20 AM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project
werner edited projects for T6437: Kleopatra: sign/encrypt folder results in general error, added: gpgme, Bug Report; removed gnupg24, gnupg22.

The actual error is in gpgme. CreateProcess is called with "gpgtar" but "gpgtar.exe" must be used.
This has been fixed with commit rM0c29119e061c. The reason why we didn't noticed the real cause of the problem is that the CreateProcess error shows up in the gpgme-w32spawn helper which has no good way for returning errors.

Apr 18 2023, 9:20 AM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project
werner committed rG98b8c518fa0b: ssh: Allow to prefer on-disk keys over active card keys. (authored by werner).
ssh: Allow to prefer on-disk keys over active card keys.
Apr 18 2023, 9:04 AM
werner triaged T6454: Release GnuPG 2.4.1 as Normal priority.
Apr 18 2023, 8:54 AM · gnupg24 (gnupg-2.4.1), Release Info
werner committed rGba67fea5b9bb: gpgtar: Read common.conf for the log-file option. (authored by werner).
gpgtar: Read common.conf for the log-file option.
Apr 18 2023, 8:07 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO7143b734397c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 18 2023, 4:03 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA66046a120db9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 18 2023, 4:02 AM
gniibe changed the status of T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before from Open to Testing.

Pushed the change not including OK_TO_CHANGE_ERROR_BEHAVIOR part.
Note that the modification affects main key case, too.

Apr 18 2023, 2:59 AM · gnupg22 (gnupg-2.2.42), Restricted Project
gniibe committed rG2c1297055041: gpg: Allow overridden key import when stub exists. (authored by gniibe).
gpg: Allow overridden key import when stub exists.
Apr 18 2023, 2:57 AM

Apr 17 2023

ikloecker committed rKLEOPATRA0f472be2fa2d: Explicitly check expiration of (own) encryption keys (authored by ikloecker).
Explicitly check expiration of (own) encryption keys
Apr 17 2023, 6:30 PM
ikloecker committed rLIBKLEO679ff1c669de: Add EncryptionKey flag (authored by ikloecker).
Add EncryptionKey flag
Apr 17 2023, 6:20 PM
ikloecker committed rLIBKLEO8cfd07bbcfd2: Bump library version (authored by ikloecker).
Bump library version
Apr 17 2023, 6:20 PM
ikloecker committed rKLEOPATRA27d3e45ac6db: Disable failing flatpak job (authored by ikloecker).
Disable failing flatpak job
Apr 17 2023, 5:22 PM
ikloecker committed rKLEOPATRAff15bb85f5d8: Remove Close button from expiry notifications (authored by ikloecker).
Remove Close button from expiry notifications
Apr 17 2023, 5:02 PM
ikloecker committed rKLEOPATRAb905e2229fb0: Notify users if recipient certificates expire soon (authored by ikloecker).
Notify users if recipient certificates expire soon
Apr 17 2023, 5:02 PM
ikloecker committed rKLEOPATRAbb8a4581c5d2: Pimpl SignEncryptWidget (authored by ikloecker).
Pimpl SignEncryptWidget
Apr 17 2023, 5:02 PM
ikloecker committed rKLEOPATRA32805a2d7c9a: Notify users if their certificate expires soon (authored by ikloecker).
Notify users if their certificate expires soon
Apr 17 2023, 5:02 PM
ikloecker committed rKLEOPATRA1c734f97b3db: Handle selected crypto operations as flags (authored by ikloecker).
Handle selected crypto operations as flags
Apr 17 2023, 5:02 PM
ebo moved T5795: Kleopatra reader selection and quoting from test-gnupg-2.4.0 to Attic on the gnupg22 board.
Apr 17 2023, 4:21 PM · gnupg22, Restricted Project, kleopatra
ebo moved T5795: Kleopatra reader selection and quoting from Backlog to test-gnupg-2.4.0 on the gnupg22 board.
Apr 17 2023, 4:20 PM · gnupg22, Restricted Project, kleopatra
ebo closed T5795: Kleopatra reader selection and quoting as Resolved.

works

Apr 17 2023, 4:20 PM · gnupg22, Restricted Project, kleopatra
ikloecker added a comment to T6452: Kleopatra: Configurable default for certification expiry.

I suppose this means that, optionally, the certification should expire at the same date/time as the current validity of the certificate. Or shall this be a configurable fixed validity period of certifications?

Apr 17 2023, 4:17 PM · Restricted Project, kleopatra
werner committed rM7d1159c1e99b: core: Avoid printf format warnings due to gpgme_ssize_t. (authored by werner).
core: Avoid printf format warnings due to gpgme_ssize_t.
Apr 17 2023, 4:17 PM
werner committed rM0c29119e061c: core,w32: Fix invocation of gpgtar (authored by werner).
core,w32: Fix invocation of gpgtar
Apr 17 2023, 4:17 PM
baka0815 added a comment to T5709: Embedded images are seen as attachments after encrypting and decrypting.

As far as I understand the problem, all content-ids are lost during processing of an email.
This process happens during the signing/encryption of an email.

Apr 17 2023, 3:21 PM · Bug Report, gpg4win
Wolff17 added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

Ok sorry, my bad, I have to use DES Keying option 2 to have 45 de ae ae e1 f4 6a 29, problem solved.

Apr 17 2023, 3:02 PM · Debian, libgcrypt, Bug Report
aheinecke added a comment to T6199: Kleopatra: MIME viewer support.

A starting point for this could be:

Apr 17 2023, 2:53 PM · Restricted Project, kleopatra
aheinecke updated subscribers of T6453: Kleopatra: Show isQualified in Certificate details if true.

Werner mentioned that the keyword "qual" can also be used like the "relax" keyword can also be used in the global trustlist.txt

Apr 17 2023, 2:29 PM · kleopatra, Restricted Project
aheinecke triaged T6453: Kleopatra: Show isQualified in Certificate details if true as Normal priority.
Apr 17 2023, 2:26 PM · kleopatra, Restricted Project
werner added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

Reading the commit rC5beadf201312: Add gcry_cipher_ctl command to allow weak keys in testing use-cases,
The test code in basic.c assumes that it is an application responsibility to confirm&ignore GPG_ERR_WEAK_KEY error when using GCRYCTL_SET_ALLOW_WEAK_KEY.

Apr 17 2023, 1:25 PM · Debian, libgcrypt, Bug Report
werner added a member for g10code: dvratil.
Apr 17 2023, 11:40 AM
werner added a member for Contributor: dvratil.
Apr 17 2023, 11:37 AM
aheinecke updated subscribers of T6452: Kleopatra: Configurable default for certification expiry.

Eva this is a bit related to the certification documentation and we talked about this last week.

Apr 17 2023, 10:33 AM · Restricted Project, kleopatra
aheinecke added a project to T6452: Kleopatra: Configurable default for certification expiry: Restricted Project.
Apr 17 2023, 10:30 AM · Restricted Project, kleopatra
aheinecke triaged T6452: Kleopatra: Configurable default for certification expiry as High priority.
Apr 17 2023, 10:30 AM · Restricted Project, kleopatra
Wolff17 added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

Thank you for you responses! :)

Apr 17 2023, 9:50 AM · Debian, libgcrypt, Bug Report
jukivili added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

I'll add documentation about GCRYCTL_SET_ALLOW_WEAK_KEY which was missing from be original commit.

Apr 17 2023, 8:36 AM · Debian, libgcrypt, Bug Report
jukivili added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

tests/basic now actually fail because setkey not returning GPG_ERR_WEAK_KEY for weak keys with GCRYCTL_SET_ALLOW_WEAK_KEY.

Apr 17 2023, 8:34 AM · Debian, libgcrypt, Bug Report
jukivili added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

That's right. With GCRYCTL_SET_ALLOW_WEAK_KEY, setkey still returns GPG_ERR_WEAK_KEY when weak key is detected. However, cipher handle can still be used as if setkey succeeded.

Apr 17 2023, 8:31 AM · Debian, libgcrypt, Bug Report
werner committed rD81a281183ff9: Eliminare denoting (authored by olf).
Eliminare denoting
Apr 17 2023, 8:27 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOc8576c463270: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 17 2023, 7:15 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd49b675ed36e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 17 2023, 7:13 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOc87e327d90e2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 17 2023, 4:55 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA169b0849e0f4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 17 2023, 4:52 AM
gniibe added a comment to T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before.

To minimize the impact of the change, I updated:

diff --git a/g10/import.c b/g10/import.c
index 1ed40a63c..345e8cc75 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -2955,9 +2955,23 @@ do_transfer (ctrl_t ctrl, kbnode_t keyblock, PKT_public_key *pk,
 {
   gpg_error_t err;
   struct import_stats_s subkey_stats = {0};
+  int force = 0;
+  int already_exist = agent_probe_secret_key (ctrl, pk);
+
+#ifndef OK_TO_CHANGE_ERROR_BEHAVIOR
+  if (already_exist == 1)
+    return gpg_error (GPG_ERR_EEXIST);
+#endif
+  if (already_exist == 2)
+    {
+      if (!opt.quiet)
+        log_info (_("key %s: card reference is overridden by key material\n"),
+                  keystr_from_pk (pk));
+      force = 1;
+    }
Apr 17 2023, 4:05 AM · gnupg22 (gnupg-2.2.42), Restricted Project
gniibe added a comment to T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.

Reading the commit rC5beadf201312: Add gcry_cipher_ctl command to allow weak keys in testing use-cases,
The test code in basic.c assumes that it is an application responsibility to confirm&ignore GPG_ERR_WEAK_KEY error when using GCRYCTL_SET_ALLOW_WEAK_KEY.

Apr 17 2023, 2:50 AM · Debian, libgcrypt, Bug Report

Apr 16 2023

werner committed rC30840c2c45d7: cipher: Fix edge case for SET_ALLOW_WEAK_KEY. (authored by werner).
cipher: Fix edge case for SET_ALLOW_WEAK_KEY.
Apr 16 2023, 8:57 PM
werner triaged T6449: Support fetching S/MIME certificates over DNS via SMIMEA record as Wishlist priority.
Apr 16 2023, 8:34 PM · Feature Request, dirmngr
werner triaged T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY as Low priority.

Thanks for the report. Fix is easy. I only wonder why you want to use a weak DES key.

Apr 16 2023, 8:31 PM · Debian, libgcrypt, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRA59f3ff9a0a46: 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
Apr 16 2023, 5:27 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9b5171818311: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Apr 16 2023, 4:49 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA954d9265f4c0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 16 2023, 4:01 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO07d4b170000a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 16 2023, 4:01 AM

Apr 15 2023

l10n daemon script <scripty@kde.org> committed rLIBKLEO3743e27fd9ed: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 15 2023, 5:40 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO9255704c1741: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 15 2023, 4:03 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd1f1451465f3: 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
Apr 15 2023, 3:43 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA71455c760b6d: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Apr 15 2023, 2:51 AM

Apr 14 2023

centaurioun added a member for gpg4win: centaurioun.
Apr 14 2023, 8:04 PM
ikloecker committed rLIBKLEO0d62dfbe9caf: Fix copy&paste errors in test (authored by ikloecker).
Fix copy&paste errors in test
Apr 14 2023, 6:29 PM
Wolff17 created T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY.
Apr 14 2023, 6:17 PM · Debian, libgcrypt, Bug Report
ikloecker committed rLIBKLEO686670a7769e: Make expiration duration the actual days until/since expiry (authored by ikloecker).
Make expiration duration the actual days until/since expiry
Apr 14 2023, 5:44 PM
ikloecker committed rLIBKLEO7ead2b27093a: Add parent argument to c'tor of ExpiryChecker (authored by ikloecker).
Add parent argument to c'tor of ExpiryChecker
Apr 14 2023, 5:44 PM
mlaurent committed rLIBKLEOdd4f9f054633: Fix compile against kpim6 (authored by mlaurent).
Fix compile against kpim6
Apr 14 2023, 5:14 PM
mlaurent committed rLIBKLEO5d8d2f77b095: Merge branch 'master' into kf6 (authored by mlaurent).
Merge branch 'master' into kf6
Apr 14 2023, 5:14 PM
ebo closed T6214: Kleopatra allows to export a subkey which has only a stub. as Resolved.

works

Apr 14 2023, 3:59 PM · Bug Report, Restricted Project, kleopatra
ebo created T6450: Kleopatra: add possibility to change filename if it already exists.
Apr 14 2023, 3:18 PM · Feature Request, kleopatra
mlaurent committed rKLEOPATRA94d3ed30dc49: Merge branch 'master' into kf6 (authored by mlaurent).
Merge branch 'master' into kf6
Apr 14 2023, 1:52 PM
pert updated pert.
Apr 14 2023, 12:51 PM
pert created T6449: Support fetching S/MIME certificates over DNS via SMIMEA record.
Apr 14 2023, 12:50 PM · Feature Request, dirmngr
gniibe added a comment to T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before.

Changes may be something like:

diff --git a/g10/import.c b/g10/import.c
index 1ed40a63c..91ff0c8ec 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -2706,6 +2706,20 @@ transfer_secret_keys (ctrl_t ctrl, struct import_stats_s *stats,
           goto leave;
         }
Apr 14 2023, 9:20 AM · gnupg22 (gnupg-2.2.42), Restricted Project
gniibe committed rPTHfc7ee9524991: w32: Fix npth_rwlock_destroy. (authored by gniibe).
w32: Fix npth_rwlock_destroy.
Apr 14 2023, 8:09 AM
gniibe edited projects for T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before, added: Restricted Project; removed Info Needed.
Apr 14 2023, 8:07 AM · gnupg22 (gnupg-2.2.42), Restricted Project
gniibe merged T3391: cannot import subkey that was once marked to be on a card into T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before.
Apr 14 2023, 8:05 AM · gnupg22 (gnupg-2.2.42), Restricted Project
gniibe merged task T3391: cannot import subkey that was once marked to be on a card into T3456: GPG does not import secret subkeys from --export-secret-subkeys output if subkey stubs existed before.
Apr 14 2023, 8:05 AM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEObded34664056: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Apr 14 2023, 3:52 AM

Apr 13 2023

ikloecker added a comment to T6437: Kleopatra: sign/encrypt folder results in general error.

gpg_encrypt (engine-gpg.c) passes --output - to gpg, i.e. it reads the result of gpg --encrypt from stdout unless I misread this. Not sure, why this seems to work on Windows. The real problem is probably something completely different.

Apr 13 2023, 3:26 PM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project
ebo added a comment to T3391: cannot import subkey that was once marked to be on a card.

isn't T3456 the same issue?

Apr 13 2023, 2:57 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
ikloecker committed rLIBKLEO4ab6b65227fd: Fix build (authored by ikloecker).
Fix build
Apr 13 2023, 2:55 PM
ebo added a project to T3391: cannot import subkey that was once marked to be on a card: Restricted Project.
Apr 13 2023, 2:50 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
ikloecker committed rLIBKLEOd2aa6694b83a: Make checkKey return the result of the expiry check (authored by ikloecker).
Make checkKey return the result of the expiry check
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEOe3334efc7cd8: Extract checking for threshold to helper (authored by ikloecker).
Extract checking for threshold to helper
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEOed8cf6b6d3e4: Remove superfluous check for positive threshold (authored by ikloecker).
Remove superfluous check for positive threshold
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEO56ec6bd9b8de: Do not stop checking if certificate in chain never expires (authored by ikloecker).
Do not stop checking if certificate in chain never expires
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEO60f6ceda94fa: Test with different durations since expiration (authored by ikloecker).
Test with different durations since expiration
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEO04b35e005e58: Do not check certificates in circular chains twice (authored by ikloecker).
Do not check certificates in circular chains twice
Apr 13 2023, 2:17 PM
ikloecker committed rLIBKLEO99827ffcaf5a: Add flag to request check of certificate chain (authored by ikloecker).
Add flag to request check of certificate chain
Apr 13 2023, 2:17 PM