]> git.ipfire.org Git - thirdparty/openssl.git/history - Makefile.org
Sort platforms lexicographically as well. Also, support more than two
[thirdparty/openssl.git] / Makefile.org
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...
2001-01-10  Bodo MöllerPass ${PERL} down to the Makefile in sub-directory...
2001-01-10  Bodo MöllerUse $(PERL) in place of hard-coded perl
2000-11-30  Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-14  Lutz JänickeSome platforms (namely HP-UX) require the 'x' bit set...
2000-11-13  Lutz JänickeHP-UX shared libraries do not build any longer, as...
2000-11-12  Richard LevitteFor a long time, I've wanted to be able to easily run...
2000-11-08  Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06  Richard LevitteMake sure that shared libraries get the internal name...
2000-11-01  Richard LevitteAdd support for shared libraries under Irix.
2000-10-31  Richard LevitteRename true64 to the correct tru64.
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-22  Richard LevitteWhen building shared libraries on HP-UX 10.20 and HP...
2000-10-22  Richard LevitteIt seems like grep isn't as capable as I thought on...
2000-10-21  Richard LevitteAdd what's needed to get shared libraries on HP-UX.
2000-10-14  Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-13  Richard LevitteRework the system to generate shared libraries:
2000-10-09  Richard LevitteMake sure ranlib is only used on .a libraries.
2000-09-26  Bodo MöllerVerbose output when installing manual pages so that...
2000-09-21  Richard LevitteI'm using GNU tar...
2000-08-17  Richard LevitteAllow reconfiguration. This can be useful if some...
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-02  Richard LevitteIt's probably a good idea to make the shared libraries...
2000-08-02  Richard LevitteA few corrections with the shared library support:
2000-07-24  Richard LevitteAdd support for solaris shared libraries, currently...
2000-07-24  Richard LevitteAvoid loops, and make sure that it's possible to still...
2000-07-21  Richard LevitteRedo and enhance the support for building shared librar...
2000-07-05  Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-17  Bodo MöllerUsing speaking "variable" names in macros so that e...
2000-06-01  Geoff ThorpeThis change will cause builds (by default) to not use...
2000-05-18  Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-04-04  Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-03-14  Bodo MöllerSSL_ALLOW_ADH no longer has a meaning.
2000-03-09  Bodo MöllerManual page installation did not work if INSTALL_PREFIX...
2000-02-28  Ulf MöllerShared library support for Solaris and HPUX
2000-02-25  Bodo MöllerIn "make clean", delete files created by "make report".
2000-02-24  Richard LevitteMake it possible to have differing tar versions.
2000-02-23  Ulf MöllerNew make target "report" to run util/selftest.pl
2000-02-15  Ulf MöllerInstall manpages below OPENSSLDIR (I think it was meant...
2000-02-15  Ulf MöllerCreate the man directories where the manpages will...
2000-02-14  Richard LevitteAdd a couple of forgotten $(PERL), and make the code...
2000-02-11  Bodo MöllerCorrections.
2000-02-11  Bodo MöllerImplement MD5-based "apr1" password hash.
2000-02-07  Richard Levittedes_modes is a section 7 manual, so let's make sure...
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-27  Richard LevitteUse the pod2man that comes with OpenSSL. Make it so...
2000-01-21  Ulf MöllerMove ssl.pod to doc/ssl
2000-01-21  Bodo Möllerdoc/man moved to doc/apps
2000-01-21  Ulf MöllerDon't build the testapps automatically because the...
2000-01-11  Ulf MöllerDocument the RSA library.
2000-01-08  Bodo MöllerUnify doc/openssl.pod and doc/man/openssl.pod, which...
2000-01-08  Bodo MöllerUse basename instead of complicated sed line.
2000-01-08  Ulf MöllerInstall man pages.
1999-10-04  Dr. Stephen HensonFix for d2i_ASN1_bytes and stop PKCS#7 routines crashin...
1999-10-03  Bodo MöllerPass $(RANLIB) when doing "make install" in subdirectories;
1999-09-29  Ulf MöllerCosmetic changes.
1999-09-29  Ulf MöllerGenerate obj_dat.h in "make update".
1999-09-10  Ulf MöllerParantheses not needed.
1999-08-28  Ulf Möllermake testapps after the library.
1999-08-08  Ralf S. EngelschallRemove the perl stuff also optically from the build...
1999-08-05  Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
1999-07-22  Ulf MöllerMake the perl module compile and eliminate some of...
1999-06-09  Bodo Möllertiny optical change
1999-06-09  Bodo MöllerOops, I forgot to add the dependency "TABLE: Configure".
1999-06-09  Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-08  Bodo MöllerUse mkdir-p.pl more efficiently.
1999-06-07  Bodo Möllermkdir -p is not fully portable (according to Marc Crispin,
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-21  Ben LaurieDon't include top-level CVS directory.
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-20  Ben LauriePrepare for a beta release.
1999-05-15  Bodo Möllere_os* corrections.
1999-05-13  Ulf MöllerVMS support.
1999-05-13  Ulf Möllermk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.
1999-05-08  Ulf Möllerpass $PERL on make files.
1999-05-04  Ulf Möllerc_rehash doesn't work at that point of the installation...
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-28  Ulf MöllerPass $PERL on make dclean.
1999-04-28  Bodo MöllerInstall various scripts to $(OPENSSLDIR)/misc instead...
1999-04-28  Ulf MöllerLinux shared libraries.
1999-04-28  Ulf MöllerDo make rehash automatically at make test.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-24  Ulf MöllerNew Configure option --openssldir to replace util/ssldi...
1999-04-24  Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-20  Ulf MöllerFix some warnings.
1999-04-19  Ulf MöllerPass $PERL on make errors.
1999-04-13  Ralf S. EngelschallSSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some...
1999-04-08  Ulf MöllerBad dependencies.
1999-04-01  Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-31  Ulf MöllerNew option to generate 80386 code.
1999-03-28  Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...
1999-03-22  Ralf S. EngelschallOps, interrupted commit. Fixed OpenSSL_0_9_2b
1999-03-22  Ralf S. EngelschallRemove up_ver.pl call
1999-03-22  Ralf S. EngelschallRemove obsolete references to SSLeay and change default...
next