1. 24 Jan, 2019 1 commit
    • Matt Caswell's avatar
      Make sure we trigger retransmits in DTLS testing · f9ad0abb
      Matt Caswell authored
      
      
      During a DTLS handshake we may need to periodically handle timeouts in the
      DTLS timer to ensure retransmits due to lost packets are performed. However,
      one peer will always complete a handshake before the other. The DTLS timer
      stops once the handshake has finished so any handshake messages lost after
      that point will not automatically get retransmitted simply by calling
      DTLSv1_handle_timeout(). However attempting an SSL_read implies a
      DTLSv1_handle_timeout() and additionally will process records received from
      the peer. If those records are themselves retransmits then we know that the
      peer has not completed its handshake yet and a retransmit of our final
      flight automatically occurs.
      
      Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/8047)
      
      (cherry picked from commit 80c455d5)
      f9ad0abb
  2. 22 Jan, 2019 1 commit
  3. 21 Jan, 2019 3 commits
  4. 16 Jan, 2019 4 commits
  5. 15 Jan, 2019 4 commits
  6. 08 Jan, 2019 2 commits
  7. 07 Jan, 2019 5 commits
  8. 06 Jan, 2019 2 commits
  9. 04 Jan, 2019 7 commits
  10. 03 Jan, 2019 3 commits
  11. 31 Dec, 2018 1 commit
  12. 30 Dec, 2018 1 commit
  13. 29 Dec, 2018 1 commit
  14. 27 Dec, 2018 1 commit
  15. 23 Dec, 2018 1 commit
  16. 22 Dec, 2018 3 commits