boringssl/tool
Adam Langley 7909aa7c23 Pass array by reference in newhope speed test.
This is another thing that MSVC can't cope with:

..\tool\speed.cc(537) : error C2536: 'SpeedNewHope::<⋯>::SpeedNewHope::<⋯>::clientmsg' : cannot specify explicit initializer for arrays

Change-Id: I6b4cb430895f7794e9cef1b1c12b57ba5d537c64
2016-04-26 16:31:38 -07:00
..
args.cc
ciphers.cc Add ciphers option to bssl. 2015-11-03 01:17:02 +00:00
client.cc Add client cert support to bssl client. 2015-12-16 23:15:41 +00:00
CMakeLists.txt Add a tool to generate Ed25519 keys. 2015-12-18 23:34:13 +00:00
const.cc Make constants in bssl tool actually const. 2015-06-08 21:43:15 +00:00
digest.cc Add missing internal includes. 2016-03-20 16:38:54 +00:00
generate_ed25519.cc Add a tool to generate Ed25519 keys. 2015-12-18 23:34:13 +00:00
genrsa.cc Possible Windows build fix. 2015-06-05 12:25:51 -07:00
internal.h Move function declarations to internal header. 2016-03-20 16:56:32 +00:00
pkcs12.cc bssl pkcs12 shouldn't crash on missing key. 2015-11-09 23:05:20 +00:00
rand.cc Fix bssl rand -hex. 2016-02-25 19:23:58 +00:00
server.cc Add client cert support to bssl client. 2015-12-16 23:15:41 +00:00
speed.cc Pass array by reference in newhope speed test. 2016-04-26 16:31:38 -07:00
tool.cc Move function declarations to internal header. 2016-03-20 16:56:32 +00:00
transport_common.cc Modify 'bssl client' to print the cert subject and issuer 2016-04-07 03:22:19 +00:00
transport_common.h