| Commit message (Expand) | Author | Age | Files | Lines |
* | The majority of the OCSP code from CertCo. | Richard Levitte | 2000-10-27 | 1 | -1/+1 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -1/+1 |
* | When building shared libraries on HP-UX 10.20 and HP-UX 11.00 (32bit), | Richard Levitte | 2000-10-22 | 1 | -1/+2 |
* | It seems like grep isn't as capable as I thought on some Unix systems. | Richard Levitte | 2000-10-22 | 1 | -1/+1 |
* | Add what's needed to get shared libraries on HP-UX. | Richard Levitte | 2000-10-21 | 1 | -0/+18 |
* | The experimental Rijndael code moved to the main trunk. | Richard Levitte | 2000-10-14 | 1 | -1/+1 |
* | Rework the system to generate shared libraries: | Richard Levitte | 2000-10-13 | 1 | -82/+72 |
* | Make sure ranlib is only used on .a libraries. | Richard Levitte | 2000-10-09 | 1 | -1/+2 |
* | Verbose output when installing manual pages so that you see that | Bodo Möller | 2000-09-26 | 1 | -2/+2 |
* | I'm using GNU tar... | Richard Levitte | 2000-09-21 | 1 | -1/+1 |
* | Allow reconfiguration. This can be useful if some source update | Richard Levitte | 2000-08-17 | 1 | -0/+1 |
* | MD4 implemented. Assar Westerlund provided the digest code itself and the te... | Richard Levitte | 2000-08-14 | 1 | -1/+1 |
* | It's probably a good idea to make the shared libraries depend in EX_LIBS. | Richard Levitte | 2000-08-02 | 1 | -3/+3 |
* | A few corrections with the shared library support: | Richard Levitte | 2000-08-02 | 1 | -13/+10 |
* | Add support for solaris shared libraries, currently just experimental | Richard Levitte | 2000-07-24 | 1 | -0/+18 |
* | Avoid loops, and make sure that it's possible to still build shared | Richard Levitte | 2000-07-24 | 1 | -4/+12 |
* | Redo and enhance the support for building shared libraries. Currently | Richard Levitte | 2000-07-21 | 1 | -45/+125 |
* | I got sick and tired of having to keep track of NIDs when such a thing | Richard Levitte | 2000-07-05 | 1 | -2/+4 |
* | Using speaking "variable" names in macros so that e.g. grepping for | Bodo Möller | 2000-06-18 | 1 | -1/+1 |
* | This change will cause builds (by default) to not use different STACK | Geoff Thorpe | 2000-06-01 | 1 | -1/+4 |
* | Fix c_rehash script, add -fingerprint option to crl. | Dr. Stephen Henson | 2000-05-18 | 1 | -1/+1 |
* | This commit ties the new DSO code (crypto/dso/) into the build for a | Geoff Thorpe | 2000-04-05 | 1 | -1/+1 |
* | SSL_ALLOW_ADH no longer has a meaning. | Bodo Möller | 2000-03-14 | 1 | -2/+0 |
* | Manual page installation did not work if INSTALL_PREFIX was a relative path. | Bodo Möller | 2000-03-09 | 1 | -6/+6 |
* | Shared library support for Solaris and HPUX | Ulf Möller | 2000-02-28 | 1 | -0/+7 |
* | In "make clean", delete files created by "make report". | Bodo Möller | 2000-02-25 | 1 | -1/+1 |
* | Make it possible to have differing tar versions. | Richard Levitte | 2000-02-24 | 1 | -1/+3 |
* | New make target "report" to run util/selftest.pl | Ulf Möller | 2000-02-24 | 1 | -0/+3 |
* | 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 |