mbedtls/programs
Jonathan Leroy 2744df4f7a cert_write : fix "Destination buffer is too small" error
This commit fixes the `Destination buffer is too small` error returned
by `mbedtls_cert_write` command when the values of `subject_name` or
`issuer_name` parameters exceed 128 characters.

I have increased the size of these varaibles from 128 to 256 characters,
but I don't know if it's the best way to solve this issue...

Fixes #315.
2015-10-27 15:12:39 +01:00
..
aes Rename website and repository 2015-03-06 13:17:10 +00:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Fix snprintf usage again 2015-08-31 12:38:12 +02:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl fix bug in ssl_mail_client 2015-04-30 12:50:22 +02:00
test Fix -Wshadow warnings 2015-08-31 11:07:51 +02:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 cert_write : fix "Destination buffer is too small" error 2015-10-27 15:12:39 +01:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile Add forgotten programs in Makefile 2015-06-29 18:52:57 +02:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00