mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 21:28:45 +00: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.