summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
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