1. 04 Apr, 2003 1 commit
  2. 03 Apr, 2003 4 commits
  3. 02 Apr, 2003 1 commit
  4. 01 Apr, 2003 1 commit
  5. 31 Mar, 2003 3 commits
  6. 28 Mar, 2003 1 commit
  7. 27 Mar, 2003 1 commit
  8. 26 Mar, 2003 1 commit
  9. 25 Mar, 2003 2 commits
  10. 24 Mar, 2003 2 commits
  11. 23 Mar, 2003 1 commit
  12. 20 Mar, 2003 7 commits
  13. 19 Mar, 2003 3 commits
  14. 18 Mar, 2003 2 commits
  15. 15 Mar, 2003 1 commit
  16. 14 Mar, 2003 2 commits
  17. 13 Mar, 2003 3 commits
  18. 12 Mar, 2003 2 commits
  19. 28 Feb, 2003 1 commit
  20. 27 Feb, 2003 1 commit
    • 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