1. 10 Nov, 2007 1 commit
  2. 08 Nov, 2007 1 commit
  3. 07 Nov, 2007 2 commits
  4. 06 Nov, 2007 1 commit
    • Joe Orton's avatar
      mod_ssl: Fix forever-broken TLS upgrade support; perform the upgrade · cae41321
      Joe Orton authored
      in the post_read_request hook rather than in a filter, and fix the
      filter insertion issue:
      
      * modules/ssl/ssl_engine_kernel.c (upgrade_connection): New function,
      mostly moved from ssl_io_filter_Upgrade.
      (ssl_hook_ReadReq): Call upgrade_connection to upgrade to TLS if
      required.
      
      * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove
      function.
      (ssl_io_input_add_filter, ssl_io_filter_init): Take a request_rec
      pointer and pass to ap_add_*_filter to ensure the filter chain
      is modified correctly; remove it from the filter afterwards.
      (ssl_io_filter_register): Drop UPGRADE_FILTER registration.
      
      * modules/ssl/mod_ssl.c (ssl_init_ssl_connection): Take a request_rec
      pointer, pass to ssl_io_filter_init.
      (ssl_hook_pre_connection): Pass NULL request_rec pointer to above.
      (ssl_hook_Insert_Filter): Remove function.
      (ssl_register_hooks): Drop insert_filter hook.
      
      * modules/ssl/ssl_private.h: Update prototypes.
      
      PR: 41231
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592446 13f79535-47bb-0310-9956-ffa450edef68
      cae41321
  5. 04 Nov, 2007 1 commit
  6. 02 Nov, 2007 2 commits
  7. 31 Oct, 2007 1 commit
  8. 29 Oct, 2007 1 commit
  9. 27 Oct, 2007 1 commit
  10. 26 Oct, 2007 1 commit
  11. 24 Oct, 2007 2 commits
  12. 11 Oct, 2007 1 commit
  13. 09 Oct, 2007 1 commit
  14. 08 Oct, 2007 5 commits
  15. 07 Oct, 2007 1 commit
  16. 03 Oct, 2007 1 commit
  17. 02 Oct, 2007 2 commits
  18. 30 Sep, 2007 1 commit
  19. 29 Sep, 2007 1 commit
  20. 28 Sep, 2007 2 commits
  21. 27 Sep, 2007 4 commits
  22. 26 Sep, 2007 3 commits
  23. 24 Sep, 2007 1 commit
  24. 18 Sep, 2007 1 commit
  25. 12 Sep, 2007 1 commit
  26. 11 Sep, 2007 1 commit