Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-04 Thread Joe Orton
Hi Kaspar, On Wed, Aug 03, 2011 at 06:23:18PM +0200, Kaspar Brand wrote: Ok, so the initial version of that patch became relatively large: https://people.apache.org/~kbrand/mod_ssl-toolkit-support.v1.diff Thanks so much for taking this on! Even though trunk is CTR, I'm somewhat reluctant

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-04 Thread Kaspar Brand
On 03.08.2011 19:08, William A. Rowe Jr. wrote: My thought, it probably should be a set of commits; * Drop SSLC (first patch) * Drop OpenSSL 0.9.7 (second patch) * Drop ssl_toolkit_compat wrapper (third patch) * Warn on 0.9.7 and some 0.9.8 flavors (last patch) Ok, I'll try splitting

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-04 Thread Kaspar Brand
On 03.08.2011 19:29, Dr Stephen Henson wrote: In OpenSSL 1.0.1 (unreleased) and later there is a feature to make all SSL related structures opaque and only allow them to be accessed through functions. This is enabled by setting OPENSSL_NO_SSL_INTERN before including any OpenSSL headers.