-
Notifications
You must be signed in to change notification settings - Fork 1k
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 will deprecate some of the functions we use in tests #869
Comments
There is nothing to worry about here; OpenSSL is only used to test/benchmark against. This means we'll either want to update the OpenSSL usage to whatever the ECDSA API is being replaced with, or drop support for it entirely. |
@rex4539 Which OpenSSL version do you use? AFAIU these functions will be deprecated in OpenSSL 3, which has not been released yet. |
Aha, ahead of the curve it seems.
|
real-or-random
changed the title
Warnings during compilation
OpenSSL 3 will deprecate some of the functions we use in tests
Jan 20, 2021
real-or-random
added a commit
that referenced
this issue
Oct 16, 2021
bc08599 Remove OpenSSL testing support (Pieter Wuille) Pull request description: This removes the ability to test against OpenSSL, as well as the OpenSSL verification benchmark. The motivation is that OpenSSL 3 is deprecating part of the API used here (see #869), and I'm not sure it's worth maintaining. We do lose the fact that this is the only test that verifies randomly-generated cases against an independent implementation. On the other hand, there are tons of existing fixed tests now that test all kinds of edge cases already. ACKs for top commit: elichai: tACK bc08599 real-or-random: ACK bc08599 jonasnick: ACK bc08599 Tree-SHA512: 632e6d3cf7bbc5828f5ca1f0f2a92c80bcb681bbcd4320c352b4a86fd521e410c852ccebcfc30fadc8fbf86649267a9e521f53e0f78072a8cd74d8726da28973
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: