Skip to content
  1. Jan 20, 2016
    • Matt Caswell's avatar
      Handle SSL_shutdown while in init more appropriately · f73c737c
      Matt Caswell authored
      
      
      Calling SSL_shutdown while in init previously gave a "1" response, meaning
      everything was successfully closed down (even though it wasn't). Better is
      to send our close_notify, but fail when trying to receive one.
      
      The problem with doing a shutdown while in the middle of a handshake is
      that once our close_notify is sent we shouldn't really do anything else
      (including process handshake/CCS messages) until we've received a
      close_notify back from the peer. However the peer might send a CCS before
      acting on our close_notify - so we won't be able to read it because we're
      not acting on CCS messages!
      
      Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
      f73c737c
  2. Jan 19, 2016
  3. Jan 18, 2016
  4. Jan 17, 2016
  5. Jan 15, 2016
  6. Jan 14, 2016
  7. Jan 13, 2016
  8. Jan 12, 2016
  9. Jan 10, 2016
  10. Jan 02, 2016
  11. Dec 28, 2015
  12. Dec 27, 2015
  13. Dec 23, 2015
  14. Dec 22, 2015
  15. Dec 20, 2015
  16. Dec 19, 2015
  17. Dec 18, 2015
  18. Dec 16, 2015
  19. Dec 14, 2015
  20. Dec 13, 2015
  21. Dec 10, 2015