commit | de74633b864db508cee353fc5710aa82ceca9d2c | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Wed Mar 04 19:43:53 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Mar 05 17:10:24 2020 +0100 |
tree | f6a019b09f1455224f695815e49d971f64cbf68c | |
parent | 6818d5f3b828bacd061f8f14f49272ad344f8fc4 [diff] |
pkcs11 1001: test C_GetSlotList() for zero-count non-NULL buffer case Check C_GetSlotList() returns CKR_BUFFER_TOO_SMALL, not CKR_OK when called with a non-NULL ID buffer reference and a count info to ID. Prior this change was this specific test not covered in case TA implements more than 1 token. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-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