diff options
author | crees <crees@FreeBSD.org> | 2013-08-05 10:38:34 +0000 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-08-05 10:38:34 +0000 |
commit | 08061c3f1e43cdc5bba4b98a08da51432d3ba18c (patch) | |
tree | 4202b0bf56a2fb31f0517f1c3bdef79f931ff28c /sbin/geom/class | |
parent | a35ede59d821b3201519dfd2c5da8fb12ea33592 (diff) | |
download | FreeBSD-src-08061c3f1e43cdc5bba4b98a08da51432d3ba18c.zip FreeBSD-src-08061c3f1e43cdc5bba4b98a08da51432d3ba18c.tar.gz |
Note NULL encryption method for GELI
PR: docs/180551
Submitted by: r4721@tormail.org
Approved by: gjb (mentor)
Diffstat (limited to 'sbin/geom/class')
-rw-r--r-- | sbin/geom/class/eli/geli.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/geom/class/eli/geli.8 b/sbin/geom/class/eli/geli.8 index 263b8b2..ad70798 100644 --- a/sbin/geom/class/eli/geli.8 +++ b/sbin/geom/class/eli/geli.8 @@ -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. |