mbedtls/programs/x509
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
..
cert_app.c Fix bugs in programs displaying verify flags 2015-04-29 14:28:48 +02:00
cert_req.c Add missing depends in x509 programs 2015-03-31 15:14:37 +02:00
cert_write.c cert_write : fix "Destination buffer is too small" error 2015-10-27 15:12:39 +01:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
crl_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00
req_app.c Simplify ifdef checks in programs/x509 2015-03-31 15:10:03 +02:00