mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-23 19:17:56 +00:00
Add Changelog entries for this branch
This commit is contained in:
parent
1da232df97
commit
54150a36d1
|
@ -2,7 +2,15 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS 1.3.15 released 2015-10-xx
|
= mbed TLS 1.3.15 released 2015-10-xx
|
||||||
|
|
||||||
|
Security
|
||||||
|
* The X509 max_pathlen constraint was not enforced on intermediate
|
||||||
|
certificates. Found by Nicholas Wilson, fix and tests provided by
|
||||||
|
Janos Follath. #280 and #319
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* Self-signed certificates were not excluded from pathlen counting,
|
||||||
|
resulting in some valid X.509 being incorrectly rejected. Found and fix
|
||||||
|
provided by Janos Follath. #319
|
||||||
* Fix bug causing some handshakes to fail due to some non-fatal alerts not
|
* Fix bug causing some handshakes to fail due to some non-fatal alerts not
|
||||||
begin properly ignored. Found by mancha and Kasom Koht-arsa, #308
|
begin properly ignored. Found by mancha and Kasom Koht-arsa, #308
|
||||||
* Fix build error with configurations where ECDHE-PSK is the only key
|
* Fix build error with configurations where ECDHE-PSK is the only key
|
||||||
|
|
Loading…
Reference in a new issue