Re: [PATCH] crypto: sha1-powerpc: little-endian support
From: Marcelo Cerri <hidden>
Date: 2016-10-04 12:07:47
Also in:
linux-crypto, lkml
Attachments
- signature.asc [application/pgp-signature] 473 bytes
From: Marcelo Cerri <hidden>
Date: 2016-10-04 12:07:47
Also in:
linux-crypto, lkml
Hi Michael, On Ubuntu, CRYPTO_MANAGER_DISABLE_TESTS is set by default. So I had to disable this config in order to make sha1-powerpc fail in the crypto API tests. However, even with tests disabled, any usage of sha1-powerpc should result in incorrect results. -- Regards, Marcelo On Tue, Oct 04, 2016 at 05:23:16PM +1100, Michael Ellerman wrote:
Marcelo Cerri [off-list ref] writes:quoted
[ Unknown signature status ] On Wed, Sep 28, 2016 at 09:20:15PM +0800, Herbert Xu wrote:quoted
On Wed, Sep 28, 2016 at 10:15:51AM -0300, Marcelo Cerri wrote:quoted
Hi Herbert, Any thoughts on this one?Can this patch wait until the next merge window? On the broken platforms it should just fail the self-test, right?Yes. It fails on any LE platform (including Ubuntu and RHEL 7.1).How are you testing this? I thought I was running the crypto tests but I've never seen this fail. cheers