summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-25 23:13:09 +0000
committerDamien Miller <djm@mindrot.org>2020-01-26 10:18:42 +1100
commit59d01f1d720ebede4da42882f592d1093dac7adc (patch)
treed79871dcec88b95a6df86dd6821cbdf5e467f719 /PROTOCOL.u2f
parent99aa8035554ddb976348d2a9253ab3653019728d (diff)
upstream: 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@ OpenBSD-Commit-ID: a4a8ffa870d9a3e0cfd76544bcdeef5c9fb1f1bb
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r--PROTOCOL.u2f1
1 files changed, 1 insertions, 0 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index fd0cd0de0..58f75ba28 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -249,6 +249,7 @@ The middleware library need only expose a handful of functions:
249 #define SSH_SK_ERR_GENERAL -1 249 #define SSH_SK_ERR_GENERAL -1
250 #define SSH_SK_ERR_UNSUPPORTED -2 250 #define SSH_SK_ERR_UNSUPPORTED -2
251 #define SSH_SK_ERR_PIN_REQUIRED -3 251 #define SSH_SK_ERR_PIN_REQUIRED -3
252 #define SSH_SK_ERR_DEVICE_NOT_FOUND -4
252 253
253 struct sk_enroll_response { 254 struct sk_enroll_response {
254 uint8_t *public_key; 255 uint8_t *public_key;