Make sure memmove() is defined, even on SunOS 4.1.4.
[oweals/openssl.git] / crypto / des /
2004-11-01 Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
2004-05-12 Richard Levittemake update
2004-05-12 Richard LevitteMakefile.ssl changed name to Makefile.
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-03-28 Andy PolyakovThis is essentially Intel 32-bit compiler tune-up....
2004-02-10 Geoff Thorpeminor signed/unsigned warning fixes
2004-01-29 Richard Levittemake update
2004-01-29 Richard LevitteMake n unsigned, to avoid signed vs. unsigned conflicts.
2004-01-28 Richard Levitte0.9.7-stable is in freeze. That means we do bug fixes...
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-28 Richard Levittemake update
2004-01-28 Richard LevitteUnsigned vs. signed problem removed
2004-01-28 Richard LevitteUnsigned vs. signed problem removed
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeRemove redundant declaration.
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-01 Richard LevitteInclude e_os.h to get a proper definition of memmove...
2003-10-01 Richard LevitteInclude e_os.h to get a proper definition for memmove...
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-08-01 Ben LaurieFix DES CFB-r.
2003-07-30 Ben LaurieWhoops, forgot FIPS DES, also add EVPs for DES CFB1...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-05-29 Richard LevittePR: 630
2003-05-29 Richard LevittePR: 630
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_EXTERN,...
2003-02-13 Richard LevitteOh, the destest program did look at the return value...
2003-02-13 Richard LevitteOh, the destest program did look at the return value...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-01-16 Richard LevitteA few more files to ignore
2003-01-16 Richard LevitteA few more files to ignore
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-12 Andy PolyakovAddenum to IA-32 assembler support enhancements from...
2003-01-12 Andy PolyakovIA-32 assembler support enhancements from HEAD branch...
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-09 Richard Levittegcc wants character constants to be correct. Before...
2003-01-04 Andy PolyakovAnother GAS fix-up and some commentary...
2003-01-04 Andy PolyakovGAS can't stand stub, which is stb's synonym.
2003-01-03 Andy PolyakovRedundant now as it's moved to ./Makefile.org.
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2003-01-02 Andy PolyakovComplete integration of SPARC assembler DES implementat...
2003-01-02 Andy PolyakovUltraSPARC assembler DES implementation tune-up. The...
2003-01-02 Andy PolyakovVery old submission (from 2000) of UltraSPARC assembler...
2003-01-01 Ben LaurieFix warnings, use correct -Ds.
2002-12-29 Ben LaurieCorrect asm exclusions.
2002-12-18 Andy PolyakovFix for RT#405, Solaris refuses to invoke preprocessor...
2002-12-18 Andy PolyakovFix for RT#405, Solaris refuses to invoke preprocessor...
2002-12-15 Richard LevitteDon't define macros in terms of asm() when __STRICT_ANS...
2002-12-15 Richard LevitteBring des_locl.h at the same level as in the 0.9.7...
2002-12-15 Andy PolyakovOoops! No ROTATE on some platforms after x86_64 perform...
2002-12-15 Andy PolyakovOoops! No ROTATE on some platforms after x86_64 perform...
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-13 Andy PolyakovIA-32 assembler modules (primarily DES) PIC-ification...
2002-12-13 Andy PolyakovIA-32 assembler modules (primarily DES) PIC-ification...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteSince HEADER_DES_H has been the protector of des.h...
2002-12-11 Richard LevitteSince HEADER_DES_H has been the protector of des.h...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-06 Richard LevitteSince crypt() isn't defined anywhere, define it locally...
2002-10-06 Richard LevitteSince crypt() isn't defined anywhere, define it locally...
2002-10-06 Richard LevitteDo not define crypt(). The supported function is DES_c...
2002-10-06 Richard LevitteDo not define crypt(). The supported function is DES_c...
2002-09-22 Ulf Mölleras in main
2002-09-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-09-22 Ulf Möllermake files didn't work on case insensitive filesystems
2002-08-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-08-01 Richard Levittemake update
2002-08-01 Richard Levittemake update
next