summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-13Merge from HEAD.Richard Levitte
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-04-06make updateRichard 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-22Key schedules are given as arguments a bit differently in 0.9.6 andRichard Levitte
2002-03-22Key schedules are given as arguments a bit differently in 0.9.6 andRichard Levitte
2002-03-22Change des_old.h so OpenSSL 0.9.6 compatibility is default. One mustRichard 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-21disable '#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-14Because making the key strong by xoring the last byte with 0xF0Richard 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
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-04'make update'Richard Levitte
2001-10-01Addapt seldom compiled code to new semantics of the key schedule (notRichard Levitte
2001-09-25"make update".Geoff Thorpe
2001-09-06unused functionUlf Möller
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-31Remove old unused stuff.Ben Laurie
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie
2001-05-14Use ui_compat.h to get the password reading functions.Richard Levitte
2001-05-13Move the password reading functions completely away from the DESRichard Levitte
2001-05-13#if 0 out deleted (?) functions to stop Win32 DLLDr. Stephen Henson