Support for "multiply high" instruction, see BN_UMULT_HIGH comment in
[openssl.git] / crypto / des /
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-24 Bodo MöllerGive the correct e-mail address even though the message...
2000-01-24 Bodo MöllerThe des_xcbc_encrypt apparently always fails.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-22 Ulf Möllerfail on all errors.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-12-26 Andy PolyakovMacOS updates. Initial support for GUSI (MacOS socket...
1999-12-19 Andy PolyakovEven more late break-in MacOS tidbits...
1999-12-19 Andy PolyakovMacOS updates.
1999-12-03 Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-09-11 Andy PolyakovInitial support for MacOS.
1999-08-28 Ulf Möllermake testapps after the library.
1999-08-13 Ulf MöllerAdd pkcs7 and des apps to "make all".
1999-08-13 Ulf MöllerCompile pkcs7 and des apps.
1999-08-02 Bodo Mölleravoid cast
1999-07-29 Ulf MöllerNo use in naming the cblock _; the structure still...
1999-07-29 Ulf MöllerRestore compability with kerberos/des.h (I had deleted...
1999-07-28 Ulf MöllerVMS updates.
1999-07-19 Bodo MöllerHave CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,
1999-07-15 Ulf MöllerMore DES library cleanups: remove references to srand...
1999-07-12 Dr. Stephen HensonMore NASM support code it still doesn't work but it...
1999-06-12 Bodo MöllerAvoid some warnings (on silly compilers).
1999-06-09 Bodo Möllerdes_cbc_encrypt / des_ncbc_encrypt issue.
1999-06-09 Bodo MöllerUpdate dependencies.
1999-06-09 Bodo MöllerUnify DES library: ncbc_enc.c wasn't used, but its...
1999-06-09 Ulf MöllerRemove old libdes version number.
1999-06-09 Bodo MöllerDES CBC change looks dubious to me.
1999-06-09 Bodo MöllerSome pre-POSIX systems don't have unistd.h (but e.g...
1999-06-09 Ben LaurieOops. Get rid of now incorrect comment.
1999-06-09 Ben LaurieI keep forgetting to fix this: update the IV! Most...
1999-06-08 Ulf MöllerThe des app.
1999-06-08 Ulf MöllerCall our crypt implementation des_crypt(). crypt()...
1999-06-08 Ulf MöllerCasts.
1999-06-08 Ulf MöllerWarnings and casts.
1999-06-08 Ulf MöllerDon't #define _, and eliminate casts.
1999-06-08 Ulf MöllerFix to compile the des app.
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-28 Bodo MöllerInclude <stdio.h>.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-17 Bodo Möllergcc (in some versions) doesn't like the const_des_cbloc...
1999-05-16 Bodo MöllerChange type of various DES function arguments from...
1999-05-15 Bodo MöllerUse OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-15 Bodo MöllerUse e_os2.h, not e_os.h in exported header file des.h.
1999-05-13 Ben LaurieUpdate dependencies.
1999-05-13 Ulf MöllerRemove redundant ifdef.
1999-05-13 Ulf MöllerVMS support.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerSubmitted by:
1999-04-23 Bodo Möller"make depend"
1999-04-23 Ulf MöllerRemove header files from .cvsignore.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-22 Ulf MöllerRemove references to .org header file names.
1999-04-22 Bodo MöllerFixed some race conditions.
1999-04-21 Ulf MöllerMove all autogenerated header file parts to crypto...
1999-04-21 Ben LaurieRemove some unnecessary(?) casting.
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-20 Ulf MöllerArguments are des_cblock.
1999-04-19 Ulf MöllerMissing #endif.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerDefinition did not match prototype.
1999-04-17 Ben LaurieMassive constification.
1999-04-14 Bodo MöllerSome tiny fixes.
1999-04-10 Ben LaurieInstall signal handler if we are using sigaction.
1999-04-08 Bodo MöllerBe more optimistic about the availability of termios...
1999-04-01 Ulf MöllerRemove obsolete files.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-29 Bodo MöllerAdded comments to des_enc_{read,write} functions warnin...
1999-03-22 Ben LaurieFix security hole.
1999-03-14 Dr. Stephen HensonRemove some references which called malloc and free...
1999-03-12 Ben LaurieUpdate dependencies.
1999-03-10 Dr. Stephen HensonFix couple of ANSI declarations and prototypes
1999-03-09 Ben LaurieFix quad checksum bug.
1999-03-08 Dr. Stephen HensonVarious fixes to Win32, update ssleay.num, libeay.num...
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-03-05 Dr. Stephen HensonWorkaround for a Win95 console bug triggered by the...
1999-02-25 Ralf S. EngelschallMore CVS ignore stuff...
1999-02-23 Ben LaurieFix more warnings.
1999-02-17 Ben LaurieAdd OAEP.
1999-02-14 Dr. Stephen HensonMore Win32 fixes and upsdate INSTALL.W32 documentation.
1999-02-13 Ben LaurieFinally(?) fix DES stuff.
1999-02-13 Ben LaurieUpdate dependencies.
1999-02-13 Ben LaurieFix ghastly DES declarations, and all consequential...
1999-02-13 Ben LaurieAdd support for 3DES CBCM mode.
1999-02-13 Ben LaurieWhoops, missed one.
1999-02-13 Ben LaurieSome cleanup.
1999-02-10 Ralf S. EngelschallFirst cut for a very conservative source tree cleanup:
next