diff options
author | Phil Pennock <pdp@exim.org> | 2015-05-29 15:46:47 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2015-05-29 15:51:53 -0400 |
commit | 34e3241d80cf27c1ac37d4aab00bc77392a6265e (patch) | |
tree | 2781ff1fdd8367c480cb634452b788d48e738f44 /src/ACKNOWLEDGMENTS | |
parent | 895ddecbf0ce674422032b88c4aa41c45c97186f (diff) |
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/ACKNOWLEDGMENTS | 1 |
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 |