mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:05:36 +01:00
Improve ChangeLog wording for the commmit that Fixes #1954.
This commit is contained in:
parent
ad0fe92fb6
commit
eb2b15accd
@ -10,9 +10,11 @@ Bugfix
|
|||||||
* Add ecc extensions only if an ecc based ciphersuite is used.
|
* Add ecc extensions only if an ecc based ciphersuite is used.
|
||||||
This improves compliance to RFC 4492, and as a result, solves
|
This improves compliance to RFC 4492, and as a result, solves
|
||||||
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
|
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
|
||||||
* Fix overly strict bounds check in ssl_parse_certificate_request()
|
* Fix a bug that caused SSL/TLS clients to incorrectly abort the handshake
|
||||||
which could lead to valid CertificateRequest messages being rejected.
|
with TLS versions 1.1 and earlier when the server requested authentication
|
||||||
Fixes #1954.
|
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.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Copy headers preserving timestamps when doing a "make install".
|
* Copy headers preserving timestamps when doing a "make install".
|
||||||
|
Loading…
Reference in New Issue
Block a user