diff options
author | Kaspar Brand <kbrand@apache.org> | 2015-11-08 08:14:21 +0000 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2015-11-08 08:14:21 +0000 |
commit | 6c7e532b992086efa65bb1fc2bccf9f1b9105643 (patch) | |
tree | 645a2b6f5dfcbe5df821cf579100dbb48da8a22e | |
parent | a423914e865ebfe6cb7ab7fe468ecc9a86097140 (diff) | |
download | httpd-6c7e532b992086efa65bb1fc2bccf9f1b9105643.tar.gz |
propose SSLStaplingReturnResponderErrors improvement fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1713210 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -182,6 +182,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/2.4.17-protocols.patch branch mergeable to 2.4.x: ^/httpd/httpd/branches/2.4.17-protocols-changes +1: icing + + *) mod_ssl: For the "SSLStaplingReturnResponderErrors off" case, make sure + to only staple responses with certificate status "good" + trunk patch: https://svn.apache.org/r1711728 + https://svn.apache.org/r1713209 (missing LOGNO only) + 2.4.x patch: trunk works (modulo CHANGES) + +1: kbrand PATCHES/ISSUES THAT ARE BEING WORKED |