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-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
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-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-07-15Move public headers to include/openssl/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