add myself to changelog

This commit is contained in:
Brian J Murray 2018-07-06 10:05:22 -07:00 committed by Brian Murray
parent ca2ea4e217
commit 4736e96568

View file

@ -18,6 +18,9 @@ Bugfix
return value. Found by @davidwu2000. #839
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
Philippe Antoine. Fixes #1623.
* Change the default behaviour of mbedtls_hkdf_extract() to return an error
when calling with a NULL salt and non-zero salt_len. Contributed by
Brian J Murray
Changes
* Change the shebang line in Perl scripts to look up perl in the PATH.