mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 16:32:57 +00:00
The tests cover chains of length 0, 1 and 2, with one error, located at any of the available levels in the chain. This exercises all three call sites of f_vrfy (two in verify_top, one in verify_child). Chains of greater length would not cover any new code path or behaviour that I can see.