geli.8 (9a696dc6bb0e8e783dfd169c8299e1f33aac2935) | geli.8 (5c420aae3b18027809507dc9142182d4290897bf) |
---|---|
1.\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" | 1.\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 10 unchanged lines hidden (view full) --- 19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23.\" SUCH DAMAGE. 24.\" 25.\" $FreeBSD$ 26.\" |
27.Dd April 3, 2019 | 27.Dd May 23, 2019 |
28.Dt GELI 8 29.Os 30.Sh NAME 31.Nm geli 32.Nd "control utility for the cryptographic GEOM class" 33.Sh SYNOPSIS 34To compile GEOM_ELI into your kernel, add the following lines to your kernel 35configuration file: --- 860 unchanged lines hidden (view full) --- 896.It Va kern.geom.eli.key_cache_misses 897Reports how many times we were looking up a Data Key and it was not in cache. 898This sysctl is not updated for providers that need fewer Data Keys than the limit 899specified in 900.Va kern.geom.eli.key_cache_limit . 901.El 902.Sh EXIT STATUS 903Exit status is 0 on success, and 1 if the command fails. | 28.Dt GELI 8 29.Os 30.Sh NAME 31.Nm geli 32.Nd "control utility for the cryptographic GEOM class" 33.Sh SYNOPSIS 34To compile GEOM_ELI into your kernel, add the following lines to your kernel 35configuration file: --- 860 unchanged lines hidden (view full) --- 896.It Va kern.geom.eli.key_cache_misses 897Reports how many times we were looking up a Data Key and it was not in cache. 898This sysctl is not updated for providers that need fewer Data Keys than the limit 899specified in 900.Va kern.geom.eli.key_cache_limit . 901.El 902.Sh EXIT STATUS 903Exit status is 0 on success, and 1 if the command fails. |
904.Sh DEPRECATION NOTICE 905Support for the 906.Nm Blowfish-CBC 907and 908.Nm 3DES-CBC 909cryptographic algorithms and 910.Nm HMAC/MD5 911authentication algorithm will be removed in 912.Fx 13.0 . 913New volumes cannot be created using these algorithms. 914Existing volumes should be migrated to a new volume that uses 915non-deprecated algorithms. |
|
904.Sh EXAMPLES 905Initialize a provider which is going to be encrypted with a 906passphrase and random data from a file on the user's pen drive. 907Use 4kB sector size. 908Attach the provider, create a filesystem, and mount it. 909Do the work. 910Unmount the provider and detach it: 911.Bd -literal -offset indent --- 217 unchanged lines hidden (view full) --- 1129.Xr crypto 9 1130.Sh HISTORY 1131The 1132.Nm 1133utility appeared in 1134.Fx 6.0 . 1135Support for the 1136.Nm Camellia | 916.Sh EXAMPLES 917Initialize a provider which is going to be encrypted with a 918passphrase and random data from a file on the user's pen drive. 919Use 4kB sector size. 920Attach the provider, create a filesystem, and mount it. 921Do the work. 922Unmount the provider and detach it: 923.Bd -literal -offset indent --- 217 unchanged lines hidden (view full) --- 1141.Xr crypto 9 1142.Sh HISTORY 1143The 1144.Nm 1145utility appeared in 1146.Fx 6.0 . 1147Support for the 1148.Nm Camellia |
1137block cipher is implemented by Yoshisato Yanagisawa in | 1149block cipher was implemented by Yoshisato Yanagisawa in |
1138.Fx 7.0 . 1139.Pp 1140Highest 1141.Nm GELI 1142metadata version supported by the given FreeBSD version: 1143.Bl -column -offset indent ".Sy FreeBSD" ".Sy version" 1144.It Sy FreeBSD Ta Sy GELI 1145.It Sy version Ta Sy version --- 23 unchanged lines hidden --- | 1150.Fx 7.0 . 1151.Pp 1152Highest 1153.Nm GELI 1154metadata version supported by the given FreeBSD version: 1155.Bl -column -offset indent ".Sy FreeBSD" ".Sy version" 1156.It Sy FreeBSD Ta Sy GELI 1157.It Sy version Ta Sy version --- 23 unchanged lines hidden --- |