'make update'
[openssl.git] / crypto / Makefile.ssl
2001-06-05 Richard Levitte'make update'
2001-05-16 Richard LevitteNew internal function OPENSSL_gmtime, which is intended...
2001-05-06 Richard LevitteAdd a general user interface API. This is designed...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-08 Bodo MöllerFixes to make 'no-ec' work (it should not turn 'objects...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-21 Geoff Thorpe'make update'
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Richard Levittemake update
2001-02-19 Bodo MöllerAdd uid.{c,o}
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-04-04 Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-03-20 Ulf MöllerProblems with the Windows build.
2000-02-01 Ulf MöllerEBCDIC support.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-09-10 Ulf MöllerParantheses not needed.
1999-09-10 Bodo Möller"make update"
1999-09-10 Bodo Möllertypo
1999-09-10 Ulf MöllerCorrection for the testapps lines.
1999-09-08 Ulf MöllerUse proper flags to build the testapps (default CC...
1999-08-28 Ulf Möllermake testapps after the library.
1999-08-02 Bodo Mölleravoid some NO_<cipher> problems
1999-07-29 Bodo MöllerAlways use buildinf.h, which now includes the mk1mfinf...
1999-07-27 Bodo MöllerUse correct CFLAG definition for makefile.one builds.
1999-07-22 Bodo Möllerdate.h no longer to be deleted by "make clean"
1999-07-21 Bodo Mölleravoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command...
1999-07-17 Bodo Möller"make clean" has to delete date.h
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-28 Bodo MöllerPass INSTALL_PREFIX to subdirectories of crypto
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 Ulf MöllerVMS support.
1999-05-08 Ulf Möllerpass $PERL on make files.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Bodo MöllerPass PERL to sub-Makefiles during "make links".
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-28 Ulf MöllerPass $PERL on make dclean.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-25 Bodo MöllerRemoved traces of cryptall.h, and did a "make depend".
1999-04-24 Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24 Bodo Möller"perl util/mkerr.pl -static -recurse -rebuild" because...
1999-04-24 Bodo MöllerRemoved superfluous reference to ERRC.
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-23 Bodo MöllerSubmitted by:
1999-04-22 Ulf MöllerPass the $PROCESSOR variable through.
1999-04-21 Ulf MöllerNew header file opensslconf.h contains the macros set...
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...
1999-03-22 Ben LaurieFix security hole.
1999-03-12 Ben LaurieUse the right compiler for ctx_size.
1999-03-10 Ralf S. EngelschallJust cosmetics: replace a tab with a normal space because
1999-03-08 Ralf S. EngelschallMake `openssl version' output lines consistent.
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-01-31 Ben LaurieYet more pissing about to get PEM built at the right...
1999-01-30 Ben LaurieMore pissing about to get pem.h to behave properly.
1999-01-24 Dr. Stephen HensonContinuing adding X509 V3 support. This starts to integ...
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-01 Paul C. SuttonMakefiles updated to exit if an error occurs in a sub...
1998-12-22 Ralf S. EngelschallIncorporation of RSEs assembled patches
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
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...