public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 6.5 broke iwd
@ 2023-10-11 17:11 Denis Kenzior
  2023-10-12  0:38 ` Herbert Xu
  0 siblings, 1 reply; 12+ messages in thread
From: Denis Kenzior @ 2023-10-11 17:11 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Linux Crypto Mailing List, Marcel Holtmann, James Prestwood

Hi Herbert,

Looks like something in Linux 6.5 broke ell TLS unit tests (and thus likely 
WPA-Enterprise support).  I tried a git bisect and could narrow it down to a 
general area.  The last good commit was:

commit 6cb8815f41a966b217c0d9826c592254d72dcc31
Author: Herbert Xu <herbert@gondor.apana.org.au>
Date:   Thu Jun 15 18:28:48 2023 +0800

     crypto: sig - Add interface for sign/verify

     Split out the sign/verify functionality from the existing akcipher
     interface.  Most algorithms in akcipher either support encryption
     and decryption, or signing and verify.  Only one supports both.

     As a signature algorithm may not support encryption at all, these
     two should be spearated.

     For now sig is simply a wrapper around akcipher as all algorithms
     remain unchanged.  This is a first step and allows users to start
     allocating sig instead of akcipher.

     Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Narrowing down further didn't work due to:
/usr/bin/ld: crypto/asymmetric_keys/x509_public_key.o: in function 
`x509_get_sig_params':
x509_public_key.c:(.text+0x363): undefined reference to `sm2_compute_z_digest'
collect2: error: ld returned 1 exit status

Regards,
-Denis

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-10-16 19:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 17:11 Linux 6.5 broke iwd Denis Kenzior
2023-10-12  0:38 ` Herbert Xu
2023-10-12  2:18   ` Denis Kenzior
2023-10-12  2:26     ` Herbert Xu
2023-10-12  2:33   ` Herbert Xu
2023-10-12  3:09     ` Denis Kenzior
2023-10-12  3:28       ` Herbert Xu
2023-10-12 14:19         ` Denis Kenzior
2023-10-12 14:28           ` Herbert Xu
2023-10-12 15:08             ` Denis Kenzior
2023-10-16  8:35               ` [PATCH] KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash Herbert Xu
2023-10-16 19:37                 ` Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox