https://issues.apache.org/bugzilla/show_bug.cgi?id=57395
Bug ID: 57395
Summary: [PATCH] Unbreak 2.2 build with LibreSSL
Product: Apache httpd-2
Version: 2.2.29
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32331
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32331&action=edit
PAtch fixing build of mod_ssl with LibreSSL
Patch for apache22 to build cleanly with LibreSSL
Apache 2.2 (and 2.4) can not be built when LibreSSL is used as SSL library.
LibreSSL has (amongst others)
- removed RAND_egd
- removed CHIL engine
- added SSL_CTX_use_certificate_chain
- removed compression for SSL and TLS
this leads to build failures for missing and redefining functions. This patch
fixes these errors by
- adding a check for RAND_egd and SSL_CTX_use_certificate_chain
- make Apache pick up the SSL_NO_COMP define (OpenSSL sets OPENSSL_NO_COMP)
- using an already available define for CHIL
- using defines for the added checks
See https://issues.apache.org/bugzilla/show_bug.cgi?id=57375 for the 2.4 patch
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]