mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-23 15:47:49 +00:00
Adapt ChangeLog
This commit is contained in:
parent
177d3cf7bb
commit
371f31c281
|
@ -18,6 +18,11 @@ Bugfix
|
||||||
* In SSLv3, if refusing a renegotiation attempt, don't process any further
|
* In SSLv3, if refusing a renegotiation attempt, don't process any further
|
||||||
data.
|
data.
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Add option MBEDTLS_AES_FEWER_TABLES to dynamically compute 3/4 of the AES tables
|
||||||
|
during runtime, thereby reducing the RAM/ROM footprint by 6144 bytes. Suggested
|
||||||
|
and contributed by jkivilin in #394.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Send fatal alerts in many more cases instead of dropping the connection.
|
* Send fatal alerts in many more cases instead of dropping the connection.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue