commit | 91fc6bd89309eebdfbe3d7203a046958b8c5a3eb | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Dec 17 09:19:56 2019 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Jan 07 14:14:36 2020 +0100 |
tree | 9a216c84c284809895210d04bc2b3bba7768a338 | |
parent | f9a78287dd1217877e079f0c3cc83f6181a51dc7 [diff] |
core: crypto: add support for SM2 PKE Adds SM2 Public Key Encryption [1] using LibTomCrypt. The TA interface complies with the GlobalPlatform TEE Internal Core API version 1.2. SM2 is enabled with CFG_CRYPTO_SM2_PKE=y (default y) which currently requires that CFG_CRYPTOLIB_NAME=tomcrypt. An Mbed TLS implementation could be added later if needed. [1] http://www.gmbz.org.cn/main/postDetail.html?id=20180724110812 Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@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