mbedtls/tests
Andres AG 96b4b01a23 Add DTLS test to check 6 byte record ctr is cmp
Add a test to ssl-opt.sh to ensure that in DTLS a 6 byte record counter
is compared in ssl_check_ctr_renegotiate() instead of a 8 byte one as in
the TLS case. Because currently there are no testing facilities to check
that renegotiation routines are triggered after X number of input/output
messages, the test consists on setting a renegotiation period that
cannot be represented in 6 bytes, but whose least-significant byte is 2.
If the library behaves correctly, the renegotiation routines will be
executed after two exchanged.
2017-01-20 15:56:13 +00:00
..
data_files X509: Future CA among trusted: add more tests 2016-07-14 12:02:56 +01:00
scripts Updated test script all.sh 2016-10-14 10:48:17 +01:00
suites Allow test suites to be run on Windows 2016-11-10 15:38:52 +00:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Remove need for elevated command line in Windows 2016-11-17 16:05:25 +00:00
compat.sh Adapt SSLv3 test configuration for new default 2016-03-15 20:39:52 +00:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Add DTLS test to check 6 byte record ctr is cmp 2017-01-20 15:56:13 +00:00