aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc4
AgeCommit message (Expand)AuthorFilesLines
2016-02-18In the unified scheme, there is no $(TOP), use $(SRCDIR) insteadRichard Levitte1-1/+1
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-6/+6
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+27
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-27Remove outdated legacy crypto optionsRich Salz3-224/+19
2016-01-26Remove /* foo.c */ commentsRich Salz2-2/+0
2016-01-25Move & split opensslconf.h.inRich Salz1-0/+1
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz1-17/+0
2015-09-26Skylake performance results.Andy Polyakov1-1/+4
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-07-14Conversion to UTF-8 where neededRichard Levitte2-2/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-2/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-02Remove outdated RC4 filesRich Salz3-530/+0
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-321/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-58/+58
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell6-589/+583
2015-01-22Further comment changes for reformat (master)Matt Caswell2-2/+4
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz2-9/+0
2014-10-01RT3549: Remove obsolete files in cryptoRich Salz1-253/+0
2014-07-08Please Clang's sanitizer.Andy Polyakov1-1/+1
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov1-0/+183
2014-02-27rc4/asm/rc4-586.pl: allow for 386-only build.Andy Polyakov2-3/+7
2013-06-18PA-RISC assembler pack: switch to bve in 64-bit builds.Andy Polyakov1-1/+2
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov2-2/+4
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2-2/+2
2012-06-12x86[_64] assembly pack: update benchmark results.Andy Polyakov3-0/+9
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-2/+1
2011-11-15Configure: reimplement commit#21695.Andy Polyakov1-1/+3
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie1-1/+1
2011-11-12rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporaryAndy Polyakov1-0/+2
2011-11-12cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov1-0/+2
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2-0/+633
2011-06-28rc4-586.pl: add Atom performance results.Andy Polyakov1-1/+3
2011-06-27rc4-x86_64.pl: commentary update.Andy Polyakov1-3/+6
2011-06-06rc4_skey.c: remove dead/redundant code (it's never compiled) andAndy Polyakov1-34/+0
2011-05-29Various mingw64 fixes.Andy Polyakov1-1/+1
2011-05-27rc4-x86_64.pl: fix due credit.Andy Polyakov1-9/+11
2011-05-27rc4-x86_64.pl: RC4_options fix-up.Andy Polyakov1-3/+5
2011-05-27x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov1-7/+5
2011-05-27rc4-x86_64.pl: major optimization for contemporary Intel CPUs.Andy Polyakov1-46/+208
2011-05-27rc4-586.pl: optimize even further...Andy Polyakov1-6/+8