-
- Downloads
crypto: drivers - Drop sign/verify operations
The drivers aspeed-acry.c, hpre_crypto.c and jh7110-rsa.c purport to implement sign/verify operations for raw (unpadded) "rsa". But there is no such thing as message digests generally need to be padded according to a predefined scheme (such as PSS or PKCS#1) to match the size of the usually much larger RSA keys. The bogus sign/verify operations defined by these drivers are never called but block removal of sign/verify from akcipher_alg. Drop them. Signed-off-by:Lukas Wunner <lukas@wunner.de> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- drivers/crypto/aspeed/aspeed-acry.c 0 additions, 2 deletionsdrivers/crypto/aspeed/aspeed-acry.c
- drivers/crypto/hisilicon/hpre/hpre_crypto.c 0 additions, 2 deletionsdrivers/crypto/hisilicon/hpre/hpre_crypto.c
- drivers/crypto/starfive/jh7110-rsa.c 0 additions, 2 deletionsdrivers/crypto/starfive/jh7110-rsa.c
Loading
Please register or sign in to comment