summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
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
1999-03-08Start with some more tarball rolling preparation to make sure it's notRalf S. Engelschall
overlooed next Monday: - rmlinks is no longer existing - use openssl as the name and not rse - don't roll the STATUS file into the tarball
1999-03-07Fix a typo.Ben Laurie
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
1999-02-10Ops, one more reference to 0.9.1c. Make sure we don't forget it...Ralf S. Engelschall
1999-01-31Yet more pissing about to get PEM built at the right moment.Ben Laurie
1999-01-31Make sure `make rehash' target really finds the `openssl' program.Ralf S. Engelschall
1999-01-30More pissing about to get pem.h to behave properly.Ben Laurie
1999-01-25More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson
so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
1999-01-24Make sure people know when they need to rebuild the Makefile.Ben Laurie
1999-01-24Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson
the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it.
1999-01-02Various ssleay to openssl fixupsPaul C. Sutton
1999-01-02Binary is now apps/openssl not apps/ssleay so use the new name whenPaul C. Sutton
rehashing the test certs
1999-01-01Makefiles updated to exit if an error occurs in a sub-directory makePaul C. Sutton
(including if user presses ^C)
1998-12-31Fix pem/err ordering.Ben Laurie
1998-12-28Deal with generated files.Ben Laurie