summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
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
2002-06-13Merge from HEAD.Richard Levitte
2002-06-13Add support for DJGPP.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-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-04-06make updateRichard 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 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-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-22Key schedules are given as arguments a bit differently in 0.9.6 andRichard Levitte
2002-03-22Merge changes from 0.9.7-stableRichard Levitte
2002-03-22Key schedules are given as arguments a bit differently in 0.9.6 andRichard Levitte
2002-03-22Merge in DES changed from 0.9.7-stable.Richard 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-07Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte
2002-03-05typoBodo Möller
2002-03-05typoBodo Möller
2002-03-05Provide a pre 0.9.7 compatibility mapping ifRichard Levitte
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-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-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-14Add the configuration target VxWorks.Richard Levitte