aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4
Commit message (Collapse)AuthorAgeFilesLines
...
* x86[_64] assembly pack: update benchmark results.Andy Polyakov2012-06-123-0/+9
|
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-2/+1
|
* Configure: reimplement commit#21695.Andy Polyakov2011-11-151-1/+3
|
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-1/+1
| | | | aspirational __owur annotations.
* rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporaryAndy Polyakov2011-11-121-0/+2
| | | | solution so that one can build rc4test...
* cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov2011-11-121-0/+2
|
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-232-0/+633
|
* rc4-586.pl: add Atom performance results.Andy Polyakov2011-06-281-1/+3
|
* rc4-x86_64.pl: commentary update.Andy Polyakov2011-06-271-3/+6
|
* rc4_skey.c: remove dead/redundant code (it's never compiled) andAndy Polyakov2011-06-061-34/+0
| | | | misleading/obsolete comment.
* Various mingw64 fixes.Andy Polyakov2011-05-291-1/+1
|
* rc4-x86_64.pl: fix due credit.Andy Polyakov2011-05-271-9/+11
|
* rc4-x86_64.pl: RC4_options fix-up.Andy Polyakov2011-05-271-3/+5
|
* x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov2011-05-271-7/+5
|
* rc4-x86_64.pl: major optimization for contemporary Intel CPUs.Andy Polyakov2011-05-271-46/+208
|
* rc4-586.pl: optimize even further...Andy Polyakov2011-05-271-6/+8
|
* rc4-586.pl: optimize unused code path.Andy Polyakov2011-05-251-22/+37
|
* rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.Andy Polyakov2011-05-241-8/+129
|
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
| | | | is picked up.
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* s390x assembler pack: adapt for -m31 build, see commentary in ConfigureAndy Polyakov2010-11-291-5/+30
| | | | for more details.
* rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov2010-07-262-3/+7
|
* rc4-x86_64.pl: "Westmere" optimization.Andy Polyakov2010-05-131-0/+5
|
* Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov2010-05-051-1/+0
| | | | | be done, it's definitely not the way to do it. So far answer to the question was to ./config -Wa,--noexecstack (adopted by RedHat).
* Non-executable stack in asm.Ben Laurie2010-05-051-0/+1
|
* Throw in more PA-RISC assembler.Andy Polyakov2009-12-272-0/+316
|
* Handle push/pop %rbx in epi/prologue (this is Win64 SEH thing).Andy Polyakov2009-04-261-8/+9
|
* rc4-s390x.pl: allow for older assembler and optimize character loop.Andy Polyakov2009-02-121-19/+19
|
* RC4 for s390x.Andy Polyakov2009-02-112-0/+208
|
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-2/+2
|
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-12/+152
|
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-121-1/+2
|
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+1
|
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-312-7/+9
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-2/+1
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* rc4-x86_64 portability fix.Andy Polyakov2008-01-121-1/+1
|
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-11/+2
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
|
* Some assembler are allergic to lea reg,BYTE PTR[...].Andy Polyakov2007-12-021-1/+1
| | | | Submitted by: Guenter Knauf
* Update .cvsignoreDr. Stephen Henson2007-06-181-0/+1
|
* Reimplement rc4-586.pl, relicense rc4-x86_64.pl.Andy Polyakov2007-04-262-202/+154
|
* RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov2007-04-021-0/+115
| | | | PR: 1447
* Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov2007-04-012-10/+105
|
* Two extra instructions in RC4 character loop give 80% performanceAndy Polyakov2007-03-201-0/+2
| | | | | improvement on Core2. I still need to detect Core2 and choose this path...
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
|
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Fix signed/unsigned warnings.Geoff Thorpe2005-07-261-2/+2
|
* Pedantic polish to rc4-ia64.pl.Andy Polyakov2005-07-201-2/+2
|
* Retire original rc4-ia64.S.Andy Polyakov2005-07-181-159/+0
|
* Switch to new RC4 IA-64 module.Andy Polyakov2005-07-181-3/+6
|