aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes
AgeCommit message (Expand)AuthorFilesLines
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 Salz2-148/+94
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2-2/+2
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2-76/+98
2015-12-10modes/ocb128.c: fix overstep.Andy Polyakov1-1/+1
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov1-1/+1
2015-12-02modes/ocb128.c: fix sanitizer warning.Andy Polyakov1-7/+7
2015-12-02modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2-57/+26
2015-12-02modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov1-8/+29
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov2-2/+2
2015-11-11modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-4/+4
2015-09-26Skylake performance results.Andy Polyakov2-6/+8
2015-09-25ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov1-5/+40
2015-07-14Conversion to UTF-8 where neededRichard Levitte7-37/+37
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov1-1/+1
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper1-1/+1
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-8/+6
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-04-30free cleanup almost the finaleRich Salz2-8/+2
2015-04-28remove malloc castsRich Salz2-2/+2
2015-04-21modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov1-0/+1
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov1-10/+27
2015-04-04Appease clang -WshadowRichard Levitte1-19/+19
2015-04-02modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov1-54/+222
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-192/+0
2015-03-20CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee1-5/+5
2015-03-20wrap128.c: Fix Doxygen commentsRichard Godbee1-19/+20
2015-03-17Fix unintended sign extensionMatt Caswell1-1/+4
2015-03-13Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek1-2/+7
2015-03-08ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov1-2/+2
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-3/+0
2015-01-30modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32Andy Polyakov1-106/+92
2015-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov1-0/+8
2015-01-28Fix warning on some compilers where variable index shadows a globalMatt Caswell1-5/+5
2015-01-23Add assembly support to ios64-cross.Andy Polyakov1-1/+9
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell12-3506/+3812
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2015-01-22crypto/ofb128.c: make it indent-friendly.Andy Polyakov1-2/+4
2015-01-22modes/ctr128.c: make it indent-friendly.Andy Polyakov1-2/+4
2015-01-22modes/cfb128.c: make it indent-friendly.Andy Polyakov1-4/+8
2015-01-22modes/modes_lcl.h: make it indent-friendly.Andy Polyakov1-31/+31
2015-01-22modes/gcm128.c: make it indent-friendly.Andy Polyakov1-162/+416
2015-01-22modes/cts128.c: make it indent-friendly.Andy Polyakov1-21/+36
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1