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.
This commit is contained in:
Tobias Brunner 2013-09-04 09:47:23 +02:00
parent f17322dccb
commit 0b47bb5377
1 changed files with 4 additions and 4 deletions

View File

@ -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"