mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-28 15:11:06 +01:00
RSA verification now returns MBEDTLS_ERR_RSA_VERIFY_FAILED where it used to return MBEDTLS_ERR_RSA_INVALID_PADDING. Fix pk_rsa_match. This ompletes the functional merge of: * "Adapt test suites to modified error codes" * "PK: support for opaque keys"