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-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin
2016-04-27Don't mismatch Init and Update/Final hash functions.David Benjamin
2016-04-27Make SHA256_Final actually only return one.David Benjamin
2016-04-27Pull HASH_MAKE_STRING out of md32_common.h.David Benjamin
2016-04-27Make SHA512_Final actually only return one.David Benjamin
2016-02-23Consistently use named constants in ARM assembly files.David Benjamin
2015-12-16Remove asm __asm__ define.David Benjamin
2015-12-16Make HOST_l2c return void.David Benjamin
2015-12-16Use the straight-forward ROTATE macro.David Benjamin
2015-12-15Use UINT64_C in sha512.c table.David Benjamin
2015-11-17Use UINT64_C instead of OPENSSL_U64.David Benjamin
2015-11-12Enable AVX code for SHA-*.David Benjamin
2015-11-06Allow SHA-512 unaligned data access in |OPENSSL_NO_ASM| mode.Brian Smith
2015-11-06Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations.Brian Smith
2015-11-04Improve crypto/digest/md32_common.h mechanism.Brian Smith
2015-11-03Revert "Improve crypto/digest/md32_common.h mechanism."Adam Langley
2015-11-03Improve crypto/digest/md32_common.h mechanism.Brian Smith
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-06-02Low-level hash 'final' functions cannot fail.David Benjamin
2015-06-02Fix integer types in low-level hash functions.David Benjamin
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-02-12Add in missing curly braces part 3.David Benjamin
2015-01-29Change CMakeLists.txt to two-space indent.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-11-06Add digest_test with tests for all existing EVP_MDs.David Benjamin