| commit | d26d885c82d2455cbf50c4f0d45108ca5ce28382 | [log] [tgz] |
|---|---|---|
| author | Valerii Chubar <valerii_chubar@epam.com> | Mon Nov 14 11:44:33 2022 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Fri Nov 18 14:42:09 2022 +0100 |
| tree | 0975a4c6528a249dab250fd114aeb980c7c613e9 | |
| parent | cb3842cb92255989a402c032797be999eebb9158 [diff] |
libckteec: Add RSA AES key wrap serialization The PKCS#11 Specification: https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/cs01/ pkcs11-spec-v3.1-cs01.pdf 6.1.23 RSA AES KEY WRAP Signed-off-by: Valerii Chubar <valerii_chubar@epam.com> Reviewed-by: Etienne Carriere <etienne.carriere@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