mbedtls/tests
Manuel Pégourié-Gonnard 502bf30fb5 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.
2014-10-21 16:30:22 +02:00
..
data_files Add tests for X.509 name encoding mismatch 2014-10-17 12:42:31 +02:00
scripts Optimize all.sh for new build options 2014-08-14 18:33:00 +02:00
suites Prepare for release 1.3.9 2014-10-20 13:56:15 +02:00
.gitignore Add test_suite_entropy 2014-06-10 15:38:44 +02:00
CMakeLists.txt Add warnings in debug build, and -Werror with ASan 2014-08-14 18:33:00 +02:00
compat.sh Work around OpenSSL bug in compat.sh 2014-10-21 16:30:12 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Add test_suite_entropy 2014-06-10 15:38:44 +02:00
ssl-opt.sh Handle reassembly of handshake messages 2014-10-21 16:30:22 +02:00