Update ChangeLog

Update ChangeLog with a less ambigous description.
This commit is contained in:
Ron Eldor 2018-06-28 11:09:09 +03:00
parent 5c141d28ca
commit f27f8aeb19

View File

@ -8,8 +8,8 @@ Bugfix
* Clarify documentation for mbedtls_ssl_write() to include 0 as a valid
return value. Found by @davidwu2000. #839
* Add ecc extensions only if an ecc based ciphersuite is used.
Affects interoperability with BouncyCastle and other peers.
Raised by milenamil in #1157.
This improves compliance to RFC 4492, and as a result, solves
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
Changes
* Change the shebang line in Perl scripts to look up perl in the PATH.