summaryrefslogtreecommitdiffstats
path: root/crypto/modes/gcm128.c
AgeCommit message (Expand)Author
2016-06-21PowerPC assembly pack: add POWER8 support.Andy Polyakov
2015-05-13Engage ARMv8 assembly pack.Andy Polyakov
2012-10-14gcm128.c: fix AAD-only case with AAD length not divisible by 16.Dr. Stephen Henson
2012-10-04Add support for Windows CE and C64+ to FIPS module. (from fips2-stable)Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov
2011-04-24gcm128.c: minor optimization.Andy Polyakov
2011-04-04gcm128.c: fix shadow warnings.Andy Polyakov
2011-04-01ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov
2011-04-01gcm128.c: tidy up, minor optimization, rearrange gcm128_context.Andy Polyakov
2011-02-19Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson
2011-02-12gcm128.c: make it work with no-sse2.Andy Polyakov
2011-02-08Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson
2011-02-07gcm128.c: add boundary condition checks.Andy Polyakov
2011-02-07Add CRYPTO_gcm128_tag() function to retrieve the tag.Dr. Stephen Henson
2011-02-06gcm128.c: allow multiple calls to CRYPTO_gcm128_aad.Andy Polyakov
2011-02-06gcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.Andy Polyakov
2010-08-23gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.Andy Polyakov
2010-08-02gcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.Andy Polyakov
2010-07-26WIN32 build fix.Dr. Stephen Henson
2010-07-09gcm128.c: API modification and readability improvements,Andy Polyakov
2010-05-26gcm128.c: P.-M. Hager has tipped about possibility to fold reductionsAndy Polyakov
2010-05-23gcm128.c: commentary update.Andy Polyakov
2010-05-13GCM "jumbo" update:Andy Polyakov
2010-05-04"Jumbo" update for crypto/modes:Andy Polyakov
2010-05-01Missing declarations, no assembler in PEDANTIC.Ben Laurie
2010-04-14gcm128.c and assembler modules: change argument order for gcm_ghash_4bit.Andy Polyakov
2010-04-10gcm128.c: commentary and formatting updates.Andy Polyakov
2010-03-08gcm128.c: add option for streamed GHASH, simple benchmark, minor namingAndy Polyakov
2010-03-02Initial version of Galois Counter Mode implementation. Interface is stillAndy Polyakov