mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Update signature of mpi_mul_mpi()
This commit is contained in:
parent
7f7aebca02
commit
35f1d7f0aa
3 changed files with 6 additions and 6 deletions
|
|
@ -6,6 +6,7 @@ Features
|
|||
* Support for DTLS 1.0 and 1.2 (RFC 6347).
|
||||
|
||||
API Changes
|
||||
* Signature of mpi_mul_mpi() changed to make the last argument unsigned
|
||||
* Remove the PBKDF2 module (use PKCS5).
|
||||
* Remove POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()).
|
||||
* Headers are now found in the 'mbedtls' directory (previously 'polarssl').
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue