Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2015-08-29Check fread's return value in tool/server.cc.David Benjamin
2015-08-29Add -session-in and -session-out to bssl client.David Benjamin
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
2015-07-10Fix build on Unix systems without POSIX realtime extensions.Doug Hogan
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-06-09Include base.h in tool/internal.h.Adam Langley
2015-06-09Make constants in bssl tool actually const.David Benjamin
2015-06-05Possible Windows build fix.Adam Langley
2015-06-05Fix build.David Benjamin
2015-06-05Add a flag to bssl client to enable False Start.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
2015-05-27Revert "tool: we don't need -lrt."David Benjamin
2015-05-05tool: we don't need -lrt.Adam Langley
2015-05-05Add support for building with the Android NDK.Adam Langley
2015-04-20Fix standalone build on Mac.David Benjamin
2015-04-17tool: include base.h before testing OPENSSL_WINDOWS.Adam Langley
2015-04-16Add 64-bit, P-256 implementation.Adam Langley
2015-04-14tool: benchmark the RNG.Adam Langley
2015-04-14tool: add rand.Adam Langley
2015-04-14Undo one fragment of 054e6826.Adam Langley
2015-04-13Use smart pointers instead of gotos in digest.cc.Brian Smith
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-02Define NOMINMAX across the entire project.David Benjamin
2015-04-01Remove std::unique_ptr dependency on bssl_shim's scoped types.David Benjamin
2015-04-01Lowercase some Windows headers.Adam Langley
2015-03-24Add additional features to bssl client.David Benjamin
2015-03-18Fix bssl speed.David Benjamin
2015-03-18Free new[]'d array using delete[] instead of free in speed.cc.Brian Smith
2015-03-17Fix out-of-bounds memory write in speed.cc.Brian Smith
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Align pointers by hand.Adam Langley
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2015-01-28Enable bssl client/s_client and server/s_server on Windows.Brian Smith
2015-01-28Enable bssl (md5sum, sha256sum, etc.) on Windows.Brian Smith
2015-01-27Fix build after mistake addressing comments in cca4d599.Adam Langley
2015-01-27Add digest sum handling to the tool.Adam Langley
2015-01-22Fix tool build on Windows.David Benjamin
2015-01-16Also test AES-CBC modes in the speed tool.Adam Langley
2015-01-16Benchmark AEADs with aligned buffers.Adam Langley
2014-12-11Add the ability to run a server from the command line tool.Dave Tapuska
2014-11-01Get bssl tool building on Windows.David Benjamin
2014-10-29Add -cipher option to bssl client.Adam Langley
2014-09-30Missing includes for FreeBSD.Ben Laurie
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley
2014-09-04Add SSL_CTX_set_keylog_bio.David Benjamin