aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certchain.c
diff options
context:
space:
mode:
authorRamón García <[email protected]>2025-03-18 08:43:26 +0000
committerWerner Koch <[email protected]>2025-03-18 08:43:26 +0000
commit4cf83273e84c19d0326c41ac45f6ee3b4526fc23 (patch)
tree50bc25d1347154e47fea61e4800b49fd89e6a138 /sm/certchain.c
parentdoc: Register DCO for Ramon García F. (diff)
downloadgnupg-4cf83273e84c19d0326c41ac45f6ee3b4526fc23.tar.gz
gnupg-4cf83273e84c19d0326c41ac45f6ee3b4526fc23.zip
gpgsm: select unexpired certificates skipping expired ones
* sm/certchain.c (check_validity_period_cm): Make function global. * sm/certlist.c (gpgsm_add_to_certlist): If an expired certificate is found, continue looking for another one. -- This enables the user to select a certificate by subject, and keep old expired certificates in the store in case he wishes to decrypt or verify an old file. This makes renewal of certificate smoother. Due to a broken patch I had to massage the patch and while doing this also fixed the indentation and moved a declaration to the begin of a block. - [email protected]
Diffstat (limited to 'sm/certchain.c')
-rw-r--r--sm/certchain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certchain.c b/sm/certchain.c
index 16449fb02..01ccac907 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -1433,7 +1433,7 @@ check_validity_period (ksba_isotime_t current_time,
model. The extra constraint here is that notBefore and notAfter
must exists and if the additional argument CHECK_TIME is given this
time is used to check the validity period of SUBJECT_CERT. */
-static gpg_error_t
+gpg_error_t
check_validity_period_cm (ksba_isotime_t current_time,
ksba_isotime_t check_time,
ksba_cert_t subject_cert,