summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Collapse)Author
2012-10-04Add support for Windows CE and C64+ to FIPS module.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-08-12SPARC assembler pack: fix FIPS linking errors.Andy Polyakov
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
is picked up.
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
Make sure crypto.h is included first in any affected files.
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-05-26PR: 2266Dr. Stephen Henson
Submitted By: Jonathan Gray <jsg@goblin.cx> Correct ioctl definitions.
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-03-31Fix from 1.0.0-stableDr. Stephen Henson
2009-03-31Ooops reverse previous patch.Dr. Stephen Henson
2009-03-31Update from 0.9.8-stableDr. Stephen Henson
2009-03-16Make SPARC assembler Pirify-friendly (Purify can't cope with certainAndy Polyakov
PIC constructs).
2009-02-14PR: 1835Dr. Stephen Henson
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
2008-12-22Optimize #undef DES_UNROLL for size.Andy Polyakov
2008-12-22This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov
.DLL, in particular static build. The issue has been discussed in RT#1230 and later on openssl-dev, and mutually exclusive approaches were suggested. This completes compromise solution suggested in RT#1230. PR: 1230
2008-07-15des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov
2008-05-20Update from stable branch.Dr. Stephen Henson
2008-05-20Fix from stable branch.Dr. Stephen Henson
2008-05-19Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller
(Buggy line reported by Matthias Koenig.)
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-01-15crypto/rc5/Makefile was erroneously omitted from last perlasm unification.Andy Polyakov
Also remove obsolete and now misleading comments.
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2008-01-05Update perl asm scripts include paths for perlasm.Dr. Stephen Henson
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-10-13Bunch of constifications.Andy Polyakov
2007-09-18Wire DES weak_keys to read-only segment.Andy Polyakov
2007-05-20OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twiceAndy Polyakov
in legacy code). I'd rather just remove it along with legacy interface, but it's probably not as appropriate as I'd like. Reimplement the macro.
2007-02-06fix typoNils Larsch
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
from .h files...
2005-12-15To exclude contention for shared FPU on T1, trade 3% of DES performance.Andy Polyakov
2005-11-06Address MASM-specific problems introduced withAndy Polyakov
http://cvs.openssl.org/chngview?cn=14547.
2005-11-03Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov
to open/read/write/close. First OPENSSL_NO_POSIX_IO target would be Windows CE.
2005-10-25Eliminate ~3.5KB of duplicate code in des-586.pl and reserve for foldedAndy Polyakov
loop option, which can give further 3KB code reduction.
2005-10-25Move DES_SPtrans to where it really belongs, dec_enc to be specific.Andy Polyakov
2005-10-04Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.Andy Polyakov
2005-08-07Final(?) WinCE update.Andy Polyakov
2005-08-03PIC-ify SPARC assembler in alternative manner to eliminate dependency onAndy Polyakov
OPENSSL_PIC macro.
2005-07-08Latest Intel compiler means every word in "if copying [with memcpy] takesAndy Polyakov
place between objects that overlap, the behavior is undefined." It's hard to comprehend, but it reportedly manages to be case.
2005-07-08On case insensitive systems, 'install' gets mixed up with the existing fileRichard Levitte
'INSTALL', so we need to put some force into installing
2005-06-23Do not defined des_crypt(), since it clashes with Solaris crypt.h.Richard Levitte
PR: 1125
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-16make updateBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-04-26Add DTLS support.Ben Laurie
2005-04-13Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov