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-06-28Switch perlasm calling convention.David Benjamin
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-05-02Start assuming MSVC 2015.David Benjamin
2016-04-19Switch all 'num' parameters in crypto/modes to unsigned.David Benjamin
2016-03-26Fix build when using Visual Studio 2015 Update 1.Brian Smith
2016-03-22Fix aarch64 build.David Benjamin
2016-03-11Remove unused functions.David Benjamin
2016-03-03Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith
2016-03-01Fix build.David Benjamin
2016-03-01modes/ctr.c: Ensure ecount_buf alignment in CRYPTO_ctr128_encrypt.Steven Valdez
2016-02-27Fix implementation-specific behavior in gcm_test.cAaron Green
2016-02-26Use correct counter after invoking stitched AES-NI GCM code.Brian Smith
2016-02-25Remove unused |ccm128_context| in crypto/modes/internal.h.Brian Smith
2016-02-24Unify AEAD and EVP code paths for AES-GCM.Brian Smith
2016-02-18Restore |xmm7| correctly on Win64 in aesni-gcm-x86_64.Brian Smith
2016-02-12Use |kSizeTWithoutLower4Bits| in crypto/modes/gcm.c.Brian Smith
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-11Mark ARM assembly globals hidden uniformly in arm-xlate.pl.David Benjamin
2016-01-22Fix trivial -Wcast-qual violations.Brian Smith
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