mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION
Changed the option to disable the use of 64-bit division, to an option to disable the use of double-width division, whether that's 64 or 128-bit.
This commit is contained in:
parent
6ee7dad896
commit
9a9adcd6aa
3 changed files with 39 additions and 0 deletions
|
|
@ -16,6 +16,13 @@ API Changes
|
|||
qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt,
|
||||
mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk.
|
||||
|
||||
Changes
|
||||
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
||||
64-bit division.
|
||||
* Added config.h option MBEDTLS_TYPE_UDBL to allow configuring the
|
||||
double-width integer type used in the bignum module when the compiler is
|
||||
unknown.
|
||||
|
||||
Bugfix
|
||||
* Add a check if iv_len is zero, and return an error if it is zero. reported
|
||||
by roberto. #716
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue