Re: Fix building without NPN support

2018-02-15 Thread Bernard Spil
On 2018-02-15 15:03, Lukas Tribus wrote: Hello, On 15 February 2018 at 13:42, Bernard Spil <br...@freebsd.org> wrote: Hello HAProxy maintainers, https://github.com/Sp1l/haproxy/tree/20180215-fix-no-NPN Fix build with OpenSSL without NPN capability OpenSSL can be built without NEXTPR

Fix building without NPN support

2018-02-15 Thread Bernard Spil
: Bernard Spil <br...@freebsd.org> Date: Thu, 15 Feb 2018 13:34:58 +0100 Subject: [PATCH] Fix build with OpenSSL without NPN capability OpenSSL can be built without NEXTPROTONEG support by passing -no-npn to the configure script. This sets the OPENSSL_NO_NEXTPROTONEG flag in opensslconf.h

Re: Fix building haproxy with recent LibreSSL

2017-10-24 Thread Bernard Spil
On 03.08.2017 10:07, Willy Tarreau wrote: Hi Bernard, I'm CCing Emeric since this affects SSL. I have some comments below. On Tue, Jul 25, 2017 at 05:03:10PM +0200, Bernard Spil wrote: On 2017-07-04 10:18, Willy Tarreau wrote: > On Tue, Jul 04, 2017 at 11:12:20AM +0300, Dmitry Sivache

Re: Fix building haproxy with recent LibreSSL

2017-07-26 Thread Bernard Spil
On 2017-07-25 17:03, Bernard Spil wrote: On 2017-07-04 10:18, Willy Tarreau wrote: On Tue, Jul 04, 2017 at 11:12:20AM +0300, Dmitry Sivachenko wrote: >> https://www.mail-archive.com/haproxy@formilux.org/msg25819.html > > > Do you know if the patch applies to 1.8 (it was mangled

Re: Fix building haproxy with recent LibreSSL

2017-07-25 Thread Bernard Spil
On 2017-07-04 10:18, Willy Tarreau wrote: On Tue, Jul 04, 2017 at 11:12:20AM +0300, Dmitry Sivachenko wrote: >> https://www.mail-archive.com/haproxy@formilux.org/msg25819.html > > > Do you know if the patch applies to 1.8 (it was mangled so I didn't try). Sorry, hit reply too fast: no, one

Fix building haproxy-1.7.5 with LibreSSL

2017-04-19 Thread Bernard Spil
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, haproxy 1.7.5 fails to build with LibreSSL 2.5.3. Like OpenSSL, LibreSSL is making structs opaque. Direct access to the members thus leads to build failures. This has been addressed by OpenBSD for 1.6, see