From owner-freebsd-doc@FreeBSD.ORG Sun Jul 14 09:20:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC273C72 for ; Sun, 14 Jul 2013 09:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 895B1AAA for ; Sun, 14 Jul 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6E9K0fP098520 for ; Sun, 14 Jul 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6E9K0Bv098519; Sun, 14 Jul 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 14 Jul 2013 09:20:00 GMT Resent-Message-Id: <201307140920.r6E9K0Bv098519@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "r4721@tormail.org" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EE25DC59 for ; Sun, 14 Jul 2013 09:17:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id DFACEA9C for ; Sun, 14 Jul 2013 09:17:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6E9H5MR087918 for ; Sun, 14 Jul 2013 09:17:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6E9H587087902; Sun, 14 Jul 2013 09:17:05 GMT (envelope-from nobody) Message-Id: <201307140917.r6E9H587087902@oldred.freebsd.org> Date: Sun, 14 Jul 2013 09:17:05 GMT From: "r4721@tormail.org" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/180551: [patch] document NULL encryption algorithm in geli(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 09:20:00 -0000 >Number: 180551 >Category: docs >Synopsis: [patch] document NULL encryption algorithm in geli(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 14 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: r4721@tormail.org >Release: >Organization: >Environment: >Description: i had wished for years for a no-op encryption algorithm in geli so i could just use data integrity verification, only to find it existed all along. document this so that others can find it as well. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sbin/geom/class/eli/geli.8 =================================================================== --- sbin/geom/class/eli/geli.8 (revision 253282) +++ sbin/geom/class/eli/geli.8 (working copy) @@ -277,11 +277,14 @@ .Nm AES-XTS , .Nm AES-CBC , .Nm Blowfish-CBC , -.Nm Camellia-CBC +.Nm Camellia-CBC , +.Nm 3DES-CBC , and -.Nm 3DES-CBC . +.Nm NULL . The default and recommended algorithm is .Nm AES-XTS . +.Nm NULL +is unencrypted. .It Fl i Ar iterations Number of iterations to use with PKCS#5v2. If this option is not specified, >Release-Note: >Audit-Trail: >Unformatted: