From dffc0debe03cfef3f38680e5b69cac8089592aa5 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 15 Jan 2009 13:16:25 +0000 Subject: [PATCH] * docs/manual: Document mod_ssl/socache stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@734691 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_4.html.en | 27 +++++++++++++++++++++++++-- docs/manual/new_features_2_4.xml | 21 +++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 177253e900..37916fd66b 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -36,12 +36,25 @@

Core Enhancements

- +
+
KeepAliveTimeout in milliseconds
+ +
It is now possible to specify KeepAliveTimeout in milliseconds. +
+
top

Module Enhancements

- +
+
mod_ssl: Support for OCSP validation of client certificates
+ +
mod_ssl can now be configured to use an + OCSP server to check the validation status of a client + certificate. The default responder is configurable, along with + the decision on whether to prefer the responder designated in + the client certificate itself.
+
top

Program Enhancements

@@ -79,6 +92,16 @@ and the related container directives, such as <RequireAll>, all provided by the mod_authz_core module. + +
Small-Object Caching Interface
+ +
The ap_socache.h header exposes a provider-based + interface for caching small data objects, based on the previous + implementation of the mod_ssl session cache. + Providers using a shared-memory cyclic buffer, disk-based dbm + files, and a memcache distributed cache are currently + supported.
+
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 81b7dd18c6..36481cabb5 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -44,8 +44,15 @@
Module Enhancements - +
+
mod_ssl: Support for OCSP validation of client certificates
+ +
mod_ssl can now be configured to use an + OCSP server to check the validation status of a client + certificate. The default responder is configurable, along with + the decision on whether to prefer the responder designated in + the client certificate itself.
+
@@ -85,6 +92,16 @@ RequireAll, all provided by the mod_authz_core module. + +
Small-Object Caching Interface
+ +
The ap_socache.h header exposes a provider-based + interface for caching small data objects, based on the previous + implementation of the mod_ssl session cache. + Providers using a shared-memory cyclic buffer, disk-based dbm + files, and a memcache distributed cache are currently + supported.
+
-- 2.50.1