]> granicus.if.org Git - apache/commit
Increase minimum required OpenSSL version to 0.9.8a (in preparation
authorKaspar Brand <kbrand@apache.org>
Sun, 29 Sep 2013 10:12:47 +0000 (10:12 +0000)
committerKaspar Brand <kbrand@apache.org>
Sun, 29 Sep 2013 10:12:47 +0000 (10:12 +0000)
commit725978c55498b78a86fcbc884169fd71cf10b522
treed5933de5a54e78352b5cc436449c8ee0a534844a
parent056e10bb4f529eea2e9e1a178c628b0eefa02b92
Increase minimum required OpenSSL version to 0.9.8a (in preparation
for the next mod_ssl commit, which will rely on the get_rfcX_prime_Y
functions added in that release):

- remove obsolete #defines / macros

- in ssl_private.h, regroup definitions based on whether
  they depend on TLS extension support or not

- for ECC and SRP support, set HAVE_X and change the rather awkward
  #ifndef OPENSSL_NO_X lines accordingly

For the discussion prior to taking this step, see
https://mail-archives.apache.org/mod_mbox/httpd-dev/201309.mbox/%3C524275C7.9060408%40velox.ch%3E

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527294 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
acinclude.m4
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_pphrase.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_private.h
modules/ssl/ssl_scache.c
modules/ssl/ssl_util.c