aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
AgeCommit message (Expand)AuthorFilesLines
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte1-3/+7
2000-11-14Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.Lutz Jänicke1-2/+2
2000-11-13HP-UX shared libraries do not build any longer, as EX_LIBS containsLutz Jänicke1-8/+26
2000-11-12For a long time, I've wanted to be able to easily run one or a fewRichard Levitte1-1/+5
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte1-2/+1
2000-11-06Make sure that shared libraries get the internal name engine with theRichard Levitte1-3/+3
2000-11-01Add support for shared libraries under Irix.Richard Levitte1-0/+9
2000-10-31Rename true64 to the correct tru64.Richard Levitte1-1/+1
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+1
2000-10-22When building shared libraries on HP-UX 10.20 and HP-UX 11.00 (32bit),Richard Levitte1-1/+2
2000-10-22It seems like grep isn't as capable as I thought on some Unix systems.Richard Levitte1-1/+1
2000-10-21Add what's needed to get shared libraries on HP-UX.Richard Levitte1-0/+18
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-1/+1
2000-10-13Rework the system to generate shared libraries:Richard Levitte1-82/+72
2000-10-09Make sure ranlib is only used on .a libraries.Richard Levitte1-1/+2
2000-09-26Verbose output when installing manual pages so that you see thatBodo Möller1-2/+2
2000-09-21I'm using GNU tar...Richard Levitte1-1/+1
2000-08-17Allow reconfiguration. This can be useful if some source updateRichard Levitte1-0/+1
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-1/+1
2000-08-02It's probably a good idea to make the shared libraries depend in EX_LIBS.Richard Levitte1-3/+3
2000-08-02A few corrections with the shared library support:Richard Levitte1-13/+10
2000-07-24Add support for solaris shared libraries, currently just experimentalRichard Levitte1-0/+18
2000-07-24Avoid loops, and make sure that it's possible to still build sharedRichard Levitte1-4/+12
2000-07-21Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte1-45/+125
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte1-2/+4
2000-06-17Using speaking "variable" names in macros so that e.g. grepping forBodo Möller1-1/+1
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe1-1/+4
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson1-1/+1
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe1-1/+1
2000-03-14SSL_ALLOW_ADH no longer has a meaning.Bodo Möller1-2/+0
2000-03-09Manual page installation did not work if INSTALL_PREFIX was a relative path.Bodo Möller1-6/+6
2000-02-28Shared library support for Solaris and HPUXUlf Möller1-0/+7
2000-02-25In "make clean", delete files created by "make report".Bodo Möller1-1/+1
2000-02-24Make it possible to have differing tar versions.Richard Levitte1-1/+3
2000-02-23New make target "report" to run util/selftest.plUlf Möller1-0/+3
2000-02-15Install manpages below OPENSSLDIR (I think it was meant to be this way?).Ulf Möller1-6/+7
2000-02-15Create the man directories where the manpages will be put.Ulf Möller1-4/+4
2000-02-14Add a couple of forgotten $(PERL), and make the code to run pod2html aRichard Levitte1-2/+16
2000-02-11Corrections.Bodo Möller1-1/+1
2000-02-11Implement MD5-based "apr1" password hash.Bodo Möller1-8/+13
2000-02-07des_modes is a section 7 manual, so let's make sure that's where it ends upRichard Levitte1-4/+5
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-2/+2
2000-01-27Use the pod2man that comes with OpenSSL. Make it so config(5) reallyRichard Levitte1-3/+4
2000-01-21Move ssl.pod to doc/sslUlf Möller1-1/+1
2000-01-21doc/man moved to doc/appsBodo Möller1-1/+1
2000-01-21Don't build the testapps automatically because the openssl program nowUlf Möller1-1/+1
2000-01-11Document the RSA library.Ulf Möller1-8/+2
2000-01-08Unify doc/openssl.pod and doc/man/openssl.pod, which were almost theBodo Möller1-1/+1
2000-01-08Use basename instead of complicated sed line.Bodo Möller1-4/+2