aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pubkey_speed.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh
index 193cd28ba..3352e04b4 100755
--- a/scripts/pubkey_speed.sh
+++ b/scripts/pubkey_speed.sh
@@ -32,7 +32,7 @@ function ecdsatestall {
ecdsatest secp521r1 "$1" 500
}
-rsatestall "gmp gcrypt pem"
-rsatestall "gcrypt pem"
-rsatestall "openssl"
-ecdsatestall "openssl"
+rsatestall "gmp gcrypt pem pkcs1"
+rsatestall "gcrypt pem pkcs1"
+rsatestall "openssl pem"
+ecdsatestall "openssl pem"