From: Yann Ylavic Date: Mon, 8 Dec 2014 14:46:19 +0000 (+0000) Subject: Vote/promote OCSP fix. X-Git-Tag: 2.4.11~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f89b9fe252127f066dee550dbd617bf18eb596c;p=thirdparty%2Fapache%2Fhttpd.git Vote/promote OCSP fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d2055268d00..8b857526d56 100644 --- a/STATUS +++ b/STATUS @@ -104,6 +104,12 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_ssl: Fix recognition of OCSP stapling responses that are encoded + improperly or too large. + trunk patch: http://svn.apache.org/r1641077 + http://svn.apache.org/r1641095 + 2.4.x patch: trunk works other than CHANGES + +1: trawick, covener, ylavic PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -210,13 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1 covener - * mod_ssl: Fix recognition of OCSP stapling responses that are encoded - improperly or too large. - trunk patch: http://svn.apache.org/r1641077 - http://svn.apache.org/r1641095 - 2.4.x patch: trunk works other than CHANGES - +1: trawick, covener - * mpm_event: Notify suspend in any case when starting lingering close (blocking), and outside the lingering queue's critical section. This is a follow up to r1639614 already backported to 2.4.11 as r1642858.