mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 17:15:42 +01:00
Add the uodate to the soversion to the ChangeLog
This commit is contained in:
parent
78d2f7d5df
commit
e6a2a1aa97
@ -29,7 +29,7 @@ Features
|
|||||||
* Add initial support for Curve448 (RFC 7748). Only mbedtls_ecp_mul() and
|
* Add initial support for Curve448 (RFC 7748). Only mbedtls_ecp_mul() and
|
||||||
ECDH primitive functions (mbedtls_ecdh_gen_public(),
|
ECDH primitive functions (mbedtls_ecdh_gen_public(),
|
||||||
mbedtls_ecdh_compute_shared()) are supported for now. Contributed by
|
mbedtls_ecdh_compute_shared()) are supported for now. Contributed by
|
||||||
Nicholas Wilson (#348).
|
Nicholas Wilson in pull request #348.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend the public API with the function of mbedtls_net_poll() to allow user
|
* Extend the public API with the function of mbedtls_net_poll() to allow user
|
||||||
@ -74,6 +74,10 @@ Bugfix
|
|||||||
buffer.
|
buffer.
|
||||||
* Fix invalid buffer sizes passed to zlib during record compression and
|
* Fix invalid buffer sizes passed to zlib during record compression and
|
||||||
decompression.
|
decompression.
|
||||||
|
* Fix the soversion of libmbedcrypto to match the soversion of the
|
||||||
|
maintained 2.7 branch. The soversion was increased in Mbed TLS
|
||||||
|
version 2.7.1 to reflect breaking changes in that release, but the
|
||||||
|
increment was missed in 2.8.0 and later releases outside of the 2.7 branch.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.
|
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.
|
||||||
|
Loading…
Reference in New Issue
Block a user