lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 1 Jul 2024 15:49:05 +0100
From: Conor Dooley <conor@...nel.org>
To: Jarkko Sakkinen <jarkko@...nel.org>
Cc: Venkat Rao Bagalkote <venkat88@...ux.vnet.ibm.com>,
	stefanb@...ux.ibm.com, herbert@...dor.apana.org.au,
	linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: Warning at crypto/testmgr.c:5900, while booting to OS

Just a passer-by...

On Mon, Jul 01, 2024 at 02:45:28PM +0000, Jarkko Sakkinen wrote:
> On Wed, 2024-06-12 at 12:16 +0530, Venkat Rao Bagalkote wrote:
> > This issue is being caused by the patch: 2fd2a82ccbfc106aec314db6c4bda5e24fd32a22.
> > 
> > After reverting the above patch, issue is not seen.
> 
> $ git show 2fd2a82ccbfc106aec314db6c4bda5e24fd32a22 # [1]
> fatal: bad object 2fd2a82ccbfc106aec314db6c4bda5e24fd32a22
> 
> Unless I made a mistake, for me it really looks like that the commit is
> non-existent.

It's in linux-next I think:
commit 2fd2a82ccbfc106aec314db6c4bda5e24fd32a22
Author: Stefan Berger <stefanb@...ux.ibm.com>
Date:   Wed May 29 19:08:26 2024 -0400

    crypto: ecdsa - Use ecc_digits_from_bytes to create hash digits array
    
    Since ecc_digits_from_bytes will provide zeros when an insufficient number
    of bytes are passed in the input byte array, use it to create the hash
    digits directly from the input byte array. This avoids going through an
    intermediate byte array (rawhash) that has the first few bytes filled with
    zeros.
    
    Signed-off-by: Stefan Berger <stefanb@...ux.ibm.com>
    Reviewed-by: Jarkko Sakkinen <jarkko@...nel.org>
    Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ