aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/axtls
AgeCommit message (Expand)AuthorFilesLines
2012-03-18[crypto] Remove obsolete AXTLS RSA algorithmMichael Brown2-1782/+0
2012-03-18[crypto] Add native RSA algorithmMichael Brown1-0/+0
2012-03-14[crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt()Michael Brown1-3/+3
2012-03-13[crypto] Add big-integer library for RSA calculationsMichael Brown1-0/+0
2012-03-09[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown8-600/+491
2012-03-04[crypto] Replace SHA-1 implementationMichael Brown1-240/+0
2012-02-21[crypto] Use ANS X9.82 Approved get_random_nz() for RSAMichael Brown1-2/+9
2010-12-03[legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller3-0/+6
2009-02-19[crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown2-6/+6
2009-02-10[tls] Use our own ASN.1 routines for certificate parsingMichael Brown1-867/+0
2008-09-25[crypto] Remove spurious #include "config.h"Michael Brown1-2/+0
2007-08-20use malloc attributeHolger Lubitz1-1/+1
2007-07-30Inhibit compiler warningMichael Brown1-1/+1
2007-07-30Upgrade AXTLS import to version 1.1.5-aMichael Brown7-62/+906
2007-07-27disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz1-0/+2
2007-07-27disable AES_convert_key by #if 0'ing it out (suggested by mcb30)Holger Lubitz1-0/+4
2007-07-03Warnings purge: src/{crypto,hci,net}Marty Connor1-1/+1
2007-06-08Conflicts with native asn1.cMichael Brown1-867/+0
2007-02-01Required for public key extractionMichael Brown1-0/+867
2007-02-01Vanilla copies from axtlsMichael Brown2-0/+1749
2007-02-01Quick hacks to get it workingMichael Brown1-0/+7
2007-01-31Original axtls RSA codeMichael Brown1-0/+331
2007-01-31Adding missing includeMichael Brown1-0/+1
2007-01-31We need this, I thinkMichael Brown1-0/+1
2007-01-28Should be correct for building RSAMichael Brown1-1/+1
2007-01-26Add aes.c and required headers from axtls treeMichael Brown4-0/+969
2007-01-26Enable the axtls code to at least build within gPXEMichael Brown1-0/+62