Skip to content

Commit 0943045

Browse files
committed
Add log
1 parent 09cf4bd commit 0943045

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/pkcs/pkcs8-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ rm -rf keyEnc.der
4848

4949
#check stdin input
5050
RESULT=`cat certs/server-keyEnc.pem | ./wolfssl pkcs8 -passin pass:yassl123`
51+
echo $RESULT
5152
echo $RESULT | grep "BEGIN PRIVATE"
5253
if [ $? != 0 ]; then
5354
echo "Couldn't parse PKCS8 from stdin"

0 commit comments

Comments
 (0)