v0.9.6
[crypto] Remove spurious #include "config.h"
Allow MatrixSSL code to compile inside gPXE
Fix compiler warnings that appear only on OpenBSD.
Add per-file error identifiers
SHA1_DIGEST_SIZE also available as a static constant
[iSCSI] Add support for mutual CHAP
[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
Add dummy setiv method
We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.)
Added HMAC code from TLS project
make md5_steps static
#if 0 out for now
The first packet (ClientHello Handshake) can be constructed and is accepted by SSL servers. Framework.c allows me to test the library against a given https server.