1. 28 Oct, 2016 1 commit
    • Matt Caswell's avatar
      A zero return from BIO_read()/BIO_write() could be retryable · 122580ef
      Matt Caswell authored
      
      
      A zero return from BIO_read()/BIO_write() could mean that an IO operation
      is retryable. A zero return from SSL_read()/SSL_write() means that the
      connection has been closed down (either cleanly or not). Therefore we
      should not propagate a zero return value from BIO_read()/BIO_write() back
      up the stack to SSL_read()/SSL_write(). This could result in a retryable
      failure being treated as fatal.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (cherry picked from commit 4880672a)
      122580ef
  2. 26 Oct, 2016 2 commits
  3. 25 Oct, 2016 2 commits
  4. 24 Oct, 2016 1 commit
  5. 22 Oct, 2016 1 commit
  6. 21 Oct, 2016 3 commits
  7. 20 Oct, 2016 4 commits
  8. 19 Oct, 2016 4 commits
  9. 17 Oct, 2016 2 commits
  10. 15 Oct, 2016 2 commits
  11. 14 Oct, 2016 2 commits
  12. 13 Oct, 2016 9 commits
  13. 12 Oct, 2016 1 commit
  14. 11 Oct, 2016 1 commit
  15. 02 Oct, 2016 3 commits
  16. 01 Oct, 2016 2 commits