]> git.ipfire.org Git - thirdparty/openssl.git/commit
Mask *num on entry in deprecated low-level OFB/CFB implementations
authorfrostb1ten <68353531+frostb1ten@users.noreply.github.com>
Mon, 16 Mar 2026 10:07:12 +0000 (05:07 -0500)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 18 Mar 2026 07:11:31 +0000 (08:11 +0100)
commit5ba9029bc7b387ab0768b051518c5325316c0fdb
tree6bd551eee05d98465d8ab554bf5a16376cb4b2b2
parentf56a9fa69db773cfdf9af68e5b8a65067b015077
Mask *num on entry in deprecated low-level OFB/CFB implementations

Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Wed Mar 18 07:11:44 2026
(Merged from https://github.com/openssl/openssl/pull/30447)
crypto/bf/bf_cfb64.c
crypto/bf/bf_ofb64.c
crypto/cast/c_cfb64.c
crypto/cast/c_ofb64.c
crypto/idea/i_cfb64.c
crypto/idea/i_ofb64.c
crypto/rc2/rc2cfb64.c
crypto/rc2/rc2ofb64.c
crypto/rc5/rc5cfb64.c
crypto/rc5/rc5ofb64.c