summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
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
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
2001-05-06make updateRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-03-30Complete the des_encrypt to des_encrypt1 rename in the mainRichard Levitte
2001-03-29Since there has been reports of clashes between OpenSSL'sRichard Levitte
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-20OpenVMS catches up.Richard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-04Can't remember why this was needed?Ben Laurie
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte