Home
last modified time | relevance | path

Searched hist:"2 ba69c71" (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/bioctl/
H A Dbioctl.c2ba69c71 Mon Sep 19 17:46:52 GMT 2016 jsing <jsing@openbsd.org> Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.

New volumes will be created with bcrypt PBKDF, however existing volumes
will continue to use PKCS5 PBKDF2 until a passphrase change is made.

If you're booting from softraid crypto, ensure that your boot loader has
been upgraded to a version that supports bcrypt prior to changing your
passphrase. Also be aware that once the passphrase has been changed, an
older version of bioctl(8) (one that does not support bcrypt PBKDF) will
not be able to "unlock" the volume.

Partly based on a diff from djm@.