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-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
2015-01-28Build with -fvisibility=hidden.David Benjamin
2015-01-28Improve compatibility with CMake 3.0 and laterBrian Smith
2015-01-21Only use -Wshadow with GCC > 4.6.0.Adam Langley
2015-01-15aarch64 support.Adam Langley
2015-01-13Remove -std=c89 from compiler command line.Adam Langley
2014-12-10Remove variable shadowing.Adam Langley
2014-11-19Make build work on OS X with older cmake versions.Nico Weber
2014-11-01Get bssl tool building on Windows.David Benjamin
2014-08-18Increase minimum required cmake versionVictor Vasiliev
2014-08-12Recognise "i686" as an x86 CPU.Lukas Tribus
2014-08-01Add visibility rules.Adam Langley
2014-07-31Fix CPU architecture detection on BSDs.Piotr Sikora
2014-06-21Inital import.Adam Langley