aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa.c
AgeCommit message (Expand)Author
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng
2022-06-24crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin
2021-11-26crypto: rsa - limit key size to 2048 in FIPS modeStephan Müller
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2018-04-21crypto: rsa - Remove unneeded error assignmentFabio Estevam
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski
2015-11-17crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
2015-07-17crypto: rsa - limit supported key lengthsTadeusz Struk
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk