Skip to content
  1. Oct 28, 2016
    • 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. Oct 26, 2016
  3. Oct 25, 2016
  4. Oct 22, 2016
  5. Oct 20, 2016
  6. Oct 19, 2016
  7. Oct 18, 2016
  8. Oct 15, 2016
  9. Oct 14, 2016
  10. Oct 13, 2016
  11. Oct 11, 2016
  12. Sep 28, 2016
  13. Sep 26, 2016
  14. Sep 22, 2016
  15. Sep 21, 2016