public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Linux Crypto Mailing List <linux-crypto@vger.kernel.org>,
	Marcel Holtmann <marcel@holtmann.org>,
	James Prestwood <prestwoj@gmail.com>
Subject: Linux 6.5 broke iwd
Date: Wed, 11 Oct 2023 12:11:57 -0500	[thread overview]
Message-ID: <ab4d8025-a4cc-48c6-a6f0-1139e942e1db@gmail.com> (raw)

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

             reply	other threads:[~2023-10-11 17:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 17:11 Denis Kenzior [this message]
2023-10-12  0:38 ` Linux 6.5 broke iwd 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab4d8025-a4cc-48c6-a6f0-1139e942e1db@gmail.com \
    --to=denkenz@gmail.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=prestwoj@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox