http://defect.opensolaris.org/bz/show_bug.cgi?id=645
Summary: zio_crypt_wrap_key needs the IV passed to it Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: minor Priority: P4 Component: other AssignedTo: darrenm at opensolaris.org ReportedBy: darrenm at opensolaris.org QAContact: hua.tang at sun.com CC: zfs-crypto-discuss at opensolaris.org Estimated Hours: 0.0 zio_crypt_wrap_key() needs to have the IV passed into it. It should also store it at the start of the resulting wrapped key output. This is requires so that when we clone a dataset we can unwrap and rewrap the key using the newly cloned dataset IV. Corresponding changes will be needed in zio_crypt_unwrap_key(). -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.