mbedtls/programs
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
..
aes Update date in copyright line 2015-07-28 17:11:58 +02:00
hash Update date in copyright line 2015-07-28 17:11:58 +02:00
pkey Update date in copyright line 2015-07-28 17:11:58 +02:00
random Update date in copyright line 2015-07-28 17:11:58 +02:00
ssl Add mbedtls_ssl_get_max_frag_len() 2015-08-31 20:47:04 +02:00
test Update date in copyright line 2015-07-28 17:11:58 +02:00
util Update date in copyright line 2015-07-28 17:11:58 +02:00
x509 Fix typos (found by Francesco Pompò) 2015-08-06 18:22:26 +02: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 Use Unix line endings in wince_main.c too 2015-08-06 19:03:31 +02:00