Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | 2009-01-09 | 1 | -3/+0 | |
| | | | | | useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here | ||||
* | adjust Makefile and crank major for openssl-0.9.8j | 2009-01-09 | 1 | -0/+3 | |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 1 | -0/+3 | |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | 2008-09-06 | 1 | -1/+56 | |
| | | | | Makefiles, crank shlib_version | ||||
* | build OpenSSL without symlink trees: | 2002-09-03 | 1 | -0/+180 | |
* 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@ |