From: Niels Möller Date: Sat, 31 Jan 2026 09:42:56 +0000 (+0100) Subject: ChangeLog and NEWS entries for drbg_ctr_aes256_update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster-updates;p=thirdparty%2Fnettle.git ChangeLog and NEWS entries for drbg_ctr_aes256_update. --- diff --git a/ChangeLog b/ChangeLog index 334c5928..8161e1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2026-01-31 Niels Möller + + From Daiki Ueno: + * drbg-ctr-aes256.c (drbg_ctr_aes256_update): Change argument list + to take use a struct drbg_ctr_aes256_ctx, and make non-static. + Update callers. + * drbg-ctr.h (drbg_ctr_aes256_update): Declare it. + * nettle.texinfo (Randomness): Update documentation. + 2026-01-29 Niels Möller * testsuite/testutils.h (struct tstring): Change traditional diff --git a/NEWS b/NEWS index ad463a39..4ff2f3c5 100644 --- a/NEWS +++ b/NEWS @@ -155,6 +155,9 @@ NEWS for the Nettle 4.0 release * Support for SLH-DSA signatures (stateless hash-based digital signature algorithm). See the Nettle manual for details. + * New public function drbg_ctr_aes256_update, to enable + FIPS-compliant reseeding. Contributed by Daiki Ueno. + Configure and build changes: * Support for at least C99 is required when building Nettle.