mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, gpg.c (main, parse_trust_model), pkclist.c
(check_signatures_trust), mainproc.c (check_sig_and_print, pka_uri_from_sig), trustdb.c (init_trustdb): Some tweaks to PKA so that it is a verify-option now.
This commit is contained in:
parent
81e2591421
commit
4f9efb7a79
6 changed files with 23 additions and 50 deletions
|
@ -450,12 +450,7 @@ init_trustdb()
|
|||
}
|
||||
|
||||
if(opt.verbose)
|
||||
{
|
||||
log_info(_("using %s trust model\n"),trust_model_string());
|
||||
if (opt.pka_trust_increase)
|
||||
log_info(_("PKA verification is allowed to"
|
||||
" leverage trust to full\n"));
|
||||
}
|
||||
log_info(_("using %s trust model\n"),trust_model_string());
|
||||
}
|
||||
|
||||
if(opt.trust_model==TM_PGP || opt.trust_model==TM_CLASSIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue