commit | e4f3cd1d5684fd92201b31a378c1c53e381ee09c | [log] [tgz] |
---|---|---|
author | Valerii Chubar <valerii_chubar@epam.com> | Wed Sep 28 14:38:08 2022 +0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 25 18:00:45 2022 +0200 |
tree | 7f07809cd93969e26ac8ccbbb8996b1cad74992e | |
parent | ab9863cc187724e54c032b738c28bd6e9460a4db [diff] |
xtest: pkcs11: Add PKCS11 ED25519 tests Adds tests to import, sign and verify ED25519, ED25519ctx and ED25519ph. The PKCS11 Specification: https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/cs01/ pkcs11-spec-v3.1-cs01.pdf Signed-off-by: Valerii Chubar <valerii_chubar@epam.com> Acked-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