Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtest: pkcs11_1025: ED25519 Asymm sign against short buffer cases
Test that providing a too small signature output buffer for an ED25519 sign operation makes the Cryptoki API function to return CKR_OK (nul size case) or CKR_BUFFER_TOO_SMALL (non-nul too small size) 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>
- Loading branch information