commit | 86caa9589c6f368100971514665ba04354ba4337 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Fri Jan 22 16:30:41 2021 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Feb 04 18:21:20 2021 +0100 |
tree | 62af80fafdfb90cb0356657ccf6a4b4c25e04e51 | |
parent | 823d1c10180c2b62c129ea3298311a660e9f43ca [diff] |
libmbedtls: add SM2 curve When MBEDTLS_ECP_DP_SM2_ENABLED is set, adds support for the ECC curve defined for the Chinese SM2 algorithm (G/MT 0003 Part 5, [1]). Link: [1] http://www.gmbz.org.cn/upload/2018-07-24/1532401863206085511.pdf Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers