1. 11 Jan, 2010 1 commit
  2. 30 Dec, 2009 2 commits
  3. 29 Dec, 2009 1 commit
  4. 27 Dec, 2009 2 commits
  5. 26 Dec, 2009 2 commits
  6. 25 Dec, 2009 1 commit
  7. 21 Dec, 2009 3 commits
  8. 18 Dec, 2009 1 commit
  9. 16 Dec, 2009 1 commit
  10. 10 Dec, 2009 1 commit
  11. 08 Dec, 2009 1 commit
  12. 25 Nov, 2009 1 commit
  13. 23 Nov, 2009 1 commit
  14. 22 Nov, 2009 1 commit
  15. 19 Nov, 2009 1 commit
  16. 18 Nov, 2009 1 commit
  17. 16 Nov, 2009 2 commits
  18. 11 Nov, 2009 1 commit
  19. 10 Nov, 2009 4 commits
  20. 09 Nov, 2009 5 commits
  21. 07 Nov, 2009 1 commit
  22. 06 Nov, 2009 1 commit
  23. 03 Nov, 2009 1 commit
  24. 02 Nov, 2009 1 commit
  25. 31 Oct, 2009 1 commit
  26. 25 Oct, 2009 2 commits
    • Eric Covener's avatar
      CharsetOptions NoImplicitAdd wasn't referenced during insert_filter callback. · 5162a438
      Eric Covener authored
      Doc: Correct defaults, charset_lite inserts itself by as soon as you tell it about
      input and output character sets.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829664 13f79535-47bb-0310-9956-ffa450edef68
      5162a438
    • Joe Orton's avatar
      Add support for OCSP "stapling": · d4e4d46d
      Joe Orton authored
      * modules/ssl/ssl_util_stapling.c: New file.
      
      * modules/ssl/config.m4, modules/ssl/mod_ssl.dsp: Build it.
      
      * modules/ssl/ssl_toolkit_compat.h: Define HAVE_OCSP_STAPLING if
        OpenSSL is of suitable version (>= 0.9.8g) and capability (TLS
        extension support enabled).
      
      * modules/ssl/mod_ssl.c: Add config directives.
      
      * modules/ssl/ssl_private.h: Add prototypes for new functions.
        (SSLModConfigRec): Add fields for stapling socache instance and
        associated mutex.
        (modssl_ctx_t): Add config fields for stapling.
      
      * modules/ssl/ssl_engine_init.c (ssl_init_Module, ssl_init_Child):
        Call the stapling initialization functions.
      
      * modules/ssl/ssl_engine_config.c: Add config hooks.
      
      * modules/ssl/ssl_scache.c: Create, initialize and destroy the socache
        instance for OCSP responses.
      
      Submitted by: Dr Stephen Henson <shenson oss-institute.org>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829619 13f79535-47bb-0310-9956-ffa450edef68
      d4e4d46d