boringssl/tool
David Benjamin 45fb1be33e Remove std::unique_ptr dependency on bssl_shim's scoped types.
This is in preparation for using RAII in the unit tests. Those tests are built
in Chromium as well, but Chromium does not have C++11 library support across
all its toolchains. Compiler support is available, so add a partial
reimplementation of std::unique_ptr and std::move under crypto/test/. The
scopers for the crypto/ library are also moved there while the ones for ssl/
stay in ssl/test/.

Change-Id: I38f769acbc16a870db34649928575c7314b6e9f6
Reviewed-on: https://boringssl-review.googlesource.com/4120
Reviewed-by: Adam Langley <agl@google.com>
2015-03-31 23:03:06 +00:00
..
args.cc Add additional features to bssl client. 2015-03-23 23:16:30 +00:00
client.cc Remove std::unique_ptr dependency on bssl_shim's scoped types. 2015-03-31 23:03:06 +00:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
const.cc Inital import. 2014-06-20 13:17:32 -07:00
digest.cc Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
internal.h Add additional features to bssl client. 2015-03-23 23:16:30 +00:00
pkcs12.cc Add additional features to bssl client. 2015-03-23 23:16:30 +00:00
server.cc Add additional features to bssl client. 2015-03-23 23:16:30 +00:00
speed.cc Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
tool.cc Enable bssl client/s_client and server/s_server on Windows. 2015-01-28 20:24:09 +00:00
transport_common.cc Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
transport_common.h Enable bssl client/s_client and server/s_server on Windows. 2015-01-28 20:24:09 +00:00