Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 10:38:34 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253957 - head/sbin/geom/class/eli
Message-ID:  <201308051038.r75AcYTl041421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308051038.r75AcYTl041421>