diff options
author | Dirk-Willem van Gulik <dirkx@apache.org> | 2023-03-06 18:46:04 +0100 |
---|---|---|
committer | Dirk-Willem van Gulik <dirkx@apache.org> | 2023-03-06 18:46:04 +0100 |
commit | 3067b17275823708de743be1e828dbd5db3a8b4e (patch) | |
tree | f7dbeeabf944ae8a8798ddd1ce25566fe629d40c /CHANGES | |
parent | * modules/http2/mod_proxy_http2.c: Fix missing APLOGNO. (diff) | |
download | apache2-3067b17275823708de743be1e828dbd5db3a8b4e.tar.xz apache2-3067b17275823708de743be1e828dbd5db3a8b4e.zip |
Add SSL_SHARED_CIPHER environment variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) Add a SSL_SHARED_CIPHER environment variable with the list of + client/server permitted ciphers. [Dirk-Willem van Gulik] + *) mod_http2: field values (headers and trailers) are stripped of leading/trailing whitespace (space +htab) before being processed or send in a response. This is compatible behaviour to HTTP/1.1 |