summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add gpxe-tarball target to create clean release tarballsMarty Connor2007-03-021-1/+18
* Add warning about formats that are not working until we fix themMarty Connor2007-03-021-3/+7
* Remove no-longer-used variableMichael Brown2007-02-191-1/+0Star
* Fix some bad pointer arithmatic in the tg3 driver that was causing the dynami...James Harper2007-02-101-6/+6
* Fix padding problem - from MichaelJames Harper2007-02-101-3/+1Star
* Allow queries in GET requestsMichael Brown2007-02-011-5/+7
* Add ability to read serial number from SMBIOSMichael Brown2007-02-012-0/+269
* SSL needs quite a lot of spare memoryMichael Brown2007-02-011-1/+1
* Required for public key extractionMichael Brown2007-02-011-0/+867
* SSL requires inordinately large data storageMichael Brown2007-02-011-2/+2
* Don't pass through zero-length requestsMichael Brown2007-02-011-0/+12
* SHA1_DIGEST_SIZE also available as a static constantMichael Brown2007-02-012-1/+2
* Make context sizes available for statically-allocated structuresMichael Brown2007-02-014-12/+20
* Vanilla copies from axtlsMichael Brown2007-02-012-0/+1749
* Quick hacks to get it workingMichael Brown2007-02-011-0/+7
* Add dummy setiv methodMichael Brown2007-02-011-1/+6
* Fix prototypesMichael Brown2007-02-011-4/+4
* More assertionsMichael Brown2007-02-011-0/+1
* Also print out stack pointer (with optional stack dump)Michael Brown2007-02-011-2/+5
* PlaceholderMichael Brown2007-02-011-0/+10
* Assert that division result is correctMichael Brown2007-02-011-0/+3
* Added __umoddi3Michael Brown2007-01-311-0/+13
* Original axtls RSA codeMichael Brown2007-01-311-0/+331
* Added wrapper for AXTLS AES codeMichael Brown2007-01-312-0/+61
* Added setiv methodMichael Brown2007-01-311-0/+16
* Add wrapper around axtls' sha1 codeMichael Brown2007-01-312-0/+34
* Adding missing includeMichael Brown2007-01-311-0/+1
* Made most of the build much quieterMichael Brown2007-01-312-11/+25
* We need this, I thinkMichael Brown2007-01-311-0/+1
* Force inliningMichael Brown2007-01-311-3/+5
* Placeholder for TLS insertionMichael Brown2007-01-312-8/+31
* Add HTTPS portMichael Brown2007-01-311-0/+3
* Filter insertion now actually worksMichael Brown2007-01-311-1/+5
* Swap downstream/upstream order so that debug messages for filters showMichael Brown2007-01-311-6/+6
* ...but not when it's being used as a digest algorithm...Michael Brown2007-01-311-2/+4
* The null crypto algorithm should at least copy data...Michael Brown2007-01-311-6/+7
* Tidy up debug messagesMichael Brown2007-01-311-9/+24
* Add insert_filter() functionMichael Brown2007-01-312-0/+27
* Add null crypto algorithmMichael Brown2007-01-312-0/+63
* Changed to use the generic stream API.Michael Brown2007-01-3110-531/+490Star
* First sketch of stream APIMichael Brown2007-01-311-1/+223
* PlaceholderMichael Brown2007-01-301-0/+61
* Added blocksize for the benefit of HMAC codeMichael Brown2007-01-301-1/+1
* Added cipher wrapper functionsMichael Brown2007-01-301-0/+26
* Missing check-inMichael Brown2007-01-301-0/+19
* Generalise digest_algorithm to crypto_algorithm.Michael Brown2007-01-305-44/+86
* Low-overhead filter streamsMichael Brown2007-01-302-0/+207
* Definition of a (hopefully) generic stream APIMichael Brown2007-01-301-0/+187
* Use "dbg_stream" rather than "stream" as a variable name inMichael Brown2007-01-301-3/+3
* Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks theMichael Brown2007-01-293-25/+46