aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada1-2/+2
2017-11-29crypto: rsa - fix buffer overread when stripping leading zeroesEric Biggers1-1/+1
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller1-2/+2
2016-07-05crypto: rsa - Store rest of the private key componentsSalvatore Benedetto1-0/+75
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus1-72/+39
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk1-7/+35
2015-07-21crypto: rsa - fix invalid check for keylen in fips modeTadeusz Struk1-2/+2
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+121