From: Phil Pennock Date: Sun, 10 Nov 2013 10:16:27 +0000 (-0500) Subject: spec: TLS certificates: avoid MD5 X-Git-Tag: exim-4_83_RC1~102 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/167c587a5691aaf8fa04fbfad083fcdbe2277de6 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. --- 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"