diff options
| author | Werner Koch <[email protected]> | 2008-08-13 15:41:48 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-08-13 15:41:48 +0000 |
| commit | 7b81a6b074cf215d112b05364ba08082c0ad455b (patch) | |
| tree | 04a040821ab81df1c2b1829a38557361ec619640 /sm/keylist.c | |
| parent | Cehck for expire date overflows. (diff) | |
| download | gnupg-7b81a6b074cf215d112b05364ba08082c0ad455b.tar.gz gnupg-7b81a6b074cf215d112b05364ba08082c0ad455b.zip | |
Print a 'f' for validated non-root certificates in gpgsm colon style listing.
Doc fixes.
Diffstat (limited to 'sm/keylist.c')
| -rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index c593ccc46..014147e69 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -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 |
