summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls/config.h
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Remove AXTLS headersMichael Brown2015-07-271-13/+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-0/+13
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>