aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc4
AgeCommit message (Expand)AuthorFilesLines
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov1-10/+5
2004-12-20Remove unused buffer 'buf'.Dr. Stephen Henson1-3/+1
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte1-5/+16
2004-12-07Extend RC4 test.Andy Polyakov1-0/+32
2004-12-02Fix rc4-ia64.S to pass more exhaustive regression tests.Andy Polyakov1-15/+24
2004-12-01I've introduced a bug to i386 RC4 assembler, which would emerge withAndy Polyakov1-2/+2
2004-11-30Add 0.9.7 specific comments to RC4 assembler modules.Andy Polyakov3-7/+14
2004-11-29Final touches to rc4/asm/rc4-596.pl, +52% better performance on AMD core.Andy Polyakov1-16/+32
2004-11-26Engage RC4 IA-64 assembler module.Andy Polyakov4-0/+15
2004-11-26RC4 IA-64 assembler implementation.Andy Polyakov1-0/+148
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov4-19/+117
2004-11-09As was shown by Marc Bevand reordering of couple of load operationsAndy Polyakov1-19/+23
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov1-3/+4
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov1-3/+3
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov1-13/+8
2004-07-23Adapt rc4-amd64.pl for Win64/AMD64 assembler.Andy Polyakov1-57/+60
2004-07-22EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov1-1/+2
2004-07-11Integration of RC4 AMD64 module.Andy Polyakov1-0/+2
2004-07-11RC4 tune-up for AMD64. Performance improvement of 2.22x is measured forAndy Polyakov1-0/+189
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte2-0/+6
2003-11-16Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke1-0/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_RC4.Richard Levitte1-2/+1
2003-01-16A few more files to ignoreRichard Levitte1-0/+1
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov1-9/+3
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-1/+3
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2001-07-31make updateRichard Levitte1-2/+2
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-2/+2
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-1/+1
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2-4/+4
2001-02-19Make all configuration macros available for application by makingRichard Levitte3-5/+6
2001-02-06format stringsUlf Möller1-1/+1
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller1-0/+1
2000-03-14Remove "Makefile.uni" files and some related stuff.Bodo Möller1-103/+0
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller1-314/+0
2000-03-12asm workaround for SuSE LinuxUlf Möller1-1/+1
2000-03-02Add missing dependencies.Bodo Möller1-1/+1
2000-02-05Document RC4.Ulf Möller3-4/+4
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-4/+4
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov1-65/+151