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