From owner-svn-src-all@FreeBSD.ORG Tue Sep 23 01:18:19 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 386A9E8D; Tue, 23 Sep 2014 01:18:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 245AD2F7; Tue, 23 Sep 2014 01:18:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8N1IJlK040166; Tue, 23 Sep 2014 01:18:19 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8N1IJmD040165; Tue, 23 Sep 2014 01:18:19 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201409230118.s8N1IJmD040165@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 23 Sep 2014 01:18:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r272012 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 01:18:19 -0000 Author: gjb Date: Tue Sep 23 01:18:18 2014 New Revision: 272012 URL: http://svnweb.freebsd.org/changeset/base/272012 Log: Document r272006, GEOM_ELI passphrase caching on boot with multiple providers. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Sep 23 01:18:16 2014 (r272011) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Sep 23 01:18:18 2014 (r272012) @@ -453,6 +453,15 @@ bootstrap file. + + Support has been added to cache + &man.geli.8; passphrases during system boot. When a system + is configured with multiple GEOM_ELI + providers all using the same passphrase, the passphrase that + is cached after the first entry is used for the subsequent + GEOM_ELI provider. If the passphrase in + the cache is incorrect, then a prompt for the passphrase for + the next provider is displayed.