summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
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
2003-01-04Another GAS fix-up and some commentary...Andy Polyakov
2003-01-04GAS can't stand stub, which is stb's synonym.Andy Polyakov
2003-01-03Redundant now as it's moved to ./Makefile.org.Andy Polyakov
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov
2003-01-02Complete integration of SPARC assembler DES implementation. Tested on SolarisAndy Polyakov
2003-01-02UltraSPARC assembler DES implementation tune-up. The code can beAndy Polyakov
2003-01-02Very old submission (from 2000) of UltraSPARC assembler DES implementation.Andy Polyakov
2002-12-29Correct asm exclusions.Ben Laurie
2002-12-18Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov
2002-12-15Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte
2002-12-15Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov
2002-12-11Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte
2002-12-11Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-06Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte
2002-10-06Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte
2002-09-22make files didn't work on case insensitive filesystemsUlf Möller
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte
2002-06-29Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller
2002-06-13Add support for DJGPP.Richard Levitte
2002-06-13Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte