Skip to content
  1. Jan 01, 2004
  2. Dec 15, 2003
  3. Dec 12, 2003
  4. Nov 26, 2003
  5. Nov 25, 2003
  6. Nov 16, 2003
  7. Oct 30, 2003
  8. Oct 23, 2003
  9. Oct 22, 2003
  10. Sep 22, 2003
  11. Sep 10, 2003
  12. Sep 08, 2003
  13. Sep 03, 2003
  14. Aug 29, 2003
  15. Aug 12, 2003
  16. Aug 08, 2003
  17. Aug 07, 2003
  18. Aug 05, 2003
  19. Jul 24, 2003
  20. Jul 21, 2003
  21. Jul 14, 2003
  22. Jul 09, 2003
  23. Jun 24, 2003
  24. Jun 20, 2003
  25. Jun 17, 2003
    • 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. Jun 11, 2003
  27. Jun 07, 2003
    • 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. Jun 02, 2003
    • 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. May 31, 2003
  30. May 30, 2003
    • 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