commit | 1c3d6be5eaa6174e3dbabf60928d15628e39b994 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon May 29 12:25:22 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 12 16:10:01 2023 +0200 |
tree | 2397f8118a682115df6bcc96143d73fc67c621a1 | |
parent | b49d6965716e4b4bc4b84b0f3866ca2043becde9 [diff] |
ta/crypt: update to mbedTLS 3.4.0 API The mbedtls_pk_parse_key() has two new paramters with the new 3.x API in. Fix the call of mbedtls_pk_parse_key(). The X.509 self test is removed so remove the call to that test in the TA. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers