Skip to content

Commit

Permalink
Improve ChangeLog wording for the commmit that Fixes #1954.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanno Becker committed Aug 17, 2018
1 parent a24ed19 commit 10652b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Bugfix
* Add ecc extensions only if an ecc based ciphersuite is used.
This improves compliance to RFC 4492, and as a result, solves
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
* Fix overly strict bounds check in ssl_parse_certificate_request()
which could lead to valid CertificateRequest messages being rejected.
Fixes #1954.
* Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake
with TLS versions 1.1 and earlier when the server requested authentication
without providing a list of CAs. This was due to an overly strict bounds
check in parsing the CertificateRequest message,
introduced in Mbed TLS 2.12.0. Fixes #1954.

= mbed TLS 2.1.14 branch released 2018-07-25

Expand Down

0 comments on commit 10652b1

Please sign in to comment.