aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes
AgeCommit message (Expand)AuthorFilesLines
2017-09-01crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov1-2/+1
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2-0/+5
2017-07-05Undo commit cd359b2Rich Salz1-41/+0
2017-05-26modes/ocb128.c: address undefined behaviour warning.Andy Polyakov1-58/+58
2017-05-11Remove filename argument to x86 asm_init.David Benjamin1-1/+1
2017-03-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov1-1/+1
2017-02-20Don't call memcpy if len is zero.Rich Salz1-0/+6
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov1-1/+5
2017-02-13modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2-0/+61
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov1-12/+23
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov1-1/+1
2016-11-03Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2-829/+0
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov1-0/+1
2016-10-10Remove trailing whitespace from some files.David Benjamin4-10/+10
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov1-1/+3
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov1-0/+1
2016-08-05spelling fixes, just comments and readme.klemens1-3/+3
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-0/+2
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-27Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith1-0/+41
2016-06-14modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov1-20/+449
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2-2/+2
2016-05-21Add OpenSSL copyright to .pl filesRich Salz12-12/+96
2016-05-17Copyright consolidation 06/10Rich Salz11-430/+65
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson1-2/+4
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-1/+1
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov1-1/+1
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov1-3/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-76/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte1-2/+2
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov1-3/+4
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte2-3/+3
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-09Add extra include directory for includers of ppc_arch.hRichard Levitte1-0/+2
2016-03-09Unified - adapt the generation of modes assembler to use GENERATERichard Levitte5-28/+22
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov3-14/+15
2016-02-27modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.Andy Polyakov2-2/+2
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-18Remove outdated DEBUG flags.Rich Salz8-92/+0
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-10/+10
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov1-24/+17
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+27
2016-02-05GH601: Various spelling fixes.FdaSilvaYY2-3/+3
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+5
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0