aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-06-10 17:26:56 +0200
committerMartin Willi <martin@strongswan.org>2009-06-10 17:26:56 +0200
commit0461a2ff13bfbe2070c51475c67f3c246f9b6c06 (patch)
treeebf22a62eee202eaa274a992a37585d51c0acec0 /scripts
parent6edad5afdd3f7f99ff2738a79b763ebd4f1e552f (diff)
downloadstrongswan-0461a2ff13bfbe2070c51475c67f3c246f9b6c06.tar.bz2
strongswan-0461a2ff13bfbe2070c51475c67f3c246f9b6c06.tar.xz
added missing RSA 768 test
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pubkey_speed.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh
index 2b6d9aea6..cbdfde5be 100755
--- a/scripts/pubkey_speed.sh
+++ b/scripts/pubkey_speed.sh
@@ -8,6 +8,7 @@ function rsatest {
function rsatestall {
echo "testing: $1"
rsatest 512 "$1" 5000
+ rsatest 768 "$1" 5000
rsatest 1024 "$1" 1000
rsatest 1536 "$1" 500
rsatest 2048 "$1" 100