We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688ce72 commit 8e03c40Copy full SHA for 8e03c40
1 file changed
examples/run_examples.sh
@@ -252,13 +252,7 @@ if [ $WOLFCRYPT_ENABLE -eq 1 ]; then
252
RESULT=$?
253
[ $RESULT -ne 0 ] && echo -e "keyload endorsement ecc failed! $RESULT" && exit 1
254
255
- # Test KeyGen with custom password
256
- ./examples/keygen/keygen rsakeyblobeh.bin -rsa -eh -t -auth=custompass >> $TPMPWD/run.out 2>&1
257
- RESULT=$?
258
- [ $RESULT -ne 0 ] && echo -e "keygen endorsement rsa failed! $RESULT" && exit 1
259
- ./examples/keygen/keygen rsakeyblobeh.bin -rsa -eh -auth=custompass >> $TPMPWD/run.out 2>&1
260
261
+ # TODO: Add tests for -auth= keygen when used in example
262
fi
263
264
0 commit comments