CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/09/08 11:39:08
Modified files: sys/dev : softraid_crypto.c Log message: When changing the mask key, copy the new KDF hint to the metadata, if it has been supplied. This allows for passphrase changes to use different KDF configurations to what was used when the volume was created. Similar diffs from djm@ and halex@.