* [GIT PULL] ASYMMETRIC KEYS: asymmetric-keys-next-6.10-rc1
@ 2024-05-14 2:18 Jarkko Sakkinen
2024-05-15 16:35 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Sakkinen @ 2024-05-14 2:18 UTC (permalink / raw)
To: Linus Torvalds
Cc: David Howells, Herbert Xu, David S. Miller, keyrings,
linux-crypto, linux-kernel
The following changes since commit f4e8d80292859809ea135e9f4c43bae47e4f58bc:
Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs (2024-05-13 12:23:17 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/asymmetric-keys-next-6.10-rc1
for you to fetch changes up to 747ae81883d21595b162cc40523a982024700fed:
certs: Add ECDSA signature verification self-test (2024-05-14 05:01:04 +0300)
----------------------------------------------------------------
Hi,
Adds a self-test testing PCKS#7 signed data against ECDSA key and
couple of bug fixes for missing deps.
BR, Jarkko
----------------------------------------------------------------
Eric Biggers (2):
KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
Joachim Vandersmissen (2):
certs: Move RSA self-test data to separate file
certs: Add ECDSA signature verification self-test
crypto/asymmetric_keys/Kconfig | 17 +++
crypto/asymmetric_keys/Makefile | 2 +
crypto/asymmetric_keys/selftest.c | 219 +++++---------------------------
crypto/asymmetric_keys/selftest.h | 22 ++++
crypto/asymmetric_keys/selftest_ecdsa.c | 88 +++++++++++++
crypto/asymmetric_keys/selftest_rsa.c | 171 +++++++++++++++++++++++++
6 files changed, 330 insertions(+), 189 deletions(-)
create mode 100644 crypto/asymmetric_keys/selftest.h
create mode 100644 crypto/asymmetric_keys/selftest_ecdsa.c
create mode 100644 crypto/asymmetric_keys/selftest_rsa.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-15 16:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 2:18 [GIT PULL] ASYMMETRIC KEYS: asymmetric-keys-next-6.10-rc1 Jarkko Sakkinen
2024-05-15 16:35 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox