mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-10 08:28:51 +01:00
- Added CMake makefiles as alternative to regular Makefiles.
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
This commit is contained in:
parent
48eab260e9
commit
367dae44b2
27 changed files with 4201 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
PolarSSL ChangeLog
|
||||
|
||||
= Version X released on X
|
||||
Features
|
||||
* Added CMake makefiles as alternative to regular Makefiles.
|
||||
* Added preliminary Code Coverage tests for AES, ARC4,
|
||||
Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
|
||||
|
||||
Bug fixes
|
||||
* Fixed incorrect handling of negative strings in
|
||||
mpi_read_string() (found by code coverage tests).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue