Added pkcs11 keygen test script.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-09-26 20:09:43 +02:00
parent d906df2809
commit 37421d9aad
5 changed files with 61 additions and 26 deletions

4
tests/scripts/reset.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent
test $? -eq 0 || exit $?