mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-11 22:01:08 +02:00
(gpgsm_validate_chain): Changed the message printed
for an untrusted root certificate.
This commit is contained in:
parent
fa5d1513a2
commit
a0cb56fe7f
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-28 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* certchain.c (gpgsm_validate_chain): Changed the message printed
|
||||||
|
for an untrusted root certificate.
|
||||||
|
|
||||||
2004-01-27 Werner Koch <wk@gnupg.org>
|
2004-01-27 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* certdump.c (parse_dn_part): Pretty print the nameDistinguisher OID.
|
* certdump.c (parse_dn_part): Pretty print the nameDistinguisher OID.
|
||||||
|
@ -585,8 +585,8 @@ gpgsm_validate_chain (CTRL ctrl, ksba_cert_t cert, ksba_isotime_t r_exptime)
|
|||||||
{
|
{
|
||||||
gpgsm_dump_cert ("issuer", subject_cert);
|
gpgsm_dump_cert ("issuer", subject_cert);
|
||||||
log_info ("after checking the fingerprint, you may want "
|
log_info ("after checking the fingerprint, you may want "
|
||||||
"to enter it manually into "
|
"to add it manually to the list of trusted "
|
||||||
"\"~/.gnupg-test/trustlist.txt\"\n");
|
"certificates.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user