1. 06 Oct, 2005 1 commit
  2. 05 Oct, 2005 4 commits
  3. 04 Oct, 2005 2 commits
  4. 03 Oct, 2005 7 commits
  5. 02 Oct, 2005 2 commits
  6. 01 Oct, 2005 1 commit
  7. 30 Sep, 2005 3 commits
  8. 29 Sep, 2005 3 commits
  9. 28 Sep, 2005 3 commits
  10. 27 Sep, 2005 2 commits
  11. 26 Sep, 2005 3 commits
  12. 25 Sep, 2005 4 commits
  13. 24 Sep, 2005 2 commits
  14. 23 Sep, 2005 2 commits
  15. 22 Sep, 2005 1 commit
    • Joe Orton's avatar
      Implement a (bounded) buffer of request body data to provide a limited · e8c5a47a
      Joe Orton authored
      but safe fix for the mod_ssl renegotiation-vs-requests-with-bodies
      bug:
      
      * modules/ssl/ssl_private.h (ssl_io_buffer_fill): Add prototype.
      
      * modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill,
      ssl_io_filter_buffer): New functions.
      
      * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): If a
      renegotiation is needed, and the request has a non-zero
      content-length, or a t-e header (and 100-continue was not requested),
      call ssl_io_buffer_fill to set aside the request body data if
      possible, then proceed with the negotiation.
      
      PR: 12355
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290965 13f79535-47bb-0310-9956-ffa450edef68
      e8c5a47a