aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/modes
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-148/+94
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-132-2/+2
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-102-76/+98
* modes/ocb128.c: fix overstep.Andy Polyakov2015-12-101-1/+1
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-071-1/+1
* modes/ocb128.c: fix sanitizer warning.Andy Polyakov2015-12-021-7/+7
* modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2015-12-022-57/+26
* modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov2015-12-021-8/+29
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-232-2/+2
* modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov2015-11-111-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-4/+4
* Skylake performance results.Andy Polyakov2015-09-262-6/+8
* ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov2015-09-251-5/+40
* Conversion to UTF-8 where neededRichard Levitte2015-07-147-37/+37
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-1/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-8/+6
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2
* free cleanup almost the finaleRich Salz2015-04-302-8/+2
* remove malloc castsRich Salz2015-04-282-2/+2
* modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov2015-04-211-0/+1
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-201-10/+27
* Appease clang -WshadowRichard Levitte2015-04-041-19/+19
* modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov2015-04-021-54/+222
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-18/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-192/+0
* CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee2015-03-201-5/+5
* wrap128.c: Fix Doxygen commentsRichard Godbee2015-03-201-19/+20
* Fix unintended sign extensionMatt Caswell2015-03-171-1/+4
* Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek2015-03-131-2/+7
* ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov2015-03-081-2/+2
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-3/+0
* modes/gcm128.c: harmonize ctx->ghash assignment, shortcut *_ctr32Andy Polyakov2015-01-301-106/+92
* modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov2015-01-301-0/+8
* Fix warning on some compilers where variable index shadows a globalMatt Caswell2015-01-281-5/+5
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-1/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2212-3506/+3812
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* crypto/ofb128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/ctr128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/cfb128.c: make it indent-friendly.Andy Polyakov2015-01-221-4/+8
* modes/modes_lcl.h: make it indent-friendly.Andy Polyakov2015-01-221-31/+31
* modes/gcm128.c: make it indent-friendly.Andy Polyakov2015-01-221-162/+416
* modes/cts128.c: make it indent-friendly.Andy Polyakov2015-01-221-21/+36