Skip to content
  1. Jan 14, 2005
    • Joe Orton's avatar
      * modules/ssl/mod_ssl.c: Declare new config directives · 333e3b83
      Joe Orton authored
      SSLCADNRequestFile and SSLCADNRequestPath.
      
      * modules/ssl/ssl_private.h (modssl_pk_server_t): Add ca_name_path,
      ca_name_file fields.
      
      * modules/ssl/ssl_engine_init.c (ssl_init_ctx_verify): If either of
      SSLCADNRequestFile or SSLCADNRequestPath are configured, load the CA
      DN list sent in the CertificateRequest from those certificates.
      
      * modules/ssl/ssl_engine_config.c (modssl_ctx_init_server): Use
      pcalloc to zero-initialize the entire modssl_pk_server_t structure.
      (ssl_config_server_new): Merge the ca_name_* fields.
      (ssl_cmd_SSLCADNRequestPath, ssl_cmd_SSLCADNRequestFile): New
      functions.
      
      PR: 32848
      Submitted by: Tim Taylor <tim.taylor dfas.mil>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@125165 13f79535-47bb-0310-9956-ffa450edef68
      333e3b83
  2. Jan 05, 2005
  3. Jan 02, 2005
    • William A. Rowe Jr's avatar
      · ca5747fb
      William A. Rowe Jr authored
        FINALLY Correct ap_http_method()!  It is NOT a method, it's a SCHEME!
      
        Bumped mmn, and ap module cookie, for this function rename.
      
        It's not a deprecation, as ap_http_method would be a lovely function
        name sometime in the future: to determine what the function name implies.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@123882 13f79535-47bb-0310-9956-ffa450edef68
      ca5747fb
  4. Dec 15, 2004
  5. Dec 08, 2004
  6. Dec 07, 2004
  7. Dec 02, 2004
  8. Nov 25, 2004
  9. Nov 21, 2004
  10. Nov 19, 2004
  11. Nov 14, 2004
  12. Nov 10, 2004
  13. Nov 04, 2004
  14. Nov 01, 2004
  15. Oct 13, 2004
  16. Oct 12, 2004
  17. Oct 08, 2004
    • Joe Orton's avatar
      Fix CAN-2004-0885: · fa00e2c2
      Joe Orton authored
      * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
      correct cipher suite has been negotiated, else deny access.
      
      * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
      0.9.7, prevent session resumption during a renegotiation to force the
      client to negotiate a new (and acceptable) cipher suite.
      
      Submitted by: Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@105396 13f79535-47bb-0310-9956-ffa450edef68
      fa00e2c2
  18. Sep 30, 2004
  19. Sep 22, 2004
  20. Aug 18, 2004
  21. Aug 17, 2004
  22. Aug 11, 2004
  23. Jul 13, 2004
  24. Jun 29, 2004
  25. Jun 15, 2004
  26. Jun 03, 2004
  27. May 27, 2004
  28. May 25, 2004
  29. May 17, 2004
  30. May 12, 2004