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
2015-11-17Use UINT64_C instead of OPENSSL_U64.David Benjamin
2015-11-17modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.David Benjamin
2015-10-28Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-27Fix the shared builders by exporting GCM symbols.Adam Langley
2015-10-27Revert "Get rid of all compiler version checks in perlasm files."David Benjamin
2015-10-27Make |gcm128_context| memcpy-safe.Brian Smith
2015-10-27Fix constness of |gcm128_context.key|.Brian Smith
2015-10-27Clarify confusing conditionals in crypto/gcm/gcm.c.Brian Smith
2015-10-27|assert| → |OPENSSL_STATIC_ASSERT| where possible.Matt Braithwaite
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-21Allow ARM capabilities to be set at compile time.Adam Langley
2015-09-25Fix several minor points noticed by Kenny.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-19Re-add the C version (only) of |EVP_aes_256_xts|Matt Braithwaite
2015-08-07Remove BIO dependency from cmac_test.Brian Smith
2015-08-04Fix more warnings about old-style prototypes.Brian Smith
2015-07-29Convert remaining Latin-1 files to UTF-8.David Benjamin
2015-05-28Add some comments and tweak assertions for cbc.c.David Benjamin
2015-05-21Fix test used for not-in-place CBC mode.Adam Langley
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-12Fix invalid assert in CRYPTO_ctr128_encrypt.David Benjamin
2015-05-11Fix asserts in CRYPTO_ctr128_encrypt_ctr32.David Benjamin
2015-05-05Don't use .arch in aarch64 asm with Clang.Adam Langley
2015-05-05Remove unnecessary NULL checks, part 4.David Benjamin
2015-05-05modes/asm/ghashv8-armx.pl: additional performance data.David Benjamin
2015-05-05Add assembly support for 32-bit iOS.David Benjamin
2015-05-05Remove inconsistency in ARM support.David Benjamin
2015-05-05ARM assembly pack: get ARMv7 instruction endianness right.David Benjamin
2015-04-29modes/asm/ghashv8-armx.pl: up to 90% performance improvement.David Benjamin
2015-04-20Add arm-xlate.pl and initial iOS asm support.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-03-27Build 32-bit assembly with SSE2 enabled.David Benjamin
2015-03-10ARMv4 assembly pack: add Cortex-A15 performance data.David Benjamin
2015-02-26Remove explicit .hiddens from x86_64 perlasm files.David Benjamin
2015-02-21Hide all asm symbols.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-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-26Add Broadwell performance results.David Benjamin
2015-01-15aarch64 support.Adam Langley
2014-11-11x86[_64] assembly pack: add Silvermont performance data.Adam Langley
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-08-27Fix "integer constant is too large for 'long' type" errors.Adam Langley
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-21Prefer AES-GCM when hardware support is available.David Benjamin
2014-08-09Use unified ARM assembly.Adam Langley
2014-08-01Add visibility rules.Adam Langley