aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes
AgeCommit message (Expand)AuthorFilesLines
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov3-0/+4
2016-10-18Fix strict-warnings buildPatrick Steuer1-4/+4
2016-10-10Remove trailing whitespace from some files.David Benjamin17-71/+71
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2-22/+66
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2-0/+2
2016-08-05spelling fixes, just comments and readme.klemens4-4/+4
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-4/+4
2016-07-16aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov1-124/+226
2016-07-16SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-8/+11
2016-07-16aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov1-28/+747
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY2-6/+6
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov1-20/+2
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov1-1/+1
2016-06-14aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov1-54/+126
2016-06-14aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov1-0/+1784
2016-06-01Add final(?) set of copyrights.Rich Salz1-0/+7
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov7-7/+7
2016-05-28SPARC assembly pack: add missing .type directives.Andy Polyakov1-0/+4
2016-05-21Add OpenSSL copyright to .pl filesRich Salz24-24/+192
2016-05-17Copyright consolidation 05/10Rich Salz10-378/+65
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov1-6/+8
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov1-19/+10
2016-04-20Remove --classic build entirelyRichard Levitte1-108/+0
2016-04-20Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov3-0/+439
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov1-2/+2
2016-04-07Clean-up *_DEBUG options.Andy Polyakov3-15/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-5/+0
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte1-3/+3
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov1-2/+4
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte5-8/+8
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/+3
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 aes assembler to use GENERATERichard Levitte5-58/+61
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov4-18/+24
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-21/+21
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+59
2016-02-05GH601: Various spelling fixes.FdaSilvaYY2-2/+2
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+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-34/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte9-9/+9
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov3-3/+3
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2-11/+1889