mbedtls/programs
Andres AG 9b1927bf9b 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-02-04 23:35:14 +00:00
..
aes Fix error text and whitespace in crypt_and_hash.c 2016-10-07 14:16:57 +01:00
hash Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkey Add extra compilation conditions to gen_key.c #559 2016-10-07 14:17:22 +01:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl Add DTLS test to check 6 byte record ctr is cmp 2017-02-04 23:35:14 +00:00
test Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
util Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
x509 Add extra compilation conditions to X.509 samples 2016-10-10 09:45:17 +01:00
.gitignore Rm obsolete things (compat-1.2, openssl, etc) 2015-03-09 13:05:06 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
wince_main.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00