aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
Commit message (Collapse)AuthorAgeFilesLines
* Corrections.Bodo Möller2000-02-111-1/+1
|
* Implement MD5-based "apr1" password hash.Bodo Möller2000-02-111-8/+13
|
* des_modes is a section 7 manual, so let's make sure that's where it ends upRichard Levitte2000-02-071-4/+5
|
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+2
| | | | eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
* Use the pod2man that comes with OpenSSL. Make it so config(5) reallyRichard Levitte2000-01-271-3/+4
| | | | ends up in section 5.
* Move ssl.pod to doc/sslUlf Möller2000-01-211-1/+1
|
* doc/man moved to doc/appsBodo Möller2000-01-211-1/+1
|
* Don't build the testapps automatically because the openssl program nowUlf Möller2000-01-211-1/+1
| | | | has s/mime functionality.
* Document the RSA library.Ulf Möller2000-01-111-8/+2
|
* Unify doc/openssl.pod and doc/man/openssl.pod, which were almost theBodo Möller2000-01-081-1/+1
| | | | | | same and now are identical. The next step will be to delete doc/openssl.pod, this is just to see the individual CVS deltas.
* Use basename instead of complicated sed line.Bodo Möller2000-01-081-4/+2
|
* Install man pages.Ulf Möller2000-01-081-1/+15
|
* Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson1999-10-041-1/+1
| | | | | | contains no certificates. Also fix typo in RANLIB changes.
* Pass $(RANLIB) when doing "make install" in subdirectories;Bodo Möller1999-10-031-1/+1
| | | | | | rsaref needs ist. Submitted by: Will Day
* Cosmetic changes.Ulf Möller1999-09-291-2/+2
|
* Generate obj_dat.h in "make update".Ulf Möller1999-09-291-1/+4
|
* Parantheses not needed.Ulf Möller1999-09-101-1/+1
|
* make testapps after the library.Ulf Möller1999-08-281-0/+1
|
* Remove the perl stuff also optically from the build procedure,Ralf S. Engelschall1999-08-081-2/+2
| | | | because it could confuse people (which then send us bug reports)...
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-1/+1
| | | | while implementing and using it.
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-221-2/+2
| | | | | Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
* tiny optical changeBodo Möller1999-06-091-1/+1
|
* Oops, I forgot to add the dependency "TABLE: Configure".Bodo Möller1999-06-091-1/+1
|
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-2/+14
|
* Use mkdir-p.pl more efficiently.Bodo Möller1999-06-081-7/+7
|
* mkdir -p is not fully portable (according to Marc Crispin,Bodo Möller1999-06-071-8/+8
| | | | NeXTstep creates a directory called -p); now mkdir-p.pl does its job.
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-1/+1
| | | | | | | | | | 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.
* Don't include top-level CVS directory.Ben Laurie1999-05-211-1/+1
|
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+1
| | | | include file.
* Prepare for a beta release.Ben Laurie1999-05-201-2/+2
|
* e_os* corrections.Bodo Möller1999-05-151-1/+6
|
* VMS support.Ulf Möller1999-05-131-2/+2
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller1999-05-131-0/+1
| | | | Configure no longer changes files in place.
* pass $PERL on make files.Ulf Möller1999-05-081-1/+1
|
* c_rehash doesn't work at that point of the installation, so don't evenUlf Möller1999-05-041-1/+0
| | | | try.
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-11/+15
| | | | | | Submitted by: Reviewed by: PR:
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Pass $PERL on make dclean.Ulf Möller1999-04-281-1/+1
|
* Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.Bodo Möller1999-04-281-0/+1
| | | | | | Submitted by: Reviewed by: PR:
* Linux shared libraries.Ulf Möller1999-04-281-1/+22
|
* Do make rehash automatically at make test.Ulf Möller1999-04-281-1/+1
|
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+2
|
* New Configure option --openssldir to replace util/ssldir.pl.Ulf Möller1999-04-241-7/+8
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-1/+1
| | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-5/+1
| | | | | | | 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.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+3
| | | | | | Submitted by: Reviewed by: PR:
* Fix some warnings.Ulf Möller1999-04-201-2/+0
|
* 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
|