aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ocsp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-04-14 13:46:04 +0000
committerWerner Koch <[email protected]>2020-04-14 13:46:04 +0000
commit6c28d9343ea6df9cda1b69e77751a9e958eb3d70 (patch)
treeca46091a945e5b681289815f56193549f0ab3b75 /dirmngr/ocsp.c
parentdirmngr: Support rsaPSS also in the general validate module. (diff)
downloadgnupg-6c28d9343ea6df9cda1b69e77751a9e958eb3d70.tar.gz
gnupg-6c28d9343ea6df9cda1b69e77751a9e958eb3d70.zip
sm: Support rsaPSS verification also for CMS signatures.
* sm/certcheck.c (gpgsm_check_cert_sig): Factor PSS parsing out to ... (extract_pss_params): new. (gpgsm_check_cms_signature): Implement PSS. -- GnuPG-bug-id: 4538
Diffstat (limited to 'dirmngr/ocsp.c')
-rw-r--r--dirmngr/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ocsp.c b/dirmngr/ocsp.c
index 0b846651c..6ed180955 100644
--- a/dirmngr/ocsp.c
+++ b/dirmngr/ocsp.c
@@ -305,7 +305,7 @@ do_ocsp_request (ctrl_t ctrl, ksba_ocsp_t ocsp,
if (opt.verbose)
log_info (_("OCSP responder at '%s' status: %s\n"), url, t);
- /* Get the signature value now because we can all this function
+ /* Get the signature value now because we can call this function
* only once. */
*r_sigval = ksba_ocsp_get_sig_val (ocsp, r_produced_at);