commit | 7f8456bbecd281c8b84ceec4ba3cb6fc878af667 | [log] [tgz] |
---|---|---|
author | Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> | Sun May 02 15:33:17 2021 +0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 26 09:03:48 2021 +0200 |
tree | f06f54c8b52b652b3ad68b01126320c6e9ae314f | |
parent | 7b482a0560ec7ff164109b36799bd9f790c29b3a [diff] |
xtest: pkcs11: Add PKCS #1 RSA PSS signing tests Adds tests to exercise RSA 1024, 2048, 3072 and 4096 bit functionality. - Key pair generation - Signing and verification (single op) - Signing and verification (multi stage) Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Reviewed-by: Etienne Carriere <etienne.carriere@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