Skip to content
  1. Apr 01, 2009
    • Ruediger Pluem's avatar
      * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable · 738272a3
      Ruediger Pluem authored
        stricter checking of remote server certificates.
      
        (docs/manual/mod/mod_ssl.xml)
          Documentation of SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
        (modules/proxy/mod_proxy_http.c)
          Set the hostname of the request URL as note on the connection.
      
        (modules/ssl/ssl_private.h)
          Add proxy_ssl_check_peer_expire and proxy_ssl_check_peer_cn fields to
          the SSLSrvConfigRec.
      
        (modules/ssl/ssl_engine_config.c)
          Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
        (modules/ssl/ssl_engine_io.c)
          Check whether the remote servers certificate is expired / if there is a
          mismatch between the requested hostanme and the remote server certificates
          CN field.
          Be able to parse ASN1 times.
      
        (modules/ssl/mod_ssl.c)
          Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760866 13f79535-47bb-0310-9956-ffa450edef68
      738272a3
    • Jeff Trawick's avatar
      mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that · 89d26839
      Jeff Trawick authored
      . ap_mpm_query() can return APR_EGENERAL if called too early (for debugging a module)
      . some hypothetical module which implements the mpm-query hook can bypass the MPM
        with APR_ENOTIMPL
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760864 13f79535-47bb-0310-9956-ffa450edef68
      89d26839
  2. Mar 31, 2009
  3. Mar 30, 2009
  4. Mar 29, 2009
  5. Mar 28, 2009
  6. Mar 27, 2009