Restore compability with kerberos/des.h (I had deleted some seemingly useless
[openssl.git] / crypto / bn /
1999-07-27 Andy Polyakovwhen invoking bn_*_comba[48] result->top wasn't always...
1999-07-25 Andy PolyakovSPARC Solaris config updates.
1999-07-25 Andy PolyakovAdded support for SPARC Linux.
1999-07-25 Andy Polyakov- performance retunes, v8plus bn_*_comba routines are...
1999-07-22 Ulf MöllerRemove obsolete files.
1999-07-21 Andy PolyakovGet rid of redundant multiplications in bn_div_words.
1999-07-20 Andy PolyakovMIPS III/IV assembler module is reimplemented.
1999-07-20 Andy Polyakovcrypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/
1999-07-20 Andy Polyakovcrypto/bn/asm/mips3.s is obsolete. I'm moving it to...
1999-07-15 Ulf MöllerMore DES library cleanups: remove references to srand...
1999-07-09 Ulf MöllerObsolete/experimental code.
1999-06-28 Ulf MöllerUse "long long" for all Win32 gcc ports.
1999-06-28 Bodo MöllerWith mingw32, use "long long" rather than "_int64"...
1999-06-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-15 Bodo MöllerSome people don't have /dev/fd/0 on Solaris, so use...
1999-06-12 Bodo MöllerAvoid some warnings (on silly compilers).
1999-06-09 Ulf MöllerCircumvent bug in SC5 without patch #107357-01.
1999-06-09 Ben LaurieMake "make test" fail if bntest fails an internal selfc...
1999-06-05 Ben Laurieconst/type fixes.
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-29 Ben LaurieUpdate dependencies.
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-26 Bodo MöllerCircument egcs bug.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-20 Ulf MöllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-17 Ulf MöllerMove prototypes to the right place.
1999-05-15 Ben LaurieAdd actual testing to bntest...
1999-05-15 Bodo MöllerOPENSSL_EXTERN
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Bodo MöllerFor solaris-usparc configurations, avoid problems with...
1999-05-13 Ulf MöllerRemove redundant ifdef.
1999-05-13 Ulf MöllerVMS support.
1999-05-12 Ulf MöllerMissing argument in prototype.
1999-05-10 Bodo MöllerThe various character predicates (isspace and the like...
1999-05-08 Ulf MöllerSuperseded by sparcv8.S and sparcv8plus.s.
1999-05-05 Ulf Möllerv8plus must be specified.
1999-05-05 Ulf MöllerFix problem with /usr/ccs/lib/cpp.
1999-05-04 Ulf MöllerRecognise Ultra Sparc and compiler version number.
1999-05-04 Ulf MöllerAndy Polyakov points out there are default rules in...
1999-05-04 Ulf MöllerSparc v8plus assembler.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerCompare with BN_mod_exp_simple, too.
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-related macros.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonFix mkerr.pl to find functions returning function point...
1999-04-24 Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24 Bodo MöllerRestore ERRC definitions that are needed to compile...
1999-04-24 Bodo MöllerAvoid "incomprehensible" errors when required definitio...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
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-21 Ulf MöllerMove all autogenerated header file parts to crypto...
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerFix typos in error codes.
1999-04-19 Ulf MöllerSPARC v8 assembler BIGNUM code.
1999-04-17 Ben LaurieMassive constification.
1999-04-15 Dr. Stephen HensonFix a horrible BN bug in bn_expand2 which caused BN_add...
1999-04-06 Ulf MöllerRemove obsolete files from SSLeay 0.8.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-27 Ben LaurieFix Alpha assembler, remove redundant file.
1999-03-22 Ben LaurieFix security hole.
1999-03-08 Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-02-27 Ralf S. EngelschallGet rid of remaining C++-style comments which strict...
1999-02-26 Dr. Stephen HensonBN_RECURSION causes the stuff in bn_mont.c to fall...
1999-02-25 Ben LaurieFix clearly untested "clever" hack.
1999-02-25 Ralf S. EngelschallMore CVS ignore stuff...
1999-02-25 Ralf S. EngelschallRemember good pointers to Montgomery multiplication...
1999-02-12 Ben LaurieTidy up asm stuff.
1999-02-10 Ralf S. EngelschallFirst cut for a very conservative source tree cleanup:
1999-02-09 Ben LaurieMore exactitude with function arguments.
1999-01-31 Dr. Stephen HensonFix various stuff: that VC++ 5.0 chokes on:
1999-01-28 Mark J. CoxFixes to BN code. Previously the default was to define...
1999-01-19 Ben LaurieThis time, get it right.
1999-01-19 Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18 Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-14 Dr. Stephen HensonSubmitted by: Neil Costigan <neil.costigan@celocom...
1999-01-07 Ben LaurieAccept NULL in *_free.
1999-01-03 Ralf S. EngelschallMore .cvsignore stuff to make CVS quiet on our generate...
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-28 Ben LaurieDeal with generated files.
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallFix unused variable warning of GCC
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
next