-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chapoly: add chacha20_poly1305 feature
Signed-off-by: Rob Norris <[email protected]>
- Loading branch information
Showing
6 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
.\" Copyright (c) 2019, Allan Jude | ||
.\" Copyright (c) 2021, Colm Buckley <[email protected]> | ||
.\" | ||
.Dd June 23, 2022 | ||
.Dd May 21, 2023 | ||
.Dt ZPOOL-FEATURES 7 | ||
.Os | ||
. | ||
|
@@ -396,6 +396,21 @@ returned to the | |
.Sy enabled | ||
state when all bookmarks with these fields are destroyed. | ||
. | ||
.feature org.openzfs chacha20_poly1305 no encryption extensible_dataset | ||
This feature enables the use of the ChaCha20-Poly1305 cipher suite for encrypted | ||
datasets. | ||
On systems lackng hardware-accelerated AES (many non-x86 boards), this suite | ||
will usually offer better performance than AES suites without compromising | ||
security. | ||
.Pp | ||
This feature becomes | ||
.Sy active | ||
when an encrypted dataset is created with | ||
.Nm encryption Ns = Ns Sy chacha20-poly1305 | ||
and will be returned to the | ||
.Sy enabled | ||
state when all datasets that use this feature are destroyed. | ||
. | ||
.feature org.openzfs device_rebuild yes | ||
This feature enables the ability for the | ||
.Nm zpool Cm attach | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters