From: Mario Hermann <ario@eikon.tum.de>
To: Jonathan Oppenheim <jono@Phys.UAlberta.CA>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: 242-ac3 loop bug
Date: Mon, 26 Feb 2001 02:17:06 +0100 [thread overview]
Message-ID: <3A99AE92.E9D2D0E8@eikon.tum.de> (raw)
In-Reply-To: <Pine.LNX.4.10.10102251701520.2320-100000@dirac.phys.ualberta.ca>
Hi!
Jonathan Oppenheim wrote:
> i have also been having trouble with many cyphers including
> blowfish (although twofish and idea worked). the error seems to be the
> same in all 2.4.x kernels (i have all the relevant options compiled
> as modules eg. loopback and ciphers))
I had the same problem today with blowfish. Following mini-diff works for
blowfish(apply after patch-int-2.4.0.3):
--- crypto/cipher-blowfish.c~ Sun Feb 25 13:33:42 2001
+++ crypto/cipher-blowfish.c Sun Feb 25 13:48:23 2001
@@ -404,6 +404,8 @@
u32 *P = key2->P;
u32 *S = key2->S;
+ if (keybytes<=0 || keybytes>32) return(-1);
+
/* Copy the initialization s-boxes */
for (i = 0, count = 0; i < 256; i++)
next prev parent reply other threads:[~2001-02-26 1:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-26 0:15 Jonathan Oppenheim
2001-02-26 0:27 ` Jens Axboe
2001-02-26 1:17 ` Mario Hermann [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-02-24 17:32 Mark Swanson
2001-02-24 17:59 ` Doug McNaught
2001-02-24 18:11 ` Mark Swanson
2001-02-24 18:57 ` Doug McNaught
2001-02-24 19:18 ` Arjan van de Ven
2001-02-24 23:14 ` Jens Axboe
2001-02-25 7:48 ` Mircea Ciocan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A99AE92.E9D2D0E8@eikon.tum.de \
--to=ario@eikon.tum.de \
--cc=jono@Phys.UAlberta.CA \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®