Re: [PATCH] BUILD: ssl: use EVP_CIPH_GCM_MODE macro instead of HA_OPENSSL_VERSION

2021-03-26 Thread William Lallemand
On Fri, Mar 26, 2021 at 11:47:48PM +0500, Илья Шипицин wrote: > Hello, > > yet another patch that removes few HA_OPENSSL_VERSION usage. > > Ilya Pushed in master, thanks. -- William Lallemand

[PATCH] BUILD: ssl: use EVP_CIPH_GCM_MODE macro instead of HA_OPENSSL_VERSION

2021-03-26 Thread Илья Шипицин
Hello, yet another patch that removes few HA_OPENSSL_VERSION usage. Ilya From cda2194398d8c7a4b0ca07ab2ed47c290c92b64f Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Fri, 26 Mar 2021 23:35:31 +0500 Subject: [PATCH] BUILD: ssl: use EVP_CIPH_GCM_MODE macro instead of HA_OPENSSL_VERSION

Re: [PATCH] fine guard for ssl random extraction functions

2021-03-26 Thread William Lallemand
On Thu, Mar 25, 2021 at 12:52:42AM +0500, Илья Шипицин wrote: > Hello, > > yet another patch that removes several occurrences of HA_OPENSSL_VERSION > also, fetches enabled for BoringSSL and LibreSSL-2.7.0 and higher > > Ilya Looks good, pushed in master, thanks! -- William Lallemand

Re: [PATCH] fine guard for ssl random extraction functions

2021-03-26 Thread William Lallemand
On Fri, Mar 26, 2021 at 03:02:27PM +0100, Willy Tarreau wrote: > On Fri, Mar 26, 2021 at 06:45:22PM +0500, ??? wrote: > > Ping :) > > Ilya, please use the MAINTAINERS file to be sure to direct your messages > to the relevant maintainers, because each time you forward them to me, I >

Re: [PATCH] fine guard for ssl random extraction functions

2021-03-26 Thread Willy Tarreau
On Fri, Mar 26, 2021 at 06:45:22PM +0500, ??? wrote: > Ping :) Ilya, please use the MAINTAINERS file to be sure to direct your messages to the relevant maintainers, because each time you forward them to me, I forward them in turn and the integration of your work gets needlessly delayed.

Re: [PATCH] fine guard for ssl random extraction functions

2021-03-26 Thread Илья Шипицин
Ping :) On Thu, Mar 25, 2021, 12:52 AM Илья Шипицин wrote: > Hello, > > yet another patch that removes several occurrences of HA_OPENSSL_VERSION > also, fetches enabled for BoringSSL and LibreSSL-2.7.0 and higher > > Ilya >

Re: is it possible to disable option httpchk per backend?

2021-03-26 Thread Christopher Faulet
Le 25/03/2021 à 17:53, Mariusz Gronczewski a écrit : Hi, is it possible to disable "option httpchk" in specific backend when it is enabled in defaults block? I have config where basically every backend sans one is http so I'd like to keep that in defaults and just disable it in tcp backend