All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: linux-integrity@vger.kernel.org
Cc: zohar@linux.ibm.com, Stefan Berger <stefanb@linux.ibm.com>
Subject: [PATCH 0/4] ima-evm-utils: Add support for signing with pkcs11 URIs
Date: Mon,  9 Aug 2021 11:10:22 -0400	[thread overview]
Message-ID: <20210809151026.195038-1-stefanb@linux.vnet.ibm.com> (raw)

From: Stefan Berger <stefanb@linux.ibm.com>

This series of patches adds support for signing with pkcs11 URIs and the
keyid explicityly provided via a command line option.
A test program is provided setting up softhsm for test cases to use.

   Stefan

Stefan Berger (4):
  evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
  libimaevm: Add support for pkcs11 private keys for signing a v2 hash
  tests: Extend sign_verify test with pkcs11 specific test
  tests: Get the packages for pkcs11 testing on the CI/CD system

 README                 |   5 +
 ci/alt.sh              |   3 +
 ci/fedora.sh           |   8 ++
 ci/tumbleweed.sh       |   3 +
 src/evmctl.c           |   7 +
 src/libimaevm.c        |  59 +++++++--
 tests/functions.sh     |  26 ++++
 tests/sign_verify.test |  50 +++++--
 tests/softhsm_setup    | 290 +++++++++++++++++++++++++++++++++++++++++
 9 files changed, 426 insertions(+), 25 deletions(-)
 create mode 100755 tests/softhsm_setup

-- 
2.31.1


             reply	other threads:[~2021-08-09 15:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 15:10 Stefan Berger [this message]
2021-08-09 15:10 ` [PATCH 1/4] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable Stefan Berger
2021-08-09 15:10 ` [PATCH 2/4] libimaevm: Add support for pkcs11 private keys for signing a v2 hash Stefan Berger
2021-08-09 15:27   ` James Bottomley
2021-08-09 18:39     ` Stefan Berger
2021-08-09 15:10 ` [PATCH 3/4] tests: Extend sign_verify test with pkcs11 specific test Stefan Berger
2021-08-09 15:10 ` [PATCH 4/4] tests: Get the packages for pkcs11 testing on the CI/CD system Stefan Berger

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=20210809151026.195038-1-stefanb@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=linux-integrity@vger.kernel.org \
    --cc=stefanb@linux.ibm.com \
    --cc=zohar@linux.ibm.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 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.