summaryrefslogtreecommitdiffstats
path: root/crypto/modes
AgeCommit message (Expand)Author
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
2017-02-13modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-27Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith
2016-06-14modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov
2016-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
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-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09Add extra include directory for includers of ppc_arch.hRichard Levitte
2016-03-09Unified - adapt the generation of modes assembler to use GENERATERichard Levitte
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov
2016-02-27modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.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-18Remove outdated DEBUG flags.Rich Salz
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-12-10modes/ocb128.c: fix overstep.Andy Polyakov