mbedtls/programs
Jonathan Leroy 3dd85ddfdf 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-11-02 05:58:30 +09:00
..
aes Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
hash Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
pkey Fix minor spelling mistake in programs/pkey/gen_key.c 2015-10-27 10:27:51 +01:00
random Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl Improve help message of ssl_*2.c 2015-09-09 11:22:58 +02: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 cert_write : fix "Destination buffer is too small" error 2015-11-02 05:58:30 +09: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