1. 01 Jan, 2004 1 commit
  2. 15 Dec, 2003 2 commits
  3. 12 Dec, 2003 1 commit
  4. 26 Nov, 2003 1 commit
  5. 25 Nov, 2003 6 commits
  6. 16 Nov, 2003 1 commit
  7. 30 Oct, 2003 2 commits
  8. 23 Oct, 2003 1 commit
  9. 22 Oct, 2003 1 commit
  10. 22 Sep, 2003 1 commit
  11. 10 Sep, 2003 1 commit
  12. 08 Sep, 2003 1 commit
  13. 03 Sep, 2003 1 commit
  14. 29 Aug, 2003 1 commit
  15. 12 Aug, 2003 1 commit
  16. 08 Aug, 2003 1 commit
  17. 07 Aug, 2003 2 commits
  18. 05 Aug, 2003 1 commit
  19. 24 Jul, 2003 1 commit
  20. 21 Jul, 2003 1 commit
  21. 14 Jul, 2003 2 commits
  22. 09 Jul, 2003 1 commit
  23. 24 Jun, 2003 1 commit
  24. 20 Jun, 2003 2 commits
  25. 17 Jun, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 425651c3
      William A. Rowe Jr authored
        Reaction to Jeff Trawick's observations that we are double-initializing
        dynalinked OpenSSL Engines and Configs.  Move the library teardown code
        so that it is torn down in the proper order, corresponding to when the
        library itself was initialized.  And leave a little reminder that some
        memory diagnostics would be good if OpenSSL is built for malloc debugging.
      
      Suggested by: Geoff Thorpe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100288 13f79535-47bb-0310-9956-ffa450edef68
      425651c3
  26. 11 Jun, 2003 1 commit
  27. 07 Jun, 2003 1 commit
    • Jeff Trawick's avatar
      Unix: Handle permissions settings for flock-based mutexes in · b149b152
      Jeff Trawick authored
      unixd_set_global|proc_mutex_perms().  Allow the functions to be
      called for any type of mutex.
      
      This resolves a fatal problem with mod_rewrite on systems where
      APR uses flock-based mutex.
      
      It simplifies mod_ssl as well, which had special logic to perform
      the chown().  It fixed an init error with mod_ssl on systems where
      flock is used when the user had no SSLMutex directive.
      
      The Unix MPMs continue to call unixd_set_global|proc_mutex_perms()
      only for SysV sems.  There is no permission problem with flock-based
      accept mutexes since the child init logic for the MPMs is done
      prior to switching identity.
      
      PR:              20312
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100189 13f79535-47bb-0310-9956-ffa450edef68
      b149b152
  28. 02 Jun, 2003 1 commit
    • William A. Rowe Jr's avatar
      · 5e3df0e9
      William A. Rowe Jr authored
        The right patch (thanks to Eric for identifying the wrong patch) to move
        SSL_library_init() into the register hooks phase.  OpenSSL_add_ssl_algorithms
        devolves to SSL_library_init, which is the same for most toolkits (and would
        be accomodated in ssl_toolkit_config.h if not.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100136 13f79535-47bb-0310-9956-ffa450edef68
      5e3df0e9
  29. 31 May, 2003 1 commit
  30. 30 May, 2003 1 commit
    • William A. Rowe Jr's avatar
      · c36eab60
      William A. Rowe Jr authored
        OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.
      
        Note that the entire schema of what-we-load-how follows from
        OpenSSL 0.9.7's own apps/ example applications.  More review
        is greatly desired, but that's where I believed I should
        start looking for the 'correct' order of operations.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100110 13f79535-47bb-0310-9956-ffa450edef68
      c36eab60