1. 24 May, 2014 1 commit
    • Ruediger Pluem's avatar
      * Hand out the same DH structure in ssl_callback_TmpDH set by · 8f1a8d34
      Ruediger Pluem authored
        SSL_CTX_set_tmp_dh_callback though once generated as we leak
        memory otherwise and freeing the structure up after use would be
        hard to track and in fact is not needed at all as it is safe to
        use the same parameters over and over again security wise (in
        contrast to the keys itself) and code safe as the returned structure
        is duplicated by OpenSSL anyway. Hence no modification happens
        to our copy.
      
      Observed by: rjung
      Reviewed by: kbrand
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1597349 13f79535-47bb-0310-9956-ffa450edef68
      8f1a8d34
  2. 23 May, 2014 9 commits
  3. 22 May, 2014 7 commits
  4. 21 May, 2014 4 commits
  5. 20 May, 2014 2 commits
  6. 19 May, 2014 15 commits
  7. 18 May, 2014 2 commits