Re: mod_ssl and OPENSSL_NO_SSL_INTERN (Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?)

2011-12-23 Thread Kaspar Brand
On 23.12.2011 18:13, Dr Stephen Henson wrote: > Your patch to trunk/2.4.x looks fine. You can simplify the clearing of the > extra > chain slightly by just unconditionally calling: [...] Thanks, patch adapted and committed in r1222917 and r1222920, respectively. Kaspar

Re: mod_ssl and OPENSSL_NO_SSL_INTERN (Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?)

2011-12-23 Thread Dr Stephen Henson
On 23/12/2011 07:52, Kaspar Brand wrote: > On 22.12.2011 17:53, Dr Stephen Henson wrote: >> I've added a few new controls and one new function which should resolve this, >> see last few commits. >> >> I deleted a couple of functions duplicating functionality too. >> >> Let me know if you need furth

Re: mod_ssl and OPENSSL_NO_SSL_INTERN (Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?)

2011-12-22 Thread Kaspar Brand
On 22.12.2011 17:53, Dr Stephen Henson wrote: > I've added a few new controls and one new function which should resolve this, > see last few commits. > > I deleted a couple of functions duplicating functionality too. > > Let me know if you need further details or it needs fixing. Thanks for the

Re: mod_ssl and OPENSSL_NO_SSL_INTERN (Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?)

2011-12-22 Thread Dr Stephen Henson
On 22/12/2011 10:59, Kaspar Brand wrote: > On 05.08.2011 07:41, Kaspar Brand wrote: >> 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

mod_ssl and OPENSSL_NO_SSL_INTERN (Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?)

2011-12-22 Thread Kaspar Brand
On 05.08.2011 07:41, Kaspar Brand wrote: > 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_