Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 18:16:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 275306] 14.0-RELEASE: ossl(4) causes data corruption on encrypted ZFS filesystems/volumes
Message-ID:  <bug-275306-3630-pRyKw0oCfw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275306-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275306-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275306

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org

--- Comment #6 from John Baldwin <jhb@FreeBSD.org> ---
Hmm, it's not clear that ossl(4) is generating incorrect output.  The panic=
 is
that spa_do_crypt_abd() failed with EIO (5) which means that the request fa=
iled
with an error for some reason.  It is an encryption request, so the error w=
ould
have to be some sort of invalid parameter or unsupported length or the like.

Can you say which algorithm the pool is using (AES-GCM or something else)?=
=20
AES-GCM had some changes in 14.0 (14.0 added AES-GCM support to ossl(4)).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275306-3630-pRyKw0oCfw>