CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2024/08/14 18:51:51
Modified files: usr.bin/ssh : packet.c packet.h ssh-ecdsa-sk.c ssh-ecdsa.c ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-rsa.c ssh-sk.c sshbuf-getput-crypto.c sshbuf.h sshkey.c sshkey.h Log message: Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains unconverted as it will be removed within six months. Based on patches originally from Dmitry Belyavskiy, but significantly reworked based on feedback from Bob Beck, Joel Sing and especially Theo Buehler (apologies to anyone I've missed). ok tb@