This commit is contained in:
Bodo Möller 2011-09-05 13:43:56 +00:00
parent c519e89f5c
commit 2c472780c0

View File

@ -142,8 +142,8 @@ else
fi
fi
# echo test tls1 with PSK
# $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
echo test tls1 with PSK
$ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
echo test tls1 with PSK via BIO pair
$ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1