1. 04 Oct, 2014 2 commits
    • 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. 03 Oct, 2014 5 commits
  3. 02 Oct, 2014 4 commits
  4. 01 Oct, 2014 2 commits
  5. 30 Sep, 2014 1 commit
  6. 28 Sep, 2014 2 commits
  7. 26 Sep, 2014 1 commit
  8. 23 Sep, 2014 2 commits
  9. 20 Sep, 2014 1 commit
  10. 18 Sep, 2014 5 commits
  11. 16 Sep, 2014 1 commit
  12. 13 Sep, 2014 2 commits
  13. 11 Sep, 2014 2 commits
  14. 06 Sep, 2014 2 commits
  15. 04 Sep, 2014 1 commit
  16. 03 Sep, 2014 5 commits
  17. 01 Sep, 2014 1 commit
  18. 31 Aug, 2014 1 commit