mbedtls/programs/x509
Jonathan Leroy bbc75d9791
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-10 21:58:07 +02:00
..
cert_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
cert_req.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
cert_write.c cert_write : fix "Destination buffer is too small" error 2015-10-10 21:58:07 +02:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
crl_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
req_app.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00