aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2-0/+2
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov3-3/+3
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov1-62/+136
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov1-5/+2
2015-10-23Fix typosAlessandro Ghedini1-1/+1
2015-09-26Skylake performance results.Andy Polyakov3-0/+4
2015-09-25ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov1-14/+10
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-07-14Conversion to UTF-8 where neededRichard Levitte2-9/+9
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-2/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte2-2/+2
2015-05-13aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.Andy Polyakov1-2/+2
2015-05-13aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov1-3/+3
2015-04-20aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov1-1/+1
2015-04-20aes/asm/aesni-x86[_64].pl update.Andy Polyakov2-239/+1025
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov2-12/+70
2015-04-20aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov1-5/+8
2015-04-02aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov1-91/+118
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-18/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-139/+0
2015-03-28Add vpaes-amrv8.pl module.Andy Polyakov2-0/+1251
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper2-144/+144
2015-02-24Fix crash in SPARC T4 XTS.Andy Polyakov1-1/+1