From c6736b6435d4decf3e6ff96fb86efed964362ade Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 Mar 2002 10:19:50 +0000 Subject: * decrypt.c (gpgsm_decrypt): Allow multiple recipients. --- sm/certpath.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sm/certpath.c') diff --git a/sm/certpath.c b/sm/certpath.c index 083f7bb5f..12f4ba5c0 100644 --- a/sm/certpath.c +++ b/sm/certpath.c @@ -100,10 +100,13 @@ check_cert_policy (KsbaCert cert) return map_ksba_err (err); /* STRING is a line delimited list of certifiate policies as stored - in the certificate. The line itself is colon delimted where the + in the certificate. The line itself is colon delimited where the first field is the OID of the policy and the second field either N or C for normal or critical extension */ + if (opt.verbose > 1) + log_info ("certificate's policy list: %s\n", policies); + /* The check is very minimal but won't give false positives */ any_critical = !!strstr (policies, ":C"); -- cgit v1.2.3