Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Willy Tarreau
On Fri, Sep 24, 2021 at 08:25:23PM +0500, ??? wrote: > I thought that it would be overcomplicating, but I've got your idea. > I will send v2 this weekend or early next week Thank you :-) No rush anyway. Willy

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Илья Шипицин
пт, 24 сент. 2021 г. в 20:23, Willy Tarreau : > On Fri, Sep 24, 2021 at 08:09:29PM +0500, ??? wrote: > > ??, 24 . 2021 ?. ? 19:49, Willy Tarreau : > > > > > On Fri, Sep 24, 2021 at 07:14:40PM +0500, ??? wrote: > > > > > I'd really prefer that we address all this API stuff

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Willy Tarreau
On Fri, Sep 24, 2021 at 08:09:29PM +0500, ??? wrote: > ??, 24 . 2021 ?. ? 19:49, Willy Tarreau : > > > On Fri, Sep 24, 2021 at 07:14:40PM +0500, ??? wrote: > > > > I'd really prefer that we address all this API stuff through the > > > > openssl-compat stuff, so that over

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Илья Шипицин
пт, 24 сент. 2021 г. в 19:49, Willy Tarreau : > On Fri, Sep 24, 2021 at 07:14:40PM +0500, ??? wrote: > > > I'd really prefer that we address all this API stuff through the > > > openssl-compat stuff, so that over time we can more easily drop > > > unneeded stuff. Above that could be done

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Willy Tarreau
On Fri, Sep 24, 2021 at 07:14:40PM +0500, ??? wrote: > > I'd really prefer that we address all this API stuff through the > > openssl-compat stuff, so that over time we can more easily drop > > unneeded stuff. Above that could be done this way: > > > > #if (OPENSSL_VERSION_NUMBER >=

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Илья Шипицин
пт, 24 сент. 2021 г. в 18:44, Willy Tarreau : > Hi Ilya, > > On Mon, Sep 20, 2021 at 10:37:04PM +0500, ??? wrote: > > Subject: [PATCH] BUILD: SSL: function "ERR_func_error_string" is > deprecated in > > OpenSSL-3.0.0 > > > > let us prepare for using OpenSSL-3.0.0 in no deprecation mode

Re: [PATCH] guard "ERR_func_error_string" for OpenSSL-3.0.0 no deprecated mode

2021-09-24 Thread Willy Tarreau
Hi Ilya, On Mon, Sep 20, 2021 at 10:37:04PM +0500, ??? wrote: > Subject: [PATCH] BUILD: SSL: function "ERR_func_error_string" is deprecated in > OpenSSL-3.0.0 > > let us prepare for using OpenSSL-3.0.0 in no deprecation mode > --- > src/ssl_sock.c | 7 ++- > 1 file changed, 6