summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
2004-03-30Recent changes from 0.9.7-stableRichard Levitte
2004-03-11Finish elimination of Makefile.sslBen Laurie
2004-03-10Step 1 in blowing away Makefile.sslBen Laurie
2004-02-13Recent changes from 0.9.7-stable.Richard Levitte
2004-01-30Test suite plus failure if selftest fails.Ben Laurie
2004-01-29Recent changes from 0.9.7-stableRichard Levitte
2004-01-24Fix for DES_cfb_encrypt corrupting output buffer. This renders certainAndy Polyakov
2004-01-19Recent and not so recent changes from 0.9.7-stable, all conflicts resolved.Richard Levitte
2003-12-18I haven't merged from 0.9.7-stable in a loooong time. It shows :-).Richard Levitte
2003-10-02Recent changes from 0.9.7-stableRichard Levitte
2003-09-25Use OPENSSL_FIPS instead of FIPS.Richard Levitte
2003-08-30Add 3-DES CFB-r mode (no test vectors yet).Ben Laurie
2003-08-01Fix DES CFB-r.Ben Laurie
2003-07-30Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.Ben Laurie
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-05-29PR: 630Richard 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-12Addenum to IA-32 assembler support enhancements from HEAD branch.Andy Polyakov
2003-01-12IA-32 assembler support enhancements from HEAD branch: unified ELF,Andy Polyakov
2003-01-01Fix warnings, use correct -Ds.Ben Laurie
2002-12-18Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov
2002-12-15Don't define macros in terms of asm() when __STRICT_ANSI is defined.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-22as in mainUlf Möller
2002-09-22This commit was manufactured by cvs2svn to create branchcvs2svn
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-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-08-01make updateRichard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard 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-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-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