modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
[openssl.git] / crypto / modes / gcm128.c
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-06-10 Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-30 Andy Polyakovmodes/gcm128.c: harmonize ctx->ghash assignment, shortc...
2015-01-30 Andy Polyakovmodes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Andy Polyakovmodes/gcm128.c: make it indent-friendly.
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-07-20 Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-16 Andy PolyakovRevert "Engage GHASH for PowerISA 2.07."
2014-07-16 Andy PolyakovEngage GHASH for PowerISA 2.07.
2014-06-06 Andy PolyakovEngage GHASH for ARMv8.
2014-04-24 Andy Polyakovbn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster...
2014-04-06 Andy Polyakovcrypto/modes/gcm128.c: more strict aliasing fixes.
2013-04-04 Andy Polyakovgcm128.c: fix linking problems in 32-bit Windows build.
2013-03-24 Andy Polyakovghash-x86_64.pl: add AVX code path.
2013-02-14 Andy Polyakovghash-x86[_64].pl: code refresh.
2012-11-05 Andy Polyakovcrypto/modes: even more strict aliasing fixes [and...
2012-11-05 Ben LaurieMore strict aliasing fix.
2012-11-05 Andy Polyakovghash-sparcv9.pl: 22% improvement on T4.
2012-10-24 Andy Polyakovghash-sparcv9.pl: add VIS3 code path.
2012-08-13 Andy Polyakovgcm128.c: fix AAD-only case with AAD length not divisib...
2012-06-04 Andy PolyakovRevert random changes from commit#22606.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-03-29 Andy Polyakovmodes/gcm128.c: fix self-test.
2012-01-25 Andy Polyakovghash-x86.pl: engage original MMX version in no-sse2...
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-07-17 Andy PolyakovARM assembler pack: add platform run-time detection.
2011-04-24 Andy Polyakovgcm128.c: minor optimization.
2011-04-04 Andy Polyakovgcm128.c: fix shadow warnings.
2011-04-01 Andy PolyakovARM assembler pack: profiler-assisted optimizations...
2011-04-01 Andy Polyakovgcm128.c: tidy up, minor optimization, rearrange gcm128...
2011-02-19 Dr. Stephen HensonMove gcm128_context definition to modes_lcl.h (along...
2011-02-12 Andy Polyakovgcm128.c: make it work with no-sse2.
2011-02-08 Dr. Stephen HensonLink GCM into FIPS module. Check return value in EVP...
2011-02-07 Andy Polyakovgcm128.c: add boundary condition checks.
2011-02-07 Dr. Stephen HensonAdd CRYPTO_gcm128_tag() function to retrieve the tag.
2011-02-06 Andy Polyakovgcm128.c: allow multiple calls to CRYPTO_gcm128_aad.
2011-02-06 Andy Polyakovgcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.
2010-08-23 Andy Polyakovgcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
2010-08-02 Andy Polyakovgcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.
2010-07-26 Dr. Stephen HensonWIN32 build fix.
2010-07-09 Andy Polyakovgcm128.c: API modification and readability improvements,
2010-05-26 Andy Polyakovgcm128.c: P.-M. Hager has tipped about possibility...
2010-05-23 Andy Polyakovgcm128.c: commentary update.
2010-05-13 Andy PolyakovGCM "jumbo" update:
2010-05-04 Andy Polyakov"Jumbo" update for crypto/modes:
2010-05-01 Ben LaurieMissing declarations, no assembler in PEDANTIC.
2010-04-14 Andy Polyakovgcm128.c and assembler modules: change argument order...
2010-04-10 Andy Polyakovgcm128.c: commentary and formatting updates.
2010-03-08 Andy Polyakovgcm128.c: add option for streamed GHASH, simple benchma...
2010-03-02 Andy PolyakovInitial version of Galois Counter Mode implementation...