-
Notifications
You must be signed in to change notification settings - Fork 582
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
FFI: botan_pubkey_load_ecdsa() call started to fail on master. #4615
Comments
Does this fail for all curves or only some? If only some which ones? Are you compiling with |
What error code is returned? Is there any additional information if you set env |
Use of |
@randombit Thanks for the prompt reply! Here is configuration step from CI runner, we do use
|
OK that's it In 3.7.0 You can then add back specific curves by enabling a module that implements just that curve:
In 3.8.0 there will also be a Lastly you can enable |
@randombit Thanks for the explanation, we'll adjust our CI scripts accordingly. Do I correctly understand that curve module names are newly added ones, which were not available before the 3.7.0? |
1 similar comment
@randombit Thanks for the explanation, we'll adjust our CI scripts accordingly. Do I correctly understand that curve module names are newly added ones, which were not available before the 3.7.0? |
Most were added in 3.5.0, with the exceptions of |
OK I think you're set here so closing. I added a lengthy release note in #4616 to hopefully reduce the number of people who hit this |
Thanks for your help! |
Previously working for years
botan_pubkey_load_ecdsa()
call started to fail within the latest week or two (we have CI runs based on Botan's latest master). Is it something we should take care of? Actually, it is preferred to keep FFI working in the way it was before as may cause problems to existing users.Here is the code snippet we use:
The text was updated successfully, but these errors were encountered: