1. 21 Jan, 2003 1 commit
  2. 20 Jan, 2003 1 commit
  3. 13 Jan, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 06aa798f
      William A. Rowe Jr authored
        After introducing tests in the cmds, we lose the absolute authority
        of the CRYPTO_malloc_init() which must happen the moment we load the
        module and prior to *any* ssl library fn invocation.
      
        Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function,
        the absolute first call made into any loaded module.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98252 13f79535-47bb-0310-9956-ffa450edef68
      06aa798f
  4. 23 Dec, 2002 1 commit
  5. 14 Dec, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 10b12bab
      William A. Rowe Jr authored
        After some productive feedback and no negative feedback, introduce
        SSLEngine upgrade so that we can begin and continue to support these
        facilities.  This makes it simpler to keep this effort (while we have
        no known clients that support Connection: upgrade at this time), and
        begin refactoring more of SSL into smaller and tighter (and then optional)
        components.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97913 13f79535-47bb-0310-9956-ffa450edef68
      10b12bab
    • William A. Rowe Jr's avatar
      · abb38195
      William A. Rowe Jr authored
        After some productive feedback and no negative feedback, introduce
        SSLEngine upgrade so that we can begin and continue to support these
        facilities.  This makes it simpler to keep this effort (while we have
        no known clients that support Connection: upgrade at this time), and
        begin refactoring more of SSL into smaller and tighter (and then optional)
        components.
      
        Submitted by: Ryan Bloom
        Reviewed by: William Rowe, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97912 13f79535-47bb-0310-9956-ffa450edef68
      abb38195
  6. 08 Dec, 2002 1 commit
  7. 23 Nov, 2002 1 commit
  8. 11 Nov, 2002 1 commit
  9. 07 Nov, 2002 1 commit
  10. 06 Nov, 2002 3 commits
  11. 05 Nov, 2002 4 commits
  12. 04 Nov, 2002 2 commits
    • William A. Rowe Jr's avatar
      · 03821667
      William A. Rowe Jr authored
        Appears we forgot to check the possibility of errors coming from the
        write brigade passed down from the content generator through the body
        and protocol filters.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97397 13f79535-47bb-0310-9956-ffa450edef68
      03821667
    • William A. Rowe Jr's avatar
      · 6e4141e2
      William A. Rowe Jr authored
        Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,
        wbio to bio_out, BIO new and free to create and destroy (to match OpenSSL),
        refactor the bio write code to stash errors in outctx->rc,
        fix the blocking read at EOF if we have some data to return,
        and preempt the nonblock read on GETLINE if we have the newline already.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97393 13f79535-47bb-0310-9956-ffa450edef68
      6e4141e2
  13. 01 Nov, 2002 8 commits
  14. 29 Oct, 2002 2 commits
  15. 27 Oct, 2002 1 commit
  16. 25 Oct, 2002 3 commits
  17. 22 Oct, 2002 1 commit
  18. 17 Oct, 2002 1 commit
  19. 14 Oct, 2002 1 commit
  20. 11 Oct, 2002 1 commit
  21. 01 Oct, 2002 1 commit
  22. 30 Sep, 2002 2 commits