summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-12-20crypto: 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 Benedetto3-5/+100
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus3-103/+135
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk15-164/+407
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 Struk6-0/+484