commit | 6a760c9e3e5c220ce5bf3cad7438707b6b3a5448 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Nov 03 21:40:28 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 10 10:42:00 2020 +0100 |
tree | 95d967025a48191e2d94fa65220f839c37f0b965 | |
parent | 27024524f0a5612864471684ccd1e4758644b154 [diff] |
ta: pkcs11: fix error handling when reading ALLOWED_MECHANISMS list If parent_key_complies_allowed_processings() cannot return a clear status on the mechanism IDs allowed by a key object, then something is broken. This cannot happen hence panic. Reviewed-by: Ruchika Gupta <ruchika.gupta@linaro.org> Signed-off-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