| commit | 8b3f7fe3401f0853b4af32aed2c1b436f3a36377 | [log] [tgz] |
|---|---|---|
| author | Jorge Ramirez-Ortiz <jorge@foundries.io> | Thu Dec 02 23:06:01 2021 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Tue Feb 08 14:47:57 2022 +0100 |
| tree | 7c5958ed5e9b11b2b70961c02b2351c7ee9403e1 | |
| parent | 06db73b3f3fdb8d23eceaedbc46c49c0b45fd1e2 [diff] |
libckteec: add support for ECDH derive This commit adds support for Elliptic curve Diffie-Hellman key derivation, a mechanism where each party contributes one key pair all using the same EC domain parameters. The mechanism derives a secret value and truncates the result. Tested with pkcs11_tool -m ECDH1-DERIVE Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
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_client.
// OP-TEE core maintainers