]> git.ipfire.org Git - thirdparty/openssl.git/commit
modes/ctr128.c: fix false carry in counter increment procedure.
authorAndy Polyakov <appro@openssl.org>
Sun, 20 Nov 2016 22:38:12 +0000 (23:38 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 25 Nov 2016 16:23:49 +0000 (17:23 +0100)
commit025697a94678005df28055913d0df5d122acecfe
treeffba0e782e829925c794c2085f21f731d8c2b247
parent04bec2a3a2f83e03c8eb2b7472ace8ec94396d7f
modes/ctr128.c: fix false carry in counter increment procedure.

GH issue #1916 affects only big-endian platforms. TLS is not affected,
because TLS fragment is never big enough.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 76f572ed0469a277d92378848250b7a9705d3071)
crypto/modes/ctr128.c