[Bug 275306] 14.0-RELEASE: ossl(4) causes data corruption on encrypted ZFS filesystems/volumes

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Nov 2023 22:14:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275306

--- Comment #10 from John Baldwin <jhb@FreeBSD.org> ---
BTW, the ZFS encryption code claims that it has to the same buffer for
input/output and does a memcpy as a result.  That isn't true in 13.0 and later.
 Someone (tm) should fix ZFS to use CSP_F_SEPARATE_OUTPUT on 13.0 and later. 
Looks like it could also benefit from using CSP_F_SEPARATE_AAD as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.