aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/axtls
AgeCommit message (Expand)AuthorFilesLines
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