Skip to content
  1. Aug 09, 2009
  2. Aug 06, 2009
  3. Aug 05, 2009
  4. Jul 28, 2009
  5. Jul 26, 2009
  6. Jul 24, 2009
  7. Jul 16, 2009
  8. Jul 15, 2009
  9. Jul 13, 2009
  10. Jul 11, 2009
  11. Jul 08, 2009
  12. Jul 04, 2009
  13. Jul 01, 2009
  14. Jun 30, 2009
  15. Jun 28, 2009
    • 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. Jun 26, 2009
    • 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