summaryrefslogtreecommitdiffstats
path: root/crypto/modes
AgeCommit message (Expand)Author
2017-02-16Cleanup *.S files.Bernd Edlinger
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov
2016-02-27modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.Andy Polyakov
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-11-30x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-11-11modes/asm/ghash-armv4.pl: make it compile by clang. RT#3989Andy Polyakov
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-12Use memmove instead of memcpy.John Foley
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-08Appease clang -WshadowRichard Levitte
2015-04-02modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov
2015-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix modes.h so that indent doesn't complainMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22crypto/ofb128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/ctr128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/cfb128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/modes_lcl.h: make it indent-friendly.Andy Polyakov
2015-01-22modes/gcm128.c: make it indent-friendly.Andy Polyakov
2015-01-22modes/cts128.c: make it indent-friendly.Andy Polyakov
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-13Add Broadwell performance results.Andy Polyakov
2015-01-06Remove inconsistency in ARM support.Andy Polyakov
2014-09-20Harmonize Tru64 and Linux make rules.Andy Polyakov
2014-08-30x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov
2014-08-27RT2308: Add extern "C" { ... } wrapperRich Salz
2014-07-20Initial POWER8 support from development branch.Andy Polyakov
2014-07-17Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson
2014-07-09x86_64 assembly pack: improve masm support.Andy Polyakov
2014-07-09Please Clang's sanitizer.Andy Polyakov
2014-06-28x86_64 assembly pack: refine clang detection.Andy Polyakov
2014-06-27x86_64 assembly pack: addendum to last clang commit.Andy Polyakov
2014-06-27x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov
2014-06-24ARMv8 assembly pack: add Cortex performance numbers.Andy Polyakov
2014-06-11ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov
2014-06-11Engage GHASH for ARMv8.Andy Polyakov
2014-06-11Add GHASH for ARMv8 Crypto Extension.Andy Polyakov
2014-06-10ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov
2014-04-24bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplicationAndy Polyakov
2014-04-06crypto/modes/gcm128.c: more strict aliasing fixes.Andy Polyakov
2014-02-13ghash-x86[_64].pl: ~15% improvement on Atom SilvermontAndy Polyakov
2014-02-02modes/asm/ghash-s390x.pl: +15% performance improvement on z10.Andy Polyakov