Enable multi-block support by default.

This commit is contained in:
Andy Polyakov
2014-06-11 20:40:51 +02:00
parent 9494e99b40
commit 77a27a5066
3 changed files with 34 additions and 10 deletions

View File

@@ -217,4 +217,12 @@ else
$ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123
fi
#############################################################################
# Multi-buffer tests
if [ -z "$extra" -a `uname -m` = "x86_64" ]; then
$ssltest -cipher AES128-SHA -bytes 8m || exit 1
$ssltest -cipher AES128-SHA256 -bytes 8m || exit 1
fi
exit 0