commit | bd97fdb3a46cc312778aba1dc14cb49c1e4bedda | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Sep 26 16:46:36 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:32:40 2014 +0200 |
tree | 1f4b3ced8228be3218952c75e3ac7d6668db6fb1 | |
parent | 36795197d92641e51841c9ca4ca963c771a163a1 [diff] |
Make ssl_server2's HVR handling more realistic It makes not sense to keep the connection open until the client is verified. Until now it was useful since closing it crates a race where the second ClientHello might be lost. But now that our client is able to resend, that's not an issue any more.