This commit is contained in:
Bodo Möller 2011-09-05 13:43:53 +00:00
parent 3c3f025923
commit efebb10829

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