CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/01/20 16:08:24
Modified files: usr.bin/ssh : ssh-pkcs11.c Log message: make the PKCS#11 RSA code more like the new PKCS#11 ECDSA code: use a single custom RSA_METHOD instead of a method per key suggested by me, but markus@ did all the work. ok djm@