mbox series

[ima-evm-utils,v2,0/2] Update README and examples for ECC key support

Message ID 20230425161015.593988-1-stefanb@linux.ibm.com (mailing list archive)
Headers show
Series Update README and examples for ECC key support | expand

Message

Stefan Berger April 25, 2023, 4:10 p.m. UTC
Update the README and add example scripts for ECC key and cert support.

Regards,
   Stefan

Stefan Berger (2):
  Add openssl command line examples for creation of EC keys
  examples: Add examples for elliptic curve key and certs generation

 README                           | 24 +++++++++++++++++++++++
 examples/ima-gen-local-ca-ecc.sh | 29 ++++++++++++++++++++++++++++
 examples/ima-genkey-ecc.sh       | 33 ++++++++++++++++++++++++++++++++
 examples/ima-genkey-self-ecc.sh  | 29 ++++++++++++++++++++++++++++
 4 files changed, 115 insertions(+)
 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