| tag | 7f8ce5325e965d629c63f6ea012f91eefd3e8138 | |
|---|---|---|
| tagger | Jens Wiklander <jens.wiklander@linaro.org> | Mon Dec 29 13:40:42 2025 +0100 |
| object | e217db37e9912d012b3bf2a6e3b7fe2dbdc3bffa |
4.9.0-rc1
| commit | e217db37e9912d012b3bf2a6e3b7fe2dbdc3bffa | [log] [tgz] |
|---|---|---|
| author | Amey Avinash Raghatate <AmeyAvinash.Raghatate@amd.com> | Fri Aug 22 12:58:58 2025 +0530 |
| committer | Jerome Forissier <jerome@forissier.org> | Tue Dec 16 10:49:47 2025 +0100 |
| tree | 5bd8fe519c358831ebb7d3ef091a6d0674a4aeb6 | |
| parent | 4643e4b26aafc861ff401839215311e0b5386424 [diff] |
ecdh: new example demonstrating ECDH shared secret derivation - Introduced a new example utilizing the TEE_ALG_ECDH_DERIVE_SHARED_SECRET algorithm. - This example demonstrates how to establish a shared secret using Elliptic Curve Diffie-Hellman (ECDH). - Provides a reference for secure key exchange and cryptographic operations with ECDH in OP-TEE. Signed-off-by: Amey Avinash Raghatate <ameyavinash.raghatate@amd.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in 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_examples.
// OP-TEE core maintainers