mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:55:42 +01:00
Update Changelog for portability improvements
This commit is contained in:
parent
ac1f76c362
commit
00c220123d
@ -5,6 +5,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
Security
|
Security
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
* Add support for overriding snprintf() (except on Windows) and exit() in
|
||||||
|
the platform layer.
|
||||||
|
* Add an option to use macros instead of function pointers in the platform
|
||||||
|
layer (helps get rid of unwanted references).
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix hardclock() (only used in the benchmarking program) with some
|
* Fix hardclock() (only used in the benchmarking program) with some
|
||||||
@ -21,6 +25,7 @@ Changes
|
|||||||
* Building with 'make' on windows now requires Unix utilities in the PATH
|
* Building with 'make' on windows now requires Unix utilities in the PATH
|
||||||
as well as a Unix shell. This enables more features such as the 'check'
|
as well as a Unix shell. This enables more features such as the 'check'
|
||||||
target.
|
target.
|
||||||
|
* Remove dependency on sscanf() in X.509 parsing modules.
|
||||||
|
|
||||||
= mbed TLS 1.3.10 released 2015-02-09
|
= mbed TLS 1.3.10 released 2015-02-09
|
||||||
Security
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user