mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
(gpgsm_validate_chain): The trust check didn't
worked anymore, probably due to the changes at 2003-03-04. Fixed.
This commit is contained in:
parent
8add759d64
commit
08b98804e4
2 changed files with 8 additions and 0 deletions
|
@ -701,6 +701,9 @@ gpgsm_validate_chain (ctrl_t ctrl, ksba_cert_t cert, ksba_isotime_t r_exptime,
|
|||
gpg_strerror (rc));
|
||||
}
|
||||
|
||||
if (rc)
|
||||
goto leave;
|
||||
|
||||
/* Check for revocations etc. */
|
||||
if ((flags & 1))
|
||||
rc = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue