[PATCH] ipe: use SHA-256 library API instead of crypto_shash API
Fan Wu
wufan at kernel.org
Fri Jun 13 00:16:26 UTC 2025
On Thu, Jun 12, 2025 at 12:09 PM Eric Biggers <ebiggers at kernel.org> wrote:
>
> On Wed, May 14, 2025 at 12:40:45PM -0700, Fan Wu wrote:
> > On Tue, May 13, 2025 at 10:06 PM Eric Biggers <ebiggers at kernel.org> wrote:
> > >
> > > From: Eric Biggers <ebiggers at google.com>
> > >
> > > audit_policy() does not support any other algorithm, so the crypto_shash
> > > abstraction provides no value. Just use the SHA-256 library API
> > > instead, which is much simpler and easier to use.
> > >
> > > Signed-off-by: Eric Biggers <ebiggers at google.com>
> >
> > Thanks. Will pull this into ipe/next.
> >
> > -Fan
>
> Thanks! I notice this isn't in v6.16-rc1. When is the pull request planned?
>
> - Eric
The current plan is to send the pull request during the next merge window.
-Fan
More information about the Linux-security-module-archive
mailing list