summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22fail on all errors.Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov
1999-12-19Even more late break-in MacOS tidbits...Andy Polyakov
1999-12-19MacOS updates.Andy Polyakov
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-08-28make testapps after the library.Ulf Möller
1999-08-13Add pkcs7 and des apps to "make all".Ulf Möller
1999-08-13Compile pkcs7 and des apps.Ulf Möller
1999-08-02avoid castBodo Möller
1999-07-29No use in naming the cblock _; the structure still is incompatibleUlf Möller
1999-07-29Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller
1999-07-28VMS updates.Ulf Möller
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller
1999-07-15More DES library cleanups: remove references to srand/randUlf Möller
1999-07-12More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller
1999-06-09des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller
1999-06-09Update dependencies.Bodo Möller
1999-06-09Unify DES library: ncbc_enc.c wasn't used, but its content was almostBodo Möller
1999-06-09Remove old libdes version number.Ulf Möller
1999-06-09DES CBC change looks dubious to me.Bodo Möller
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller
1999-06-09Oops. Get rid of now incorrect comment.Ben Laurie
1999-06-09I keep forgetting to fix this: update the IV! Most important!Ben Laurie
1999-06-08The des app.Ulf Möller
1999-06-08Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller
1999-06-08Casts.Ulf Möller
1999-06-08Warnings and casts.Ulf Möller
1999-06-08Don't #define _, and eliminate casts.Ulf Möller
1999-06-08Fix to compile the des app.Ulf Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-28Some assembler-related clean-ups.Bodo Möller
1999-05-28Include <stdio.h>.Bodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-17gcc (in some versions) doesn't like the const_des_cblock typedef.Bodo Möller
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller
1999-05-15Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.Bodo Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-15Use e_os2.h, not e_os.h in exported header file des.h.Bodo Möller
1999-05-13Update dependencies.Ben Laurie
1999-05-13Remove redundant ifdef.Ulf Möller
1999-05-13VMS support.Ulf Möller