summaryrefslogtreecommitdiffstats
path: root/crypto/aes
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-02-28Always use adr with __thumb2__.David Benjamin
2017-11-05aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.Andy Polyakov
2017-10-22s390x assembly pack: define OPENSSL_s390xcap_P in s390xcap.cPatrick Steuer
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer
2017-07-24aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov
2017-03-30More typo fixesFdaSilvaYY
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-02-20Don't call memcpy if len is zero.Rich Salz
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov
2016-11-11PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov
2016-11-10aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-16aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov
2016-07-16SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-07-16aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov
2016-06-14aes/asm/aesp8-ppc.pl: implement "tweak chaining".Andy Polyakov
2016-06-14aes/asm/aesp8-ppc.pl: add XTS subroutines.Andy Polyakov
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-28SPARC assembly pack: add missing .type directives.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09Unified - adapt the generation of aes assembler to use GENERATERichard Levitte
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte