boringssl/tool
Adam Langley cca4d5991f Add digest sum handling to the tool.
Android might want to replace the system *sum (i.e. md5sum, sha256sum
etc) binaries with a symlink to the BoringSSL tool binary.

This change also allows the tool to figure out what to do based on
argv[0] if it matches one of the known commands.

Change-Id: Ia4fc3cff45ce2ae623dae6786eea5d7ad127d44b
Reviewed-on: https://boringssl-review.googlesource.com/2940
Reviewed-by: Adam Langley <agl@google.com>
2015-01-26 21:27:18 +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 Add digest sum handling to the tool. 2015-01-26 21:27:18 +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 Add digest sum handling to the tool. 2015-01-26 21:27:18 +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