diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-10 17:26:56 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-10 17:26:56 +0200 |
commit | 0461a2ff13bfbe2070c51475c67f3c246f9b6c06 (patch) | |
tree | ebf22a62eee202eaa274a992a37585d51c0acec0 /scripts | |
parent | 6edad5afdd3f7f99ff2738a79b763ebd4f1e552f (diff) | |
download | strongswan-0461a2ff13bfbe2070c51475c67f3c246f9b6c06.tar.bz2 strongswan-0461a2ff13bfbe2070c51475c67f3c246f9b6c06.tar.xz |
added missing RSA 768 test
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pubkey_speed.sh | 1 |
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 |