boringssl/tool
Brian Smith afdaeee7ed Enable bssl (md5sum, sha256sum, etc.) on Windows.
We deal with the difference between binary and text modes on Windows by
doing all I/O in binary mode (including, in particular,
stdin/stdout/stderr) and by treating text mode as equivalent to binary
mode (i.e. we use Unix line ending semantics).

Change-Id: I76a46d8d02cd7efe1931c8272d8f2c311aef3acb
Reviewed-on: https://boringssl-review.googlesource.com/3070
Reviewed-by: Adam Langley <agl@google.com>
2015-01-28 20:07:39 +00:00
..
args.cc Missing includes for FreeBSD. 2014-09-30 19:15:15 +00:00
client.cc Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
CMakeLists.txt Add digest sum handling to the tool. 2015-01-26 21:27:18 +00:00
const.cc Inital import. 2014-06-20 13:17:32 -07:00
digest.cc Enable bssl (md5sum, sha256sum, etc.) on Windows. 2015-01-28 20:07:39 +00:00
internal.h Add client functionality to helper tool. 2014-06-20 13:17:37 -07:00
pkcs12.cc Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00
server.cc Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
speed.cc Fix tool build on Windows. 2015-01-22 19:22:39 +00:00
tool.cc Enable bssl (md5sum, sha256sum, etc.) on Windows. 2015-01-28 20:07:39 +00:00
transport_common.cc Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
transport_common.h Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00