aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pubkey_speed.sh
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-08-13 15:39:29 +0200
committerMartin Willi <martin@strongswan.org>2009-08-26 11:23:49 +0200
commit2b7e085deac956660827f23e339eae797a3326ea (patch)
treeeca724952c25b7e5f3b40b8bc072e35430902bcd /scripts/pubkey_speed.sh
parentcbb62e8f4c48c795a3cf63899048845ee3bfe75c (diff)
downloadstrongswan-2b7e085deac956660827f23e339eae797a3326ea.tar.bz2
strongswan-2b7e085deac956660827f23e339eae797a3326ea.tar.xz
updated pubkey_speed test to use pem plugin
Diffstat (limited to 'scripts/pubkey_speed.sh')
-rwxr-xr-xscripts/pubkey_speed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh
index cbdfde5be..307677403 100755
--- a/scripts/pubkey_speed.sh
+++ b/scripts/pubkey_speed.sh
@@ -30,7 +30,7 @@ function ecdsatestall {
ecdsatest secp521r1 "$1" 500
}
-rsatestall "gmp gcrypt"
-rsatestall "gcrypt"
+rsatestall "gmp gcrypt pem"
+rsatestall "gcrypt pem"
rsatestall "openssl"
ecdsatestall "openssl"