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-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-28Switch perlasm calling convention.David Benjamin
2016-06-06Be consistent about 𝑥_tests.txtAdam Langley
2016-04-11Use UINT64_C instead of unsigned long long integer constant.Piotr Sikora
2016-03-30Add additional poly1305 tests.David Benjamin
2016-03-30Revert "Enable upstream's Poly1305 code."David Benjamin
2016-03-24Flip the arguments to ExpectBytesEqual in poly1305_test.David Benjamin
2016-03-24Fix poly1305-x86.pl.David Benjamin
2016-03-17poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.David Benjamin
2016-03-04poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.David Benjamin
2016-02-26Enable upstream's Poly1305 code.David Benjamin
2016-02-26Switch poly1305-armv4.pl to named constants.David Benjamin
2016-02-26Check in pristine copies of upstream's poly1305 assembly.David Benjamin
2016-02-26Test poly1305 more aggressively.David Benjamin
2016-02-24Remove CRYPTO_set_NEON_functional.David Benjamin
2016-01-29Fix |-Werror=old-style-declaration| violations in poly1305_vec.c.Brian Smith
2016-01-28Use |inline| in crypto/poly1305/poly1305_vec.c.Brian Smith
2016-01-28Define `int128_t` and `uint128_t` in one place.Brian Smith
2016-01-26Use |alignas| for alignment.Brian Smith
2016-01-22Fix trivial -Wcast-qual violations.Brian Smith
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Fix comment typo in poly1305_test.txt.Brian Smith
2015-10-01Revert section changes for ASM.Adam Langley
2015-09-29Add sections to Poly1305 ARM asm code.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-10Fix Windows build.David Benjamin
2015-07-10Add standalone tests for Poly1305.David Benjamin
2015-05-05Fix ARM Clang build.Adam Langley
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2014-09-03Fix ARM build with OPENSSL_NO_ASM.Adam Langley
2014-08-01Add a control to disable the Poly1305 NEON code.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21ChaCha20-Poly1305 support.Adam Langley