summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls/bigint_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Remove AXTLS headersMichael Brown2015-07-271-131/+0Star
| | | | | | | | Remove AXTLS headers now that no AXTLS code remains, with many thanks to the AXTLS project for use of their cryptography code over the past several years. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown2012-03-091-20/+46
| | | | | | | | | 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>
* Add aes.c and required headers from axtls treeMichael Brown2007-01-261-0/+105