From 0b47bb5377193520d8d95fe66d6d3644abaf2307 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 4 Sep 2013 09:47:23 +0200 Subject: [PATCH] pubkey_speed: Add missing plugins The pkcs1 plugin is required to test the gmp/gcrypt plugins. Likewise, the pem plugin is required when testing the openssl plugin. Fixes #401. --- scripts/pubkey_speed.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/pubkey_speed.sh b/scripts/pubkey_speed.sh index 193cd28ba4..3352e04b4b 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" -- 2.47.2