aboutsummaryrefslogtreecommitdiff
path: root/crypto/des
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte1-1/+1
2002-08-01make updateRichard Levitte1-1/+2
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte2-2/+7
2002-06-29Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller1-4/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-06-13Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte1-1/+0
2002-06-11Fix warnings.Ben Laurie1-1/+1
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte1-0/+8
2002-03-26A forgotten fileRichard Levitte1-0/+82
2002-03-26Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte1-0/+6
2002-03-26Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte4-33/+39
2002-03-26Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte1-0/+12
2002-03-22Merge changes from 0.9.7-stableRichard Levitte1-35/+37
2002-03-22Merge changes from 0.9.7-stableRichard Levitte1-23/+35
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte3-64/+79
2002-03-07Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte1-38/+38
2002-03-05typoBodo Möller1-1/+1
2002-03-05Provide a pre 0.9.7 compatibility mapping ifRichard Levitte1-57/+150
2002-03-04Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte7-46/+46
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+3
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller1-1/+1
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+7
2002-02-14Make sure memset() is defined by including string.hRichard Levitte1-0/+1
2002-02-05'make update'Richard Levitte1-68/+153
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte5-21/+86
2002-02-05Apply one patch from Assar Westerlund <assar@sics.se>:Richard Levitte1-3/+9
2002-02-05Apply three patches from Assar Westerlund <assar@kth.se>:Richard Levitte2-18/+16
2002-01-26I got a request to make the "old des" symbols more closely tied toRichard Levitte2-104/+104
2002-01-24New functionsBodo Möller1-1/+1
2002-01-24make updateRichard Levitte1-49/+70
2002-01-24To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte2-68/+140
2002-01-22Support old DES APIs by default.Ben Laurie1-0/+4
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte1-1/+1
2001-11-15make updateRichard Levitte1-0/+1
2001-11-06des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte3-3/+4
2001-10-25Fix warning.Ben Laurie1-0/+1
2001-10-25remove redundant definitions that are also in des.hBodo Möller1-9/+0
2001-10-25filenames are des_old.[ch], not des.comp*Bodo Möller2-3/+3
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte4-7/+4
2001-10-25Have the removal warnings very high up in the source.Richard Levitte2-15/+32
2001-10-24A C file is a C file is a C file!Richard Levitte1-1/+1
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte38-610/+1059
2001-10-04'make update'Richard Levitte1-5/+6
2001-10-01Addapt seldom compiled code to new semantics of the key schedule (notRichard Levitte2-19/+19
2001-09-25"make update".Geoff Thorpe1-3/+3
2001-09-06unused functionUlf Möller1-1/+0
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-2/+1
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-1/+2