summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
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
2005-11-03Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate referencesAndy Polyakov
2005-10-25Eliminate ~3.5KB of duplicate code in des-586.pl and reserve for foldedAndy Polyakov
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
2005-07-08Latest Intel compiler means every word in "if copying [with memcpy] takesAndy Polyakov
2005-07-08On case insensitive systems, 'install' gets mixed up with the existing fileRichard Levitte
2005-06-23Do not defined des_crypt(), since it clashes with Solaris crypt.h.Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
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
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-11-01Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Because of recent reductions in header interdependencies, these files needGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2004-03-28This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2004-01-28make updateRichard Levitte
2004-01-28Unsigned vs. signed problem removedRichard Levitte
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-16Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-29Remove redundant declaration.Geoff Thorpe
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte
2003-10-01Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte
2003-05-29PR: 630Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES,Richard Levitte
2003-02-13Oh, the destest program did look at the return value...Richard Levitte
2003-02-12Adjust DES_cbc_cksum() so the returned value is the same as MIT'sRichard Levitte
2003-01-16A few more files to ignoreRichard Levitte
2003-01-09gcc wants character constants to be correct. Before this change, theRichard Levitte