| commit | e58b15867d4779d28866881a69a55042c3f2afe8 | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Fri Sep 02 11:54:14 2022 +0300 |
| committer | Jerome Forissier <jerome.forissier@linaro.org> | Thu Sep 29 14:56:33 2022 +0200 |
| tree | d322f7affe38fa1632f5d47adca9cc14a5774631 | |
| parent | 5364e6155dbe1511c2b506c7320533170c56ab0f [diff] |
libteeacl: Add new ACL helper library Add helper library libteeacl containing functions that can be used to generate the hashed UUID of the user or group. These can then be configured to PKCS#11 tokens provided by libckteec for Access Control List (ACL) based access. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers