summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls/rsa.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Add native RSA algorithmMichael Brown2012-03-181-269/+0Star
| | | | | | Add an implementation of RSA that uses the iPXE big-integer support. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown2012-03-091-103/+40Star
| | | | | | | | | All axTLS files are now vanilla versions of the upstream axTLS files, with one minor exception: the unused "ctx" parameter of bi_int_divide() has been marked with "__unused" to avoid a compilation error. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* Upgrade AXTLS import to version 1.1.5-aMichael Brown2007-07-301-18/+12Star
|
* Quick hacks to get it workingMichael Brown2007-02-011-0/+7
|
* Original axtls RSA codeMichael Brown2007-01-311-0/+331