summaryrefslogtreecommitdiff
path: root/src/ACKNOWLEDGMENTS
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2015-05-29 15:46:47 -0400
committerPhil Pennock <pdp@exim.org>2015-05-29 15:51:53 -0400
commit34e3241d80cf27c1ac37d4aab00bc77392a6265e (patch)
tree2781ff1fdd8367c480cb634452b788d48e738f44 /src/ACKNOWLEDGMENTS
parent895ddecbf0ce674422032b88c4aa41c45c97186f (diff)
downloadexim4-34e3241d80cf27c1ac37d4aab00bc77392a6265e.tar.gz
OpenSSL: guard X509_check_host against LibreSSL
LibreSSL's fork does not have this new function; as well as adding a `LIBRESSL_VERSION_NUMBER` value, that project bumped the OpenSSL version number in such a way as to conflict with our existing version checks. * Add a guard. * Add commentary, suggesting how to avoid getting into twistier knots with API divergence. Reported by Jasper Wallace, who provided a slightly different patch. Fixes bug 1635
Diffstat (limited to 'src/ACKNOWLEDGMENTS')
-rw-r--r--src/ACKNOWLEDGMENTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ACKNOWLEDGMENTS b/src/ACKNOWLEDGMENTS
index 1c4a93445..ca88603e0 100644
--- a/src/ACKNOWLEDGMENTS
+++ b/src/ACKNOWLEDGMENTS
@@ -449,6 +449,7 @@ Jan Srzednicki Patch improving Dovecot authenticator
Samuel Thibault Patch fixing IPv6 interface address detection on Hurd
Martin Tscholak Reported issue with TLS anonymous ciphersuites
Stephen Usher Patch fixing use of Oracle's LDAP libraries on Solaris
+Jasper Wallace Patch for LibreSSL compatibility
Holger Weiß Patch leting ${run} return more data than OS pipe
buffer size
Moritz Wilhelmy Pointed out PCRE_PRERELEASE glitch