[PATCH] ipe: use SHA-256 library API instead of crypto_shash API
Eric Biggers
ebiggers at kernel.org
Thu Jun 12 19:09:26 UTC 2025
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
More information about the Linux-security-module-archive
mailing list