1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Finished PKA feature

This commit is contained in:
Werner Koch 2005-12-20 20:19:16 +00:00
parent 64fa7ea37e
commit f1482aab4e
41 changed files with 26561 additions and 21524 deletions

View file

@ -450,7 +450,12 @@ init_trustdb()
}
if(opt.verbose)
log_info(_("using %s trust model\n"),trust_model_string());
{
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"));
}
}
if(opt.trust_model==TM_PGP || opt.trust_model==TM_CLASSIC)
@ -2156,7 +2161,8 @@ validate_keys (int interactive)
* here when needed */
if (!utk_list)
{
log_info (_("no ultimately trusted keys found\n"));
if (!opt.quiet)
log_info (_("no ultimately trusted keys found\n"));
goto leave;
}