1. 09 Aug, 2009 4 commits
  2. 06 Aug, 2009 2 commits
  3. 05 Aug, 2009 1 commit
  4. 28 Jul, 2009 1 commit
  5. 26 Jul, 2009 1 commit
  6. 24 Jul, 2009 11 commits
  7. 16 Jul, 2009 1 commit
  8. 15 Jul, 2009 1 commit
  9. 13 Jul, 2009 2 commits
  10. 11 Jul, 2009 2 commits
  11. 08 Jul, 2009 1 commit
  12. 04 Jul, 2009 2 commits
  13. 01 Jul, 2009 1 commit
  14. 30 Jun, 2009 6 commits
  15. 28 Jun, 2009 1 commit
    • Dr. Stephen Henson's avatar
      PR: 1942 · ab8fe43f
      Dr. Stephen Henson authored
      Submitted by: David Woodhouse <dwmw2@infradead.org>
      Approved by: steve@openssl.org
      
      Replace ad-hoc chain builder with X509_verify_cert().
      ab8fe43f
  16. 26 Jun, 2009 3 commits
    • Dr. Stephen Henson's avatar
      Oops, moved too much. · 5e4c2225
      Dr. Stephen Henson authored
      5e4c2225
    • Dr. Stephen Henson's avatar
      PR: 1961 · 167d2a14
      Dr. Stephen Henson authored
      Submitted by: Martin Gerbershagen <martin.gerbershagen@nsn.com>
      Approved by: steve@openssl.org
      
      Avoid memory leak if RAND_bytes() fails.
      167d2a14
    • Dr. Stephen Henson's avatar
      PR: 1949 · 3f4802a1
      Dr. Stephen Henson authored
      Submitted by: David.Smith@cern.ch
      Approved by: steve@openssl.org
      
      When checking whether to flush the output BIO use BIO_CTRL_WPENDING instead
      of BIO_CTRL_INFO. In most cases this will have no effect since the following
      BIOs wont buffer. In the case of a following buffering BIO this will check
      for any pending data in the whole chain and not just the single BIO.
      
      See:
      https://issues.apache.org/bugzilla/show_bug.cgi?id=46952
      for a detailed analysis of this issue.
      3f4802a1