Michael Brown
88e38fa148
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.)
There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
18 vuotta sitten
Marty Connor
6ac78f6aff
added stdio.h to includes for DBG compilation
18 vuotta sitten
Michael Brown
4ef1ef0ee4
Restored the le32_to_cpus() and cpu_to_le32s() calls
18 vuotta sitten
Michael Brown
013f8c119a
Tidied up.
18 vuotta sitten
Michael Brown
2eed0bb8e5
Reduced size from 2087 bytes to 1056 bytes
18 vuotta sitten
Michael Brown
48bdde5d7b
Taken from Linux's md5.c. This implementation is not very
size-efficient, and will probably be rewritten.
The md5.c from MatrixSSL is too ugly to consider importing.
18 vuotta sitten
Michael Brown
7ab29b0bfe
This file breaks "make blib"; please find a way to avoid doing this.
18 vuotta sitten
Derek Pryor
e71098a652
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.
18 vuotta sitten
Derek Pryor
47be47bf17
Adding SSL Constructs header file. (First version)
18 vuotta sitten