mbedtls/tests
Andres AG 692ad84e5c 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-19 16:30:57 +00:00
..
data_files Merge branch 'iotssl-629-der-trailing-bytes' 2016-03-12 23:28:26 +00:00
scripts Add seed cmdline arg to test scripts 2016-10-13 13:53:33 +01:00
suites Update library version number to 2.4.1 2016-12-13 16:00: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:04:33 +00:00
compat.sh Remove specific GnuTLS and OpenSSL version requirements 2016-09-15 20:45:53 +01:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Clean up of formatting, and potential integer overflow fix 2016-10-06 15:23:39 +01:00
ssl-opt.sh Add DTLS test to check 6 byte record ctr is cmp 2017-01-19 16:30:57 +00:00