summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls/bigint.h
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Remove AXTLS headersMichael Brown2015-07-271-99/+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-27/+33
| | | | | | | | | 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>
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-041-0/+2
| | | | | | | | | Changes were made to files where the licence text within the files themselves confirms that the files are GPL version 2 or later. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Remove spurious #include "config.h"Michael Brown2008-09-251-2/+0Star
|
* Upgrade AXTLS import to version 1.1.5-aMichael Brown2007-07-301-5/+5
|
* Add aes.c and required headers from axtls treeMichael Brown2007-01-261-0/+93