| Commit message (Expand) | Author | Age | Files | Lines |
* | Parantheses not needed. | Ulf Möller | 1999-09-10 | 1 | -1/+1 |
* | make testapps after the library. | Ulf Möller | 1999-08-28 | 1 | -0/+1 |
* | Remove the perl stuff also optically from the build procedure, | Ralf S. Engelschall | 1999-08-08 | 1 | -2/+2 |
* | New function DSA_dup_DH, and fixes for bugs that were found | Bodo Möller | 1999-08-05 | 1 | -1/+1 |
* | Make the perl module compile and eliminate some of the warnings. | Ulf Möller | 1999-07-22 | 1 | -2/+2 |
* | tiny optical change | Bodo Möller | 1999-06-10 | 1 | -1/+1 |
* | Oops, I forgot to add the dependency "TABLE: Configure". | Bodo Möller | 1999-06-09 | 1 | -1/+1 |
* | "make update" (added to top Makefile, and applied). | Bodo Möller | 1999-06-09 | 1 | -2/+14 |
* | Use mkdir-p.pl more efficiently. | Bodo Möller | 1999-06-08 | 1 | -7/+7 |
* | mkdir -p is not fully portable (according to Marc Crispin, | Bodo Möller | 1999-06-07 | 1 | -8/+8 |
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 1 | -1/+1 |
* | Don't include top-level CVS directory. | Ben Laurie | 1999-05-21 | 1 | -1/+1 |
* | Don't install e_os.h in include/openssl, use it only as a local | Bodo Möller | 1999-05-20 | 1 | -1/+1 |
* | Prepare for a beta release. | Ben Laurie | 1999-05-20 | 1 | -2/+2 |
* | e_os* corrections. | Bodo Möller | 1999-05-15 | 1 | -1/+6 |
* | VMS support. | Ulf Möller | 1999-05-13 | 1 | -2/+2 |
* | mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile. | Ulf Möller | 1999-05-13 | 1 | -0/+1 |
* | pass $PERL on make files. | Ulf Möller | 1999-05-08 | 1 | -1/+1 |
* | c_rehash doesn't work at that point of the installation, so don't even | Ulf Möller | 1999-05-04 | 1 | -1/+0 |
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -11/+15 |
* | Obey $(PERL) when running util/mklink.pl. | Bodo Möller | 1999-04-29 | 1 | -2/+2 |
* | Use util/mklink.pl instead of util/mklink.sh. | Bodo Möller | 1999-04-29 | 1 | -1/+1 |
* | Pass $PERL on make dclean. | Ulf Möller | 1999-04-29 | 1 | -1/+1 |
* | Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin. | Bodo Möller | 1999-04-29 | 1 | -0/+1 |
* | Linux shared libraries. | Ulf Möller | 1999-04-28 | 1 | -1/+22 |
* | Do make rehash automatically at make test. | Ulf Möller | 1999-04-28 | 1 | -1/+1 |
* | New Configure option no-<cipher> (rsa, idea, rc5, ...). | Ulf Möller | 1999-04-27 | 1 | -1/+2 |
* | New Configure option --openssldir to replace util/ssldir.pl. | Ulf Möller | 1999-04-25 | 1 | -7/+8 |
* | Change the command line options of mkerr.pl so -static is now default and | Dr. Stephen Henson | 1999-04-24 | 1 | -1/+1 |
* | Complete rewrite of the error code generation script. It now runs as a single | Dr. Stephen Henson | 1999-04-24 | 1 | -5/+1 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -1/+3 |
* | Fix some warnings. | Ulf Möller | 1999-04-21 | 1 | -2/+0 |
* | Pass $PERL on make errors. | Ulf Möller | 1999-04-19 | 1 | -1/+1 |
* | SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben. | Ralf S. Engelschall | 1999-04-13 | 1 | -1/+1 |
* | Bad dependencies. | Ulf Möller | 1999-04-08 | 1 | -1/+1 |
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -6/+8 |
* | New option to generate 80386 code. | Ulf Möller | 1999-03-31 | 1 | -2/+6 |
* | Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add | Dr. Stephen Henson | 1999-03-29 | 1 | -1/+1 |
* | Ops, interrupted commit. FixedOpenSSL_0_9_2b | Ralf S. Engelschall | 1999-03-22 | 1 | -2/+0 |
* | Remove up_ver.pl call | Ralf S. Engelschall | 1999-03-22 | 1 | -1/+0 |
* | Remove obsolete references to SSLeay and change default PLATFORM from | Ralf S. Engelschall | 1999-03-22 | 1 | -31/+7 |
* | Print a little bit more information | Ralf S. Engelschall | 1999-03-22 | 1 | -2/+3 |
* | Add missing pipe char to "make dist" target. | Ralf S. Engelschall | 1999-03-20 | 1 | -1/+1 |
* | Remove confusing hint to non-existing file. Instead make it clear that one | Ralf S. Engelschall | 1999-03-20 | 1 | -2/+1 |
* | Make CC,CFLAG etc get passed to make links and various Win32 fixes. | Dr. Stephen Henson | 1999-03-10 | 1 | -1/+1 |
* | Make links no longer needed. | Ben Laurie | 1999-03-08 | 1 | -1/+1 |
* | Start with some more tarball rolling preparation to make sure it's not | Ralf S. Engelschall | 1999-03-08 | 1 | -3/+2 |
* | Fix a typo. | Ben Laurie | 1999-03-07 | 1 | -1/+1 |
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -17/+15 |
* | Ops, one more reference to 0.9.1c. Make sure we don't forget it... | Ralf S. Engelschall | 1999-02-10 | 1 | -1/+1 |