-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
OpenSSL 3 compatibility #3504
Comments
I made the tests based on
|
@obiltschnig wouldn't be possible to use legacy provider for now? |
I tried it with the latest version from the testing branch, but the errors are still there. |
@andy9a9 Can you verify that you have the OpenSSL legacy provider available in your version of OpenSSL 3? |
@obiltschnig I verified, that I double checked it, the first error But looks like, that there is a certificate problem. I'm expecting the |
Fine, there was an "error", that certificates have now reverse order.
so this issue is solved. I've founded an another one in different component when gtest is going to close.
|
please open another issue with SSCCE |
After some analysis, looks like, that problem is on our side. I will raise an issue, if there something broken on your side. |
I was trying to compile the application with OpenSSL 3 crypto libs, but looks like is it's not compatible.
Would it be possible to make it compatible also with OpenSSL 3?
The text was updated successfully, but these errors were encountered: