svn commit: r253957 - head/sbin/geom/class/eli

Chris Rees crees at FreeBSD.org
Mon Aug 5 10:38:34 UTC 2013


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 at 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.


More information about the svn-src-all mailing list