summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
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
2002-06-11Fix warnings.Ben Laurie
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte
2002-03-26A forgotten fileRichard Levitte
2002-03-26Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte
2002-03-26Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte
2002-03-26Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte
2002-03-22Merge changes from 0.9.7-stableRichard Levitte
2002-03-22Merge changes from 0.9.7-stableRichard Levitte
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte
2002-03-07Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte
2002-03-05typoBodo Möller
2002-03-05Provide a pre 0.9.7 compatibility mapping ifRichard Levitte
2002-03-04Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-02-14Make sure memset() is defined by including string.hRichard Levitte
2002-02-05'make update'Richard Levitte
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte
2002-02-05Apply one patch from Assar Westerlund <assar@sics.se>:Richard Levitte
2002-02-05Apply three patches from Assar Westerlund <assar@kth.se>:Richard Levitte
2002-01-26I got a request to make the "old des" symbols more closely tied toRichard Levitte
2002-01-24New functionsBodo Möller
2002-01-24make updateRichard Levitte
2002-01-24To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte
2002-01-22Support old DES APIs by default.Ben Laurie
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
2001-11-15make updateRichard Levitte
2001-11-06des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte
2001-10-25Fix warning.Ben Laurie
2001-10-25remove redundant definitions that are also in des.hBodo Möller
2001-10-25filenames are des_old.[ch], not des.comp*Bodo Möller
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte
2001-10-25Have the removal warnings very high up in the source.Richard Levitte
2001-10-24A C file is a C file is a C file!Richard Levitte