summaryrefslogtreecommitdiffstats
path: root/libmincrypt/rsa.c
Commit message (Collapse)AuthorAgeFilesLines
* mincrypt: merge the two RSA verifiersDoug Zongker2013-04-111-15/+266
| | | | | | | The e=3 and e=65537 implementations are nearly identical, refactor them down into one. Change-Id: I537a368a6cc195f373b9354d7472957fd683beea
* mincrypt: support SHA-256 hash algorithmDoug Zongker2013-04-101-5/+8
| | | | | | | | | | | | | | - adds a library to compute the SHA-256 hash - updates the RSA verifier to take an argument specifying either SHA-1 or SHA-256 - updates DumpPublicKey to with new "key" version numbers for specifying SHA-256 - adds new argument to adb auth code to maintain existing behavior Change-Id: I5b1406cf57c2b8993f6032eda3e29139f7740839
* support e=65537 for libmincrypt, DumpPublicKeyDoug Zongker2012-07-251-166/+22
| | | | | | | | The output produced by DumpPublicKey now has a version tag on each line (ie, each key). The existing keys are retroactively dubbed "version 1", and we add a version 2 for 2048-bit e=65537 keys. Change-Id: I204ec615c8f2346670220a1aeb99269e4abd5f81
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+198
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-198/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+198