commit | 68dbc5120c4bb24cc9ab5dd72834f2b845d9e10b | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Wed Dec 04 16:56:31 2024 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Dec 05 14:49:10 2024 +0100 |
tree | 1d5de63e72a23d5d0c2f675b0697aeed501ad5f6 | |
parent | 5a7f71cc783a432f5aa9b2c19447a9d322c387dc [diff] |
xtest: regression_4016: ED25519 Asymm sign against short buffer cases Test that providing a too small signature output buffer for an ED25519 signature makes the GP TEE Internal Core API to return TEE_ERROR_SHORT_BUFFER as expected and that providing a bigger buffer returns the expected signature size. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> 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