Skip to content
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

mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT #7498

Closed
JonathanWitthoeft opened this issue Apr 26, 2023 · 1 comment · Fixed by #7499
Closed

mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT #7498

JonathanWitthoeft opened this issue Apr 26, 2023 · 1 comment · Fixed by #7499
Labels
bug component-crypto Crypto primitives and low-level interfaces size-xs Estimated task size: extra small (a few hours at most)

Comments

@JonathanWitthoeft
Copy link
Contributor

When ECDSA_SIGN_ALT but not ECDSA_VERIFY_ALT, mbedtls_ecdsa_can_do was not being defined causing mbedtls_ecdsa_verify_restartable to always fail

@tom-daubney-arm tom-daubney-arm added bug component-crypto Crypto primitives and low-level interfaces size-s Estimated task size: small (~2d) size-xs Estimated task size: extra small (a few hours at most) and removed size-s Estimated task size: small (~2d) labels Apr 28, 2023
@tom-daubney-arm
Copy link
Contributor

Thank you for the report and the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component-crypto Crypto primitives and low-level interfaces size-xs Estimated task size: extra small (a few hours at most)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants