commit | cd8d61fd5dc8634e62d8a4eb408e1db7f823fc04 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Thu Jan 30 15:23:09 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jan 31 13:03:46 2025 +0100 |
tree | a1b1f5dfcec6eafa8b47698d32da8abd85de099a | |
parent | 39c66d6a40bcbf06d2d235d7cccc4e99c5050da8 [diff] |
regression_4009: update deprecated TEE_ALG_ECDH_P* Replace deprecated TEE_ALG_ECDH_P192, TEE_ALG_ECDH_P224, TEE_ALG_ECDH_P256, TEE_ALG_ECDH_P384 and TEE_ALG_ECDH_P521 with TEE_ALG_ECDH_DERIVE_SHARED_SECRET that defines the ECDH key derivation algorithm with any EC key size. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Jens Wiklander <jens.wiklander@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