mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-12 09:31:29 +08:00

Previously we kept the ecdsa context created by the PK layer for ECDSA operations on ECKEY in the ecdsa_restart_ctx structure, which was wrong, and caused by the fact that we didn't have a proper handling of restart sub-contexts in the PK layer.