1. 20 Jan, 2016 1 commit
    • 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. 19 Jan, 2016 3 commits
  3. 18 Jan, 2016 1 commit
  4. 17 Jan, 2016 1 commit
  5. 15 Jan, 2016 1 commit
  6. 14 Jan, 2016 1 commit
  7. 13 Jan, 2016 6 commits
  8. 12 Jan, 2016 1 commit
  9. 10 Jan, 2016 2 commits
  10. 02 Jan, 2016 1 commit
  11. 28 Dec, 2015 1 commit
  12. 27 Dec, 2015 3 commits
  13. 23 Dec, 2015 1 commit
  14. 22 Dec, 2015 1 commit
  15. 20 Dec, 2015 1 commit
  16. 19 Dec, 2015 6 commits
  17. 18 Dec, 2015 1 commit
  18. 16 Dec, 2015 1 commit
  19. 14 Dec, 2015 2 commits
  20. 13 Dec, 2015 1 commit
  21. 10 Dec, 2015 4 commits