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-02-23Consistently use named constants in ARM assembly files.David Benjamin
2015-11-12Enable AVX code for SHA-*.David Benjamin
2015-10-28Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-27Revert "Get rid of all compiler version checks in perlasm files."David Benjamin
2015-10-26Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-26Consistently disable the Intel SHA Extensions code.David Benjamin
2015-10-26Synchronize sha512-x86_64.pl with upstream.David Benjamin
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-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-06-02Fix compilation of sha256-armv4.S when using -march=armv6Joel Klinghed
2015-05-05Add assembly support for 32-bit iOS.David Benjamin
2015-04-29sha/asm/sha*-armv8.pl: add Denver and X-Gene esults.David Benjamin
2015-04-29aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.David Benjamin
2015-04-28sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.David Benjamin
2015-04-28sha/asm/sha256-armv4.pl: fix compile issue in kernel and eliminate little-end...David Benjamin
2015-04-28sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.David Benjamin
2015-04-20Add arm-xlate.pl and initial iOS asm support.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-23sha/asm/sha1-586.pl: fix typo.David Benjamin
2015-02-21Hide all asm symbols.Adam Langley
2015-02-19Mark OPENSSL_armcap_P as hidden in ARM asm.Adam Langley
2015-01-26sha256-armv4.pl: fix typo.David Benjamin
2015-01-16Update SHA-1/256/512 asm for ARM from upstream.Adam Langley
2015-01-15aarch64 support.Adam Langley
2014-11-11x86[_64] assembly pack: add Silvermont performance data.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-29sha512-x86_64.pl: fix linking problem under Windows.Adam Langley
2014-07-29x86_64 assembly pack: allow clang to compile AVX code.Adam Langley
2014-06-21crypto/sha/asm/sha[1,512]-x86_64.pl: Windows buildAdam Langley
2014-06-21sha1-x86_64.pl: add missing rex prefix in shaext.Adam Langley
2014-06-21Add benchmarks for hash functions to bssl speed.Adam Langley
2014-06-21Add support for Intel SHA extension.Adam Langley
2014-06-21sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.Adam Langley
2014-06-21sha/asm/sha512-x86_64.pl: fix compilation error on Solaris.Adam Langley
2014-06-21Update SHA asm from master.Adam Langley
2014-06-21Inital import.Adam Langley