commit | 4ba6ab6d0ded99c5b7f02cbcfe3e69f80fe44840 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 07 17:21:47 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:30:20 2014 +0200 |
tree | 3a5838444399cdee4807f888b330bf59fb140fdc | |
parent | 562eb787ecf64abb667f069842536dd307e1033f [diff] |
Fix glitch with HelloVerifyRequest With the close-rebind strategy, sometimes the second ClientHello was lost (if received before close), and since our client doesn't resend yet, the tests would fail (no problem with other client that resend). Anyway, it's not really clean to lose messages.