mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 03:15:40 +00:00
Adapt ChangeLog
This commit is contained in:
parent
b70ba9fec7
commit
f34f4e53c9
|
@ -59,6 +59,9 @@ Bugfix
|
||||||
MilenkoMitrovic, #1104
|
MilenkoMitrovic, #1104
|
||||||
* Fix mbedtls_timing_alarm(0) on Unix.
|
* Fix mbedtls_timing_alarm(0) on Unix.
|
||||||
* Fix use of uninitialized memory in mbedtls_timing_get_timer when reset=1.
|
* Fix use of uninitialized memory in mbedtls_timing_get_timer when reset=1.
|
||||||
|
* Fix issue in RSA key generation program programs/x509/rsa_genkey
|
||||||
|
where the failure of CTR DRBG initialization lead to freeing an
|
||||||
|
RSA context without proper initialization beforehand.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Extend cert_write example program by options to set the CRT version
|
* Extend cert_write example program by options to set the CRT version
|
||||||
|
|
Loading…
Reference in a new issue