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-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
2014-07-29x86_64 assembly pack: improve masm support.Adam Langley
2014-07-29x86_64 assembly pack: allow clang to compile AVX code.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-24Fix GCM in non-AESNI mode.Adam Langley
2014-06-21ghash-x86_64.pl: optimize for upcoming Atom.Adam Langley
2014-06-21bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication algorit...Adam Langley
2014-06-21ghash-x86[_64].pl: ~15% improvement on Atom SilvermontAdam Langley
2014-06-21Inital import.Adam Langley