commit | 502bf30fb5cdf691bc73f327203ef9da6f1871a3 | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Aug 20 13:12:58 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:30:22 2014 +0200 |
tree | 5f5fe4abd3da1423f351f403cf7d9db5f52245e7 | |
parent | ed79a4bb1469decf15af80eaeef1eefc61067ebe [diff] |
Handle reassembly of handshake messages Works only with GnuTLS for now, OpenSSL packs other records in the same datagram after the last fragmented one, which we don't handle yet. Also, ssl-opt.sh fails the tests with valgrind for now: we're so slow with valgrind that gnutls-serv retransmits some messages, and we don't handle duplicated messages yet.