Add ChangeLog entry for #992 fix

This commit is contained in:
Simon Butcher 2018-07-02 12:00:54 +01:00
parent 9e31693f67
commit 4b57a1f182

View file

@ -9,6 +9,8 @@ Bugfix
return value. Found by @davidwu2000. #839
* Fix the key_app_writer example which was writing a leading zero byte which
was creating an invalid ASN.1 tag. Found by Aryeh R. Fixes #1257
* 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.