aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Make sure OPENSSL_cleanse is declared properly.Richard Levitte2002-12-281-0/+1
* make updateRichard Levitte2002-12-051-4/+10
* Include crypto.h to pull in definition of OPENSSL_cleanse in variousDr. Stephen Henson2002-12-042-0/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-284-23/+23
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* as in headUlf Möller2002-09-221-96/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-09-221-0/+96
|\
| * make files didn't work on case insensitive filesystemsUlf Möller2002-09-221-0/+0
| * Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-1/+1
| * make updateRichard Levitte2002-08-011-1/+2
| * Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte2002-08-012-2/+7
| * Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte2002-06-291-1/+1
| * Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| * always include <string.h> (we do this in various other header files,Bodo Möller2002-06-181-4/+1
| * Add support for DJGPP.Richard Levitte2002-06-131-1/+1
| * Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte2002-06-131-1/+0
| * Fix warnings.Ben Laurie2002-06-111-1/+1
| * make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-061-0/+8
| * A forgotten fileRichard Levitte2002-03-261-0/+82
| * Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte2002-03-261-0/+6
| * Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte2002-03-264-33/+39
| * Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte2002-03-261-0/+12
| * Merge changes from 0.9.7-stableRichard Levitte2002-03-221-35/+37
| * Merge changes from 0.9.7-stableRichard Levitte2002-03-221-23/+35
| * Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-223-64/+79
| * Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte2002-03-071-38/+38
| * typoBodo Möller2002-03-051-1/+1
| * Provide a pre 0.9.7 compatibility mapping ifRichard Levitte2002-03-051-57/+150
| * Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte2002-03-047-46/+46
| * Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+3
| * disable '#ifdef DEBUG' sectionsBodo Möller2002-02-281-1/+1
| * Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+7
| * Make sure memset() is defined by including string.hRichard Levitte2002-02-141-0/+1
| * 'make update'Richard Levitte2002-02-051-68/+153
| * With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-055-21/+86
| * Apply one patch from Assar Westerlund <assar@sics.se>:Richard Levitte2002-02-051-3/+9
| * Apply three patches from Assar Westerlund <assar@kth.se>:Richard Levitte2002-02-052-18/+16
| * I got a request to make the "old des" symbols more closely tied toRichard Levitte2002-01-262-104/+104
| * New functionsBodo Möller2002-01-241-1/+1
| * make updateRichard Levitte2002-01-241-49/+70
| * To avoid all kinds of link-level clashes, rename all old des_*Richard Levitte2002-01-242-68/+140
| * Support old DES APIs by default.Ben Laurie2002-01-221-0/+4
| * Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-1/+1
| * make updateRichard Levitte2001-11-151-0/+1
| * des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte2001-11-063-3/+4
| * Fix warning.Ben Laurie2001-10-251-0/+1
| * remove redundant definitions that are also in des.hBodo Möller2001-10-251-9/+0
| * filenames are des_old.[ch], not des.comp*Bodo Möller2001-10-252-3/+3
| * Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte2001-10-254-7/+4
| * Have the removal warnings very high up in the source.Richard Levitte2001-10-252-15/+32