aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha
AgeCommit message (Expand)AuthorFilesLines
2016-12-19x86 assembly pack: update performance results.Andy Polyakov3-0/+8
2016-11-17sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.Andy Polyakov1-1/+1
2016-11-11sha/asm/sha512-armv8.pl: add NEON version of SHA256.Andy Polyakov1-4/+313
2016-11-11sha/keccak1600.c: add some optimized implementations.Andy Polyakov1-5/+585
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte1-29/+0
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte1-0/+29
2016-10-31sha/keccak1600.c: add couple of soft asserts.Andy Polyakov1-0/+4
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov1-15/+38
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov3-1/+5
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov1-3/+83
2016-10-24crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov1-0/+281
2016-10-10Remove trailing whitespace from some files.David Benjamin13-18/+18
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov3-17/+34
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2-0/+2
2016-08-11sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov1-2/+2
2016-08-05spelling fixes, just comments and readme.klemens2-2/+2
2016-06-01Remove/rename some old files.Rich Salz1-1/+0
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov4-4/+4
2016-05-21Add OpenSSL copyright to .pl filesRich Salz31-31/+248
2016-05-17Copyright consolidation 09/10Rich Salz5-170/+34
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov2-2/+2
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov2-3/+5
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov2-10/+4
2016-04-20Remove --classic build entirelyRichard Levitte1-106/+0
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