gcrypt: Remove limited crypto plugin
This has not seen any significant changes for years. So it lacks support for modern algorithms and would require quite some work for an overhaul. Given that we support several other crypto backends, let's just remove this to reduce the maintenance burden. The test scenarios and other references are also removed.
This commit is contained in:
@@ -32,8 +32,7 @@ function ecdsatestall {
|
||||
ecdsatest secp521r1 "$1" 500
|
||||
}
|
||||
|
||||
rsatestall "gmp gcrypt pem pkcs1"
|
||||
rsatestall "gcrypt pem pkcs1"
|
||||
rsatestall "gmp random pem pkcs1"
|
||||
rsatestall "openssl pem"
|
||||
rsatestall "botan pem"
|
||||
ecdsatestall "openssl pem"
|
||||
|
||||
Reference in New Issue
Block a user