We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94505a1 commit fc4c95bCopy full SHA for fc4c95b
tests/setup.sh
@@ -378,9 +378,9 @@ else
378
ECXCRTN="ecExplicitCert"
379
380
ptool --write-object="${TESTSSRCDIR}/explicit_ec.key.der" --type=privkey \
381
- --id="$KEYID" --label="${ECXCRTN}" 2>&1
+ --id="$KEYID" --label="${ECXCRTN}" --usage-sign --usage-derive 2>&1
382
ptool --write-object="${TESTSSRCDIR}/explicit_ec.pub.der" --type=pubkey \
383
384
385
ECXBASEURIWITHPINVALUE="pkcs11:id=${URIKEYID}?pin-value=${PINVALUE}"
386
ECXBASEURIWITHPINSOURCE="pkcs11:id=${URIKEYID}?pin-source=file:${PINFILE}"
0 commit comments