aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Remove obsolete AXTLS RSA algorithmMichael Brown2012-03-182-1782/+0
* [crypto] Add native RSA algorithmMichael Brown2012-03-181-0/+0
* [crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt()Michael Brown2012-03-141-3/+3
* [crypto] Add big-integer library for RSA calculationsMichael Brown2012-03-131-0/+0
* [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown2012-03-098-600/+491
* [crypto] Replace SHA-1 implementationMichael Brown2012-03-041-240/+0
* [crypto] Use ANS X9.82 Approved get_random_nz() for RSAMichael Brown2012-02-211-2/+9
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-033-0/+6
* [crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown2009-02-192-6/+6
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-101-867/+0
* [crypto] Remove spurious #include "config.h"Michael Brown2008-09-251-2/+0
* use malloc attributeHolger Lubitz2007-08-201-1/+1
* Inhibit compiler warningMichael Brown2007-07-301-1/+1
* Upgrade AXTLS import to version 1.1.5-aMichael Brown2007-07-307-62/+906
* disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz2007-07-271-0/+2
* disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz2007-07-271-0/+4
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-1/+1
* Conflicts with native asn1.cMichael Brown2007-06-081-867/+0
* Required for public key extractionMichael Brown2007-02-011-0/+867
* Vanilla copies from axtlsMichael Brown2007-02-012-0/+1749
* Quick hacks to get it workingMichael Brown2007-02-011-0/+7
* Original axtls RSA codeMichael Brown2007-01-311-0/+331
* Adding missing includeMichael Brown2007-01-311-0/+1
* We need this, I thinkMichael Brown2007-01-311-0/+1
* Should be correct for building RSAMichael Brown2007-01-281-1/+1
* Add aes.c and required headers from axtls treeMichael Brown2007-01-264-0/+969
* Enable the axtls code to at least build within gPXEMichael Brown2007-01-261-0/+62