CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/26 19:08:19
Modified files:
usr.bin/ssh : sk-api.h sk-usbhid.c ssh-sk.c
Log message:
preserve verify-required for resident FIDO keys
When downloading a resident, verify-required key from a FIDO token,
preserve the verify-required in the private key that is written to
disk. Previously we weren't doing that because of lack of support
in the middleware API.
from Pedro Martelletto; ok markus@ and myself
