[PATCH v2 0/3] Add support for x509 certs with NIST p256 and p192 keys

2021-01-27 Thread Stefan Berger
From: Stefan Berger This series of patches adds support for x509 certificates signed by a CA that uses NIST p256 or p192 keys for signing. It also adds support for certificates where the public key is a NIST p256 or p192 key. The math for ECDSA signature verification is also added. Since self-si

Re: [PATCH v2 0/3] Add support for x509 certs with NIST p256 and p192 keys

2021-01-27 Thread David Howells
Stefan Berger wrote: > keyctrl newring test @u This should be keyctl, and I would recommend you do: k=`keyctl newring test @u` and then use $k for it. You also need: #include in ecc.c in the middle patch. David