aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sm/ChangeLog5
-rw-r--r--sm/certchain.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index c3b0e88b0..8d39133ad 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-28 Werner Koch <[email protected]>
+
+ * certchain.c (gpgsm_validate_chain): Changed the message printed
+ for an untrusted root certificate.
+
2004-01-27 Werner Koch <[email protected]>
* certdump.c (parse_dn_part): Pretty print the nameDistinguisher OID.
diff --git a/sm/certchain.c b/sm/certchain.c
index 59577f6a5..64be1aed8 100644
--- a/sm/certchain.c
+++ b/sm/certchain.c
@@ -585,8 +585,8 @@ gpgsm_validate_chain (CTRL ctrl, ksba_cert_t cert, ksba_isotime_t r_exptime)
{
gpgsm_dump_cert ("issuer", subject_cert);
log_info ("after checking the fingerprint, you may want "
- "to enter it manually into "
- "\"~/.gnupg-test/trustlist.txt\"\n");
+ "to add it manually to the list of trusted "
+ "certificates.\n");
}
}
else