diff options
author | 2016-09-19 18:02:20 +0000 | |
---|---|---|
committer | 2016-09-19 18:02:20 +0000 | |
commit | 7d2dbee3cf8845a405439b1041c0449a0afa3a84 (patch) | |
tree | 3479dde6b6ebcdaf7d3d07a0ca6ef31bb7b1bd18 | |
parent | fix whitespace at EOL (diff) | |
download | wireguard-openbsd-7d2dbee3cf8845a405439b1041c0449a0afa3a84.tar.xz wireguard-openbsd-7d2dbee3cf8845a405439b1041c0449a0afa3a84.zip |
Update for bcrypt pbkdf.
-rw-r--r-- | sbin/bioctl/bioctl.8 | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index b3eb1e3a65a..209953d7c03 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.99 2016/04/04 18:53:31 krw Exp $ +.\" $OpenBSD: bioctl.8,v 1.100 2016/09/19 18:02:20 jsing Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 4 2016 $ +.Dd $Mdocdate: September 19 2016 $ .Dt BIOCTL 8 .Os .Sh NAME @@ -262,10 +262,10 @@ Passphrase file used when crypto volumes are brought up. This file must be root owned and have 0600 permissions. .It Fl r Ar rounds When creating an encrypted volume, specifies the number of iterations of -the PBKDF2 algorithm used to convert a passphrase into a key. +the PBKDF algorithm used to convert a passphrase into a key. Higher iteration counts take more time, but offer more resistance to key guessing attacks. -The minimum is 1000 rounds and the default is 8192. +The minimum is 4 rounds and the default is 16. .It Fl s Read the passphrase for the selected crypto volume from .Pa /dev/stdin @@ -318,13 +318,6 @@ using a new chunk on wd0d: .Xr bio 4 , .Xr scsi 4 , .Xr softraid 4 -.Sh STANDARDS -.Rs -.%A B. Kaliski -.%D September 2000 -.%R RFC 2898 -.%T PKCS #5: Password-Based Cryptography Specification Version 2.0 -.Re .Sh HISTORY The .Nm |