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
AgeCommit message (Expand)Author
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-05-19Rename NEWHOPE functions to offer/accept/finish.Matt Braithwaite
2016-04-27Pass array by reference in newhope speed test.Adam Langley
2016-04-27Import `newhope' (post-quantum key exchange).Matt Braithwaite
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-01Pass |alice_msg| by reference in the SPAKE2 speed test.Adam Langley
2016-03-01Add SPAKE2 over Ed25519.Arnar Birgisson
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-17Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin
2015-11-18Fix curve25519 code for MSVC.Adam Langley
2015-11-18Add X25519 and Ed25519 support.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-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-06-09Make constants in bssl tool actually const.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
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-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-01Lowercase some Windows headers.Adam Langley
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-28Clean up use of Windows Platform SDK headers.Brian Smith
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-07-01Add stitched RC4-MD5 as an AEAD.Adam Langley
2014-06-24Include some build fixes for OS X.Adam Langley
2014-06-21Add benchmarks for hash functions to bssl speed.Adam Langley
2014-06-21Split the speed tests into their own file.Adam Langley