mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 04:45:27 +00:00
- Updated to reflect changes in error codes in the generic cipher and message digest layers
This commit is contained in:
parent
9c021adeff
commit
42e5981c26
|
@ -4,6 +4,10 @@ PolarSSL ChangeLog
|
||||||
Features
|
Features
|
||||||
* Expanded cipher layer with support for CFB128 and CTR mode
|
* Expanded cipher layer with support for CFB128 and CTR mode
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* The generic cipher and message digest layer now have normal error
|
||||||
|
codes instead of integers
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Undid faulty bug fix in ssl_write() when flushing old data (Ticket
|
* Undid faulty bug fix in ssl_write() when flushing old data (Ticket
|
||||||
#18)
|
#18)
|
||||||
|
|
Loading…
Reference in a new issue