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
2019-10-10Fix VS2019 warning causing build failure.lateralusX
2018-10-09Fix build error due to spectre warning issued on later msvc versions.lateralusX
2018-10-08Reduce build dependencies when building with OPENSSL_NO_ASM.lateralusX
2018-07-04Tweaks for AIX in BoringSSL CMake (BTLS side) (#10)Calvin
2018-03-06Add build support for RISC-V. (#6)Alex Rønne Petersen
2018-03-05Get BTLS build system to recognize PPCCalvin Buckley
2018-02-02Add s390x (Big Endian) support (#4)Neale Ferguson
2017-05-19Don't build the "tool" directory by defaultAlexander Köplinger
2016-10-25Don't build the decrepit subdirectory.Martin Baulig
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-09-30Don't set -stdlib=libc++ on GCC, it is a clang optionAlexander Köplinger
2016-07-22Don't use -Werror.Martin Baulig
2016-07-20Revert "Don't define XOPEN_SOURCE."Martin Baulig
2016-07-20Don't define XOPEN_SOURCE.Martin Baulig
2016-07-20Actually make Go optional.Martin Baulig
2016-07-08Fix for Android.Martin Baulig
2016-07-06Make it build on OS X / i386.Martin Baulig
2016-05-24Accept "armv5te".Martin Baulig
2016-05-18CMakeLists.txt: add new 'BORINGSSL_OBJECTS' variable containing the object file.Martin Baulig
2016-02-08Prefer MSVC over GCC if both are in %PATH%.David Benjamin
2016-01-22Enable stronger format string checking |-Wformat=2|.Brian Smith
2015-12-22Remove NO_ASM define that I accidently included in the previous commit.Adam Langley
2015-12-22Don't build X25519 asm code when NO_ASM is set.Adam Langley
2015-11-11Update and fix fuzzing instructions.Adam Langley
2015-11-10Add four, basic fuzz tests.Adam Langley
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-28Don't build with OPENSSL_SMALL.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-27Add OPENSSL_SMALL.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Silence MSVC warning C4210.Brian Smith
2015-06-02Allow compilation for armv6Joel Klinghed
2015-05-20Add infrastructure for reference counts.Adam Langley
2015-05-05Add support for building with the Android NDK.Adam Langley
2015-05-05Fix OPENSSL_NO_ASM build and promote to a cmake build flag.David Benjamin
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-04-08Prune away (almost) all of asn1_mac.hDavid Benjamin
2015-04-07Shush warning in alignment code.David Benjamin
2015-04-07Add decrepit, initially containing CAST and Blowfish.Adam Langley
2015-04-02Define NOMINMAX across the entire project.David Benjamin
2015-03-06Generate error data at build time.David Benjamin
2015-02-28Bump the -Wshadow cutoff to 4.8 rather than 4.6.David Benjamin
2015-02-23Find perl using the CMake's standard FindPerl module.David Benjamin
2015-02-12Fix standalone build on Win64.David Benjamin
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
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-29Define _HAS_EXCEPTIONS=0 to avoid MSVC C4530 warning.Brian Smith
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin