mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Adapt ChangeLog
This commit is contained in:
parent
dbd3e88479
commit
f38db01c42
|
@ -10,6 +10,9 @@ 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 a miscalculation of the maximum record expansion in
|
||||||
|
mbedtls_ssl_get_record_expansion() in case of CBC ciphersuites
|
||||||
|
in (D)TLS versions 1.1 or higher. Fixes #1914.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Improve compatibility with some alternative CCM implementations by using
|
* Improve compatibility with some alternative CCM implementations by using
|
||||||
|
|
Loading…
Reference in a new issue