summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-297-69/+611
* Keep HTTP progress updated, and display a progress indicator during theMichael Brown2007-01-293-4/+10
* Added async_block_progress() and default SIGUPDATE handler.Michael Brown2007-01-292-3/+79
* Moved most buffer debug messages to DBG2.Michael Brown2007-01-293-45/+64
* Should be correct for building RSAMichael Brown2007-01-281-1/+1
* Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond thatMichael Brown2007-01-281-0/+319
* Add matrixssl directoryMichael Brown2007-01-261-1/+1
* Avoid barfing on gcc's implicit memcpy()sMichael Brown2007-01-261-0/+20
* Allow MatrixSSL code to compile inside gPXEMichael Brown2007-01-263-0/+1266
* Move tolower() etc to ctype.h as per ISO CMichael Brown2007-01-263-27/+31
* Add 64-bit rotatesMichael Brown2007-01-261-0/+8
* Build external axtls codeMichael Brown2007-01-261-1/+1
* Add aes.c and required headers from axtls treeMichael Brown2007-01-264-0/+969