| Commit message (Expand) | Author | Age | Files | Lines |
* | Install manpages below OPENSSLDIR (I think it was meant to be this way?). | Ulf Möller | 2000-02-15 | 1 | -6/+7 |
* | Create the man directories where the manpages will be put. | Ulf Möller | 2000-02-15 | 1 | -4/+4 |
* | Add a couple of forgotten $(PERL), and make the code to run pod2html a | Richard Levitte | 2000-02-14 | 1 | -2/+16 |
* | Corrections. | Bodo Möller | 2000-02-11 | 1 | -1/+1 |
* | Implement MD5-based "apr1" password hash. | Bodo Möller | 2000-02-11 | 1 | -8/+13 |
* | des_modes is a section 7 manual, so let's make sure that's where it ends up | Richard Levitte | 2000-02-07 | 1 | -4/+5 |
* | Source code cleanups: Use void * rather than char * in lhash, | Ulf Möller | 2000-01-30 | 1 | -2/+2 |
* | Use the pod2man that comes with OpenSSL. Make it so config(5) really | Richard Levitte | 2000-01-27 | 1 | -3/+4 |
* | Move ssl.pod to doc/ssl | Ulf Möller | 2000-01-21 | 1 | -1/+1 |
* | doc/man moved to doc/apps | Bodo Möller | 2000-01-21 | 1 | -1/+1 |
* | Don't build the testapps automatically because the openssl program now | Ulf Möller | 2000-01-21 | 1 | -1/+1 |
* | Document the RSA library. | Ulf Möller | 2000-01-11 | 1 | -8/+2 |
* | Unify doc/openssl.pod and doc/man/openssl.pod, which were almost the | Bodo Möller | 2000-01-08 | 1 | -1/+1 |
* | Use basename instead of complicated sed line. | Bodo Möller | 2000-01-08 | 1 | -4/+2 |
* | Install man pages. | Ulf Möller | 2000-01-08 | 1 | -1/+15 |
* | Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message | Dr. Stephen Henson | 1999-10-04 | 1 | -1/+1 |
* | Pass $(RANLIB) when doing "make install" in subdirectories; | Bodo Möller | 1999-10-04 | 1 | -1/+1 |
* | Cosmetic changes. | Ulf Möller | 1999-09-30 | 1 | -2/+2 |
* | Generate obj_dat.h in "make update". | Ulf Möller | 1999-09-29 | 1 | -1/+4 |
* | 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 |