aboutsummaryrefslogtreecommitdiff
path: root/crypto/des
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2009-03-31Fix from 1.0.0-stableDr. Stephen Henson1-0/+4
2009-03-31Ooops reverse previous patch.Dr. Stephen Henson1-0/+4
2009-03-31Update from 0.9.8-stableDr. Stephen Henson1-4/+0
2009-03-16Make SPARC assembler Pirify-friendly (Purify can't cope with certainAndy Polyakov1-25/+30
2009-02-14PR: 1835Dr. Stephen Henson1-1/+1
2008-12-22Optimize #undef DES_UNROLL for size.Andy Polyakov3-16/+6
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2-0/+8
2008-07-15des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov1-2/+6
2008-05-20Update from stable branch.Dr. Stephen Henson2-2/+4
2008-05-20Fix from stable branch.Dr. Stephen Henson1-0/+2
2008-05-19Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller1-1/+3
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke1-2/+2
2008-01-15crypto/rc5/Makefile was erroneously omitted from last perlasm unification.Andy Polyakov1-2/+0
2008-01-11Unify x86 perlasm make rules.Andy Polyakov1-19/+4
2008-01-05Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2-2/+4
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov1-0/+4
2007-10-13Bunch of constifications.Andy Polyakov2-2/+2
2007-09-18Wire DES weak_keys to read-only segment.Andy Polyakov1-1/+1
2007-05-20OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twiceAndy Polyakov2-2/+2
2007-02-06fix typoNils Larsch1-1/+1
2007-01-21Constify version strings and some structures.Dr. Stephen Henson2-4/+4
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov1-1/+1
2005-12-15To exclude contention for shared FPU on T1, trade 3% of DES performance.Andy Polyakov1-3/+3
2005-11-06Address MASM-specific problems introduced withAndy Polyakov3-233/+2
2005-11-03Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov2-0/+8
2005-10-25Eliminate ~3.5KB of duplicate code in des-586.pl and reserve for foldedAndy Polyakov1-32/+89
2005-10-25Move DES_SPtrans to where it really belongs, dec_enc to be specific.Andy Polyakov5-93/+347
2005-10-04Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.Andy Polyakov1-0/+4
2005-08-07Final(?) WinCE update.Andy Polyakov1-0/+4
2005-08-03PIC-ify SPARC assembler in alternative manner to eliminate dependency onAndy Polyakov1-39/+45
2005-07-08Latest Intel compiler means every word in "if copying [with memcpy] takesAndy Polyakov1-2/+2
2005-07-08On case insensitive systems, 'install' gets mixed up with the existing fileRichard Levitte1-1/+4
2005-06-23Do not defined des_crypt(), since it clashes with Solaris crypt.h.Richard Levitte2-2/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-12/+19
2005-05-16make updateBodo Möller1-18/+10
2005-05-15Fool-proofing MakefilesAndy Polyakov1-7/+2
2005-04-26Add DTLS support.Ben Laurie1-0/+2
2005-04-13Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov1-1/+1
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte2-0/+4
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-7/+7
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte1-2/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-11-01Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte1-0/+1
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov1-5/+6
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov1-26/+5
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov1-5/+15
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-114/+91