mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* certpath.c (gpgsm_validate_path): Added EXPTIME arg and changed
all callers. * verify.c (gpgsm_verify): Tweaked usage of log_debug and log_error. Return EXPSIG status and add expiretime to VALIDSIG.
This commit is contained in:
parent
0ec648b71f
commit
a64b3686b4
7 changed files with 96 additions and 40 deletions
|
@ -152,7 +152,7 @@ gpgsm_add_to_certlist (const char *name, CERTLIST *listaddr)
|
|||
rc = GNUPG_Ambiguous_Name;
|
||||
}
|
||||
if (!rc)
|
||||
rc = gpgsm_validate_path (cert);
|
||||
rc = gpgsm_validate_path (cert, NULL);
|
||||
if (!rc)
|
||||
{
|
||||
CERTLIST cl = xtrycalloc (1, sizeof *cl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue