This voting thread passes with the following binding +1s:
- Rob Tompkins
- Gary Gregory
- Bruno Kinoshita
Gary
On Sat, Oct 28, 2023 at 2:13 PM Bruno Kinoshita wrote:
>
> +1
>
> build OK, site reports good. Thanks!
>
> On Fri, 27 Oct 2023 at 13:12, Gary Gregory wrote:
>
> > My +1
> >
> > Gary
>
There is quite a lot of Crypto code that depends on the check:
if (dlsym_OpenSSL_version_num() < VERSION_1_1_X)
where
VERSION_1_1_X = 0x1010;
Dropping such support would simplify the code.
Is there any need to continue to support such old versions?
Sebb
Good question. I've asked it myself. I've been planning on doing an
upgrade to support OpenSSL 3.X.+ that maintains support for 1.1.X. That
said, it's been at least a year and I haven't gotten around to it, and I'm
not firmly committed to the idea of maintaining backwards compatibility. I
think