From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lASPc-0002BL-Af for mharc-grub-devel@gnu.org; Fri, 12 Feb 2021 01:58:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lASPa-00029R-9Q for grub-devel@gnu.org; Fri, 12 Feb 2021 01:58:42 -0500 Received: from mx2.suse.de ([195.135.220.15]:34800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lASPW-0000dl-Dd for grub-devel@gnu.org; Fri, 12 Feb 2021 01:58:40 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 33F30B080; Fri, 12 Feb 2021 06:58:35 +0000 (UTC) Date: Fri, 12 Feb 2021 07:58:33 +0100 From: Petr Vorel To: Milan Broz Cc: The development of GNU GRUB , Patrick Steinhardt , Daniel Kiper Subject: Re: [PATCH 1/1] docs: luks2: Mention key derival function support Message-ID: Reply-To: Petr Vorel References: <20210203110219.11390-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=195.135.220.15; envelope-from=pvorel@suse.cz; helo=mx2.suse.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 06:58:42 -0000 Hi Milan, ... > > GRUB suports devices encrypted using LUKS, LUKS2 and geli. Note that necessary > > modules (@var{luks}, @var{luks2} and @var{geli}) have to be loaded manually > > -before this command can be used. > > +before this command can be used. For LUKS2 only the PBKDF2 key derival > > +function is supported (Argon2 is not yet supported). > Just a small correction - the proper term is "key derivation function" (not derival). Thanks a lot! I'll send v3. Kind regards, Petr > Milan