1. 11 Nov, 2014 3 commits
  2. 10 Nov, 2014 2 commits
  3. 09 Nov, 2014 2 commits
  4. 06 Nov, 2014 4 commits
  5. 03 Nov, 2014 1 commit
  6. 02 Nov, 2014 3 commits
  7. 01 Nov, 2014 7 commits
  8. 31 Oct, 2014 2 commits
  9. 30 Oct, 2014 4 commits
  10. 29 Oct, 2014 1 commit
  11. 28 Oct, 2014 6 commits
  12. 27 Oct, 2014 5 commits
    • Jeff Trawick's avatar
      Merge r1634736 from trunk: · 1aec91e2
      Jeff Trawick authored
      Remove commented-out SSLStaplingForceURL at global scope.
      
      Global or not, its use is specialized and those that need it won't need a sample,
      and others may be confused.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634737 13f79535-47bb-0310-9956-ffa450edef68
      1aec91e2
    • Jim Jagielski's avatar
      Merge r1629372, r1629485, r1629519 from trunk: · 1046d0c0
      Jim Jagielski authored
      Move OCSP stapling information from a per-certificate store
      (ex_data attached to an X509 *) to a per-server hash which is
      allocated from the pconf pool. Fixes PR 54357, PR 56919 and
      a leak with the certinfo_free cleanup function (missing
      OCSP_CERTID_free).
      
      * modules/ssl/ssl_util_stapling.c: drop certinfo_free, and add
        ssl_stapling_certid_free (used with apr_pool_cleanup_register).
        Switch to a stapling_certinfo hash which is keyed by the SHA-1
        digest of the certificate's DER encoding, rework ssl_stapling_init_cert
        to only store info once per certificate (allocated from the pconf
        to the extent possible) and extend the logging.
      
      * modules/ssl/ssl_private.h: adjust prototype for
        ssl_stapling_init_cert, replace ssl_stapling_ex_init with
        ssl_stapling_certinfo_hash_init
      
      * modules/ssl/ssl_engine_init.c: adjust ssl_stapling_* calls
      
      Based on initial work by Alex Bligh <alex alex.org.uk>
      
      
      Follow up to r1629372: ensure compatibily with OpenSSL < 1.0 (sk_OPENSSL_STRING_value).
      
      Follow up to r1629372 and r1629485: ensure compatibily with OpenSSL < 1.0 (sk_OPENSSL_STRING_[num|value|pop] macros).
      Submitted by: kbrand, ylavic, ylavic
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634529 13f79535-47bb-0310-9956-ffa450edef68
      1046d0c0
    • Jim Jagielski's avatar
      Merge r1629508 from trunk: · ce82d980
      Jim Jagielski authored
      mod_cache_socache: Change average object size
      hint from 32 bytes to 2048 bytes.
      
      Submitted by: rjung
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634528 13f79535-47bb-0310-9956-ffa450edef68
      ce82d980
    • Jim Jagielski's avatar
      Merge r1629507, r1629652 from trunk: · 51882af9
      Jim Jagielski authored
      mod_cache_socache: Add cache status to server-status.
      
      The status_hook simply calls the status function of
      socache, very much like mod_ssl does for the ssl
      session cache.
      
      
      Silence build warning about missing prototype.
      Followup to r1629507.
      
      Submitted by: rjung
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634527 13f79535-47bb-0310-9956-ffa450edef68
      51882af9
    • Jim Jagielski's avatar
      Merge r1629577 from trunk: · 942889d8
      Jim Jagielski authored
      event: Fix worker-listener deadlock in graceful restart caused by get_worker()
      allocating new worker after ap_queue_info_term(), but not setting the
      have_idle_worker variable. PR 56960.
      
      Submitted By: Zin UDA
      Committed By: jkaluza
      
      Submitted by: jkaluza
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634526 13f79535-47bb-0310-9956-ffa450edef68
      942889d8