commit | 3b5558a745f18f14d01ecc33f9a5cc7ba68f226c | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Thu Mar 12 09:55:26 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Mar 27 11:50:14 2020 +0100 |
tree | 91040c298af7929a24c1e8e4cb09a4290a053662 | |
parent | d312129950dc8334b6cae2c0c09accbfb75600e7 [diff] |
pkcs11 1002: test session API functions Add test of C_OpenSession(), C_GetSessionInfo(), C_CloseSession() and C_CloseAllSessions() from PKCS11 TA test token in pkcs11 regression test 1002. Test token over which test is made is the last slot found if the slot list reported by the Cryptoki library. Helper function init_lib_and_find_token_slot() takes care of Cryptoki pre-session setup. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
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_test.
// OP-TEE core maintainers