Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix Bug 483371.
Browse files Browse the repository at this point in the history
- Add unit test for a client which crashes during handshake
- Add test case to check re-transmission of CLIENT_HELLO doesn't restart
ongoing handshake
- Incoming handshake messages are now matched against ongoing handshake
and/or established session.
- CLIENT_HELLO from epoch 0 always leads to client IP verification
(HELLO_VERIFY) and new handshake being started (discarding any ongoing
handshake) if successful.
- Re-transmitted (duplicate) CLIENT_HELLO messages are matched against
ongoing handshake in order to prevent restarting the handshake

Also-by: Kai Hudalla <kai.hudalla@bosch-si.com>
  • Loading branch information
sbernard31 authored and Kai Hudalla committed Dec 4, 2015
1 parent 9a8832a commit da55b7b
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 331 deletions.

0 comments on commit da55b7b

Please sign in to comment.