aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
Commit message (Collapse)AuthorAgeFilesLines
* Pass $PERL on make errors.Ulf Möller1999-04-191-1/+1
|
* SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben.Ralf S. Engelschall1999-04-131-1/+1
|
* Bad dependencies.Ulf Möller1999-04-081-1/+1
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-6/+8
|
* New option to generate 80386 code.Ulf Möller1999-03-311-2/+6
|
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-1/+1
| | | | them to the build environment.
* Ops, interrupted commit. FixedOpenSSL_0_9_2bRalf S. Engelschall1999-03-221-2/+0
|
* Remove up_ver.pl callRalf S. Engelschall1999-03-221-1/+0
|
* Remove obsolete references to SSLeay and change default PLATFORM fromRalf S. Engelschall1999-03-221-31/+7
| | | | "FreeBSD" to the generic "dist" as it's done implicitly by "make dist".
* Print a little bit more informationRalf S. Engelschall1999-03-221-2/+3
|
* Add missing pipe char to "make dist" target.Ralf S. Engelschall1999-03-201-1/+1
| | | | Found by Richard Levitte <levitte@stacken.kth.se>
* Remove confusing hint to non-existing file. Instead make it clear that oneRalf S. Engelschall1999-03-201-2/+1
| | | | | | 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>.
* Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson1999-03-101-1/+1
|
* Make links no longer needed.Ben Laurie1999-03-081-1/+1
|
* Start with some more tarball rolling preparation to make sure it's notRalf S. Engelschall1999-03-081-3/+2
| | | | | | | 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
* Fix a typo.Ben Laurie1999-03-071-1/+1
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-17/+15
| | | | | | | | 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.
* Ops, one more reference to 0.9.1c. Make sure we don't forget it...Ralf S. Engelschall1999-02-101-1/+1
|
* Yet more pissing about to get PEM built at the right moment.Ben Laurie1999-01-311-1/+1
|
* Make sure `make rehash' target really finds the `openssl' program.Ralf S. Engelschall1999-01-311-1/+1
|
* More pissing about to get pem.h to behave properly.Ben Laurie1999-01-301-1/+1
|
* More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson1999-01-251-2/+2
| | | | | | | 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.
* Make sure people know when they need to rebuild the Makefile.Ben Laurie1999-01-241-1/+6
|
* Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson1999-01-241-1/+1
| | | | | | 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.
* Various ssleay to openssl fixupsPaul C. Sutton1999-01-021-1/+1
|
* Binary is now apps/openssl not apps/ssleay so use the new name whenPaul C. Sutton1999-01-021-2/+2
| | | | rehashing the test certs
* Makefiles updated to exit if an error occurs in a sub-directory makePaul C. Sutton1999-01-011-21/+21
| | | | (including if user presses ^C)
* Fix pem/err ordering.Ben Laurie1998-12-311-2/+2
|
* Deal with generated files.Ben Laurie1998-12-281-0/+329