public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils v3 0/4] Update README and examples and add EC key support
@ 2023-04-26 22:35 Stefan Berger
  2023-04-26 22:35 ` [PATCH ima-evm-utils v3 1/4] Update default key sizes and hash to up-to-date values Stefan Berger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Berger @ 2023-04-26 22:35 UTC (permalink / raw)
  To: linux-integrity; +Cc: zohar, Stefan Berger

Update the README and add example scripts for RSA keys to use more up-to-date
values for key sizes and hash being used and adjust the OpenSSL config files so
that the created keys can be used with the .machine keyring. Add EC key and cert
support scripts and describe EC key and certificate generation in the README.

Regards,
   Stefan

Stefan Berger (4):
  Update default key sizes and hash to up-to-date values
  Update OpenSSL config files for support for .machine keyring
  Add openssl command line examples for creation of EC keys
  Add example scripts for EC key and certs generation

 Makefile.am                      |  8 ++++++-
 README                           | 41 +++++++++++++++++++++++++-------
 examples/ima-gen-local-ca-ecc.sh | 29 ++++++++++++++++++++++
 examples/ima-gen-local-ca.sh     |  4 ++--
 examples/ima-genkey-ecc.sh       | 34 ++++++++++++++++++++++++++
 examples/ima-genkey-self-ecc.sh  | 29 ++++++++++++++++++++++
 examples/ima-genkey-self.sh      |  4 ++--
 examples/ima-genkey.sh           |  5 ++--
 8 files changed, 139 insertions(+), 15 deletions(-)
 create mode 100755 examples/ima-gen-local-ca-ecc.sh
 create mode 100755 examples/ima-genkey-ecc.sh
 create mode 100755 examples/ima-genkey-self-ecc.sh

-- 
2.39.2


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

end of thread, other threads:[~2023-04-27 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 22:35 [PATCH ima-evm-utils v3 0/4] Update README and examples and add EC key support Stefan Berger
2023-04-26 22:35 ` [PATCH ima-evm-utils v3 1/4] Update default key sizes and hash to up-to-date values Stefan Berger
2023-04-26 22:35 ` [PATCH ima-evm-utils v3 2/4] Update OpenSSL config files for support for .machine keyring Stefan Berger
2023-04-26 22:35 ` [PATCH ima-evm-utils v3 3/4] Add openssl command line examples for creation of EC keys Stefan Berger
2023-04-26 22:35 ` [PATCH ima-evm-utils v3 4/4] Add example scripts for EC key and certs generation Stefan Berger
2023-04-27 14:21 ` [PATCH ima-evm-utils v3 0/4] Update README and examples and add EC key support Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox