Merge remote-tracking branch 'public/pr/1563' into development

This commit is contained in:
Simon Butcher 2018-07-10 12:49:26 +01:00
commit cdbb2f2168
2 changed files with 2 additions and 9 deletions

View file

@ -20,6 +20,8 @@ Bugfix
return value. Found by @davidwu2000. #839
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
Philippe Antoine. Fixes #1623.
* Remove unused headers included in x509.c. Found by Chris Hanson and fixed
by Brendan Shanks. Part of a fix for #992.
Changes
* Change the shebang line in Perl scripts to look up perl in the PATH.