mbedtls/tests
Manuel Pégourié-Gonnard a2cda6bfaf Add mbedtls_ssl_get_max_frag_len()
This is not very useful for TLS as mbedtls_ssl_write() will automatically
fragment and return the length used, and the application should check for that
anyway, but this is useful for DTLS where mbedtls_ssl_write() returns an
error, and the application needs to be able to query the maximum length
instead of just guessing.
2015-08-31 20:47:04 +02:00
..
data_files Accept a trailing space at end of PEM lines 2015-07-31 11:11:26 +02:00
scripts Add test build of shared libs for windows 2015-08-07 13:22:37 +02:00
suites Print "thread ID" in debug messages 2015-08-31 16:17:33 +02:00
.gitignore
CMakeLists.txt mklink needs /d for directories 2015-07-08 21:39:43 +01:00
compat.sh Fix bashisms in test scripts 2015-08-04 17:15:13 +02:00
Descriptions.txt
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Add mbedtls_ssl_get_max_frag_len() 2015-08-31 20:47:04 +02:00