Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.
[openssl.git] / crypto / bn / Makefile.ssl
2004-07-18 Andy PolyakovAdd anchors for AES, SHA-256/-512 assembler modules...
2004-04-27 Andy PolyakovImproved PowerPC support. Proper ./config support for...
2004-04-19 Geoff Thorpemake update
2004-01-30 Andy PolyakovTypo in PA-RISC 2 rules in crypto/bn/Makefile.ssl
2004-01-29 Andy PolyakovHP/UX PA-RISC 2 targets update.
2004-01-28 Richard Levittemake update
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-05-29 Richard LevitteHave ASFLAGS be defined the same way as CFLAGS
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-10-29 Richard Levittesynchronise util/libeay.num with the 0.9.7-stable varia...
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo MöllerBinary field arithmetic contributed by Sun Microsystems.
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2001-10-04 Richard Levitte'make update'
2001-09-25 Geoff Thorpe"make update".
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-12-01 Bodo Möller"make depend"
2000-11-30 Bodo MöllerBN_sqrt
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo Möllermodular arithmetics
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-03-20 Ulf MöllerIn some of the Makefiles CPP was not defined.
2000-03-12 Ulf Möllerasm workaround for SuSE Linux
2000-03-02 Bodo MöllerAdd missing dependencies.
2000-02-27 Ulf Möller*** empty log message ***
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-25 Ulf MöllerTest the division functions.
2000-02-05 Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-01 Ulf Möllerundo. I keep confusing my directories. :(
2000-02-01 Ulf MöllerEBCDIC support.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-12 Bodo Mölleradd dependency and auto-generation rule for bn_prime.h
1999-12-25 Andy PolyakovMakefile clean-ups, crypto/bn/asm/alpha.s compiles...
1999-07-25 Andy PolyakovSPARC Solaris config updates.
1999-07-25 Andy PolyakovAdded support for SPARC Linux.
1999-07-20 Andy PolyakovMIPS III/IV assembler module is reimplemented.
1999-06-15 Bodo MöllerSome people don't have /dev/fd/0 on Solaris, so use...
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
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-15 Bodo MöllerUpdate dependencies.
1999-05-13 Bodo MöllerFor solaris-usparc configurations, avoid problems with...
1999-05-05 Ulf Möllerv8plus must be specified.
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 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-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 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 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-19 Ulf MöllerSPARC v8 assembler BIGNUM code.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-22 Ben LaurieFix security hole.
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-02-12 Ben LaurieTidy up asm stuff.
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...
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
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.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
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.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...