CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/30 02:21:16
Modified files:
usr.bin/ssh : sk-api.h sk-usbhid.c ssh-sk.c ssh-sk.h
Log message:
resident keys support in SK API
Adds a sk_load_resident_keys() function to the security key
API that accepts a security key provider and a PIN and returns
a list of keys.
Implement support for this in the usbhid middleware.
feedback and ok markus@
