mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 17:15:42 +01:00
Add credit to Changelog to fix for #666
This commit is contained in:
parent
a55e084bce
commit
a418e82a35
@ -58,6 +58,8 @@ Bugfix
|
|||||||
* Fix a potential integer overflow in the version verification for DER
|
* Fix a potential integer overflow in the version verification for DER
|
||||||
encoded X509 certificates. The overflow would enable maliciously
|
encoded X509 certificates. The overflow would enable maliciously
|
||||||
constructed certificates to bypass the certificate verification check.
|
constructed certificates to bypass the certificate verification check.
|
||||||
|
* Fix a call to the libc function time() to call the platform abstraction
|
||||||
|
function mbedtls_time() instead. Found by wairua. Fix for #666
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
||||||
|
Loading…
Reference in New Issue
Block a user