commit | 8452b18172c76723ca6bd0606c8696d8c588673b | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Fri Dec 15 11:27:56 2017 +0800 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Apr 01 06:32:13 2019 +0200 |
tree | fedbe067da0765b94b03cdb270fec6d9f7179cee | |
parent | 12484fc76d224d174b691b211fff84265077ff1b [diff] |
libmbedtls: fix no CRT issue b95a6c5de200 ("libmbedtls: fix no CRT issue") from branch import/mbedtls-2.16.0 In NO_CRT mode, Q and P may be invalid. But Q and P will be re-filled again if PRNG function is valid. So add judgement process if it is in NO_CRT mode. Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Summer Qin <summer.qin@arm.com> Signed-off-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