From owner-cvs-all Fri Jun 28 14:31:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C21FD37B401; Fri, 28 Jun 2002 14:31:31 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0793D43E06; Fri, 28 Jun 2002 14:31:31 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g5SLTL6I050333; Fri, 28 Jun 2002 23:29:22 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_aes.c In-Reply-To: Your message of "Fri, 28 Jun 2002 14:25:15 PDT." <200206282125.g5SLPF9B021419@freefall.freebsd.org> Date: Fri, 28 Jun 2002 23:29:21 +0200 Message-ID: <50332.1025299761@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200206282125.g5SLPF9B021419@freefall.freebsd.org>, Poul-Henning Kam p writes: >phk 2002/06/28 14:25:15 PDT > > Modified files: > sys/geom geom_aes.c > Log: > Add two new submodes to the AES encryption method. > > This method is now suitable for encrypting swap spaces. If you want to do this, you do of course need to run a GEOM kernel. Second, you need to put a magic tag in the swap-partition to make this module recognize it: echo "<>" | dd count=1 conv=sync of=${device} And finally you will need to do your swapping on ${device}.aes -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message