| Summary: | [patch] document NULL encryption algorithm in geli(8) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | r4721 <r4721> | ||||
| Component: | Books & Articles | Assignee: | Chris Rees <crees> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
r4721@tormail.org
2013-07-14 10:20:00 UTC
Responsible Changed From-To: freebsd-doc->crees I'll take it. 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 Committed. Thanks! |