gcm128.c: fix AAD-only case with AAD length not divisible by 16.
[openssl.git] / crypto / modes / gcm128.c
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...