From: Niels Möller Date: Wed, 14 Jan 2026 10:23:16 +0000 (+0100) Subject: NEWS update for OCB. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d55649e61a88aed913ff7284b012c9c1e6e05d;p=thirdparty%2Fnettle.git NEWS update for OCB. --- diff --git a/NEWS b/NEWS index c875513d..6a09b03e 100644 --- a/NEWS +++ b/NEWS @@ -130,6 +130,11 @@ NEWS for the Nettle 4.0 release Baryshkov years ago, but delayed, since it implies an ABI break. + * For OCB block counters, use type uint32_t for blocks of + associated data, and uint64_t for message blocks, instead of + size_t. This makes the implementation limits the same for + 32-bit and 64-bit platforms. + Bug fixes: * Fix off-by-one bug in sexp parser, which could result in a