commit | 8a86a00a64492d1aab86950d664d09addbf13c9d | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Mon Jan 22 15:43:11 2024 +0100 |
committer | Kis Imre <imre.kis@arm.com> | Thu Jan 25 17:30:29 2024 +0100 |
tree | 6157822cae2ebeffdefece2acd5b131f2cad6e12 | |
parent | 3874ab4c91e25fed985f6480025f357d64b33915 [diff] |
Update Mbed TLS to 3.5.1 Commit ab5707185a9e ("Add a minimum rsa key size config to psa config") introduced a minimal RSA key size condition to prevent accidental misuse. The limit is set to 1024 bits and generating shorter RSA keys will result in PSA_ERROR_NOT_SUPPORTED. Increase key size crypto tests in TS service test to pass this check. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I917d0bf572fbf763a68c6d479d23ba66e9da6c13