summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
1999-10-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson
contains no certificates. Also fix typo in RANLIB changes.
1999-10-03Pass $(RANLIB) when doing "make install" in subdirectories;Bodo Möller
rsaref needs ist. Submitted by: Will Day
1999-09-29Cosmetic changes.Ulf Möller
1999-09-29Generate obj_dat.h in "make update".Ulf Möller
1999-09-10Parantheses not needed.Ulf Möller
1999-08-28make testapps after the library.Ulf Möller
1999-08-08Remove the perl stuff also optically from the build procedure,Ralf S. Engelschall
because it could confuse people (which then send us bug reports)...
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
while implementing and using it.
1999-07-22Make the perl module compile and eliminate some of the warnings.Ulf Möller
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
1999-06-09tiny optical changeBodo Möller
1999-06-09Oops, I forgot to add the dependency "TABLE: Configure".Bodo Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-06-08Use mkdir-p.pl more efficiently.Bodo Möller
1999-06-07mkdir -p is not fully portable (according to Marc Crispin,Bodo Möller
NeXTstep creates a directory called -p); now mkdir-p.pl does its job.
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
1999-05-21Don't include top-level CVS directory.Ben Laurie
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
include file.
1999-05-20Prepare for a beta release.Ben Laurie
1999-05-15e_os* corrections.Bodo Möller
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.
1999-05-08pass $PERL on make files.Ulf Möller
1999-05-04c_rehash doesn't work at that point of the installation, so don't evenUlf Möller
try.
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28Pass $PERL on make dclean.Ulf Möller
1999-04-28Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28Linux shared libraries.Ulf Möller
1999-04-28Do make rehash automatically at make test.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-24New Configure option --openssldir to replace util/ssldir.pl.Ulf Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-20Fix some warnings.Ulf Möller
1999-04-19Pass $PERL on make errors.Ulf Möller
1999-04-13SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben.Ralf S. Engelschall
1999-04-08Bad dependencies.Ulf Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-31New option to generate 80386 code.Ulf Möller
1999-03-28Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson
them to the build environment.
1999-03-22Ops, interrupted commit. FixedOpenSSL_0_9_2bRalf S. Engelschall
1999-03-22Remove up_ver.pl callRalf S. Engelschall
1999-03-22Remove obsolete references to SSLeay and change default PLATFORM fromRalf S. Engelschall
"FreeBSD" to the generic "dist" as it's done implicitly by "make dist".
1999-03-22Print a little bit more informationRalf S. Engelschall
1999-03-20Add missing pipe char to "make dist" target.Ralf S. Engelschall
Found by Richard Levitte <levitte@stacken.kth.se>
1999-03-20Remove confusing hint to non-existing file. Instead make it clear that oneRalf S. Engelschall
shouldn't change it manually just here. The util/ssldir.pl script does more and has to be used for this. Pointed out by Jacques Supcik <supcik@inf.ethz.ch>.
1999-03-10Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson
1999-03-08Make links no longer needed.Ben Laurie