mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Add ChangeLog entry for PR #1384
This commit is contained in:
parent
31f0a3b827
commit
a0d60a4dbc
|
@ -9,6 +9,7 @@ Bugfix
|
||||||
* Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates
|
* Fix mbedtls_x509_crt_profile_suiteb, which used to reject all certificates
|
||||||
with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
|
with flag MBEDTLS_X509_BADCERT_BAD_PK even when the key type was correct.
|
||||||
In the context of SSL, this resulted in handshake failure. #1351
|
In the context of SSL, this resulted in handshake failure. #1351
|
||||||
|
* Fix Windows x64 builds with the included mbedTLS.sln file. #1347
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Fix tag lengths and value ranges in the documentation of CCM encryption.
|
* Fix tag lengths and value ranges in the documentation of CCM encryption.
|
||||||
|
|
Loading…
Reference in a new issue