mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Print a 'f' for validated non-root certificates in gpgsm colon style listing.
Doc fixes.
This commit is contained in:
parent
ac5c3fab30
commit
7b81a6b074
5 changed files with 17 additions and 2 deletions
|
@ -415,6 +415,8 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity,
|
|||
*truststring = 'e';
|
||||
else if (valerr)
|
||||
*truststring = 'i';
|
||||
else if (ctrl->with_validation && !is_root)
|
||||
*truststring = 'f';
|
||||
}
|
||||
|
||||
/* If we have no truststring yet (i.e. the certificate might be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue