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
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2015-12-23Make it possible to tell what curve was used on the server.David Benjamin
2015-12-19Add a tool to generate Ed25519 keys.David Benjamin
2015-12-19Enable Ed25519 when building with OPENSSL_SMALL.Adam Langley
2015-12-17Add RC4-SHA1 and DES-EDE3-CBC-SHA1 to bssl speed.David Benjamin
2015-12-17Add client cert support to bssl client.David Benjamin
2015-12-17Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-11-18Fix curve25519 code for MSVC.Adam Langley
2015-11-18Add X25519 and Ed25519 support.Adam Langley
2015-11-10bssl pkcs12 shouldn't crash on missing key.David Benjamin
2015-11-03Add ciphers option to bssl.Adam Langley
2015-10-27For now, give the unsuffixed ChaCha20 AEAD name to the old version.Adam Langley
2015-10-27Add the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith
2015-10-27Better handle IPv6.Matt Braithwaite
2015-10-26Deprecate SSL_library_init.David Benjamin
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