1. 28 Oct, 2016 1 commit
    • Matt Caswell's avatar
      A zero return from BIO_read/BIO_write() could be retryable · fa4c3745
      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>
      fa4c3745
  2. 26 Oct, 2016 1 commit
  3. 25 Oct, 2016 1 commit
  4. 22 Oct, 2016 1 commit
  5. 20 Oct, 2016 4 commits
  6. 19 Oct, 2016 2 commits
  7. 18 Oct, 2016 2 commits
  8. 15 Oct, 2016 2 commits
  9. 14 Oct, 2016 1 commit
  10. 13 Oct, 2016 1 commit
  11. 11 Oct, 2016 1 commit
  12. 28 Sep, 2016 3 commits
  13. 26 Sep, 2016 5 commits
  14. 22 Sep, 2016 9 commits
  15. 21 Sep, 2016 6 commits