commit | 2744df4f7a1854a9f1fc7b85587df7a4fd4cf8e0 | [log] [download] |
---|---|---|
author | Jonathan Leroy <jonathan@inikup.com> | Sat Oct 10 21:58:07 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Tue Oct 27 15:12:39 2015 +0100 |
tree | c98055cfe7879db0173ed47e5eb5bcbdc11663bb | |
parent | 96e75ac97cc85817f81f3c674e3e4fe443a88ef0 [diff] |
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.