-
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
Test failure when building against OpenSSL 3 on macOS #984
Comments
This would be a breaking change, so I don't think we should do it. I'd prefer API stability over compatibility with OpenSSL 3. There are some (blockchain/encoding-critical) projects out there that rely on libsecp256k1 (without the lax parser). |
Ok sure, we could do this but it's work and I don't think Bitcoin Core would benefit from this, so we should not spend time on this. And new applications shouldn't use ECDSA at all. |
The related issue bitcoin/bitcoin#23048 |
Building 2a3a97c:
test-suite.log:
config.log
If I build against an older version of OpenSSL, i.e 1.1, I don't see any issues:
The text was updated successfully, but these errors were encountered: