summaryrefslogtreecommitdiffstats
path: root/crypto/modes/gcm128.c
AgeCommit message (Expand)Author
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-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22modes/gcm128.c: make it indent-friendly.Andy Polyakov
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-06Remove inconsistency in ARM support.Andy Polyakov
2014-07-20Initial POWER8 support from development branch.Andy Polyakov
2014-06-11Engage GHASH for ARMv8.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
2013-05-19gcm128.c: update from master (add AVX and VIS3 support).Andy Polyakov
2012-08-13gcm128.c: fix AAD-only case with AAD length not divisible by 16 [from HEAD].Andy Polyakov
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-01-25ghash-x86.pl: engage original MMX version in no-sse2 builds [from HEAD].Andy Polyakov
2011-08-04Backport GCM support from HEAD. Minimal support at present: no assemblyDr. Stephen Henson