commit | 1718b6c982db6d32f7a85f40a309578e5f882799 | [log] [tgz] |
---|---|---|
author | Markus S. Wamser <markus.wamser@mixed-mode.de> | Tue Apr 30 12:06:14 2019 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Wed Jun 26 08:49:56 2019 +0200 |
tree | fb625296faa90371f4a03b625dc99d3e7cd05679 | |
parent | 0a6f2bcaec59ba016a066c08245244ebaa2aac81 [diff] |
pem_to_pub_c.py: Rework code to be more pythonic Instances of open() were wrapped in with statements to ensure proper closing of files even in the case of errors. This also improves the readability of the code. Signed-off-by: Markus S. Wamser <markus.wamser@mixed-mode.de> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> [jf: add file name to commit subject and use imperative mood] Signed-off-by: Jerome Forissier <jerome.forissier@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