Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build OpenSSL without symlink trees: | markus | 2002-09-03 | 1 | -1043/+2 |
| | | | | | | | | | | | | | | | * 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@ | ||||
* | make clean should not depend on prereq; ok fries@ | markus | 2002-08-30 | 1 | -2/+2 |
| | |||||
* | remove generated files and generated symlinks (in make clean) | markus | 2002-08-30 | 1 | -12/+85 |
| | |||||
* | typo - I am a luser and a moron. | beck | 2002-06-07 | 1 | -2/+2 |
| | |||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 1 | -8/+7 |
| | | | | correctly autogenerate obj_mac.h | ||||
* | we do not need this to be Makefile.bsd-wrapper | deraadt | 2002-06-01 | 1 | -3/+976 |
| | |||||
* | remove old infrastructure which is not used anymore. Ok'd by beck@ | brad | 2001-01-31 | 1 | -5/+2 |
| | |||||
* | subdir Makefiles should not contain anything else | deraadt | 1999-03-17 | 1 | -5/+0 |
| | |||||
* | do not break things | deraadt | 1999-03-17 | 1 | -5/+2 |
| | |||||
* | Add ssl.8 man page - configuration and issues overview. | beck | 1999-03-16 | 1 | -1/+2 |
| | |||||
* | Add install of reasonable default ssleay.cnf file | beck | 1999-03-16 | 1 | -0/+6 |
| | |||||
* | do not build ssleay binary | deraadt | 1998-10-07 | 1 | -3/+2 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+12 |
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. |