Add signature and verification tests for RSA and ECDSA.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-10-02 00:48:54 +02:00
parent 37421d9aad
commit 1105a1263c
7 changed files with 208 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
./tests/scripts/reset.sh > /dev/null 2>&1
test $? -eq 0 || exit $?
source ./tests/scripts/func.sh
reset
# Change SO-PIN
pkcs11-tool --login --login-type so --so-pin 3537363231383830 --change-pin --new-pin 0123456789012345 > /dev/null 2>&1