Changeset 836


Ignore:
Timestamp:
Sep 13, 2008, 4:48:08 PM (16 years ago)
Author:
andersk
Message:
Update the SNI patch as per
<http://www.mail-archive.com/dev@httpd.apache.org/msg41417.html>.

This is claimed to fix unnecessary SSL renegotiations, so maybe it has
something to do with the repeated Firefox certificate popups.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/patches/httpd-2.2.x-sni.patch

    r816 r836  
    214214-    if (dc->nVerifyDepth != UNSET) {
    215215+    if ((dc->nVerifyDepth != UNSET) ||
    216 +        (sc->server->auth.verify_depth != UNSET)) {
     216+        (sc->server->auth.verify_depth != 1)) {
    217217         /* XXX: doesnt look like sslconn->verify_depth is actually used */
    218218         if (!(n = sslconn->verify_depth)) {
Note: See TracChangeset for help on using the changeset viewer.