-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not build with OpenSSL 1.x #75
Comments
The openssl 1.1 compat usually causes many issues, including sometimes runtime issues, so I think we should bring up if we want to still support this lib that has been deprecated for almost 1 year. |
I just wanted to point it out. That's fine by me, if we still manage to support enough platforms. Specifically, Ubuntu 20 will need to be dropped, unless there's a PPA for that somewhere. Debian 11 obviously doesn't work anymore either. (I can open a bug on everest-utils for that.) |
This line: libevse-security/CMakeLists.txt Line 46 in 4330ce2
should probably state version 3:
|
Closes with: #76 |
Describe the bug
libevse-security no longer builds with the Docker build script in everest-utils, which uses Debian 11 with OpenSSL 1.x.
In commit acc12fe, a dependency to OpenSSL 3 was reintroduced, through the use of (among others)
X509_add_cert()
.To Reproduce
In everest-utils:
Anything else?
See also the recent issues
EVerest/everest-utils#112
and
#31
So I assume OpenSSL 1.x compatibility is still desired.
The text was updated successfully, but these errors were encountered: