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

This commit is contained in:
Simon Butcher 2018-07-24 13:06:54 +01:00
commit ccb43df37e
2 changed files with 18 additions and 2 deletions

View file

@ -51,6 +51,9 @@ Bugfix
* 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
* Correct the documentation for `mbedtls_ssl_get_session()`.
This API has deep copy of the session, and the peer
certificate is not lost. Fixes #926.
Changes
* Change the shebang line in Perl scripts to look up perl in the PATH.