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
2018-10-17Use NASM for all Windows builds (including cygwin).lateralusX
2018-10-08Reduce build dependencies when building with OPENSSL_NO_ASM.lateralusX
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-05-18CMakeLists.txt: add new 'BORINGSSL_OBJECTS' variable containing the object file.Martin Baulig
2015-11-18Add X25519 and Ed25519 support.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-20Replace cpuid assembly with C code.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Add infrastructure for reference counts.Adam Langley
2015-05-12Add file-based test framework and convert hmac_test.David Benjamin
2015-05-08Support Trusty, an embedded platform.Adam Langley
2015-05-08Add support for CMAC (RFC 4493).Adam Langley
2015-05-05Add support for building with the Android NDK.Adam Langley
2015-04-2132-bit ARM perlasm should be 'linux32', not 'elf'.David Benjamin
2015-04-20Add arm-xlate.pl and initial iOS asm support.David Benjamin
2015-04-16Remove the ability to set custom ex_data implementations.David Benjamin
2015-04-03Fix the standalone shared library build.David Benjamin
2015-04-01Add native support for onces and thread-local storage.Adam Langley
2015-03-27Build 32-bit assembly with SSE2 enabled.David Benjamin
2015-02-23Find perl using the CMake's standard FindPerl module.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Probe for NEON support if getauxval is missing.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin
2015-01-27Run x86 perlasm on UNIX with -fPIC.David Benjamin
2015-01-15aarch64 support.Adam Langley
2014-12-18Implement HKDF.Nick Harper
2014-11-11Constant-time utilities.Adam Langley
2014-11-01Build with yasm on Win64 as well.David Benjamin
2014-10-30Build Win32 with Yasm rather than MASM.David Benjamin
2014-10-30Get MASM output working on Win32.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-27Readd MD4.Adam Langley
2014-08-12Windows build fixes.Adam Langley
2014-07-31Use asm directives to protect OPENSSL_cleanse.Adam Langley
2014-06-24Include some build fixes for OS X.Adam Langley
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-21ChaCha20-Poly1305 support.Adam Langley
2014-06-21Inital import.Adam Langley