From 167c587a5691aaf8fa04fbfad083fcdbe2277de6 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sun, 10 Nov 2013 05:16:27 -0500 Subject: [PATCH] spec: TLS certificates: avoid MD5 Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea. --- doc/doc-docbook/spec.xfpt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 614259a5d..4b9f53ed1 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -26057,6 +26057,12 @@ validation to succeed, of course, but if it's not preinstalled, sending the root certificate along with the rest makes it available for the user to install if the receiving end is a client MUA that can interact with a user. +Note that certificates using MD5 are unlikely to work on today's Internet; +even if your libraries allow loading them for use in Exim when acting as a +server, increasingly clients will not accept such certificates. The error +diagnostics in such a case can be frustratingly vague. + + .section "Self-signed certificates" "SECID187" .cindex "certificate" "self-signed" -- 2.30.2