mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 17:12:59 +00:00
Now all checks related to profile are covered in: - verify_with_profile() - verify_child() - verify_top() (that's 10 lines that were previously not covered) Leaving aside profile enforcement in CRLs for now, as the focus is on preparing to refactor cert verification.