mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 20:42:59 +00:00
As the new PKCS v1.5 verification function opaquely compares an expected encoding to the given one, it cannot distinguish multiple reasons of failure anymore and instead always returns MBEDTLS_ERR_RSA_VERIFY_FAILED. This necessitates some modifications to the expected return values of some tests verifying signatures with bad padding.