1. 20 Jan, 2016 2 commits
    • Matt Caswell's avatar
      Handle SSL_shutdown while in init more appropriately · 7bb196a7
      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>
      7bb196a7
    • Dr. Stephen Henson's avatar
      make EVP_PKEY opaque · 3aeb9348
      Dr. Stephen Henson authored
      
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      3aeb9348
  2. 19 Jan, 2016 13 commits
  3. 18 Jan, 2016 8 commits
  4. 17 Jan, 2016 5 commits
  5. 16 Jan, 2016 7 commits
  6. 15 Jan, 2016 5 commits