CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/12/30 02:23:28
Modified files: usr.bin/ssh : sk-api.h sk-usbhid.c ssh-keygen.c ssh-sk-client.c ssh-sk-helper.c ssh-sk.c ssh-sk.h sshkey.c sshkey.h Log message: SK API and sk-helper error/PIN passing Allow passing a PIN via the SK API (API major crank) and let the ssh-sk-helper API follow. Also enhance the ssh-sk-helper API to support passing back an error code instead of a complete reply. Will be used to signal "wrong PIN", etc. feedback and ok markus@