-
Notifications
You must be signed in to change notification settings - Fork 190
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
Build failures with older OpenSSL versions #584
Comments
This issue was introduced by commit 5316c33 released in version 0.4.12. |
https://openssl-library.org/source/ "All older versions (including 1.1.1, 1.1.0, 1.0.2, 1.0.0 and 0.9.8) are now out of support and should not be used. Users of these older versions are encouraged to upgrade to 3.4 as soon as possible. Extended support for 1.1.1 and 1.0.2 to gain access to security fixes for those versions is available." OpenSC in 2023 set min version to 1.1.1 |
And OpenSC can be built with LiberSSL which sets |
While libp11 is a subproject of the OpenSC project, it's not required to support the same subset of software dependencies. Bear in mind that libp11 is also useful with PKCS#11 modules other than OpenSC. BTW: I intend to merge an OpenSSL provider for PKCS#11 later this month. We are currently writing tests and documentation. |
With OpenSSL 1.0.0 and 1.0.1:
I think we should either fix this error, or change the minimum supported OpenSSL version and remove any code conditionally compiled with older OpenSSL versions.
The text was updated successfully, but these errors were encountered: