From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NA30d-0007Qi-2M for mharc-grub-devel@gnu.org; Mon, 16 Nov 2009 09:56:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA30a-0007PY-Hq for grub-devel@gnu.org; Mon, 16 Nov 2009 09:56:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA30U-0007OD-2p for grub-devel@gnu.org; Mon, 16 Nov 2009 09:56:46 -0500 Received: from [199.232.76.173] (port=42147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA30T-0007O5-N7 for grub-devel@gnu.org; Mon, 16 Nov 2009 09:56:41 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:2244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NA30T-0001b0-6I for grub-devel@gnu.org; Mon, 16 Nov 2009 09:56:41 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1380995eyg.2 for ; Mon, 16 Nov 2009 06:56:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=AYqHui/4SX+TpPEBjT+CxNjUzSjyksbZJ8ZAz+8fmMs=; b=rI4L34QVYNHzvsm9cgv5vzfEllkoxk3akVzQVnqsfFDhUUftzbnvAk6o9eMJG24FdD E+uV4xUAEmsu+7U6e2VFt3ieP3rUtMKce9lj4tI7Vj01fIwwHTUvi/DZgxJrI7ypmROB qMhrahbj0lvpd1W3WyySTXdGONcwQ5zvcTwbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=MiGQWDyhifDNkgkNnJ7SLIYG1FWkpQC5L/Yky0FtqkJS6tbnjoiLpXb1383KpmzfH+ 6enp3ypXFk6EXko0Kt+N6X28uHO7JI7vWarVQCK2dY+lScFQdtr9xNcx809ZdUDIcRA/ WBpnqnCGMHuSmLCMX/77j9e5iMCAHatn0P+YY= Received: by 10.213.104.78 with SMTP id n14mr1759856ebo.98.1258383400426; Mon, 16 Nov 2009 06:56:40 -0800 (PST) Received: from debian.bg45.phnet (gprs25.swisscom-mobile.ch [193.247.250.25]) by mx.google.com with ESMTPS id 7sm5903114eyb.32.2009.11.16.06.56.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 06:56:39 -0800 (PST) Message-ID: <4B01681A.9070302@gmail.com> Date: Mon, 16 Nov 2009 15:56:26 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB , dn.tlp@gmx.net References: <4B015812.3040808@gmail.com> <20091116143510.GA25789@thorin> In-Reply-To: <20091116143510.GA25789@thorin> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5D69F5E64F36141E1AD3876A" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Subject: Re: [PATCH] Cryptography X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 14:56:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5D69F5E64F36141E1AD3876A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Robert Millan wrote: > On Mon, Nov 16, 2009 at 02:48:02PM +0100, Vladimir 'phcoder' Serbinenko= wrote: > =20 >> 2) Ciphers and hashes are imported from libgcrypt. Actual import is >> automated and imported files are not included in the patch. To import = do: >> python import_gcry.py . >> =20 > > Please don't merge the auto-import script. I have to handle code impor= ts > myself. > =20 import_gcry.py is meant to be run by maintainer or developer in charge, not user. > =20 >> PBKDF2 is imported from gnulib >> =20 > > Were any modifications needed? > > =20 1) Standard GRUB'ification (other headers, grub_ prefix) 2) Adaptation to the lack of gnulib abstraction layer on top of gcrypt 3) Support for any hash and not only SHA1 >> 5) Imported devmapper.mod by Simon Peter. Completely UNTESTED. >> [...] >> + * Copyright (C) 2007 Simon Peter >> =20 > > Did Simon write this code for GRUB? I just checked, we have an assignm= ent > for past and future changes from him. > > =20 AFAICT from this thread: http://lists.gnu.org/archive/html/grub-devel/2007-09/msg00002.html he did. CC'ing him @Simon: Sorry for the delay, just project had a period of low actitivity but this period is over --=20 Regards Vladimir 'phcoder' Serbinenko --------------enig5D69F5E64F36141E1AD3876A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF0EAREKAAYFAksBaCMACgkQNak7dOguQgnUlAD9F0uyXKAmyTcPlahzzyQm+iVe e9IodmxHyYA2djOAZQ8A9iS4p1/zZDRIC7nc9qP8E1DmhXTR/68eFaGi8ojIokA= =+woB -----END PGP SIGNATURE----- --------------enig5D69F5E64F36141E1AD3876A--