aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha
AgeCommit message (Expand)AuthorFilesLines
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov2-7/+7
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-14build.info/Makefile.in: Itanium fixups.Andy Polyakov1-3/+3
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte1-6/+6
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov1-8/+14
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte7-10/+10
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte1-0/+2
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte1-0/+7
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte1-1/+1
2016-03-09Unified - adapt the generation of sha assembler to use GENERATERichard Levitte7-79/+70
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov4-8/+8
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin1-1/+1
2016-03-01RT4347: Fix GCC unused-value warnings with HOST_c2l()David Woodhouse2-18/+18
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-30/+30
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+77
2016-02-05GH601: Various spelling fixes.FdaSilvaYY5-11/+11
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz5-5/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz1-27/+0
2015-12-21sha/asm/sha256-armv4.pl: one of "universal" flags combination didn't compile.Andy Polyakov1-9/+4
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov4-4/+4
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov3-8/+8
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov4-4/+4
2015-10-23Fix typosAlessandro Ghedini2-2/+2
2015-09-26Skylake performance results.Andy Polyakov4-0/+4
2015-09-25Allow ILP32 compilation in AArch64 assembly pack.Andy Polyakov2-0/+16
2015-09-25ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov3-25/+52
2015-08-10RT3999: Remove sub-component version stringsRich Salz3-6/+0
2015-07-14Conversion to UTF-8 where neededRichard Levitte3-4/+4
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-3/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte3-3/+3
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-3/+5
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov3-14/+63
2015-04-02sha/asm/sha*-armv8.pl: add Denver and X-Gene esults.Andy Polyakov2-0/+6
2015-04-02aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov2-3/+3
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte4-660/+0
2015-03-29sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov1-9/+56
2015-03-29sha/asm/sha256-armv4.pl: fix compile issue in kernelAndy Polyakov1-1/+4
2015-03-23sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov1-11/+63
2015-03-08ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov2-11/+6
2015-02-22sha/asm/sha1-586.pl: fix typo.Andy Polyakov1-1/+1
2015-01-28Fix various windows compilation issuesMatt Caswell1-1/+1
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz13-580/+148