Skip to content
  1. Apr 04, 2003
  2. Apr 03, 2003
  3. Apr 02, 2003
  4. Apr 01, 2003
  5. Mar 31, 2003
  6. Mar 28, 2003
  7. Mar 27, 2003
  8. Mar 26, 2003
  9. Mar 25, 2003
  10. Mar 24, 2003
  11. Mar 23, 2003
  12. Mar 20, 2003
  13. Mar 19, 2003
  14. Mar 18, 2003
  15. Mar 15, 2003
  16. Mar 14, 2003
  17. Mar 13, 2003
  18. Mar 12, 2003
  19. Feb 28, 2003
  20. Feb 27, 2003
    • Dr. Stephen Henson's avatar
      Encryption BIOs misbehave when used with non blocking I/O. · 57bc7769
      Dr. Stephen Henson authored
      Two fixes:
      
      1. If BIO_write() fails inside enc_write() it should return the
         total number of bytes successfully written.
      
      2. If BIO_write() fails during BIO_flush() it should return immediately
         with the error code: previously it would fall through to the final
         encrypt, corrupting the buffer.
      57bc7769