diff options
author | Linus Nordberg <linus@sunet.se> | 2019-10-22 15:40:06 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-10-22 15:40:06 +0200 |
commit | 108efda9aab317b31bedf64fdf18ad9a8ac4b851 (patch) | |
tree | e88e07d20dac3e88355c5895560c52cc64a11e25 | |
parent | d8072945d0a686c6406b1a1ef83f1a8a90d7c3fe (diff) |
use a default target testing softhsm without p11p first
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0e93502..3c451e8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,6 +10,7 @@ SOFTHSM = /usr/bin/softhsm2-util SOFTHSM_PROVIDER = /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so P11P_PROVIDER = /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-client.so +all: direct-softhsm p11p-softhsm p11p-softhsm: testsig.hsm.p11p.pem echo "$(TEXT)" | ./do-verify.sh $< $(P11P_PROVIDER) ./openssl.p11p.cnf $(SOFTHSM_PROVIDER) |