Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
From: "Jarkko Sakkinen" <jarkko@kernel.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "David Howells" <dhowells@redhat.com>,
	"Herbert Xu" <herbert@gondor.apana.org.au>,
	"David S. Miller" <davem@davemloft.net>,
	<keyrings@vger.kernel.org>, <linux-crypto@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ASYMMETRIC KEYS: asymmetric-keys-next-6.10-rc1
Date: Tue, 14 May 2024 05:18:25 +0300	[thread overview]
Message-ID: <D1909NYKXM11.3VLXHOO4NA7RA@kernel.org> (raw)

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

             reply	other threads:[~2024-05-14  2:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14  2:18 Jarkko Sakkinen [this message]
2024-05-15 16:35 ` [GIT PULL] ASYMMETRIC KEYS: asymmetric-keys-next-6.10-rc1 pr-tracker-bot

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=D1909NYKXM11.3VLXHOO4NA7RA@kernel.org \
    --to=jarkko@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).