mbedtls/tests
Manuel Pégourié-Gonnard d0d8cb36a4 Cache ClientHello extension
This extension is quite costly to generate, and we don't want to re-do it
again when the server performs a DTLS HelloVerify. So, cache the result the
first time and re-use if/when we build a new ClientHello.

Note: re-send due to timeouts are different, as the whole message is cached
already, so they don't need any special support.
2015-09-17 14:16:30 +02:00
..
data_files Add tests for verify callback 2015-09-01 17:24:42 +02:00
scripts Fix curve-dependency test 2015-09-17 13:46:21 +02:00
suites Fix #ifdef in test suite 2015-09-07 12:43:11 +02:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Add skeleton for EC J-PAKE module 2015-09-07 12:43:09 +02:00
compat.sh Fix bashisms in test scripts 2015-08-04 17:15:13 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Add skeleton for EC J-PAKE module 2015-09-07 12:43:09 +02:00
ssl-opt.sh Cache ClientHello extension 2015-09-17 14:16:30 +02:00