mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:45:48 +01:00
- Fixed formatting of ChangeLog
This commit is contained in:
parent
1a9382ea80
commit
765687985a
12
ChangeLog
12
ChangeLog
@ -5,26 +5,26 @@ Features
|
|||||||
* Added CMake makefiles as alternative to regular Makefiles.
|
* Added CMake makefiles as alternative to regular Makefiles.
|
||||||
* Added preliminary Code Coverage tests for AES, ARC4,
|
* Added preliminary Code Coverage tests for AES, ARC4,
|
||||||
Base64, MPI, SHA-family, MD-family, HMAC-SHA-family,
|
Base64, MPI, SHA-family, MD-family, HMAC-SHA-family,
|
||||||
Camellia, DES, 3-DES, RSA PKCS#1, XTEA, Diffie-Hellman
|
Camellia, DES, 3-DES, RSA PKCS#1, XTEA, Diffie-Hellman
|
||||||
and X509parse.
|
and X509parse.
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
* Prevented use of long long in bignum if
|
* Prevented use of long long in bignum if
|
||||||
POLARSSL_HAVE_LONGLONG not defined (found by Giles
|
POLARSSL_HAVE_LONGLONG not defined (found by Giles
|
||||||
Bathgate).
|
Bathgate).
|
||||||
* Fixed incorrect handling of negative strings in
|
* Fixed incorrect handling of negative strings in
|
||||||
mpi_read_string() (found by code coverage tests).
|
mpi_read_string() (found by code coverage tests).
|
||||||
* Fixed segfault on handling empty rsa_context in
|
* Fixed segfault on handling empty rsa_context in
|
||||||
rsa_check_pubkey() and rsa_check_privkey() (found by
|
rsa_check_pubkey() and rsa_check_privkey() (found by
|
||||||
code coverage tests).
|
code coverage tests).
|
||||||
* Fixed incorrect handling of one single negative input
|
* Fixed incorrect handling of one single negative input
|
||||||
value in mpi_add_abs() (found by code coverage tests).
|
value in mpi_add_abs() (found by code coverage tests).
|
||||||
* Fixed incorrect handling of negative first input
|
* Fixed incorrect handling of negative first input
|
||||||
value in mpi_sub_abs() (found by code coverage tests).
|
value in mpi_sub_abs() (found by code coverage tests).
|
||||||
* Fixed incorrect handling of negative first input
|
* Fixed incorrect handling of negative first input
|
||||||
value in mpi_mod_mpi() and mpi_mod_int(). Resulting
|
value in mpi_mod_mpi() and mpi_mod_int(). Resulting
|
||||||
change also affects mpi_write_string() (found by code
|
change also affects mpi_write_string() (found by code
|
||||||
coverage tests).
|
coverage tests).
|
||||||
* Corrected is_prime() results for 0, 1 and 2 (found by
|
* Corrected is_prime() results for 0, 1 and 2 (found by
|
||||||
code coverage tests).
|
code coverage tests).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user