Simon Irwin wrote:
What I've really been looking for is some kind of statement that
OpenSSL version X is only compatible with mod_ssl version X (and
later). Like I said before, I know that Apache and mod_ssl are
closely tied together, but have never seen anything that notes the
'dependencies' b
Each of the versions of Apache/mod_ssl/OpenSSL that I'm using have
been periodically updated with essential security updates (so while
it's Apache 1.3.12 as a baseline, it's not quite that ancient).
However, it can be hard to tell exactly *which* patches have been
applied.
You're completely rig
Plain text please...
This basically amounts to asking whether the API for openssl 0.9.8a is
backwards compatible as far as 0.9.5a - that is, there are various function
calls in mod_ssl 2.6.6 which expect to be understood by the OpenSSL library. If
the interface to the library has changed at all