summaryrefslogtreecommitdiff
path: root/lib/libssl/Makefile
AgeCommit message (Collapse)Author
2005-04-01Add a reasonably sane CA bundle to /etc/ssl/cert.pem, the defaultBob Beck
location for libssl, this makes lynx not bitch when seeing sites with certificates signed by these issuers. We should probably think carefully about adding a few more in here too.
2002-09-03build OpenSSL without symlink trees:Markus Friedl
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@
2002-08-30make clean should not depend on prereq; ok fries@Markus Friedl
2002-08-30remove generated files and generated symlinks (in make clean)Markus Friedl
2002-06-07typo - I am a luser and a moron.Bob Beck
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
correctly autogenerate obj_mac.h
2002-06-01we do not need this to be Makefile.bsd-wrapperTheo de Raadt
2001-01-31remove old infrastructure which is not used anymore. Ok'd by beck@Brad Smith
1999-03-17subdir Makefiles should not contain anything elseTheo de Raadt
1999-03-17do not break thingsTheo de Raadt
1999-03-16Add ssl.8 man page - configuration and issues overview.Bob Beck
1999-03-16Add install of reasonable default ssleay.cnf fileBob Beck
1998-10-07do not build ssleay binaryTheo de Raadt
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.