On Fri, Aug 21, 2026 at 03:20:41AM +0000, Jamin Lin wrote: > Implement ECDSA signing and verification for the nettle/hogweed backend, > for the prime256v1 (NIST P-256) and secp384r1 (NIST P-384) curves. > A public key (Qx || Qy) is loaded into an ecc_point for verify; > a private key (the scalar d) into an ecc_scalar for sign, > using nettle's ecdsa_sign() / ecdsa_verify(). > > The encrypt/decrypt driver ops return an error. > > Signed-off-by: Jamin Lin <[email protected]> > --- > crypto/akcipher-nettle.c.inc | 267 +++++++++++++++++++++++++++++++++++ > 1 file changed, 267 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com ~~ https://hachyderm.io/@berrange :| |: https://libvirt.org ~~ https://entangle-photo.org :| |: https://pixelfed.art/berrange ~~ https://fstop138.berrange.com :|
