Skip to content
  1. Oct 04, 2014
    • Lucien Gentis's avatar
      XML updates. · 7f686a8f
      Lucien Gentis authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629395 13f79535-47bb-0310-9956-ffa450edef68
      7f686a8f
    • Kaspar Brand's avatar
      Move OCSP stapling information from a per-certificate store · 7fd06ba5
      Kaspar Brand authored
      (ex_data attached to an X509 *) to a per-server hash which is
      allocated from the pconf pool. Fixes PR 54357, PR 56919 and
      a leak with the certinfo_free cleanup function (missing
      OCSP_CERTID_free).
      
      * modules/ssl/ssl_util_stapling.c: drop certinfo_free, and add
        ssl_stapling_certid_free (used with apr_pool_cleanup_register).
        Switch to a stapling_certinfo hash which is keyed by the SHA-1
        digest of the certificate's DER encoding, rework ssl_stapling_init_cert
        to only store info once per certificate (allocated from the pconf
        to the extent possible) and extend the logging.
      
      * modules/ssl/ssl_private.h: adjust prototype for
        ssl_stapling_init_cert, replace ssl_stapling_ex_init with
        ssl_stapling_certinfo_hash_init
      
      * modules/ssl/ssl_engine_init.c: adjust ssl_stapling_* calls
      
      Based on initial work by Alex Bligh <alex alex.org.uk>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629372 13f79535-47bb-0310-9956-ffa450edef68
      7fd06ba5
  2. Oct 03, 2014
  3. Oct 02, 2014
  4. Oct 01, 2014
  5. Sep 30, 2014
  6. Sep 28, 2014
  7. Sep 26, 2014
  8. Sep 23, 2014
  9. Sep 20, 2014
  10. Sep 18, 2014
  11. Sep 16, 2014
  12. Sep 13, 2014
  13. Sep 11, 2014
  14. Sep 06, 2014
  15. Sep 04, 2014
  16. Sep 03, 2014
  17. Sep 01, 2014
  18. Aug 31, 2014