From e87790baba46d7cfb278a6e4c40ed59b72d070d2 Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Wed, 8 Dec 2021 17:38:07 +0000 Subject: [PATCH] Update changelog This patch adds explicit wording to state that Two's complement is the official supported signed integer representation. Signed-off-by: Minos Galanakis --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index ebf8a36ad..9cffd5d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -488,6 +488,9 @@ New deprecations deprecated. * PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH have been renamed, and the old names deprecated. + * Signed magnitude and one's complement implementations for signed integers are + are now officially not supported. Two's Complement is the only supported + implementation going forward. Features * The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.