From owner-freebsd-hackers@freebsd.org Fri Jan 15 14:02:30 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CB72A83BC2 for ; Fri, 15 Jan 2016 14:02:30 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D968913C1 for ; Fri, 15 Jan 2016 14:02:29 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by mail-wm0-x233.google.com with SMTP id f206so26087285wmf.0 for ; Fri, 15 Jan 2016 06:02:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=ggMy8s3+J8+4uO2inqaE3bCBN0uSAn6A9Db1i/hV9ZQ=; b=a2ATlppe39t8PUcabeV84xk68n8RYVEMliQ1fg1its1Sd87DybZR+Xb6QnUBgINxTS /SSWFV8HjKWVbDb+LgmaxQSz92vDJogxvG+KaAscCqjysguhHqEEQvfc1JTsVrpby2Ev vH9mhTltraSTkM9a8Vu3dPM5WcHfcGYemFRAKSaA78RuqPnQpnV94dWFuaciLfZsjuPq /isYsui9u20OkI5qVLKEmUu49ORl42J1+nHgrIt5v73ckJS0llGYaZQy4X67eZNizcwI yBxM1HThYEI9VLgu/OuGs/6oinKkbv57ppP44akZU7OuOOG4VHceGz1EhTDb/wl2EsbA UcCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=ggMy8s3+J8+4uO2inqaE3bCBN0uSAn6A9Db1i/hV9ZQ=; b=JDBUqVUQ1TOywJ/98ULC+EPe9S2QR6Ws7xmV/qBYHoa5y9kK2OZ1ucOhYRTbqP21WM dEMpDMKJQVlgNjeZg4gzkgpEkZdmEkubot7MNbu67p/k5MulWyDXi01OU1HrWPGFGqud ac6NrEW/7WNS8l17H/IXkYj0UhZT/kjgEcXsF9sfU2udwnf0KU9Zh80IKOcJu3p9vQCa +HWBrTzww3HxYIpAlosAPxrx1sa6qOI+r6PF/ZFCrVP0GTROfcnE48rdod5by/5TNzua s1P+VXT0oxnjJzNUshYtQDO6yqh/cwinKmNIlhDV4CU6jSdoPW/gG+UnowaNTPnP2/bG /AeA== X-Gm-Message-State: ALoCoQlz5hKbXzup/Rj1HmIBUyzpVar0s7FfQ8xJX3rJltUXxdoPqUxTZTmXh/GEO1UUDHJFCgrgp0BeC9baSbIGUXkBOSTObg== X-Received: by 10.194.203.137 with SMTP id kq9mr11594452wjc.129.1452866548011; Fri, 15 Jan 2016 06:02:28 -0800 (PST) Received: from [10.10.1.58] (liv3d.labs.multiplay.co.uk. [82.69.141.171]) by smtp.gmail.com with ESMTPSA id t195sm2683280wme.13.2016.01.15.06.02.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Jan 2016 06:02:27 -0800 (PST) Subject: Re: EFI/ZFS Update: successful tests, need more complex vdevs To: Eric McCorkle , Gabor Radnai , freebsd-hackers@freebsd.org References: <9418E44F-114E-4ABA-A32D-416297BCDA9F@metricspace.net> <56985C6A.6040209@multiplay.co.uk> <5698FB2A.8030503@metricspace.net> From: Steven Hartland Message-ID: <5698FC07.50901@multiplay.co.uk> Date: Fri, 15 Jan 2016 14:02:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <5698FB2A.8030503@metricspace.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 14:02:30 -0000 On 15/01/2016 13:59, Eric McCorkle wrote: > Thanks to Steven for picking this up, and thanks to everyone who > helped with the integration effort (particularly for working out how > to integrate libstand directly). > > > I plan to look into booting from a GELI-encrypted partition next, and > in the longer-term, I'm interested in some kind of cryptographic > signature checking ability. https://reviews.freebsd.org/D4593 might be of interest to you then. Regards Steve