You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake in the manylinux container is too old to correctly find OpenSSL 3.x (it detects the version as ".0.0", which then fails the requirements check for ">1.x.y").
OpenSSL 3.1.1 does build just fine in manylinux2014 and above, but gives off a number of deprecation warnings. (also needs krb5 update)
Besides OpenSSL 1.1 itself being EOL now, it is compiled using MSVC 2013 on AppVeyor, which means that those binaries depend on the MSVS 2013 (MSVCR12) runtime, which is also approaching EOL. OpenSSL 3 on AppVeyor links against UCRT and avoids that.
No description provided.
The text was updated successfully, but these errors were encountered: