All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes
@ 2025-04-07 19:32 Lukas Wunner
  2025-04-07 19:32 ` [PATCH RESEND v2 1/2] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY Lukas Wunner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lukas Wunner @ 2025-04-07 19:32 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller
  Cc: David Howells, Ignat Korchagin, Stefan Berger, Vitaly Chikunov,
	linux-crypto, keyrings

Here are two patches for ecdsa to avoid reporting nonsensical values
for enc/dec size and -- for P521 keys -- also the key size in response
to KEYCTL_PKEY_QUERY system calls.

Resending as requested by Herbert:

  https://lore.kernel.org/r/Z9fuCTAAOphOvEeH@gondor.apana.org.au/

Link to the original submission:

  https://lore.kernel.org/r/cover.1738521533.git.lukas@wunner.de/

Although these are technically fixes, the issues they address are
not critical, so I recommend not applying as fixes for v6.15,
but rather let the patches soak in linux-next for v6.16.


Lukas Wunner (2):
  crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY
  crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY

 crypto/asymmetric_keys/public_key.c | 13 +++++++++----
 crypto/ecdsa-p1363.c                |  6 ++++--
 crypto/ecdsa-x962.c                 |  5 +++--
 crypto/ecdsa.c                      |  2 +-
 crypto/ecrdsa.c                     |  2 +-
 crypto/rsassa-pkcs1.c               |  2 +-
 crypto/sig.c                        |  9 +++++++--
 include/crypto/sig.h                |  2 +-
 8 files changed, 27 insertions(+), 14 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-04-16  7:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 19:32 [PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes Lukas Wunner
2025-04-07 19:32 ` [PATCH RESEND v2 1/2] crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY Lukas Wunner
2025-04-11 19:54   ` Ignat Korchagin
2025-04-07 19:32 ` [PATCH RESEND v2 2/2] crypto: ecdsa - Fix NIST P521 key " Lukas Wunner
2025-04-11 20:00   ` Ignat Korchagin
2025-04-16  7:56 ` [PATCH RESEND v2 0/2] ecdsa KEYCTL_PKEY_QUERY fixes Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.