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
2020-03-20FreeBSD/aarch64 feature detection and clang asm build fix (#23)myfreeweb
2019-01-04[Android] Fixing the previous clang fixMarek Habersack
2019-01-04Another Android+clang assembly build fix (#16)Marek Habersack
2019-01-03[ANDROID] Fix another Android toolchain issue with crypto assemblyMarek Habersack
2018-10-08[Android] Fix builds with NDK r18 (and possibly later versions when they come...Marek Habersack
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-02-11Mark ARM assembly globals hidden uniformly in arm-xlate.pl.David Benjamin
2015-10-27Fix the shared builders by exporting GCM symbols.Adam Langley
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Fix typo.David Benjamin
2015-10-21Allow ARM capabilities to be set at compile time.Adam Langley
2015-10-01Revert section changes for ASM.Adam Langley
2015-09-30Move .align directives next to their labels for ARM.Adam Langley
2015-09-29Put arm/aarch64 assembly functions in their own section.Adam Langley
2015-09-26Move the ARM-AES functions inside an #if block.Adam Langley
2015-09-26Use armv8 functions for of AES_[en|de]crypt and AES_set_[en|de]crypt_key, if ...Arve Hjønnevåg
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-07-29Convert remaining Latin-1 files to UTF-8.David Benjamin
2015-07-02Add tests for low-level AES functions.David Benjamin
2015-05-28aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.David Benjamin
2015-05-05Don't use .arch in aarch64 asm with Clang.Adam Langley
2015-05-05aes/asm/aesni-x86.pl: fix typo affecting Windows build.David Benjamin
2015-05-05aes/asm/aesni-x86[_64].pl update.David Benjamin
2015-05-05Add assembly support for 32-bit iOS.David Benjamin
2015-05-05aes/asm/bsaes-armv7: fix kernel-side XTS and harmonize with Linux.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-29aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.David Benjamin
2015-04-20Add arm-xlate.pl and initial iOS asm support.David Benjamin
2015-03-19Fix undefined behavior in shifts.David Benjamin
2015-02-26Remove explicit .hiddens from x86_64 perlasm files.David Benjamin
2015-02-21Hide all asm symbols.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-27Fix unused variable warning in OPENSSL_NO_ASM build.David Benjamin
2015-01-15aarch64 support.Adam Langley
2014-11-11aesni-x86_64.pl: make ECB subroutine Windows ABI compliant (RT 3552).Adam Langley
2014-11-11x86[_64] assembly pack: add Silvermont performance data.Adam Langley
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-30Don't mark AES_set_{en|de}crypt_key arg as const.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21aes/asm/bsaes-x86_64.pl: Atom-specific optimization.Adam Langley
2014-06-21vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.Adam Langley
2014-06-21aes/asm/aesni-x86[_64].pl: minor Atom-specific performance tweak.Adam Langley
2014-06-21aes/asm/aesni-x86_64.pl: further optimization for Atom Silvermont.Adam Langley
2014-06-21AES-NI asm update from master.Adam Langley
2014-06-21Adjust stack pointer in AES-NI CBC decryption.Adam Langley