From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KKvlC-0005To-91 for mharc-grub-devel@gnu.org; Mon, 21 Jul 2008 09:49:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKvlA-0005T4-5Q for grub-devel@gnu.org; Mon, 21 Jul 2008 09:49:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKvl8-0005SW-3W for grub-devel@gnu.org; Mon, 21 Jul 2008 09:49:03 -0400 Received: from [199.232.76.173] (port=51168 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKvl7-0005SR-UW for grub-devel@gnu.org; Mon, 21 Jul 2008 09:49:02 -0400 Received: from gateway02.websitewelcome.com ([69.56.224.20]:35481) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KKvl6-0004Vo-LP for grub-devel@gnu.org; Mon, 21 Jul 2008 09:49:01 -0400 Received: (qmail 7598 invoked from network); 21 Jul 2008 14:01:34 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway02.websitewelcome.com with SMTP; 21 Jul 2008 14:01:34 -0000 Received: from c-67-185-142-228.hsd1.wa.comcast.net ([67.185.142.228]:49934 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KKvl2-0004M3-G0; Mon, 21 Jul 2008 08:48:56 -0500 Date: Mon, 21 Jul 2008 06:48:24 -0700 From: Colin D Bennett To: The development of GRUB 2 Message-ID: <20080721064824.5c5f840e@gibibit.com> In-Reply-To: <20080721014952.257d99d4.dn.tlp@gmx.net> References: <20080721014952.257d99d4.dn.tlp@gmx.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Cc: dn.tlp@gmx.net Subject: Re: Strong Crypto Support for GRUB2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 13:49:04 -0000 On Mon, 21 Jul 2008 01:49:52 +0200 Simon Peter wrote: > Did the message below ever arrive on the list? > > I'm still interested in getting strong crypto into grub mainline and > while it's still not in, I just saw you guys proposed this as a > project for Google's summer of code. Are you going to point students > at the code I already produced? Would be a shame if you have someone > replicate the work already done. > > What's missing to get my code into GRUB2 mainline? I think you'll have to assign copyright to the FSF. Regards, Colin > Thanks! > Simon > > Begin forwarded message: > > Date: Sun, 3 Feb 2008 18:25:47 +0100 > From: Simon Peter > To: The development of GRUB 2 > Cc: Marco Gerards , Robert Millan > Subject: Re: Strong Crypto Support for GRUB2 > > > > Sorry for the *very* late reply. > > Sorry for my late reply. I wasn't subscribed anymore (and I'm still > not) and only now I found out that you replied... > > Attached is my patch against current CVS with the changes you proposed > incorporated. > > I'd appreciate very much if you could review this complete patch > again. Sorry for any inconvenience with my first weird double-patch. > > > > +int > > > +aes_self_test (int verbose) > > > { > [...] > > > + printf ("passed\n"); > > Where does printf come from? > > It's in a self-test routine that's actually never included in the GRUB > source. Shall I remove the whole thing? > > Thanks! > Simon > >