aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreGravatar Joachim Vandersmissen 1-4/+32
2023-11-17crypto: rsa - add a check for allocation failureGravatar Dan Carpenter 1-0/+2
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeGravatar Mahmoud Adam 1-0/+36
2022-09-24crypto: add __init/__exit annotations to init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-06-24crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Gravatar Ignat Korchagin 1-5/+73
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeGravatar Stephan Müller 1-0/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsGravatar Vitaly Chikunov 1-109/+0
2018-04-21crypto: rsa - Remove unneeded error assignmentGravatar Fabio Estevam 1-1/+0
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Gravatar Tudor-Dan Ambarus 1-2/+2
2016-07-01crypto: rsa - Generate fixed-length outputGravatar Herbert Xu 1-4/+4
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserGravatar Tudor Ambarus 1-25/+80
2015-12-09crypto: rsa - RSA padding algorithmGravatar Andrzej Zaborowski 1-1/+15
2015-11-17crypto: rsa - only require output buffers as big as needed.Gravatar Andrzej Zaborowski 1-24/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 1-34/+49
2015-07-17crypto: rsa - limit supported key lengthsGravatar Tadeusz Struk 1-1/+25
2015-06-17crypto: rsa - add a new rsa generic implementationGravatar Tadeusz Struk 1-0/+315