commit | 7727182ecb5687a648fff1387ef23b6445d06094 | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Fri Dec 15 11:27:56 2017 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Apr 07 11:15:15 2020 +0200 |
tree | 7f40ee2ff9c091152f3aebcc45d60c6c3841e32c | |
parent | 120737075dcfc0dd1bc469fcaf13bb0e2696d002 [diff] |
libmbedtls: fix no CRT issue 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