CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/01/25 16:13:09
Modified files:
usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-keygen.c
ssh-sk-helper.c ssh-sk.c ssherr.c ssherr.h
Log message:
improve the error message for u2f enrollment errors by making
ssh-keygen be solely responsible for printing the error message and
convertint some more common error responses from the middleware to
a useful ssherr.h status code. more detail remains visible via -v
of course.
also remove indepedent copy of sk-api.h declarations in sk-usbhid.c
and just include it.
feedback & ok markus@