From nobody@FreeBSD.org  Sun Jul 14 09:17:05 2013
Return-Path: <nobody@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 EE25DC59
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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" <r4721@tormail.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] document NULL encryption algorithm in geli(8)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180551
>Category:       docs
>Synopsis:       [patch] document NULL encryption algorithm in geli(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 14 09:20:00 UTC 2013
>Closed-Date:    Mon Aug 05 10:56:33 UTC 2013
>Last-Modified:  Mon Aug 05 10:56:33 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-doc->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Wed Jul 24 12:20:39 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180551 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/180551: commit references a PR
Date: Mon,  5 Aug 2013 10:38:42 +0000 (UTC)

 Author: crees (doc,ports committer)
 Date: Mon Aug  5 10:38:34 2013
 New Revision: 253957
 URL: http://svnweb.freebsd.org/changeset/base/253957
 
 Log:
   Note NULL encryption method for GELI
   
   PR:		docs/180551
   Submitted by:	r4721@tormail.org
   Approved by:	gjb (mentor)
 
 Modified:
   head/sbin/geom/class/eli/geli.8
 
 Modified: head/sbin/geom/class/eli/geli.8
 ==============================================================================
 --- head/sbin/geom/class/eli/geli.8	Mon Aug  5 10:26:42 2013	(r253956)
 +++ head/sbin/geom/class/eli/geli.8	Mon Aug  5 10:38:34 2013	(r253957)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd June 18, 2012
 +.Dd July 5, 2013
  .Dt GELI 8
  .Os
  .Sh NAME
 @@ -285,11 +285,14 @@ Currently supported algorithms are:
  .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 when processing User Key
  passphrase component.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Mon Aug 5 10:56:32 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180551 
>Unformatted:
