PACKETise ServerHello processing
[openssl.git] / crypto / modes /
2012-11-05 Andy Polyakovcbc128.c: fix strict aliasing warning.
2012-11-05 Andy Polyakovghash-sparcv9.pl: 22% improvement on T4.
2012-11-05 Ben LaurieFix gcc 4.8 warning (strict aliasing violation).
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-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2012-06-12 Andy Polyakovx86[_64] assembly pack: update benchmark results.
2012-06-04 Andy PolyakovRevert random changes from commit#22606.
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-04-28 Andy Polyakovperlasm: fix symptom-less bugs, missing semicolons...
2012-04-18 Andy PolyakovC64x+ assembler pack. linux-c64xplus build is *not...
2012-04-12 Andy Polyakovghash-s390x.pl: fix typo [that can induce SEGV in 31...
2012-03-31 Andy Polyakovmodes_lcl.h: make it work on i386.
2012-03-29 Andy Polyakovmodes/gcm128.c: fix self-test.
2012-03-13 Andy Polyakovghash-x86.pl: omit unreferenced rem_8bit from no-sse2...
2012-01-25 Andy Polyakovghash-x86.pl: engage original MMX version in no-sse2...
2012-01-15 Andy PolyakovFix OPNESSL vs. OPENSSL typos.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-05 Bodo Möllermake update
2011-08-07 Andy Polyakovaes/asm/aesni-*.pl: fix CCM and further optimize it.
2011-07-17 Andy PolyakovARM assembler pack: add platform run-time detection.
2011-05-16 Andy Polyakovx86gas.pl: add palignr and move pclmulqdq.
2011-05-16 Andy Polyakovx86_64-xlate.pl: allow "base-less" effective address...
2011-05-07 Andy PolyakovIA-64 assembler pack: fix typos and make it work on...
2011-05-04 Andy Polyakovxts128.c: minor optimizaton.
2011-04-24 Andy Polyakovgcm128.c: minor optimization.
2011-04-24 Andy Polyakovccm128.c: add CRYPTO_ccm128_[en|de]crypt_ccm64 and...
2011-04-23 Andy Polyakovxts128.c: fix bug introduced in commit#20704. Bug affec...
2011-04-21 Dr. Stephen HensonFix WIN32 warning.
2011-04-20 Andy Polyakovxts128.c: minor optimization and clarified prototype.
2011-04-18 Dr. Stephen HensonTypo.
2011-04-18 Andy Polyakovccm128.c: fix Win32 compiler warning.
2011-04-18 Andy Polyakovccm128.c: fix STRICT_ALIGNMENT another bug in CRYPTO_cc...
2011-04-18 Dr. Stephen HensonInitial untested CCM support via EVP.
2011-04-18 Dr. Stephen HensonCompile ccm128.c, move some structures to modes_lcl...
2011-04-16 Andy Polyakovccm128.c: minor optimization and bugfix in CRYPTO_ccm12...
2011-04-12 Dr. Stephen HensonProvisional AES XTS support.
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-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-03-04 Andy Polyakovghash-x86.pl: optimize for Sandy Bridge.
2011-03-04 Andy Polyakovxts128.c: minor optimization.
2011-03-04 Andy Polyakovs390x assembler pack: tune-up and support for new z196...
2011-02-22 Dr. Stephen HensonAdd modes_lcl.h to header list.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-19 Dr. Stephen HensonMove gcm128_context definition to modes_lcl.h (along...
2011-02-16 Dr. Stephen HensonInclude openssl/crypto.h first in several other files...
2011-02-16 Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2011-02-12 Andy Polyakovgcm128.c: make it work with no-sse2.
2011-02-10 Andy Polyakovxts128.c: initial draft.
2011-02-08 Andy Polyakovccm128.c: initialize ctx->block (what I was smoking?).
2011-02-08 Andy Polyakovccm128.c: initial draft.
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.
2011-02-03 Bodo Möllermake update
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-11-29 Andy Polyakovs390x assembler pack: adapt for -m31 build, see comment...
2010-09-21 Andy Polyakovghash-s390x.pl: reschedule instructions for better...
2010-09-13 Andy PolyakovAlpha assembler pack: adapt for Linux.
2010-09-10 Andy PolyakovAdd ghash-s390x.pl.
2010-09-05 Andy Polyakovmodes/asm/ghash-*.pl: switch to [more reproducible...
2010-09-05 Andy Polyakovghash-ia64.pl: 50% performance improvement of gcm_ghash...
2010-08-23 Andy Polyakovgcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
2010-08-21 Andy Polyakovcrypto/modes/Makefile: fix typo in ghash-parisc.s rule.
2010-08-02 Andy Polyakovgcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.
2010-07-27 Ben LaurieMissing prototype.
2010-07-26 Andy Polyakovghash-ia64.pl: excuse myself from implementing "528B...
2010-07-26 Andy Polyakovmodes/Makefile: update clean rule.
2010-07-26 Andy Polyakovperlasm/x86asm.pl: move aesni and pclmulqdq opcodes...
2010-07-26 Dr. Stephen HensonWIN32 build fix.
2010-07-13 Andy PolyakovARM assembler pack: reschedule instructions for dual...
2010-07-09 Andy Polyakovgcm128.c: API modification and readability improvements,
2010-07-08 Andy Polyakovcrypto/*/Makefile: unify "catch-all" assembler make...
2010-07-02 Andy Polyakovghash-armv4.pl: excuse myself from implementing "528B...
2010-07-02 Andy Polyakovghash-sparcv9.pl: fix Makefile rule and add performance...
2010-07-01 Andy PolyakovSPARCv9 assembler pack: refine CPU detection on Linux...
2010-06-09 Andy Polyakovghash-x86_64.pl: "528B" variant delivers further >30...
2010-06-09 Andy Polyakovghash-x86.pl: commentary updates.
2010-06-04 Andy Polyakovghash-x86.pl: "528B" variant of gcm_ghash_4bit_mmx...
2010-05-26 Andy Polyakovgcm128.c: P.-M. Hager has tipped about possibility...
2010-05-23 Andy Polyakovghash-x86.pl: MMX optimization (+20-40%) and commentary...
2010-05-23 Andy Polyakovgcm128.c: commentary update.
2010-05-13 Andy Polyakovghash-x86[_64].pl: add due credit.
2010-05-13 Andy PolyakovGCM "jumbo" update:
2010-05-04 Andy Polyakov"Jumbo" update for crypto/modes:
2010-05-03 Andy PolyakovAdd ghash-armv4.pl.
2010-05-01 Ben LaurieMissing declarations, no assembler in PEDANTIC.
2010-04-28 Andy PolyakovAdd ghash-parisc.pl.
2010-04-22 Andy PolyakovTake gcm128.c and ghash assembler modules into the...
2010-04-14 Andy Polyakovgcm128.c and assembler modules: change argument order...
2010-04-14 Andy Polyakov[co]fb128.c: fix "n=0" bug.
2010-04-10 Andy Polyakovgcm128.c: commentary and formatting updates.
2010-04-10 Andy Polyakovcts128.c: add support for NIST "Ciphertext Stealing...
2010-04-10 Andy Polyakovctr129.c: fix typo, simplify ctr128_inc and fix "n...
2010-04-10 Andy PolyakovAdd ghash-alpha.pl assembler module.
next