summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
AgeCommit message (Expand)Author
2014-07-08Please Clang's sanitizer.Andy Polyakov
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov
2014-02-27rc4/asm/rc4-586.pl: allow for 386-only build.Andy Polyakov
2013-06-18PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov
2012-06-12x86[_64] assembly pack: update benchmark results.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-11-12rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporaryAndy Polyakov
2011-11-12cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov
2011-06-28rc4-586.pl: add Atom performance results.Andy Polyakov
2011-06-27rc4-x86_64.pl: commentary update.Andy Polyakov
2011-06-06rc4_skey.c: remove dead/redundant code (it's never compiled) andAndy Polyakov
2011-05-29Various mingw64 fixes.Andy Polyakov
2011-05-27rc4-x86_64.pl: fix due credit.Andy Polyakov
2011-05-27rc4-x86_64.pl: RC4_options fix-up.Andy Polyakov
2011-05-27x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov
2011-05-27rc4-x86_64.pl: major optimization for contemporary Intel CPUs.Andy Polyakov
2011-05-27rc4-586.pl: optimize even further...Andy Polyakov
2011-05-25rc4-586.pl: optimize unused code path.Andy Polyakov
2011-05-24rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.Andy Polyakov
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-11-29s390x assembler pack: adapt for -m31 build, see commentary in ConfigureAndy Polyakov
2010-07-26rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov
2010-05-13rc4-x86_64.pl: "Westmere" optimization.Andy Polyakov
2010-05-05Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov
2010-05-05Non-executable stack in asm.Ben Laurie
2009-12-27Throw in more PA-RISC assembler.Andy Polyakov
2009-04-26Handle push/pop %rbx in epi/prologue (this is Win64 SEH thing).Andy Polyakov
2009-02-12rc4-s390x.pl: allow for older assembler and optimize character loop.Andy Polyakov
2009-02-11RC4 for s390x.Andy Polyakov
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
2008-01-12rc4-x86_64 portability fix.Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-12-02Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov
2007-06-18Update .cvsignoreDr. Stephen Henson
2007-04-26Reimplement rc4-586.pl, relicense rc4-x86_64.pl.Andy Polyakov
2007-04-02RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov
2007-04-01Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov
2007-03-20Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov