Skip to content

Commit

Permalink
Minor documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
FransUrbo committed Dec 19, 2013
1 parent be362c3 commit d461f23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.crypto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ The crypto/api implementation is brand new, and supports "bare
minimum" features as needed by ZFS only.


Current support is at "proof of concept" level only. It is NOT usable.
Current support is at "works for some" level only. It is NOT
recomended in a commersial environment.


Required work before Alpha:
Expand All @@ -44,7 +45,7 @@ Required work before Alpha:
* All "// FIXME" should be inspected. In particular, known areas
which differ are PROP_ALIAS, PROP_INHERIT, crypto vs userquota,

* Removed KEY methods "https URI" (requires curl) and pkcs11 types.
* Removed KEY method pkcs11.

* Undo the POOL VERSION=30, put it back to 28, and make CRYPTO be a
"Named Extension" instead.
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Importing a Solaris pool can be done using:
* All "// FIXME" should be inspected. In particular, known areas
which differ are PROP_ALIAS, PROP_INHERIT, crypto vs userquota,

* Removed KEY methods "https URI" (requires curl) and pkcs11 types.
* Removed KEY method pkcs11.


Example 1: Ask for password.
Expand Down
2 changes: 2 additions & 0 deletions man/man1/zfs_encrypt.1
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ The following properties cannot be changed after the file system is created and,
.sp .6
.RS 4n
Defines the encryption algorithm and key length that is used for the encrypted dataset. The \fBon\fR value is equal to \fBaes-128-ccm\fR. The default value is \fBoff\fR. When encryption is set to a value other than \fBoff\fR, the \fBchecksum\fR property is set to \fBsha256+mac\fR and becomes \fBreadonly\fR.
.sp
Only \fBon\fR or \fBoff\fR is allowed for a ZVOL.
.RE
.LP
For a ZVOL, the only encryption algorithms allowed is
Expand Down

0 comments on commit d461f23

Please sign in to comment.